[185] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | pkpgcounter : a generic Page Description Language parser |
---|
| 4 | |
---|
[303] | 5 | (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> |
---|
[185] | 6 | This program is free software; you can redistribute it and/or modify |
---|
| 7 | it under the terms of the GNU General Public License as published by |
---|
| 8 | the Free Software Foundation; either version 2 of the License, or |
---|
| 9 | (at your option) any later version. |
---|
| 10 | |
---|
| 11 | This program is distributed in the hope that it will be useful, |
---|
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 14 | GNU General Public License for more details. |
---|
| 15 | |
---|
| 16 | You should have received a copy of the GNU General Public License |
---|
| 17 | along with this program; if not, write to the Free Software |
---|
[211] | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[185] | 19 | |
---|
| 20 | ============================================================================= |
---|
| 21 | |
---|
| 22 | pkpgcounter News : |
---|
[273] | 23 | |
---|
[334] | 24 | * 1.81 : |
---|
| 25 | |
---|
| 26 | - Improved the gs+Acrobat Reader fix done in 1.78. |
---|
| 27 | |
---|
[329] | 28 | * 1.80 : |
---|
| 29 | |
---|
| 30 | - Added support for Zenographics ZjStream input format. |
---|
| 31 | |
---|
[325] | 32 | * 1.79 : |
---|
| 33 | |
---|
| 34 | - Fixed a small problem in PostScript parser with dvips output. |
---|
| 35 | |
---|
[321] | 36 | * 1.78 : |
---|
| 37 | |
---|
| 38 | - Launches gs less often when printing is done from Acrobat |
---|
| 39 | Reader. |
---|
| 40 | |
---|
[318] | 41 | * 1.77 : |
---|
| 42 | |
---|
| 43 | - Fixed some problems with the code introduced in 1.76. |
---|
| 44 | |
---|
| 45 | - Improved PCLXL parser's speed by almost 10%. |
---|
| 46 | |
---|
[314] | 47 | * 1.76 : |
---|
| 48 | |
---|
| 49 | - Improved the PCLXL parser wrt undocumented tags. |
---|
| 50 | |
---|
| 51 | - Preliminary support for Kyocera Prescribe commands. |
---|
| 52 | |
---|
[305] | 53 | * 1.75 : |
---|
| 54 | |
---|
| 55 | - Added preliminary support for Canon ImageRunner's "LIPS" or "UFR" |
---|
| 56 | (I don't know which) Page Description Language. |
---|
| 57 | |
---|
[303] | 58 | * 1.74 : |
---|
| 59 | |
---|
| 60 | - Fixed a problem in the retrieval of named media sizes in PCLXL. |
---|
| 61 | |
---|
| 62 | - Changed copyright years. |
---|
| 63 | |
---|
[295] | 64 | * 1.73 : |
---|
| 65 | |
---|
| 66 | - Fixed duplex detection code in PCL3/4/5 parser. |
---|
| 67 | |
---|
| 68 | - Fixed PCLXL detection code. |
---|
| 69 | |
---|
| 70 | - Fixed retrieval of custom media types' names in PCLXL. |
---|
| 71 | |
---|
| 72 | - Added inactive code to compute ink coverage ala PrintBill. |
---|
| 73 | |
---|
[273] | 74 | * 1.72 : |
---|
| 75 | |
---|
| 76 | - Improved heuristic to detect when ghostscript has to be used to do |
---|
| 77 | the parsing. |
---|
[185] | 78 | |
---|
[272] | 79 | * 1.71 : |
---|
| 80 | |
---|
| 81 | - Now uses ghostscript as the parser when the PS stream was created by a |
---|
| 82 | particular MSWindows driver. |
---|
| 83 | |
---|
| 84 | - Only complains about Psyco missing at install time, and stays |
---|
| 85 | quiet when running without Psyco. |
---|
| 86 | |
---|
[269] | 87 | * 1.70 : |
---|
| 88 | |
---|
| 89 | - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers. |
---|
| 90 | |
---|
[267] | 91 | * 1.69 : |
---|
| 92 | |
---|
| 93 | - Improved PCL3/4/5 parser. |
---|
| 94 | |
---|
| 95 | - Improved PCLXL parser wrt PJL stuff. |
---|
| 96 | |
---|
[263] | 97 | * 1.68 : |
---|
| 98 | |
---|
| 99 | - Improved PostScript parser. |
---|
| 100 | |
---|
[262] | 101 | * 1.67 : |
---|
| 102 | |
---|
| 103 | - Improved PostScript parser. |
---|
| 104 | |
---|
| 105 | - Improved PCL3/4/5 parser. |
---|
| 106 | |
---|
[258] | 107 | * 1.66 : |
---|
| 108 | |
---|
| 109 | - Improved PCLXL parser. |
---|
| 110 | |
---|
| 111 | - Improved PCL3/4/5 parser. |
---|
| 112 | |
---|
[256] | 113 | * 1.65 : |
---|
| 114 | |
---|
| 115 | - Improved PostScript parser. |
---|
| 116 | |
---|
| 117 | - Improved PCL3/4/5 parser. |
---|
| 118 | |
---|
[255] | 119 | * 1.64 : |
---|
| 120 | |
---|
| 121 | - Improved PCL3/4/5 parser. |
---|
| 122 | |
---|
[253] | 123 | * 1.63 : |
---|
| 124 | |
---|
| 125 | - Now handles PJL statements to extract number of copies, duplex mode |
---|
| 126 | and paper size in the PCLXL and PCL3/4/5 parsers. |
---|
| 127 | |
---|
[252] | 128 | * 1.62 : |
---|
| 129 | |
---|
| 130 | - Better handling of the number of copies in the PCLXL parser. |
---|
| 131 | |
---|
| 132 | - Better handling of the number of copies in the PCL3/4/5 parser. |
---|
| 133 | |
---|
[248] | 134 | * 1.61 : |
---|
| 135 | |
---|
[249] | 136 | - Improved PCL3/4/5 parser. |
---|
| 137 | |
---|
[248] | 138 | - Better handling of the number of copies in the PostScript parser. |
---|
| 139 | Now the number can be different from page to page. |
---|
| 140 | |
---|
[245] | 141 | * 1.60 : |
---|
| 142 | |
---|
| 143 | - Improved PCLXL parser. |
---|
| 144 | |
---|
[243] | 145 | * 1.59 : |
---|
| 146 | |
---|
| 147 | - Major rewrite of the PDF parser to correctly handle all line endings. |
---|
| 148 | |
---|
[240] | 149 | * 1.58 : |
---|
| 150 | |
---|
| 151 | - Fix for PDF files which contain several versions of the same PDF object. |
---|
| 152 | |
---|
| 153 | - Doesn't break when python-psyco is not available. |
---|
| 154 | |
---|
[237] | 155 | * 1.57 : |
---|
| 156 | |
---|
| 157 | - Fixed a recently introduced bug in binary postscript handling code. |
---|
| 158 | |
---|
[235] | 159 | * 1.56 : |
---|
| 160 | |
---|
| 161 | - Renamed the library from pdlanalyzer into pkpgpdls to avoid problems |
---|
| 162 | when the code will be integrated back into PyKota. |
---|
| 163 | |
---|
[229] | 164 | * 1.55 : |
---|
| 165 | |
---|
| 166 | - Added support for OpenOffice.org Writer and Impress documents. |
---|
| 167 | |
---|
[224] | 168 | * 1.54 : |
---|
| 169 | |
---|
| 170 | - Added online documentation and a manual page. |
---|
| 171 | |
---|
[220] | 172 | * 1.53 : |
---|
| 173 | |
---|
| 174 | - Moved code around to improve maintainability. |
---|
| 175 | |
---|
[217] | 176 | * 1.52 : |
---|
| 177 | |
---|
[220] | 178 | - Added support for the TIFF format. |
---|
[217] | 179 | |
---|
[216] | 180 | * 1.51 : |
---|
| 181 | |
---|
[220] | 182 | - Added support for the DVI format. |
---|
[216] | 183 | |
---|
[211] | 184 | * 1.50 : |
---|
| 185 | |
---|
| 186 | - Major code changes to modularize. The pkpgcounter command line tool |
---|
| 187 | is now just an almost empty skeleton, which uses the pdlanalyzer |
---|
| 188 | library. |
---|
| 189 | |
---|
| 190 | - Several improvements to the parsing code. |
---|
| 191 | |
---|
[185] | 192 | * 1.00 : |
---|
| 193 | |
---|
| 194 | - First release. |
---|