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