[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 | |
---|
[305] | 24 | * 1.75 : |
---|
| 25 | |
---|
| 26 | - Added preliminary support for Canon ImageRunner's "LIPS" or "UFR" |
---|
| 27 | (I don't know which) Page Description Language. |
---|
| 28 | |
---|
[303] | 29 | * 1.74 : |
---|
| 30 | |
---|
| 31 | - Fixed a problem in the retrieval of named media sizes in PCLXL. |
---|
| 32 | |
---|
| 33 | - Changed copyright years. |
---|
| 34 | |
---|
[295] | 35 | * 1.73 : |
---|
| 36 | |
---|
| 37 | - Fixed duplex detection code in PCL3/4/5 parser. |
---|
| 38 | |
---|
| 39 | - Fixed PCLXL detection code. |
---|
| 40 | |
---|
| 41 | - Fixed retrieval of custom media types' names in PCLXL. |
---|
| 42 | |
---|
| 43 | - Added inactive code to compute ink coverage ala PrintBill. |
---|
| 44 | |
---|
[273] | 45 | * 1.72 : |
---|
| 46 | |
---|
| 47 | - Improved heuristic to detect when ghostscript has to be used to do |
---|
| 48 | the parsing. |
---|
[185] | 49 | |
---|
[272] | 50 | * 1.71 : |
---|
| 51 | |
---|
| 52 | - Now uses ghostscript as the parser when the PS stream was created by a |
---|
| 53 | particular MSWindows driver. |
---|
| 54 | |
---|
| 55 | - Only complains about Psyco missing at install time, and stays |
---|
| 56 | quiet when running without Psyco. |
---|
| 57 | |
---|
[269] | 58 | * 1.70 : |
---|
| 59 | |
---|
| 60 | - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers. |
---|
| 61 | |
---|
[267] | 62 | * 1.69 : |
---|
| 63 | |
---|
| 64 | - Improved PCL3/4/5 parser. |
---|
| 65 | |
---|
| 66 | - Improved PCLXL parser wrt PJL stuff. |
---|
| 67 | |
---|
[263] | 68 | * 1.68 : |
---|
| 69 | |
---|
| 70 | - Improved PostScript parser. |
---|
| 71 | |
---|
[262] | 72 | * 1.67 : |
---|
| 73 | |
---|
| 74 | - Improved PostScript parser. |
---|
| 75 | |
---|
| 76 | - Improved PCL3/4/5 parser. |
---|
| 77 | |
---|
[258] | 78 | * 1.66 : |
---|
| 79 | |
---|
| 80 | - Improved PCLXL parser. |
---|
| 81 | |
---|
| 82 | - Improved PCL3/4/5 parser. |
---|
| 83 | |
---|
[256] | 84 | * 1.65 : |
---|
| 85 | |
---|
| 86 | - Improved PostScript parser. |
---|
| 87 | |
---|
| 88 | - Improved PCL3/4/5 parser. |
---|
| 89 | |
---|
[255] | 90 | * 1.64 : |
---|
| 91 | |
---|
| 92 | - Improved PCL3/4/5 parser. |
---|
| 93 | |
---|
[253] | 94 | * 1.63 : |
---|
| 95 | |
---|
| 96 | - Now handles PJL statements to extract number of copies, duplex mode |
---|
| 97 | and paper size in the PCLXL and PCL3/4/5 parsers. |
---|
| 98 | |
---|
[252] | 99 | * 1.62 : |
---|
| 100 | |
---|
| 101 | - Better handling of the number of copies in the PCLXL parser. |
---|
| 102 | |
---|
| 103 | - Better handling of the number of copies in the PCL3/4/5 parser. |
---|
| 104 | |
---|
[248] | 105 | * 1.61 : |
---|
| 106 | |
---|
[249] | 107 | - Improved PCL3/4/5 parser. |
---|
| 108 | |
---|
[248] | 109 | - Better handling of the number of copies in the PostScript parser. |
---|
| 110 | Now the number can be different from page to page. |
---|
| 111 | |
---|
[245] | 112 | * 1.60 : |
---|
| 113 | |
---|
| 114 | - Improved PCLXL parser. |
---|
| 115 | |
---|
[243] | 116 | * 1.59 : |
---|
| 117 | |
---|
| 118 | - Major rewrite of the PDF parser to correctly handle all line endings. |
---|
| 119 | |
---|
[240] | 120 | * 1.58 : |
---|
| 121 | |
---|
| 122 | - Fix for PDF files which contain several versions of the same PDF object. |
---|
| 123 | |
---|
| 124 | - Doesn't break when python-psyco is not available. |
---|
| 125 | |
---|
[237] | 126 | * 1.57 : |
---|
| 127 | |
---|
| 128 | - Fixed a recently introduced bug in binary postscript handling code. |
---|
| 129 | |
---|
[235] | 130 | * 1.56 : |
---|
| 131 | |
---|
| 132 | - Renamed the library from pdlanalyzer into pkpgpdls to avoid problems |
---|
| 133 | when the code will be integrated back into PyKota. |
---|
| 134 | |
---|
[229] | 135 | * 1.55 : |
---|
| 136 | |
---|
| 137 | - Added support for OpenOffice.org Writer and Impress documents. |
---|
| 138 | |
---|
[224] | 139 | * 1.54 : |
---|
| 140 | |
---|
| 141 | - Added online documentation and a manual page. |
---|
| 142 | |
---|
[220] | 143 | * 1.53 : |
---|
| 144 | |
---|
| 145 | - Moved code around to improve maintainability. |
---|
| 146 | |
---|
[217] | 147 | * 1.52 : |
---|
| 148 | |
---|
[220] | 149 | - Added support for the TIFF format. |
---|
[217] | 150 | |
---|
[216] | 151 | * 1.51 : |
---|
| 152 | |
---|
[220] | 153 | - Added support for the DVI format. |
---|
[216] | 154 | |
---|
[211] | 155 | * 1.50 : |
---|
| 156 | |
---|
| 157 | - Major code changes to modularize. The pkpgcounter command line tool |
---|
| 158 | is now just an almost empty skeleton, which uses the pdlanalyzer |
---|
| 159 | library. |
---|
| 160 | |
---|
| 161 | - Several improvements to the parsing code. |
---|
| 162 | |
---|
[185] | 163 | * 1.00 : |
---|
| 164 | |
---|
| 165 | - First release. |
---|