diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-23 23:05:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-23 23:05:28 +0000 |
commit | abb699090718cb65cf58d15dffdc8e5508855fe8 (patch) | |
tree | 063340f116e2a482f4c1d9b64734f4af11c12c0a /Master/texmf-dist/doc/latex/pst-barcode/Changes | |
parent | 9c513dd7cec89aed0eaf0cdd6ba1cce22ae231d5 (diff) |
pst-barcode 0.04 (24jul06)
git-svn-id: svn://tug.org/texlive/trunk@1900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-barcode/Changes')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-barcode/Changes | 52 |
1 files changed, 43 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-barcode/Changes b/Master/texmf-dist/doc/latex/pst-barcode/Changes index be3e3676d26..17ab2457dbf 100644 --- a/Master/texmf-dist/doc/latex/pst-barcode/Changes +++ b/Master/texmf-dist/doc/latex/pst-barcode/Changes @@ -1,7 +1,10 @@ ----- pst-barcode.tex -2005-07-26 Changes to the documentation and the syntax - of psbarcode (hv) -2005-07-26 first version (hv) +0.04 2006-07-23 - adding support for the ISBN-13 code + - printing the code from the current point and + no more from the origin +0.03 2005-07-26 - Changes to the documentation and the syntax + of psbarcode (hv) +0.02 2005-07-26 - first version (hv) ----- pst-barcode.sty @@ -9,10 +12,43 @@ ----- pst-barcode.pro -2005-10-24 A new encoder for the bar codes used by the - Australian Postal Service was added. -2005-10-17 adding a checksum for code 2of5 encoder -2005-10-14 some more changes to the possible charcters +2006-03-04 - An encoder for the Reduced Space Symbology RSS Expanded was added. + - The incorrect definition of the USPS FIM-B symbol was fixed. + - An encoder for the Reduced Space Symbology RSS Limited was added. + The efficiency of RSS-14 was improved. + - An encoder for the new OneCode symbology used by the US + Postal Service was added. + - The FIM symbols now render according to their specification. + - The Postnet, Royal Mail, AusPost and KIX encoders were amended + so that the metrics of their default symbols confirms + strongly to their respective specifications. + - The encoders now pass an array containing the widths of the + bar space succession to the renderer allowing for sub-point + horizontal precision. + - The default border positions for EAN and UPC symbols were + amended to properly enclose the human readable text. + - The colour support code was fixed to prevent overwriting of + the current colour when values are left unspecified. + - The logic to guard whitespace in EAN symbols was migrated + from the encoders to the renderer. + - The whitespace guard symbols are now drawn directly making them + independant of any font. + - The inter-guard bar height of EANs and UPCs was amended. + - The renderer was amended to support the passing of encoder + specific arguments. + - The options barcolor, textcolor, bordercolor, showbackground + and backgroundcolor were added to the renderer. + - A flaw in the derivation of the top border height was fixed. + - add support for the new ISBN-13 + - printing the code from the current point + - The performance of the renderer was improved by avoiding + unnecessary calls of setfont + - The auspost encoder was extended to support the customer + information field. +2005-10-24 - A new encoder for the bar codes used by the + Australian Postal Service was added. +2005-10-17 - adding a checksum for code 2of5 encoder +2005-10-14 - some more changes to the possible charcters 2005-09-26 - A new encoder was added to support the generation of miscellaneous symbols. - Support for generation of FIM symbols used on @@ -20,5 +56,3 @@ 2005-09-15 added Kix -- Dutch mail 2005-09-17 choose the right syntax for saving the length 2005-09-08 some more tweaks to the code -0.02 2005-08-02 sync to barcode.ps (hv) -0.01 2005-07-26 first version (hv) |