2012-06-07 Files: NEWS (1.578) (+7 -7) Fix numbering. 2012-06-06 Files: NEWS (1.577) (+7 -8) Tweaks 2012-06-06 Files: NEWS (1.576) (+284 -247) Draft release notes, out for review. 2012-06-05 Files: NEWS (1.575) (+3 -3) README (1.213) (+20 -20) configure.ac (1.233) (+3 -3) Bump version 2012-06-02 Files: doc/gutenprint-users-manual.odt (1.6) (+379 -424) doc/gutenprint-users-manual.pdf (1.6) (+2424 -4265) Remove printer list 2012-05-27 Files: NEWS (1.574) (+25 -12) Added comment on PIXUS models to NEWS file. 2012-05-27 Files: src/xml/printers.xml (1.247) (+1 -2) Removed duplicate Canon iP2700 printer entry in printers.xml 2012-05-26 Files: configure.ac (1.232) (+10 -2) doc/Makefile.am (1.50) (+5 -1) doc/developer/Makefile.am (1.23) (+5 -1) Add --with/without-doc 2012-05-26 Files: src/main/print-weave.c (1.81) (+16 -9) Fix compiler warning 2012-05-26 Files: src/foomatic/printer_options.c (1.53) (+2 -1) src/testpattern/printer_options.c (1.6) (+2 -1) Clear resolution after setting it to ensure that it doesn't pollute the option choices. 2012-05-25 Files: src/main/print-canon.c (1.523) (+143 -72) src/main/print-weave.c (1.80) (+1 -8) Fixed weave code in Canon backend to avoid accessing uninitialized variables. Created new function for finding correct InkType in canon_check_current_mode, and added debug statements to clarify changes before and after processing of canon_check_current_mode. 2012-05-25 Files: src/main/print-canon.c (1.522) (+11 -11) Changed some debug printf casting in Canon backend 2012-05-25 Files: src/main/print-canon.c (1.521) (+28 -2) src/main/print-weave.c (1.79) (+8 -1) Added initialization to some weave code in Canon backend 2012-05-24 Files: src/main/print-canon.c (1.520) (+3 -3) Set ncolors correctly for CMY inktype in Canon weave mode. 2012-05-24 Files: src/main/canon-modes.h (1.377) (+1 -1) src/main/print-canon.c (1.519) (+20 -11) Fixed missing Color cartridge support flag in Canon iP6210D mode. 2012-05-24 Files: src/main/print-canon.c (1.518) (+6 -4) Changed number of inks for CMY inktype in S200 weave code in Canon backend. 2012-05-23 Files: src/main/print-canon.c (1.517) (+20 -8) Added debug statements to Canon backend 2012-05-23 Files: src/main/canon-media-mode.h (1.160) (+6 -6) src/main/canon-modes.h (1.376) (+4 -4) Removed color(-only) inkset (cartridge) support from plain, envelope, hagaki media for Canon iP90 and iP100. Known InkTypes for these printers do not yet permit this inkset (cartridge) to be used. 2012-05-22 Files: src/main/print-canon.c (1.516) (+12 -8) Added setting of local variable for each PrintingMode setting change in Canon backend canon_check_current_mode. 2012-05-22 Files: src/main/print-canon.c (1.515) (+518 -28) Corrected InkType matching and substitution in Canon backend canon_check_current_mode function. 2012-05-21 Files: src/main/canon-modes.h (1.375) (+58 -57) src/main/print-canon.c (1.514) (+150 -88) In Canon backend, fixed checking routine for PrintingMode and InkType parameter consistency when mode is known. 2012-05-20 Files: src/main/print-canon.c (1.513) (+3 -1) Added debug lines to Canon backend 2012-05-20 Files: NEWS (1.573) (+41 -31) src/main/print-canon.c (1.512) (+7 -2) src/xml/printers.xml (1.246) (+6 -5) Moved Resolution modification in canon_do_print to check_current_mode in Canon backend. Updated and rewrote NEWS. 2012-05-20 Files: src/main/print-canon.c (1.511) (+28 -9) Bug fix to Canon backend: made sure Resolution is set to match that of current mode after mode replacement. 2012-05-19 Files: src/main/print-canon.c (1.510) (+19 -4) Removed parameter verification outside of the Canon backend for InkType, InkSet and PrintingMode. 2012-05-19 Files: src/main/print-canon.c (1.509) (+22 -8) added more debug statements to Canon backend. Made canon_check_current_mode an unconditional call(bugfix). 2012-05-18 Files: src/main/print-canon.c (1.508) (+3 -3) Fix a couple of minor compiler warnings 2012-05-18 Files: src/main/print-canon.c (1.507) (+7 -4) Added some debug lines for Canon printhead color function 2012-05-17 Files: src/main/canon-printers.h (1.306) (+3 -3) src/main/print-canon.c (1.506) (+13 -8) src/main/print-canon.h (1.9) (+5 -5) Added flag to Canon backend for printers without black ink only cartridge support. 2012-05-17 Files: NEWS (1.572) (+13 -9) Minor updates. 2012-05-14 Files: src/main/print-canon.c (1.505) (+10 -16) Changed fullbleed margins in Canon backend to match Windows ones. 2012-05-13 Files: src/main/print-canon.c (1.504) (+91 -71) Provisional working support for borderless printing with Canon backend (WIP). 2012-05-11 Files: src/gutenprintui2/printrcl.l (1.2) (+3 -1) src/testpattern/testpatternl.l (1.27) (+3 -1) Add extern declaration for yylval; some versions of bison apparently do not 2012-05-10 Files: src/main/canon-media-mode.h (1.159) (+26 -26) src/main/canon-modes.h (1.374) (+4 -4) src/main/print-canon.c (1.503) (+10 -17) Added partial support for Color InkSet in Canon iP90 and iP100 (known as 'black save', with two different settings of which only 1 is implemented at this stage). 2012-05-09 Files: NEWS (1.571) (+18 -21) src/main/canon-modes.h (1.373) (+50 -50) src/main/canon-printers.h (1.305) (+2 -2) Corrected some notation in Canon mode names. Updated NEWS file. 2012-05-09 Files: src/main/canon-media-mode.h (1.158) (+239 -162) src/main/canon-modes.h (1.372) (+27 -0) src/main/canon-printers.h (1.304) (+3 -3) Checked and corrected Canon InkSet and Duplex capabilities for various media. Set duplex capability for Hagaki media even where Windows driver does not expose such capability. Corrected Canon iP6600D printer modes and media definitions. 2012-05-09 Files: src/main/canon-media-mode.h (1.157) (+7 -7) src/main/canon-modes.h (1.371) (+2 -2) Added flags to several Canon MX series media-mode data. 2012-05-09 Files: src/main/print-canon.c (1.502) (+57 -34) Modified Canon backend code to comply with compiler warnings. 2012-05-09 Files: src/main/canon-media-mode.h (1.156) (+14 -14) src/main/canon-printers.h (1.303) (+3 -5) src/xml/printers.xml (1.245) (+3 -1) Added remaining support for Canon E500 and E600. 2012-05-08 Files: src/main/canon-media-mode.h (1.155) (+59 -0) Added partial media-mode data (less flags) for Canon E500. 2012-05-08 Files: NEWS (1.570) (+2 -0) src/main/canon-modes.h (1.370) (+18 -0) src/main/canon-printers.h (1.302) (+34 -0) src/main/print-canon.c (1.501) (+2 -1) Added partial code for Canon E500 and E600 multi-function pritners. 2012-05-08 Files: NEWS (1.569) (+2 -0) src/main/canon-modes.h (1.369) (+1 -1) src/xml/printers.xml (1.244) (+2 -1) Added Canon iP6320D (same as iP6310D). 2012-05-08 Files: src/xml/printers.xml (1.243) (+2 -1) test/pixma_parse.c (1.33) (+1 -1) Added Canon MP260 (clone of MP240). Added newline in pixma_parse output. 2012-05-07 Files: src/main/canon-printers.h (1.301) (+3 -3) changed max paper dimensions for Canon MP360, MP370, MP375R, MP390; MP700, MP730; and MP710, MP740. 2012-05-07 Files: src/main/canon-printers.h (1.300) (+2 -2) changed max paper dimensions for Canon MP493 and MP990. 2012-05-07 Files: src/main/canon-printers.h (1.299) (+34 -34) src/xml/printers.xml (1.242) (+3 -3) changed max paper dimensions for Canon MP series printers. Added some printer aliases, removed duplicates. 2012-05-07 Files: src/main/canon-printers.h (1.298) (+7 -7) Corrected maximum paper sizes for several Canon modes (MP series). 2012-05-07 Files: src/main/canon-printers.h (1.297) (+67 -67) src/xml/printers.xml (1.241) (+4 -1) Corrected maximum paper sizes for several Canon modes (iP series). Fixed erroroneous page width for previous commits. Added several Canon printer aliases. 2012-05-07 Files: src/main/canon-printers.h (1.296) (+14 -14) Corrected maximum paper sizes for several Canon modes (MX series). 2012-05-07 Files: src/main/canon-printers.h (1.295) (+34 -34) Corrected maximum paper sizes for several Canon modes (i series). 2012-05-06 Files: src/main/print-canon.c (1.500) (+12 -1) Added missing function prototype declarations to canon-print.c 2012-05-06 Files: src/main/canon-printers.h (1.294) (+4 -4) changed max paper dimensions for Canon iX series printers. 2012-05-06 Files: src/main/canon-printers.h (1.293) (+32 -36) src/main/print-canon.c (1.499) (+29 -29) changed max paper dimensions and margins for several Canon models. 2012-05-04 Files: src/main/print-canon.c (1.498) (+3 -2) correct Canon get_current_mode to return NULL if no mode selected (regression). 2012-05-03 Files: src/main/canon-printers.h (1.292) (+51 -0) src/main/print-canon.c (1.497) (+417 -811) Wrote various sub-functions for Canon backend mode replacement code. 2012-05-01 Files: src/main/print-canon.c (1.496) (+10 -10) Settled constant declarations in Canon backend. 2012-05-01 Files: src/main/print-canon.c (1.495) (+58 -4) Replaced canon_get_current_mode in Canon backend with original one, and created new canon_replace_current_mode to be called in canon_do_print. WIP. 2012-05-01 Files: src/main/canon-printers.h (1.291) (+1 -1) Added cassette to Canon i990 and 990i media sources. 2012-04-30 Files: NEWS (1.568) (+2 -0) src/main/canon-media-mode.h (1.154) (+105 -0) src/main/canon-modes.h (1.368) (+39 -2) src/main/canon-printers.h (1.290) (+16 -0) src/main/print-canon.c (1.494) (+3 -3) src/xml/printers.xml (1.240) (+3 -1) Added Canon i990, and corresponding Japan model 990i. Fixed CD mode flags for i9900. 2012-04-30 Files: NEWS (1.567) (+1 -0) src/xml/printers.xml (1.239) (+2 -1) Added Canon i9950, clone of i9900. 2012-04-30 Files: NEWS (1.566) (+2 -0) src/main/canon-media-mode.h (1.153) (+19 -11) src/main/canon-media.h (1.130) (+37 -1) src/main/canon-modes.h (1.367) (+10 -0) src/main/canon-printers.h (1.289) (+3 -3) src/xml/printers.xml (1.238) (+3 -1) Added inkjet Hagaki modes to Canon i9100 and i9900, and CD support to i9900. Added corresponding Japan models 9100i and 9900i. 2012-04-29 Files: NEWS (1.565) (+1 -0) src/xml/printers.xml (1.237) (+4 -1) Added Canon i965, clone of i960 (Europe). Updated printers.xml. 2012-04-29 Files: NEWS (1.564) (+2 -0) src/main/canon-media-mode.h (1.152) (+47 -27) src/main/canon-media.h (1.129) (+20 -0) src/main/canon-modes.h (1.366) (+25 -12) src/main/canon-printers.h (1.288) (+3 -3) Added Hagaki, inkjet Hagaki, CD to i950 and i960. Added corresponding Japan models 950i and 960i. 2012-04-28 Files: NEWS (1.563) (+2 -0) src/main/canon-media-mode.h (1.151) (+19 -4) src/main/canon-modes.h (1.365) (+9 -2) src/main/canon-printers.h (1.287) (+2 -2) src/xml/printers.xml (1.236) (+4 -2) Added Hagaki, inkjet Hagaki, CD to i900D. Added corresponding Japan model 900PD. Also added i905D which seems to be clone of i900D (although missing high resolution for CD in Windows driver). 2012-04-28 Files: NEWS (1.562) (+2 -0) src/main/canon-media-mode.h (1.150) (+0 -82) src/main/canon-media.h (1.128) (+2 -27) src/main/canon-modes.h (1.364) (+0 -31) src/main/canon-printers.h (1.286) (+1 -17) src/xml/printers.xml (1.235) (+3 -2) Removed separate driver for Canon i865, as it is same as i860. Added corresponding Japan model 865R. 2012-04-28 Files: NEWS (1.561) (+2 -0) src/main/canon-media-mode.h (1.149) (+29 -15) src/main/canon-modes.h (1.363) (+13 -10) src/main/canon-printers.h (1.285) (+2 -2) src/xml/printers.xml (1.234) (+2 -1) Added inkjet Hagaki, Hagaki, and CD media types and corresponding modes to Canon i860, and added Japan model 860i. 2012-04-28 Files: NEWS (1.560) (+10 -3) src/main/canon-media-mode.h (1.148) (+13 -3) src/main/canon-media.h (1.127) (+20 -1) src/main/canon-modes.h (1.362) (+13 -7) src/main/canon-printers.h (1.284) (+19 -19) src/xml/printers.xml (1.233) (+2 -1) Added inkjet Hagaki, Hagaki, and CD media types and corresponding modes to Canon i560, and added Japan model 560i. Also added borderless option to all Canon i* and *i series printers. 2012-04-27 Files: src/xml/printers.xml (1.232) (+5 -1) Added Canon modes i450X, i455X, i550X and i560X, which are clones of the non-X models sold by some European media outlets. Distinguished only by different cover color. 2012-04-27 Files: NEWS (1.559) (+3 -0) src/xml/printers.xml (1.231) (+4 -1) Added Japan model Canon 470PD and 475PD, corresponding to non-Japan models i470D and i475D, which are PictBridge-enabled versions of the 450i and 455i, and i450 and i455 respectively. 2012-04-27 Files: NEWS (1.558) (+1 -0) src/main/canon-media.h (1.126) (+1 -1) src/main/canon-modes.h (1.361) (+1 -0) src/xml/printers.xml (1.230) (+2 -1) Added separate driver for Japan model Canon 850i. The non-Japan model i850 gets support for inkjet Hagaki and Hagaki media. 2012-04-27 Files: NEWS (1.557) (+5 -0) src/main/canon-media.h (1.125) (+1 -1) src/main/canon-modes.h (1.360) (+1 -0) src/xml/printers.xml (1.229) (+3 -1) Added separate drivers for Japan models Canon 6100i and 6500i. The non-Japan models i6100 and i6500 get support for inkjet Hagaki and Hagaki media. 2012-04-27 Files: src/main/canon-media-mode.h (1.147) (+14 -2) src/main/canon-media.h (1.124) (+21 -5) src/main/canon-modes.h (1.359) (+11 -4) src/main/canon-printers.h (1.283) (+1 -1) src/xml/printers.xml (1.228) (+4 -1) Added separate inkjet Hagaki modes to Canon i450, i455, i550. Added separate drivers for Japan models 450i, 455i, 550i. 2012-04-27 Files: NEWS (1.556) (+6 -1) src/main/canon-media-mode.h (1.146) (+19 -6) src/main/canon-media.h (1.123) (+2 -2) src/main/canon-modes.h (1.358) (+6 -1) src/main/canon-printers.h (1.282) (+1 -1) src/xml/printers.xml (1.227) (+5 -4) added inkjet Hagaki and Hagaki support to Canon i80. Added missing mode for plusGlossy photo paper. Created new printer for Japanese model 80i. 2012-04-27 Files: test/pixma_parse.c (1.32) (+0 -1) fixed output for ESC (l command in parser 2012-04-27 Files: src/xml/printers.xml (1.226) (+7 -7) Corrected entry for Canon 50i 2012-04-26 Files: src/main/print-canon.c (1.493) (+4 -3) Commented out Canon borderless deactivation in case of paper margins. Need to fix. 2012-04-26 Files: src/main/canon-media-mode.h (1.145) (+2 -72) src/main/canon-media.h (1.122) (+0 -17) src/main/canon-modes.h (1.357) (+3 -25) src/main/canon-printers.h (1.281) (+1 -16) src/main/print-canon.c (1.492) (+3 -3) src/xml/printers.xml (1.225) (+2 -2) Updated Canon 50i modes. i70 is the non-Japanese counterpart, so removed definitions for i70 and used 50i driver instead. Updated some debugging statements. 2012-04-26 Files: src/main/print-canon.c (1.491) (+74 -77) Changed debug statements in Canon backend. 2012-04-26 Files: NEWS (1.555) (+1 -0) src/xml/printers.xml (1.224) (+2 -1) Added Canon MX320, same as MX330. 2012-04-25 Files: src/main/print-canon.c (1.490) (+12 -10) further debug statement changes to Canon backend. 2012-04-25 Files: src/main/print-canon.c (1.489) (+39 -15) more debugging statement to Canon backend for borderless printing debugging. 2012-04-25 Files: src/main/print-canon.c (1.488) (+16 -9) debugging Canon borderless printing. Commented out problematic code. 2012-04-24 Files: src/main/print-canon.c (1.487) (+35 -13) smal changes to borderless printing of Canon backend, part of debugging attempt. 2012-04-24 Files: src/main/print-canon.c (1.486) (+42 -14) Added corrections for borderless printing. page_height is still incorrect. 2012-04-23 Files: src/main/canon-printers.h (1.280) (+103 -103) src/main/print-canon.c (1.485) (+121 -35) borderless printing for Canon backend partially implemented. Writing area_right and area_top (negative values) to printjob header not yet working. use_aximum_area condition not yet implemented. 2012-04-22 Files: NEWS (1.554) (+2 -0) src/main/canon-media-mode.h (1.144) (+70 -0) src/main/canon-modes.h (1.356) (+23 -0) src/main/canon-printers.h (1.279) (+16 -0) src/xml/printers.xml (1.223) (+3 -1) Added support for Canon MX710 (and MX890). 2012-04-22 Files: NEWS (1.553) (+1 -0) src/main/canon-media-mode.h (1.143) (+57 -0) src/main/canon-modes.h (1.355) (+23 -5) src/main/canon-printers.h (1.278) (+16 -0) src/main/print-canon.c (1.484) (+2 -2) src/xml/printers.xml (1.222) (+2 -1) Added provisional support for Canon MX510. Color-only cartridge selection does not work yet. 2012-04-22 Files: NEWS (1.552) (+2 -0) src/main/canon-media-mode.h (1.142) (+57 -1) src/main/canon-modes.h (1.354) (+17 -0) src/main/canon-printers.h (1.277) (+16 -0) src/xml/printers.xml (1.221) (+3 -1) Added provisional support for Canon MX370 (and MX430). Color-only cartridge selection does not work yet. 2012-04-22 Files: src/main/canon-media-mode.h (1.141) (+7 -1) src/main/canon-modes.h (1.353) (+86 -75) Corrected flags for CD modes for all Canon models. 2012-04-22 Files: NEWS (1.551) (+1 -0) src/main/canon-media-mode.h (1.140) (+67 -7) src/main/canon-printers.h (1.276) (+5 -5) src/main/print-canon.c (1.483) (+73 -3) src/xml/printers.xml (1.220) (+2 -1) Added experimental support for Canon iP90 and iP100, with ESC (S command. ESC (T variations not yet fully implemented. Also, printjob format is still uncertain, as the parser segfaults on the print data. 2012-04-22 Files: test/pixma_parse.c (1.31) (+97 -91) Changed parse output of pixma_parse to go to stderr, to help debug printjobs where the parser segfaults. 2012-04-20 Files: NEWS (1.550) (+2 -0) src/main/canon-printers.h (1.275) (+158 -154) Adjusted top margin of most Canon models. 2012-04-20 Files: NEWS (1.549) (+3 -0) src/main/canon-inks.h (1.115) (+32 -0) src/main/canon-media-mode.h (1.139) (+9 -5) src/main/canon-modes.h (1.352) (+3 -3) src/main/print-canon.c (1.482) (+18 -5) Added experimental support for high quality photo modes with Canon iP6210D, iP6220D, and iP6310D. 2012-04-20 Files: src/main/canon-media-mode.h (1.138) (+5 -6) src/main/canon-modes.h (1.351) (+1 -1) Added 8-bit ink modes to Canon MX300 (and MX310). 2012-04-20 Files: NEWS (1.548) (+2 -0) src/main/canon-media-mode.h (1.137) (+72 -0) src/main/canon-modes.h (1.350) (+1 -1) src/main/canon-printers.h (1.274) (+1 -1) src/xml/printers.xml (1.219) (+3 -1) Added experimental support for Canon iP90, iP90v. Still need to check orientation of print (may need vertical dimension reversed). 2012-04-20 Files: src/main/canon-media-mode.h (1.136) (+8 -12) src/main/canon-modes.h (1.349) (+1 -1) src/main/canon-printers.h (1.273) (+2 -2) Added 8-bit ink modes to Canon MP190. Adjusted top margin on MP190, MP210 models. 2012-04-20 Files: NEWS (1.547) (+3 -0) src/main/canon-media-mode.h (1.135) (+24 -24) src/main/canon-modes.h (1.348) (+16 -7) src/main/canon-printers.h (1.272) (+1 -1) Added 8-bit ink modes to Canon i80, i450, i455 models. Adjusted top margin on MP150 model. 2012-04-19 Files: src/main/canon-modes.h (1.347) (+4 -7) Activated 8-bit modes in unsupported printers for completeness. 2012-04-19 Files: src/main/canon-media-mode.h (1.134) (+5 -2) src/main/canon-modes.h (1.346) (+1 -1) Activated 8-bit ink mode in Canon iP6210D model. 2012-04-19 Files: src/main/canon-media-mode.h (1.133) (+17 -27) src/main/canon-modes.h (1.345) (+2 -2) Activated 8-bit ink modes in Canon MP210 and MP470 models. 2012-04-19 Files: NEWS (1.546) (+3 -0) src/main/canon-printers.h (1.271) (+481 -162) src/main/print-canon.c (1.481) (+21 -46) Added length of ESC (P command to printer definitions in Canon backend. 2012-04-19 Files: include/gutenprint/bit-ops.h (1.5) (+12 -1) src/main/bit-ops.c (1.15) (+104 -1) src/main/print-canon.c (1.480) (+32 -33) test/pixma_parse.c (1.30) (+6 -2) Completed support for 8-bit inks in Canon backend. Mode present in Canon MP150 model. To be added to other models. 2012-04-17 Files: src/main/print-canon.c (1.479) (+43 -33) added initial support code (WIP) for 8-bpp inks to Canon backend in canon_compress function. 2012-04-16 Files: src/main/canon-media-mode.h (1.132) (+17 -17) src/main/canon-modes.h (1.344) (+1 -1) src/main/print-canon.c (1.478) (+24 -7) activated 600x600dpi_photohigh mode with 13_c9m9y9 inkset in Canon backend in order to debug the incorrect image width. This mode is used by several printer families for high quality photo printing. 2012-04-15 Files: NEWS (1.545) (+7 -2) src/main/canon-printers.h (1.270) (+161 -160) src/main/print-canon.c (1.477) (+7 -9) Implemented correct ESC (l command length for Canon printers. 2012-04-15 Files: src/main/canon-media-mode.h (1.131) (+401 -401) src/main/canon-printers.h (1.269) (+165 -0) src/main/print-canon.c (1.476) (+1244 -1733) Implemented mode and media cross-checking for Canon backend: only modes permitted for given media will be used, replacing as necessary. Supports: duplex mode substitution, black and color-only cartridge mode substitution, and photo cartridge mode substitution. 2012-04-15 Files: src/main/canon-media-mode.h (1.130) (+75 -0) src/main/print-canon.c (1.475) (+9 -5) Added Canon BJC S900 to media-mode combinations. 2012-04-15 Files: src/main/canon-media-mode.h (1.129) (+70 -0) src/main/print-canon.c (1.474) (+9 -5) Added Canon BJC S820 to media-mode combinations. 2012-04-15 Files: src/main/canon-media-mode.h (1.128) (+83 -0) src/main/print-canon.c (1.473) (+9 -5) Added Canon BJC S800 to media-mode combinations. 2012-04-15 Files: src/main/canon-media-mode.h (1.127) (+72 -0) src/main/canon-modes.h (1.343) (+2 -2) src/main/print-canon.c (1.472) (+9 -5) Added Canon BJC S750 to media-mode combinations. 2012-04-15 Files: src/main/canon-media-mode.h (1.126) (+75 -0) src/main/print-canon.c (1.471) (+9 -5) Added Canon BJC S600 to media-mode combinations. 2012-04-14 Files: src/main/canon-media-mode.h (1.125) (+74 -0) src/main/print-canon.c (1.470) (+9 -5) Added Canon BJC S520 to media-mode combinations. 2012-04-14 Files: src/main/canon-media-mode.h (1.124) (+68 -0) src/main/canon-modes.h (1.342) (+1 -1) src/main/print-canon.c (1.469) (+9 -5) Added Canon BJC S500 to media-mode combinations. 2012-04-14 Files: src/main/canon-media-mode.h (1.123) (+65 -0) src/main/print-canon.c (1.468) (+9 -5) Added Canon BJC S330 to media-mode combinations. 2012-04-14 Files: src/main/canon-media-mode.h (1.122) (+60 -23) src/main/print-canon.c (1.467) (+9 -5) Added Canon BJC S300 to media-mode combinations. 2012-04-14 Files: src/main/canon-media-mode.h (1.121) (+370 -0) src/xml/printers.xml (1.218) (+2 -2) added all remaining distinct Canon BJC printers to media-mode data. No data available to choose modes per media, so all modes qualify for all media. 2012-04-14 Files: src/main/canon-media-mode.h (1.120) (+38 -0) src/main/print-canon.c (1.466) (+9 -5) Added Canon BJC 4550 to media-mode combinations. 2012-04-14 Files: src/main/canon-media-mode.h (1.119) (+60 -0) src/main/print-canon.c (1.465) (+9 -5) Added Canon BJC 4300 to media-mode combinations. 2012-04-14 Files: src/main/canon-media-mode.h (1.118) (+80 -0) src/main/canon-printers.h (1.268) (+2 -2) src/main/print-canon.c (1.464) (+414 -25) Added Canon BJC 3000 to media-mode combinations. Added support for photo and full-color ink cartridge selection for BJC series. 2012-04-14 Files: src/main/canon-media-mode.h (1.117) (+71 -0) src/main/canon-modes.h (1.341) (+31 -0) src/main/canon-printers.h (1.267) (+1 -1) src/main/print-canon.c (1.463) (+9 -5) Added Canon MG3100 to media-mode combinations. Separated out mode definitions from MG2100. 2012-04-14 Files: src/main/canon-media-mode.h (1.116) (+70 -0) src/main/canon-modes.h (1.340) (+14 -14) src/main/print-canon.c (1.462) (+9 -5) Added Canon MG2100 to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.115) (+93 -0) src/main/canon-modes.h (1.339) (+2 -2) src/main/print-canon.c (1.461) (+9 -5) Added Canon MG8200 to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.114) (+93 -0) src/main/canon-modes.h (1.338) (+2 -2) src/main/print-canon.c (1.460) (+9 -5) Added Canon MG6200 to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.113) (+78 -0) src/main/canon-modes.h (1.337) (+2 -2) src/main/print-canon.c (1.459) (+9 -5) Added Canon MG5300 to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.112) (+93 -0) src/main/canon-modes.h (1.336) (+2 -2) src/main/print-canon.c (1.458) (+9 -5) Added Canon MG8100 to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.111) (+92 -0) src/main/canon-modes.h (1.335) (+1 -1) src/main/print-canon.c (1.457) (+9 -5) Added Canon MG6100 to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.110) (+79 -0) src/main/canon-modes.h (1.334) (+1 -1) src/main/print-canon.c (1.456) (+9 -5) Added Canon MG5200 to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.109) (+70 -8) src/main/canon-media.h (1.121) (+1 -0) src/main/canon-modes.h (1.333) (+2 -2) src/main/print-canon.c (1.455) (+9 -5) Added Canon MG5100 to media-mode combinations. Also added missing media type to Canon pro9500 Mk.II. 2012-04-13 Files: src/main/canon-media-mode.h (1.108) (+80 -0) src/main/print-canon.c (1.454) (+9 -5) Added Canon MP750 (and MP760, MP770, MP780, MP790) to media-mode combinations. 2012-04-13 Files: src/main/canon-media-mode.h (1.107) (+92 -0) src/main/print-canon.c (1.453) (+9 -5) Added Canon MP710 (and MP740) to mode-media data. 2012-04-12 Files: src/main/canon-media-mode.h (1.106) (+92 -0) src/main/print-canon.c (1.452) (+9 -5) Added Canon MP700 (and MP730) to media-mode combinations. 2012-04-12 Files: src/main/canon-media-mode.h (1.105) (+105 -0) src/main/canon-modes.h (1.332) (+9 -9) src/main/print-canon.c (1.451) (+9 -5) Added Canon MP950 to media-mode combinations. 2012-04-11 Files: src/main/canon-media-mode.h (1.104) (+82 -0) src/main/canon-modes.h (1.331) (+19 -19) src/main/print-canon.c (1.450) (+9 -5) Added Canon MP490 to media-mode combinations. 2012-04-11 Files: src/main/canon-media-mode.h (1.103) (+100 -0) src/main/canon-modes.h (1.330) (+23 -19) src/main/print-canon.c (1.449) (+9 -5) Added Canon MP470 to media-mode combinations. 2012-04-11 Files: src/main/canon-media-mode.h (1.102) (+102 -0) src/main/print-canon.c (1.448) (+9 -5) Added Canon MP900 to media-mode combinations. 2012-04-11 Files: src/main/canon-media-mode.h (1.101) (+70 -0) src/main/print-canon.c (1.447) (+9 -5) Added Canon MP360 (and MP370, MP375R, MP390) to media-mode combinations. 2012-04-11 Files: src/main/canon-media-mode.h (1.100) (+105 -1) src/main/canon-modes.h (1.329) (+1 -1) src/main/print-canon.c (1.446) (+9 -5) Added Canon iP9910 to mode-media data. 2012-04-11 Files: src/main/canon-media-mode.h (1.99) (+106 -0) src/main/canon-modes.h (1.328) (+1 -1) src/main/print-canon.c (1.445) (+9 -5) Added Canon iP8600 to mode-media data. 2012-04-11 Files: src/main/canon-media-mode.h (1.98) (+116 -4) src/main/canon-modes.h (1.327) (+2 -2) src/main/print-canon.c (1.444) (+9 -5) Added Canon iP8100 to mode-media data. 2012-04-11 Files: src/main/canon-media-mode.h (1.97) (+7226 -7128) src/main/canon-modes.h (1.326) (+1 -1) src/main/print-canon.c (1.443) (+9 -5) Added Canon iP7100 to mode-media data. 2012-04-11 Files: src/main/canon-media-mode.h (1.96) (+69 -0) src/main/print-canon.c (1.442) (+9 -5) Added Canon iP3600 to mode-media data. 2012-04-11 Files: src/main/canon-media-mode.h (1.95) (+68 -0) src/main/print-canon.c (1.441) (+9 -5) Added Canon iP3300 to mode-media data. 2012-04-11 Files: src/main/canon-media-mode.h (1.94) (+85 -1) src/main/canon-modes.h (1.325) (+2 -2) src/main/print-canon.c (1.440) (+9 -5) Added Canon MP560 to mode-media data. 2012-04-10 Files: src/main/canon-media-mode.h (1.93) (+85 -0) src/main/canon-modes.h (1.324) (+1 -1) src/main/print-canon.c (1.439) (+9 -5) Added Canon MP640 to media-mode combinations. 2012-04-10 Files: src/main/canon-media-mode.h (1.92) (+82 -0) src/main/canon-modes.h (1.323) (+2 -2) src/main/print-canon.c (1.438) (+9 -5) Added Canon MP630 to media-mode combinations. 2012-04-10 Files: src/main/canon-media-mode.h (1.91) (+69 -0) src/main/print-canon.c (1.437) (+9 -5) Added Canon MP620 to mode-media data. 2012-04-10 Files: src/main/canon-media-mode.h (1.90) (+86 -0) src/main/print-canon.c (1.436) (+9 -5) Added Canon iP6100D to mode-media data. 2012-04-10 Files: src/main/canon-media-mode.h (1.89) (+86 -0) src/main/canon-modes.h (1.322) (+3 -3) src/main/print-canon.c (1.435) (+9 -5) Added Canon MP980 to mode-media data. 2012-04-10 Files: src/main/canon-media-mode.h (1.88) (+90 -0) src/main/print-canon.c (1.434) (+9 -5) Added Canon MP810 to mode-media data. 2012-04-10 Files: src/main/canon-media-mode.h (1.87) (+80 -0) src/main/canon-modes.h (1.321) (+1 -1) src/main/print-canon.c (1.433) (+13 -9) Added Canon MP800 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.86) (+128 -0) src/main/canon-modes.h (1.320) (+1 -1) src/main/print-canon.c (1.432) (+14 -9) Added Canon Pro9500 Mk.II to media-mode combinations. 2012-04-09 Files: src/main/canon-media-mode.h (1.85) (+130 -0) src/main/canon-modes.h (1.319) (+2 -2) src/main/print-canon.c (1.431) (+5 -5) Added Canon Pro9500 to media-mode combinations. 2012-04-09 Files: src/main/canon-media-mode.h (1.84) (+9 -2) src/main/print-canon.c (1.430) (+9 -5) Added transparency modes to iX4000 media-mode combinations. 2012-04-09 Files: src/main/canon-media-mode.h (1.83) (+73 -2) src/main/canon-modes.h (1.318) (+24 -0) src/main/canon-printers.h (1.266) (+1 -1) src/main/print-canon.c (1.429) (+9 -5) Added Canon MX880 to media-mode combinations. 2012-04-09 Files: src/main/canon-media-mode.h (1.82) (+49 -0) src/main/print-canon.c (1.428) (+9 -5) Added Canon MX7600 to media-mode combinations. 2012-04-09 Files: src/main/canon-media-mode.h (1.81) (+72 -0) src/main/print-canon.c (1.427) (+9 -5) Added Canon MX870 to media-mode combinations. 2012-04-09 Files: src/main/canon-media-mode.h (1.80) (+70 -0) src/main/canon-modes.h (1.317) (+1 -1) src/main/print-canon.c (1.426) (+9 -5) Added Canon MX860 to media-mode combinations. 2012-04-09 Files: src/main/canon-media-mode.h (1.79) (+86 -0) src/main/canon-media.h (1.120) (+1 -1) src/main/print-canon.c (1.425) (+9 -5) Added Canon MX850 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.78) (+69 -0) src/main/print-canon.c (1.424) (+9 -5) Added Canon MX700 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.77) (+80 -0) src/main/canon-modes.h (1.316) (+20 -20) src/main/print-canon.c (1.423) (+9 -5) Added Canon MX340 (and MX350) to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.76) (+78 -0) src/main/canon-modes.h (1.315) (+20 -20) src/main/print-canon.c (1.422) (+9 -5) Added Canon MX330 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.75) (+92 -0) src/main/canon-modes.h (1.314) (+23 -23) src/main/print-canon.c (1.421) (+9 -5) Added Canon MX300 (and MX310) to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.74) (+93 -0) src/main/canon-media.h (1.119) (+2 -2) src/main/canon-modes.h (1.313) (+2 -1) src/main/print-canon.c (1.420) (+9 -5) Added Canon MP990 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.73) (+83 -0) src/main/print-canon.c (1.419) (+9 -5) Added Canon MP600 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.72) (+69 -0) src/main/print-canon.c (1.418) (+9 -5) Added Canon MP520 (and MP510) to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.71) (+77 -0) src/main/print-canon.c (1.417) (+9 -5) Added Canon MP480 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.70) (+81 -0) src/main/canon-modes.h (1.312) (+21 -21) src/main/print-canon.c (1.416) (+9 -5) Added Canon MP280 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.69) (+52 -0) src/main/print-canon.c (1.415) (+9 -5) Added Canon mini320 (and mini360) to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.68) (+50 -0) src/main/canon-modes.h (1.311) (+1 -1) src/main/print-canon.c (1.414) (+9 -5) Added Canon mini220 to mode-media data. 2012-04-09 Files: src/main/canon-media-mode.h (1.67) (+80 -0) src/main/canon-media.h (1.118) (+1 -1) src/main/print-canon.c (1.413) (+9 -5) Added Canon MP493 to mode-media data. 2012-04-08 Files: src/main/canon-media-mode.h (1.66) (+63 -0) src/main/canon-modes.h (1.310) (+5 -0) src/main/print-canon.c (1.412) (+9 -5) Added Canon PIXMA iX7000 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.65) (+50 -0) src/main/canon-modes.h (1.309) (+1 -1) src/main/print-canon.c (1.411) (+9 -5) Added Canon SELPHY DS810 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.64) (+52 -0) src/main/canon-modes.h (1.308) (+1 -1) src/main/print-canon.c (1.410) (+9 -5) Added Canon SELPHY DS700 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.63) (+80 -0) src/main/canon-media.h (1.117) (+3 -2) src/main/canon-modes.h (1.307) (+56 -19) src/main/canon-printers.h (1.265) (+1 -1) src/main/print-canon.c (1.409) (+9 -5) Added Canon MX420 to media-mode combinations. Added missing paper type and created custom mode definition. 2012-04-08 Files: src/main/canon-media-mode.h (1.62) (+73 -0) src/main/print-canon.c (1.408) (+9 -5) Added Canon PIXMA iX6500 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.61) (+96 -0) src/main/print-canon.c (1.407) (+9 -5) Added Canon BJC i9900 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.60) (+86 -0) src/main/print-canon.c (1.406) (+9 -5) Added Canon BJC i9100 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.59) (+83 -0) src/main/canon-modes.h (1.306) (+1 -1) src/main/print-canon.c (1.405) (+9 -5) Added Canon BJC i6610 (and i6500) to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.58) (+82 -0) src/main/canon-modes.h (1.305) (+1 -1) src/main/print-canon.c (1.404) (+9 -5) Added Canon BJC i865 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.57) (+83 -0) src/main/print-canon.c (1.403) (+9 -5) Added Canon BJC i560 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.56) (+71 -0) src/main/print-canon.c (1.402) (+9 -5) Added Canon BJC i70 to media-mode combinations. 2012-04-08 Files: src/main/canon-media-mode.h (1.55) (+72 -0) src/main/print-canon.c (1.401) (+9 -5) Added Canon BJC i80 to media-mode combinations. 2012-04-07 Files: src/main/canon-media-mode.h (1.54) (+69 -1) src/main/canon-modes.h (1.304) (+3 -3) src/main/print-canon.c (1.400) (+9 -5) Added Canon BJC i900 to media-mode combinations. 2012-04-07 Files: src/main/canon-media-mode.h (1.53) (+102 -0) src/main/canon-modes.h (1.303) (+1 -1) src/main/print-canon.c (1.399) (+9 -5) Added Canon BJC i960 to media-mode combinations. 2012-04-07 Files: src/main/canon-media-mode.h (1.52) (+93 -0) src/main/canon-modes.h (1.302) (+3 -3) src/main/canon-printers.h (1.264) (+1 -1) src/main/print-canon.c (1.398) (+9 -5) Added Canon BJC i950 to media-mode combinations. 2012-04-06 Files: src/main/canon-media-mode.h (1.51) (+72 -0) src/main/print-canon.c (1.397) (+9 -5) Added Canon BJC i860 to media-mode combinations. 2012-04-06 Files: src/main/canon-media-mode.h (1.50) (+96 -0) src/main/canon-modes.h (1.301) (+1 -1) src/main/print-canon.c (1.396) (+9 -5) Added Canon BJC i850 to media-mode combinations. 2012-04-06 Files: src/main/canon-media-mode.h (1.49) (+90 -0) src/main/canon-modes.h (1.300) (+3 -3) src/main/print-canon.c (1.395) (+9 -5) Added Canon BJC i550 to media-mode combinations. 2012-04-06 Files: src/main/canon-media-mode.h (1.48) (+83 -1) src/main/canon-media.h (1.116) (+1 -1) src/main/print-canon.c (1.394) (+9 -5) Added Canon BJC i455 to media-mode combinations. 2012-04-06 Files: src/main/canon-media-mode.h (1.47) (+78 -0) src/main/print-canon.c (1.393) (+9 -5) Added Canon BJC i450 to mode-media data. 2012-04-06 Files: src/main/canon-media-mode.h (1.46) (+76 -0) src/main/canon-modes.h (1.299) (+1 -1) src/main/print-canon.c (1.392) (+9 -5) Added Canon BJC i50 to mode-media data. 2012-04-06 Files: src/main/canon-media-mode.h (1.45) (+78 -0) src/main/canon-modes.h (1.298) (+2 -2) src/main/print-canon.c (1.391) (+9 -5) Added Canon iP5000 to mode-media data. 2012-04-05 Files: src/main/canon-media-mode.h (1.44) (+87 -0) src/main/print-canon.c (1.390) (+9 -6) Added Canon iP7500 to media-mode combinations. 2012-04-05 Files: src/main/canon-media-mode.h (1.43) (+80 -0) src/main/canon-modes.h (1.297) (+21 -21) src/main/print-canon.c (1.389) (+9 -5) Added Canon MP240 to media-mode combinations. 2012-04-05 Files: src/main/canon-media-mode.h (1.42) (+100 -1) src/main/canon-modes.h (1.296) (+22 -22) src/main/print-canon.c (1.388) (+9 -5) Added Canon MP210 to media-mode combinations. 2012-04-05 Files: src/main/canon-media-mode.h (1.41) (+93 -1) src/main/canon-modes.h (1.295) (+22 -22) src/main/print-canon.c (1.387) (+9 -5) Added Canon MP190 to mode-media data. 2012-04-05 Files: src/main/canon-media-mode.h (1.40) (+69 -0) src/main/print-canon.c (1.386) (+9 -5) Added Canon MP540 to mode-media data. 2012-04-05 Files: src/main/canon-media-mode.h (1.39) (+71 -0) src/main/print-canon.c (1.385) (+9 -5) Added Canon iX4000 to mode-media data. 2012-04-05 Files: src/main/canon-media-mode.h (1.38) (+89 -0) src/main/print-canon.c (1.384) (+17 -9) Added Canon iP3100 to mode-media data. 2012-04-04 Files: src/main/canon-media-mode.h (1.37) (+79 -0) src/main/canon-modes.h (1.294) (+2 -2) src/main/print-canon.c (1.383) (+9 -7) Added Canon iP2000 to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.36) (+88 -1) src/main/canon-modes.h (1.293) (+5 -5) src/main/print-canon.c (1.382) (+16 -9) Added Canon MP970 (although no mono modes are yet added) to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.35) (+74 -3) src/main/canon-modes.h (1.292) (+13 -13) src/main/print-canon.c (1.381) (+9 -5) src/xml/printers.xml (1.217) (+4 -1) Added Canon iP2700 to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.34) (+75 -0) src/main/canon-modes.h (1.291) (+2 -2) src/main/print-canon.c (1.380) (+9 -5) Added Canon MP530 to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.33) (+80 -0) src/main/canon-modes.h (1.290) (+11 -11) src/main/print-canon.c (1.379) (+30 -26) Added Canon iP46210D (incl. iP6220D, iP6310D) to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.32) (+62 -0) src/main/canon-modes.h (1.289) (+3 -0) src/main/print-canon.c (1.378) (+9 -5) Added Canon iP4300 to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.31) (+88 -3) src/main/canon-media.h (1.115) (+1 -0) src/main/print-canon.c (1.377) (+10 -6) Added Canon iP4100 to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.30) (+78 -0) src/main/canon-modes.h (1.288) (+3 -3) src/main/print-canon.c (1.376) (+9 -5) Added Canon iP4900 to media-mode combinations. 2012-04-04 Files: src/main/canon-media-mode.h (1.29) (+189 -105) src/main/canon-modes.h (1.287) (+9 -6) src/main/print-canon.c (1.375) (+9 -5) Added Canon iP4600 to mode-media data. Fixed several missing duplex-specific entries in media-mode data. 2012-04-04 Files: src/main/canon-media-mode.h (1.28) (+85 -0) src/main/canon-modes.h (1.286) (+4 -4) src/main/print-canon.c (1.374) (+9 -5) Added Canon iP4500 to mode-media data. 2012-04-03 Files: src/main/canon-media-mode.h (1.27) (+9 -12) Added remaining data for Canon MP250 to media-mode combinations. 2012-04-03 Files: src/main/canon-media-mode.h (1.26) (+89 -0) src/main/canon-modes.h (1.285) (+23 -23) src/main/print-canon.c (1.373) (+9 -5) Added Canon MP250 (some checks of color-only modes required) to mode-media data. 2012-04-03 Files: src/main/canon-media-mode.h (1.25) (+130 -20) src/main/canon-media.h (1.114) (+94 -94) src/main/canon-modes.h (1.284) (+7 -7) src/main/print-canon.c (1.372) (+23 -17) Added Canon MP960 to mode-media data. Corrected several more printer models in print-canon.c, and corrected conditional statement. Commented out unused variables. 2012-04-03 Files: src/main/canon-media-mode.h (1.24) (+144 -0) src/main/canon-modes.h (1.283) (+2 -0) src/main/print-canon.c (1.371) (+20 -16) Added Canon Pro9000 Mk.II to mode-media data. Also fixed several printer names conditional statements in print-canon.c: the strings must match the printer name definitions in canon-printers.h. 2012-04-03 Files: src/main/canon-media-mode.h (1.23) (+37 -5) src/main/canon-modes.h (1.282) (+1 -1) Added remaining settings of Canon Pro9000 to mode-media data. 2012-04-02 Files: src/main/canon-media-mode.h (1.22) (+125 -7) src/main/print-canon.c (1.370) (+9 -6) Added Canon Pro9000 (partial data) to media-mode combinations. 2012-04-02 Files: src/main/canon-media-mode.h (1.21) (+3 -3) Revised slightly Canon iP4700, iP4800 in media-mode combinations. 2012-04-02 Files: src/main/canon-media-mode.h (1.20) (+86 -0) src/main/canon-media.h (1.113) (+25 -25) src/main/canon-modes.h (1.281) (+2 -2) src/main/print-canon.c (1.369) (+9 -5) Added Canon iP4700, iP4800 to media-mode combinations. 2012-04-02 Files: src/main/canon-media-mode.h (1.19) (+90 -0) src/main/canon-modes.h (1.280) (+1 -1) src/main/print-canon.c (1.368) (+9 -5) Added Canon iP8500 to mode-media data. 2012-04-02 Files: src/main/canon-media-mode.h (1.18) (+84 -0) src/main/print-canon.c (1.367) (+9 -5) Added Canon iP6700 to mode-media data. 2012-04-02 Files: src/main/canon-media-mode.h (1.17) (+85 -0) src/main/print-canon.c (1.366) (+11 -7) Added Canon iP5300 to mode-media data. 2012-04-02 Files: src/main/canon-media-mode.h (1.16) (+75 -6) src/main/canon-media.h (1.112) (+1 -0) src/main/print-canon.c (1.365) (+9 -5) Added Canon MP830 to mode-media data. 2012-04-02 Files: src/main/canon-media-mode.h (1.15) (+79 -0) src/main/print-canon.c (1.364) (+9 -5) Added Canon iX5000 to mode-media data. 2012-04-02 Files: src/main/canon-media-mode.h (1.14) (+72 -1) src/main/print-canon.c (1.363) (+12 -5) Added Canon iP4200 to mode-media data. 2012-04-01 Files: src/main/canon-media-mode.h (1.13) (+65 -0) src/main/print-canon.c (1.362) (+21 -17) Added Canon MP550 toia-mode combinations. 2012-04-01 Files: src/main/canon-media-mode.h (1.12) (+115 -25) src/main/print-canon.c (1.361) (+19 -11) Added Canon iP3000 to media-mode combinations. 2012-03-31 Files: src/main/canon-media-mode.h (1.11) (+79 -0) src/main/canon-modes.h (1.279) (+30 -29) src/main/print-canon.c (1.360) (+21 -8) Corrected Canon MX360 mode names and added media-mode combinations. 2012-03-31 Files: src/main/print-canon.c (1.359) (+174 -56) Completed addition of PrintingMode option in mode replacement support in Canon backend 2012-03-31 Files: src/main/print-canon.c (1.358) (+32 -9) Increased priority of PrintingMode to that of InkSet in mode replacement support in Canon backend (partial implementation). 2012-03-31 Files: src/main/print-canon.c (1.357) (+349 -29) Completed duplex mode replacement support in Canon backend. 2012-03-30 Files: src/main/print-canon.c (1.356) (+14 -55) Removed duplicate code, cleaned up comments in duplex mode substitution for Canon backend (still some sections remaining to be completed). 2012-03-30 Files: src/main/print-canon.c (1.355) (+122 -25) Added further support for duplex mode substitution for Canon backend. 2012-03-30 Files: src/main/canon-media-mode.h (1.10) (+1 -0) src/main/print-canon.c (1.354) (+8 -5) fixed Canon iP6000D media-mode data. 2012-03-30 Files: src/main/canon-media-mode.h (1.9) (+87 -0) src/main/canon-modes.h (1.278) (+2 -2) Added Canon iP6000D media-mode data, corrected a photo mode name. 2012-03-30 Files: src/main/canon-media-mode.h (1.8) (+90 -1) Added Canon iP4000 media-mode data. 2012-03-30 Files: src/main/print-canon.c (1.353) (+72 -33) Added partial support for duplex mode replacement to Canon backend. 2012-03-29 Files: src/main/print-canon.c (1.352) (+192 -91) Added (possibly only partial) support for ink cartridge-specific mode selection to Canon backend. 2012-03-29 Files: src/main/canon-modes.h (1.277) (+3 -2) src/main/print-canon.c (1.351) (+13 -1) Updated flags for inkset support, duplex support and corresponding replacement modes to Canon backend data files. 2012-03-29 Files: src/main/canon-media-mode.h (1.7) (+26 -15) src/main/canon-modes.h (1.276) (+16 -13) src/main/print-canon.c (1.350) (+3 -3) Added flags for inkset support and replacement modes to Canon backend data files. Currently only PIXMA MP450. 2012-03-28 Files: src/main/print-canon.c (1.349) (+29 -14) Added PrintingMode setting to Canon backend get_current_mode logic. 2012-03-28 Files: src/main/print-canon.c (1.348) (+7 -6) Fixed undeclared ink_type handling bug in Canon backend get_current_mode logic 2012-03-28 Files: src/main/canon-media-mode.h (1.6) (+92 -1) src/main/print-canon.c (1.347) (+149 -20) Added experimental logic to Canon backend get_current_mode function to find a mode if the one currently active is not for the media selected. Added MP450 mode-media data. 2012-03-28 Files: src/main/print-canon.c (1.346) (+16 -12) Corrected bug in Canon backend get_current_mode logic regarding InkSet. 2012-03-27 Files: src/main/print-canon.c (1.345) (+181 -14) Added major portion of decision logic for mode selection and replacement based on media type, ink set (cartridge selection), ink type, to Canon backend. Still missing: duplex mode replacement, enhance logic for replacing an existing mode. 2012-03-27 Files: src/main/print-canon.c (1.344) (+35 -14) Canon backend: added comments in preparation for further option decision logic to print-canon.c 2012-03-27 Files: src/main/print-canon.c (1.343) (+17 -2) Canon backend: added InkType adjustment based on InkSet selection to canon_do_print. Currently sets InkType to Gray for Black InkSet, and to RGB(CMY) for Color InkSet. Devices with such cartridge selections do not use more complex ink sets in the modes (as far as is currently known). 2012-03-26 Files: src/main/canon-media-mode.h (1.5) (+3 -0) src/main/print-canon.c (1.342) (+41 -1) Added InkSet adjustment in do_print for Canon backend. Limited to MP610 for testing. 2012-03-26 Files: src/main/print-canon.c (1.341) (+3 -7) Corrected InkType parameter and InkSet parameter in canon_do_print. 2012-03-26 Files: src/main/print-canon.c (1.340) (+7 -1) Added InkType parameter to privdata in canon_do_print routine. 2012-03-26 Files: src/main/print-canon.c (1.339) (+20 -6) Added InkSet parameter to privdata in canon_do_print routine. Removed several noisy debug statements. 2012-03-25 Files: src/cups/Makefile.am (1.122) (+8 -6) src/cups/genppd.c (1.192) (+12 -4) src/cups/test-ppds (1.7) (+1 -1) Generate PPD files without extra_version when running test-ppds 2012-03-25 Files: src/main/print-canon.c (1.338) (+235 -42) Updated canon_printhead_colors function to highest possible colors for a given mode, or the highest possible for a given printer, if black is not specifically selected by printing mode or inkset (cartridge) selection. As a fallback, the lowest (previously black) amount of colors is returned, although this case should not occur. 2012-03-25 Files: src/cups/genppd.c (1.191) (+3 -2) Clear resolution before enumerating other options. 2012-03-25 Files: src/main/print-canon.c (1.337) (+2 -1) Corrected missing default ink type setting 2012-03-25 Files: src/main/canon-modes.h (1.275) (+108 -108) Set default modes for most Canon printers to be standard rather than high-quality. 2012-03-25 Files: src/main/print-canon.c (1.336) (+32 -34) Set default ink type in Canon backend to be that of default mode (color if present). Changed debug statements to respect debug flags. 2012-03-25 Files: src/main/print-canon.c (1.335) (+12 -18) Removed comments and debug statements 2012-03-24 Files: src/main/print-canon.c (1.334) (+11 -10) Testing version of print-canon.c with default mode setting switched back on, and resolution disabled in ink type enumeration in canon_parameters. 2012-03-24 Files: src/main/print-canon.c (1.333) (+56 -38) Testing version of print-canon.c with default mode setting switched off. 2012-03-23 Files: src/main/print-canon.c (1.332) (+37 -13) changed function to get current mode to return NULL when no modes found. 2012-03-22 Files: src/main/print-canon.c (1.331) (+26 -8) Modified InkType code to return all inks for all modes: but first need to fix get_current_mode to return NULL instead of default mode. 2012-03-22 Files: src/main/print-canon.c (1.330) (+18 -19) Modified printhead_colors code to check for mode. Cleaned up comments. 2012-03-21 Files: src/main/print-canon.c (1.329) (+3 -3) moved one debug statement into Canon MP610-specific block 2012-03-21 Files: src/main/print-canon.c (1.328) (+4 -5) Corrected conditional logic in mode replacement code for Canon backend 2012-03-21 Files: src/main/print-canon.c (1.327) (+43 -68) Cleaned up comments in mode replacement code 2012-03-21 Files: src/main/canon-media-mode.h (1.4) (+30 -133) src/main/print-canon.c (1.326) (+41 -31) Working mode replacement code committed: limited to Canon MP610 for now. 2012-03-20 Files: src/main/canon-media-mode.h (1.3) (+28 -10) src/main/print-canon.c (1.325) (+74 -4) added to media and mode checking code, simplified for debugging. 2012-03-19 Files: src/main/canon-media-mode.h (1.2) (+3 -3) src/main/print-canon.c (1.324) (+2 -2) Corrected addition of canon-media-mode.h to code. 2012-03-18 Files: src/main/Makefile.am (1.105) (+3 -2) src/main/canon-media-mode.h (1.1) (added +10663 -0) src/main/canon-modes.h (1.274) (+1 -1) src/main/print-canon.c (1.323) (+31 -3) Adding canon-media-mode.h header file for recording relationship between media types and permitted modes. 2012-03-14 Files: src/main/print-canon.c (1.322) (+2 -19) reverted changed to ESC (L command for Canon i80: all components are present. 2012-03-13 Files: src/main/canon-modes.h (1.273) (+2 -1) src/main/print-canon.c (1.321) (+21 -4) added corrections to ESC (l and ESC (L commands for Canon i80. Added a further transparency modes for i80. 2012-03-12 Files: src/main/canon-modes.h (1.272) (+8 -3) Added Env/Hagaki modes to Canon i80. 2012-03-12 Files: src/main/canon-modes.h (1.271) (+2 -2) corrected mode names for Canon i80 2012-03-11 Files: src/main/canon-media.h (1.111) (+32 -32) src/main/canon-modes.h (1.270) (+2 -4) corrected a mode name for Canon MP610, and Canon media name PhotoPlusGloss2 2012-03-04 Files: src/main/print-canon.c (1.320) (+22 -3) debug statements added for page width and length. Correction to conditional statement where incorrect printer model name was typed. 2012-03-04 Files: src/main/canon-inks.h (1.114) (+8 -150) cleaned up comments 2012-03-04 Files: src/main/canon-modes.h (1.269) (+8 -8) removed Canon 13_c9m9y9 mode since page width is incorrectly set, reason currently unknown. 2012-02-23 Files: src/main/print-canon.c (1.319) (+82 -10) Initial addition of CUPS option InkSet for Canon backend to select ink cartridge for 2-cartridge printers where options both, black-only, color-only are available. 2012-02-19 Files: src/main/canon-inks.h (1.113) (+36 -40) src/main/canon-modes.h (1.268) (+22 -22) Corrected use of inkset 9_C4M4Y4K2c4m4y4 for plain (with K) and photo media modes (no K) on Canon printers. 2012-02-19 Files: src/main/canon-modes.h (1.267) (+7 -7) Reordered modes for Canon iP90, iP100. ESC S) command still unsupported. 2012-02-19 Files: src/main/canon-modes.h (1.266) (+4 -4) Corrected non-unique mode names for Canon iP6210D, iP6220D, and iP6310D. 2012-02-19 Files: src/main/canon-modes.h (1.265) (+22 -15) src/main/print-canon.c (1.318) (+26 -1) Added several cmy and CMYcmy modes to Canon iP6210D, iP6220D, and iP6310D printers. Some modes still not supportable. 2012-02-18 Files: src/main/canon-inks.h (1.112) (+34 -0) src/main/canon-modes.h (1.264) (+20 -14) src/main/print-canon.c (1.317) (+2 -2) Added mode using cmy inks to Canon MG2100, MG3100, MG4100. 2012-02-17 Files: src/main/canon-inks.h (1.111) (+1 -0) src/main/canon-modes.h (1.263) (+5 -3) Added support for cmy and 1200dpi photo modes on Canon mini220. 2012-02-17 Files: src/main/print-canon.c (1.316) (+2 -2) Added support for cmy and 1200dpi photo mode on Canon MP495. 2012-02-17 Files: src/main/canon-modes.h (1.262) (+23 -18) src/main/print-canon.c (1.315) (+2 -2) Added cmy and 1200dpi photo mode on Canon MP480, MP490. 2012-02-17 Files: src/main/canon-modes.h (1.261) (+9 -5) src/main/print-canon.c (1.314) (+2 -2) Added cmy and 1200dpi photo modes on Canon MP470. 2012-02-17 Files: src/main/canon-inks.h (1.110) (+14 -15) src/main/canon-modes.h (1.260) (+7 -8) Corrected photo modes on Canon MP360, MP370, MP375R, MP390. cmy and CMYcmy modes now supported. 2012-02-16 Files: src/main/canon-modes.h (1.259) (+5 -4) Corrected cmy modes for Canon iP2000 (these modes, no 0x60 subtraction in ink names). 2012-02-16 Files: src/main/canon-modes.h (1.258) (+31 -20) src/main/print-canon.c (1.313) (+2 -2) Added 1200dpi cmy mode to Canon MX330, MX340, MX350, MX360, MX410. 2012-02-15 Files: src/main/canon-modes.h (1.257) (+10 -8) src/main/print-canon.c (1.312) (+2 -2) Add 1200dpi mode support to Canon iP2700. 2012-02-15 Files: src/main/canon-modes.h (1.256) (+9 -7) added cmy and 1200dpi modes to Canon MX300 and MX310. 2012-02-15 Files: src/main/canon-modes.h (1.255) (+18 -14) src/main/print-canon.c (1.311) (+2 -2) Added 1200dpi mode to Canon MP280, and added support for cmy modes to print-canon.c for MP240, MP250, MP270, MP280. 2012-02-15 Files: src/main/canon-modes.h (1.254) (+34 -23) Added 1200dpi mode to Canon MP240 and MP250. 2012-02-15 Files: src/main/canon-modes.h (1.253) (+0 -41) src/main/canon-printers.h (1.263) (+0 -13) src/xml/printers.xml (1.216) (+2 -2) Added cmy modes and 1200dpi mode, then consolidated Canon MP210 and MP220 into one driver. 2012-02-15 Files: src/main/canon-modes.h (1.252) (+7 -4) Added cmy and 1200dpi mode support to Canon MP220 (incomplete). 2012-02-15 Files: src/main/canon-modes.h (1.251) (+17 -7) src/main/print-canon.c (1.310) (+2 -2) Added cmy and 1200dpi mode support to Canon MP210. 2012-02-15 Files: src/main/canon-modes.h (1.250) (+9 -3) Added modes with cmy inks to Canon MP190, including 1200dpi mode. 2012-02-15 Files: src/main/canon-media.h (1.110) (+2 -2) src/main/canon-printers.h (1.262) (+47 -47) changed slotlist name for MP150-clones. 2012-02-15 Files: src/foomatic/foomatic-generator.in (1.81) (+0 -1) src/main/canon-media.h (1.109) (+0 -17) src/main/canon-modes.h (1.249) (+4 -45) src/main/canon-printers.h (1.261) (+3 -29) src/xml/printers.xml (1.215) (+5 -5) consolidated Canon MP140, MP150, MP160, MP170, MP180 into single driver with identical modes, sources and media. 2012-02-14 Files: src/foomatic/foomatic-templates-ijs/gutenprint.xml (1.7) (+1 -1) Add the "-dNOINTERPOLATE" option to the Ghostscript command line used for the IJS flavor of Gutenprint. This makes rendering of pages containing bitmaps significantly faster. The interpolation also does not visibly enhance the print quality at the high resolutions we need. 2012-02-14 Files: src/foomatic/foomatic-generator.in (1.80) (+0 -2) Removed unneeded import of the Data::Dumper module. The foomatic-generator script does not use it. Also this removes unneeded Perl library dependencies. 2012-02-14 Files: src/cups/cups-genppdupdate.in (1.60) (+19 -5) Use Getopt::Long instead of Getopt::Std. This reduces Perl library dependencies and makes it easier this way to use Gutenprint in space-restricted environments (Live CDs, routers, ...). The command line syntax of cups-genppdupdate does not change by this step. 2012-02-14 Files: src/main/canon-inks.h (1.109) (+4 -12) src/main/canon-modes.h (1.248) (+15 -10) src/main/print-canon.c (1.309) (+3 -2) Continued adding cmy and CMYcmy inksets to Canon MP150 printer modes. 2012-02-13 Files: src/main/canon-inks.h (1.108) (+1 -1) src/main/canon-modes.h (1.247) (+28 -25) src/main/print-canon.c (1.308) (+11 -13) test/pixma_parse.c (1.29) (+2 -2) add support in Canon printers for cmy inksets, and inksets containing cmy, where 0x60 is subtracted from the inkname in the printjob header. Applied currently to following models: MP140, MP150, MP160, MP170, MP180, MP190, MP220, MP450, MP460, MX300, MX310. To be extended to other printers (need to add such modes to canon-modes.h). 2012-01-30 Files: src/main/canon-inks.h (1.107) (+1 -1) src/main/canon-modes.h (1.246) (+11 -11) src/main/print-canon.c (1.307) (+23 -6) src/main/print-canon.h (1.8) (+5 -1) added support for a couple mofr modes in Canon MP150, MP170, MP220 among others, that use CMYcmk inksets. 2012-01-27 Files: src/main/canon-modes.h (1.245) (+8 -8) added previously commented-out CMYKcmy modes for several Canon printers 2012-01-19 Files: src/escputil/escputil.c (1.108) (+3 -1) src/gutenprintui2/ui-utils.c (1.4) (+3 -3) Error: VARARGS gutenprint-5.2.6/src/escputil/escputil.c:616: va_init: Initializing va_list "args". gutenprint-5.2.6/src/escputil/escputil.c:637: missing_va_end: va_end was not called for "args". Error: VARARGS gutenprint-5.2.6/src/escputil/escputil.c:644: va_init: Initializing va_list "args". gutenprint-5.2.6/src/escputil/escputil.c:663: missing_va_end: va_end was not called for "args". Error: VARARGS gutenprint-5.2.6/src/gutenprintui2/ui-utils.c:217: va_init: Initializing va_list "args". gutenprint-5.2.6/src/gutenprintui2/ui-utils.c:219: missing_va_end: va_end was not called for "args". 2012-01-19 Files: src/main/mxml-file.c (1.13) (+2 -19) Error: USE_AFTER_FREE gutenprint-5.2.6/src/main/mxml-file.c:939: freed_arg: "mxml_add_char" frees "name". gutenprint-5.2.6/src/main/mxml-file.c:326: freed_arg: "free" frees parameter "*buffer". gutenprint-5.2.6/src/main/mxml-file.c:941: double_free: Calling "free" frees pointer "name" which has already been freed. Error: USE_AFTER_FREE gutenprint-5.2.6/src/main/mxml-file.c:968: alias: Assigning: "ptr" = "value". Now both point to the same storage. gutenprint-5.2.6/src/main/mxml-file.c:973: freed_arg: "mxml_add_char" frees "value". gutenprint-5.2.6/src/main/mxml-file.c:326: freed_arg: "free" frees parameter "*buffer". gutenprint-5.2.6/src/main/mxml-file.c:976: double_free: Calling "free" frees pointer "value" which has already been freed. Error: USE_AFTER_FREE gutenprint-5.2.6/src/main/mxml-file.c:760: freed_arg: "mxml_add_char" frees "buffer". gutenprint-5.2.6/src/main/mxml-file.c:326: freed_arg: "free" frees parameter "*buffer". gutenprint-5.2.6/src/main/mxml-file.c:762: double_free: Calling "free" frees pointer "buffer" which has already been freed. 2012-01-19 Files: src/main/print-canon.c (1.306) (+2 -2) Error: SIZEOF_MISMATCH gutenprint-5.2.6/src/main/print-canon.c:1962: suspicious_sizeof: Passing argument "privdata.head_offset" of type "int *" and argument "sizeof (privdata.head_offset) /*8*/" to function "memset" is suspicious. Did you intend to use "sizeof(*privdata.head_offset)" instead of "sizeof (privdata.head_offset)" ? 2012-01-19 Files: src/main/print-escp2.c (1.438) (+2 -2) src/main/print-weave.c (1.78) (+7 -1) Error: REVERSE_INULL gutenprint-5.2.6/src/main/print-escp2.c:4394: deref_ptr: Directly dereferencing pointer "pd->inkname". gutenprint-5.2.6/src/main/print-escp2.c:4400: check_after_deref: Dereferencing "pd->inkname" before a null check. Error: REVERSE_INULL gutenprint-5.2.6/src/main/print-weave.c:1479: deref_ptr: Directly dereferencing pointer "sw->head_offset". gutenprint-5.2.6/src/main/print-weave.c:1509: check_after_deref: Dereferencing "sw->head_offset" before a null check. 2012-01-19 Files: src/main/mxml-file.c (1.12) (+4 -2) Error: RESOURCE_LEAK gutenprint-5.2.6/src/main/mxml-file.c:879: alloc_fn: Calling allocation function "malloc". gutenprint-5.2.6/src/main/mxml-file.c:879: var_assign: Assigning: "value" = storage returned from "malloc(64UL)". gutenprint-5.2.6/src/main/mxml-file.c:958: leaked_storage: Variable "value" going out of scope leaks the storage it points to. Error: RESOURCE_LEAK gutenprint-5.2.6/src/main/mxml-file.c:871: alloc_fn: Calling allocation function "malloc". gutenprint-5.2.6/src/main/mxml-file.c:871: var_assign: Assigning: "name" = storage returned from "malloc(64UL)". gutenprint-5.2.6/src/main/mxml-file.c:934: var_assign: Assigning: "ptr" = "name". gutenprint-5.2.6/src/main/mxml-file.c:956: noescape: Variable "name" is not freed or pointed-to in function "fprintf". gutenprint-5.2.6/src/main/mxml-file.c:958: leaked_storage: Variable "ptr" going out of scope leaks the storage it points to. gutenprint-5.2.6/src/main/mxml-file.c:958: leaked_storage: Variable "name" going out of scope leaks the storage it points to. 2012-01-19 Files: src/main/print-vars.c (1.94) (+8 -3) Error: NULL_RETURNS gutenprint-5.2.6/src/main/print-vars.c:1664: returned_null: Function "stp_list_get_item_by_index" returns null (checked 4 out of 5 times). gutenprint-5.2.6/src/main/print-list.c:254: return_null: Explicitly returning NULL. gutenprint-5.2.6/src/main/color.c:91: example_assign: Assigning: "color" = return value from "stp_list_get_item_by_index(color_list, idx)". gutenprint-5.2.6/src/main/color.c:92: example_checked: "color" has its value checked in "color == NULL". gutenprint-5.2.6/src/main/print-papers.c:154: example_assign: Assigning: "paper" = return value from "stp_list_get_item_by_index(paper_list, idx)". gutenprint-5.2.6/src/main/print-papers.c:155: example_checked: "paper" has its value checked in "paper". gutenprint-5.2.6/src/main/printers.c:123: example_assign: Assigning: "printer" = return value from "stp_list_get_item_by_index(printer_list, idx)". gutenprint-5.2.6/src/main/printers.c:124: example_checked: "printer" has its value checked in "printer == NULL". gutenprint-5.2.6/src/main/string-list.c:85: example_assign: Assigning: "answer" = return value from "stp_list_get_item_by_index((stp_list_t const *)list, element)". gutenprint-5.2.6/src/main/string-list.c:87: example_checked: "answer" has its value checked in "answer". gutenprint-5.2.6/src/main/print-vars.c:1664: dereference: Dereferencing a pointer that might be null "stp_list_get_item_by_index(ilist, item)" when calling "stp_list_item_get_data". gutenprint-5.2.6/src/main/print-list.c:697: deref_parm: Directly dereferencing parameter "item". 2012-01-19 Files: src/gimp2/print.c (1.9) (+2 -1) src/main/print-lexmark.c (1.161) (+3 -1) Error: MISSING_BREAK gutenprint-5.2.6/src/gimp2/print.c:296: unterminated_default: The default case is not terminated by a 'break' statement. gutenprint-5.2.6/src/gimp2/print.c:298: fallthrough: The above case falls through to this one. Error: MISSING_BREAK gutenprint-5.2.6/src/main/print-lexmark.c:1406: unterminated_case: This case (value 10052) is not terminated by a 'break' statement. gutenprint-5.2.6/src/main/print-lexmark.c:1412: fallthrough: The above case falls through to this one. 2012-01-19 Files: src/main/escp2-driver.c (1.58) (+2 -2) src/main/module.c (1.27) (+3 -2) src/main/print-canon.c (1.305) (+11 -8) src/main/print-color.c (1.145) (+3 -3) src/main/print-escp2.c (1.437) (+8 -5) src/main/print-list.c (1.26) (+5 -5) src/main/print-ps.c (1.105) (+3 -3) Error: FORWARD_NULL gutenprint-5.2.6/src/main/print-list.c:352: var_compare_op: Comparing "name" to null implies that "name" might be null. gutenprint-5.2.6/src/main/print-list.c:385: var_deref_model: Passing null variable "name" to function "stp_list_get_item_by_name_internal", which dereferences it. gutenprint-5.2.6/src/main/print-list.c:333: deref_parm_in_call: Function "strcmp" dereferences parameter "name". (The dereference is assumed on the basis of the 'nonnull' parameter attribute.) Error: FORWARD_NULL gutenprint-5.2.6/src/main/print-list.c:426: var_compare_op: Comparing "long_name" to null implies that "long_name" might be null. gutenprint-5.2.6/src/main/print-list.c:459: var_deref_model: Passing null variable "long_name" to function "stp_list_get_item_by_long_name_internal", which dereferences it. gutenprint-5.2.6/src/main/print-list.c:407: deref_parm_in_call: Function "strcmp" dereferences parameter "long_name". (The dereference is assumed on the basis of the 'nonnull' parameter attribute.) Error: FORWARD_NULL gutenprint-5.2.6/src/main/escp2-driver.c:246: var_compare_op: Comparing "pd->input_slot" to null implies that "pd->input_slot" might be null. gutenprint-5.2.6/src/main/escp2-driver.c:276: var_deref_op: Dereferencing null variable "pd->input_slot". Error: FORWARD_NULL gutenprint-5.2.6/src/main/module.c:96: var_compare_op: Comparing "module" to null implies that "module" might be null. gutenprint-5.2.6/src/main/module.c:99: var_deref_op: Dereferencing null variable "module". Error: FORWARD_NULL gutenprint-5.2.6/src/main/print-canon.c:380: var_compare_op: Comparing "caps->paperlist" to null implies that "caps->paperlist" might be null. gutenprint-5.2.6/src/main/print-canon.c:387: var_deref_op: Dereferencing null variable "caps->paperlist". Error: FORWARD_NULL gutenprint-5.2.6/src/main/print-color.c:1566: var_compare_op: Comparing "color_description" to null implies that "color_description" might be null. gutenprint-5.2.6/src/main/print-color.c:1577: var_deref_op: Dereferencing null variable "color_description". Error: FORWARD_NULL gutenprint-5.2.6/src/main/print-escp2.c:1660: var_compare_op: Comparing "ink_list" to null implies that "ink_list" might be null. gutenprint-5.2.6/src/main/print-escp2.c:1673: var_deref_op: Dereferencing null variable "ink_list". Error: FORWARD_NULL gutenprint-5.2.6/src/main/print-ps.c:826: var_compare_op: Comparing "node->child" to null implies that "node->child" might be null. gutenprint-5.2.6/src/main/print-ps.c:841: var_deref_op: Dereferencing null variable "node->child". 2012-01-18 Files: src/escputil/escputil.c (1.107) (+12 -6) fixed NULL pointer access in escputil 2012-01-18 Files: src/main/canon-inks.h (1.106) (+12 -12) Modified experimental Canon inksets using only sub-channel outputs. 2012-01-11 Files: src/main/canon-modes.h (1.244) (+13 -5) src/main/print-canon.c (1.304) (+2 -2) modified modes for Canon BJC-4300, added support for one photo cartridge mode. WIP. 2012-01-10 Files: src/main/print-canon.c (1.303) (+3 -6) reverted CANON_CD_X and Y in print-canon.c from previous commit 2012-01-10 Files: src/main/canon-modes.h (1.243) (+13 -14) src/main/print-canon.c (1.302) (+26 -13) adjusted Canon BJC-4550 modes to use 4 inks. Added photo mode. 2012-01-10 Files: test/pixma_parse.c (1.28) (+9 -5) added printout of inks used for 1-bpp modes in pixma_parse 2012-01-08 Files: NEWS (1.544) (+3 -0) src/xml/printers.xml (1.214) (+4 -1) Add support for Epson SX420 and related 2012-01-03 Files: src/main/print-canon.c (1.301) (+25 -24) changed code to use extended page setting command even for CD media for selected printers. 2012-01-02 Files: NEWS (1.543) (+20 -5) src/xml/printers.xml (1.213) (+2 -2) corrected printers.xml printer name with trailing spaces. Added latest CD support to NEWS file. 2012-01-02 Files: po/POTFILES.in (1.26) (+1 -0) 3468320 POTFILES.in needs fixing 2012-01-02 Files: src/main/canon-printers.h (1.260) (+12 -12) src/main/print-canon.c (1.300) (+4 -4) Added support for second ESC (r command for CD media only (Canon PIXMA MP980, MP990, MG6100, MG8100) and single ESC (r command in case of CD media only (MG5200, MG5300, MG6200, MG8200). 2012-01-02 Files: src/main/canon-printers.h (1.259) (+8 -8) src/main/print-canon.c (1.299) (+16 -3) Added support for second ESC (r command for CD media only (Canon PIXMA iP4600, iP4700, iP4800) and single ESC (r command in case of CD media only (iP4900). 2012-01-01 Files: NEWS (1.542) (+5 -2) src/xml/printers.xml (1.212) (+4 -4) Try again to fix printing to the NX200, SX200, and SX205. The SX215 (and presumably SX210) appear to be different from the SX200. 2012-01-01 Files: NEWS (1.541) (+16 -13) src/cups/genppd.c (1.190) (+4 -2) 3299815 CUPS PPD broken on Linux 2012-01-01 Files: src/main/print-canon.c (1.298) (+158 -95) src/main/print-canon.h (1.7) (+3 -2) Added support for correct CD and FineArt media codes in ESC (P command 2011-12-31 Files: NEWS (1.540) (+5 -5) updated NEWS with SELPHY series corrected names 2011-12-31 Files: src/xml/printers.xml (1.211) (+17 -17) updated Canon SELPHY series names 2011-12-31 Files: NEWS (1.539) (+1 -0) updated NEWS for SELPHY series without CP-600 2011-12-31 Files: src/xml/printers.xml (1.210) (+3 -1) removed Canon SELPHY CP-600 from supported printers 2011-12-30 Files: src/xml/printers.xml (1.209) (+2 -2) corrected foomatic driver for Canon MX310 2011-12-30 Files: src/cups/cups-genppdupdate.in (1.59) (+22 -5) src/cups/genppd.c (1.189) (+10 -10) Make genppdupdate more robust against missing drivers 2011-12-30 Files: src/xml/printers.xml (1.208) (+3 -3) Fix driver names for Pixma MG4100 and MX350. 2011-12-30 Files: src/main/channel.c (1.35) (+5 -3) Fix a couple of potential null pointer derefs (from stpere@gmail.com). 2011-12-27 Files: NEWS (1.538) (+4 -2) Fix a few typos, add a few printers. =============================================================================== Name: gutenprint-5_2_8-pre1 2011-12-27 Files: po/cs.po (1.62) (+3776 -3402) po/da.po (1.105) (+3817 -3409) po/de.po (1.77) (+3819 -3411) po/el.po (1.77) (+3771 -3401) po/en_GB.po (1.170) (+3819 -3411) po/es.po (1.75) (+3775 -3401) po/fi.po (1.7) (+3815 -3411) po/fr.po (1.103) (+3846 -3441) po/gl.po (1.2) (+4010 -3466) po/hu.po (1.35) (+3819 -3411) po/it.po (1.15) (+3817 -3409) po/ja.po (1.72) (+4070 -3427) po/nb.po (1.36) (+3824 -3430) po/nl.po (1.88) (+4072 -3417) po/pl.po (1.81) (+3771 -3401) po/pt.po (1.76) (+3775 -3401) po/ru.po (1.9) (+3815 -3411) po/sk.po (1.80) (+3775 -3401) po/sl.po (1.4) (+3817 -3409) po/sv.po (1.106) (+3846 -3441) po/uk.po (1.5) (+4047 -3403) po/zh_CN.po (1.2) (+3904 -3439) po/zh_TW.po (1.36) (+3840 -3441) Gutenprint 5.2.8-pre1 release 2011-12-27 Files: NEWS (1.537) (+11 -1) README (1.212) (+3 -2) src/xml/printers.xml (1.207) (+8 -2) Remove support for Canon CP-720, 780, 800, and all ES models per requirement for special spooler 2011-12-24 Files: NEWS (1.536) (+3 -3) README (1.211) (+13 -13) configure.ac (1.231) (+4 -3) Prep for Gutenprint 5.2.8-pre1 2011-12-24 Files: src/foomatic/Makefile.am (1.56) (+3 -3) Use rm -rf to remove foomatic-db. 2011-12-24 Files: src/foomatic/Makefile.am (1.55) (+2 -12) Back out parallelism change (causes dependency issues). 2011-12-24 Files: src/xml/escp2/model/model_116.xml (1.4) (+2 -13) src/xml/escp2/model/model_117.xml (1.2) (+2 -2) Adjust 720x1440 and 1440x1440 DPI drop sizes per Laurent Martelli 2011-12-23 Files: src/main/print-canon.c (1.297) (+2 -2) Use memmove() rather than memcpy() when source and destination overlap. 2011-12-22 Files: src/main/canon-modes.h (1.242) (+11 -11) corrected modes using CMYK to reference inkset with CMYK inks 2011-12-22 Files: src/main/print-escp2.c (1.436) (+2 -8) src/main/print-papers.c (1.42) (+1 -9) src/main/print-weave.c (1.77) (+1 -13) src/main/xmlppd.c (1.6) (+0 -2) Clean up some unused variables 2011-12-22 Files: src/main/print-canon.c (1.296) (+7 -2) corrected stp_color_init function call in print-canon.c 2011-12-21 Files: src/main/print-canon.c (1.295) (+2 -6) removed incorrectly commented out stp_color_init function call in print-canon.c 2011-12-20 Files: NEWS (1.535) (+2 -1) configure.ac (1.230) (+3 -3) po/zh_CN.po (1.1) (added +14693 -0) Add Chinese Mandarin translation 2011-12-20 Files: src/testpattern/run-testpattern-2.in (1.43) (+2 -0) Report crash of the underlying program more prominently. 2011-12-19 Files: src/main/canon-modes.h (1.241) (+8 -8) corrected inkset in modes for Canon BJC S300 and S330. 2011-12-19 Files: src/main/canon-printers.h (1.258) (+156 -156) adjusted page width of Canon MP495, added INCH function for specifying inch measurements. 2011-12-19 Files: src/main/print-canon.c (1.294) (+28 -12) commented out unused code 2011-12-19 Files: src/main/canon-modes.h (1.240) (+2 -2) updated Canon BJC S300 and S330 T-shirt modes to use inksets including K. 2011-12-19 Files: src/main/canon-printers.h (1.257) (+0 -6) removed unused control_cmd_MULTIPASS_MP150 2011-12-19 Files: src/main/print-canon.c (1.293) (+4 -4) changed printf to use integer rather than unsigned for local loop variables, and num_channels 2011-12-18 Files: src/main/print-canon.c (1.292) (+8 -8) Change some debug messages to stp_dprintf. 2011-12-18 Files: src/foomatic/Makefile.am (1.54) (+12 -2) Allow building both foomatic-dbs in parallel 2011-12-18 Files: scripts/autogen.sh (1.39) (+1 -1) Tweak libtool version regexp to handle just two version components. 2011-12-18 Files: src/cups/rastertoprinter.c (1.139) (+3 -2) Add one more debug line. 2011-12-18 Files: src/cups/rastertoprinter.c (1.138) (+375 -117) Improve debugging output, and some code cleanup. 2011-12-18 Files: src/cups/genppd.c (1.188) (+4 -9) Work around a sporadic crash in pstoraster. Per Mike Sweet this should not be necessary and may be due to a bug that has since been fixed in Ghostscript 9.01. 2011-12-14 Files: NEWS (1.534) (+26 -2) src/xml/escp2/model/Makefile.am (1.30) (+4 -2) src/xml/escp2/model/model_116.xml (1.3) (+75 -107) src/xml/escp2/model/model_117.xml (1.1) (added +139 -0) src/xml/escp2/qualitypresets/Makefile.am (1.5) (+2 -1) src/xml/escp2/qualitypresets/prox900.xml (1.1) (added +70 -0) src/xml/printers.xml (1.206) (+16 -1) Add various Epson printers. Add preliminary (CcMmYKkk) support for Stylus Pro 7900/9900. 2011-12-06 Files: src/main/print-escp2.c (1.435) (+3 -2) Correctly initialize the default value, from Dmitry V. Levin. 2011-11-30 Files: NEWS (1.533) (+4 -0) Added photo cartridge support information to README. 2011-11-30 Files: src/main/canon-modes.h (1.239) (+3 -0) src/main/print-canon.c (1.291) (+5 -2) Added support for photo cartridge in Canon BJC-3000 series (flag for the mode to select that cartridge). 2011-11-30 Files: src/main/canon-modes.h (1.238) (+2 -0) src/main/canon-printers.h (1.256) (+1 -1) src/main/print-canon.c (1.290) (+16 -2) Added support for differentiating ESC (t codes based on media code for Canon BJC-3000 series. 2011-11-30 Files: src/main/canon-modes.h (1.237) (+5 -4) src/main/canon-printers.h (1.255) (+1 -1) fixed type in control command, and added CMY to modes for Canon BJC-3000 series. 2011-11-30 Files: src/main/canon-modes.h (1.236) (+7 -5) src/main/canon-printers.h (1.254) (+1 -1) Corrected command set and added modes for Canon BJC-3000. 2011-11-27 Files: src/main/canon-modes.h (1.235) (+1 -1) Correction to high-quality mode for Canon BJC-4550. 2011-11-27 Files: NEWS (1.532) (+1 -0) src/main/canon-modes.h (1.234) (+10 -0) src/main/canon-printers.h (1.253) (+13 -0) src/main/print-canon.c (1.289) (+7 -1) src/xml/printers.xml (1.205) (+2 -1) Added experimental support for Canon BJC-4550. 2011-11-26 Files: src/main/print-canon.c (1.288) (+92 -5) listed media size codes for CDs and Fine Art A4. 2011-11-26 Files: src/main/canon-media.h (1.108) (+7 -6) src/main/canon-modes.h (1.233) (+11 -8) src/main/canon-printers.h (1.252) (+1 -1) Corrected Canon MP960 modes, customized media. 2011-11-26 Files: src/main/canon-modes.h (1.232) (+2 -2) Corrected Canon MP950 mode for T-Shirt transfers. 2011-11-26 Files: NEWS (1.531) (+2 -0) src/main/canon-inks.h (1.105) (+48 -0) src/main/canon-media.h (1.107) (+22 -0) src/main/canon-modes.h (1.231) (+28 -3) src/main/canon-printers.h (1.251) (+3 -3) Corrected Canon MP950 printer definition, added modes, customized media and sources. 2011-11-26 Files: src/main/canon-media.h (1.106) (+5 -3) src/main/canon-modes.h (1.230) (+35 -21) Updated Canon iP4000 modes, leaving legacy modes (not actual driver modes) as default. 2011-11-26 Files: src/main/canon-media.h (1.105) (+279 -312) Corrected incorrect media type codes, especially FineArtOther. 2011-11-26 Files: NEWS (1.530) (+33 -3) src/xml/printers.xml (1.204) (+1 -17) Removed Canon printers currently unsupportable using ESC (z commands. 2011-11-26 Files: src/main/canon-inks.h (1.104) (+12 -12) src/main/canon-media.h (1.104) (+33 -39) src/main/canon-modes.h (1.229) (+150 -150) Corrected media type names, removed some comments. 2011-11-26 Files: NEWS (1.529) (+5 -0) src/main/canon-media.h (1.103) (+22 -1) src/main/canon-printers.h (1.250) (+15 -2) src/main/print-canon.c (1.287) (+2 -2) src/xml/printers.xml (1.203) (+6 -6) Changed printer definition and capabilities for Canon MP750 and its clones: MP760, MP770, MP780, MP790. Media and sources adjusted. Modes remain as for iP4000 (but using iP4100 which are identical to iP4000). 2011-11-26 Files: NEWS (1.528) (+8 -6) src/main/canon-media.h (1.102) (+28 -0) src/main/canon-modes.h (1.228) (+40 -6) src/main/canon-printers.h (1.249) (+13 -13) src/main/print-canon.c (1.286) (+7 -2) src/xml/printers.xml (1.202) (+3 -3) Completely changed printer definition and capabilities for Canon MP740. Added modes, media, new sources. MP710 identical so driver renamed to that. 2011-11-25 Files: NEWS (1.527) (+2 -0) src/main/canon-media.h (1.101) (+20 -0) src/main/canon-modes.h (1.227) (+34 -0) src/main/canon-printers.h (1.248) (+15 -0) src/xml/printers.xml (1.201) (+3 -3) Changed printer definition, modes, media, sources for Canon MP700, MP730. Japanese model adds inkjet Hagaki, Hagaki and CD support, but also has SelectParallel=ECP in initialization, therefore kept this even though US model does not use it. 2011-11-25 Files: src/main/canon-media.h (1.100) (+20 -0) src/main/canon-modes.h (1.226) (+30 -0) src/main/canon-printers.h (1.247) (+15 -2) src/xml/printers.xml (1.200) (+2 -2) Split Canon MP610 into separate driver, and modified iP5300 sources and modes. 2011-11-25 Files: src/main/canon-printers.h (1.246) (+1 -1) Changed sources for Canon iP4200. 2011-11-25 Files: src/main/canon-media.h (1.99) (+1 -1) src/main/canon-modes.h (1.225) (+13 -10) Added transparency print modes to Canon MP500 and iP4200. 2011-11-24 Files: src/main/canon-modes.h (1.224) (+3 -3) Activated extra modes for Canon mini220. 2011-11-24 Files: src/main/canon-modes.h (1.223) (+17 -11) Rearranged modes for Canon MP470. 2011-11-24 Files: src/main/canon-printers.h (1.245) (+2 -2) Corrected printer definition for Canon MP493. 2011-11-24 Files: src/main/canon-modes.h (1.222) (+1 -1) src/main/canon-printers.h (1.244) (+2 -2) Corrected printer definition for Canon MX420, and Env/Hagaki modes for MP480 and MX420. 2011-11-24 Files: src/main/canon-printers.h (1.243) (+2 -2) Corrected printer definition for Canon iX6500. 2011-11-24 Files: src/main/canon-modes.h (1.221) (+9 -5) src/main/canon-printers.h (1.242) (+1 -1) Corrected Canon MX7600 printer definition. Added photo modes and support for Env/Hagaki. 2011-11-24 Files: src/main/canon-modes.h (1.220) (+3 -24) src/main/canon-printers.h (1.241) (+2 -2) Corrected printer definition for Canon MX860, MX870, adjusted modes. 2011-11-24 Files: src/main/canon-modes.h (1.219) (+15 -15) src/main/canon-printers.h (1.240) (+1 -1) Corrected printer definition for Canon MX860, and corrected and enhanced modes. Added support for Env/Hagaki. 2011-11-24 Files: src/main/canon-printers.h (1.239) (+1 -1) Corrected printer definition for Canon MX850. 2011-11-24 Files: src/main/canon-printers.h (1.238) (+1 -1) Corrected printer definition for Canon MX700. 2011-11-24 Files: NEWS (1.526) (+8 -0) src/main/canon-modes.h (1.218) (+48 -32) src/main/canon-printers.h (1.237) (+3 -3) src/main/print-canon.c (1.285) (+2 -2) Corrected printer definitions and modes for Canon MX330, MX340, MX350. Added missing XML capability to Canon MX340 and MX350. 2011-11-24 Files: src/main/canon-modes.h (1.217) (+27 -19) src/main/canon-printers.h (1.236) (+1 -1) Corrected printer definition for Canon MX300. Rearranged modes, and removed unsupported ones. 2011-11-24 Files: NEWS (1.525) (+2 -0) src/main/canon-inks.h (1.103) (+14 -0) src/main/canon-media.h (1.98) (+12 -0) src/main/canon-modes.h (1.216) (+6 -0) src/main/canon-printers.h (1.235) (+13 -0) src/xml/printers.xml (1.199) (+3 -1) Added experimental support for Canon mini320 and mini360. 2011-11-24 Files: NEWS (1.524) (+1 -0) src/main/canon-modes.h (1.215) (+10 -0) src/main/canon-printers.h (1.234) (+18 -0) src/main/print-canon.c (1.284) (+2 -1) src/xml/printers.xml (1.198) (+2 -1) Added experimental support for Canon mini220. 2011-11-24 Files: src/main/canon-modes.h (1.214) (+17 -9) src/main/canon-printers.h (1.233) (+1 -1) Adjusted modes for Canon MP990, added some photo modes, and Env/Hagaki support. 2011-11-24 Files: NEWS (1.523) (+1 -0) src/main/canon-inks.h (1.102) (+6 -1) src/main/canon-media.h (1.97) (+23 -1) src/main/canon-modes.h (1.213) (+23 -40) src/main/canon-printers.h (1.232) (+1 -1) Corrected printer definition for Canon MP970, created correct and customized modes, created custom media. 2011-11-24 Files: NEWS (1.522) (+1 -0) src/main/canon-inks.h (1.101) (+1 -0) src/main/canon-modes.h (1.212) (+23 -1) src/main/canon-printers.h (1.231) (+3 -3) Corrected printer definition for MP600, created correct and customized modes. 2011-11-24 Files: src/main/canon-modes.h (1.211) (+3 -3) Corrected modes for Canon MP540 (used by other models too). 2011-11-24 Files: src/main/canon-printers.h (1.230) (+2 -2) Corrected printer definition for Canon MP510 and MP520. 2011-11-24 Files: src/main/canon-printers.h (1.229) (+2 -2) Corrected printer definition for Canon MP495. 2011-11-24 Files: src/main/canon-modes.h (1.210) (+23 -15) src/main/canon-printers.h (1.228) (+1 -1) Corrected printer definition for Canon MP480, and reorganized modes. 2011-11-23 Files: NEWS (1.521) (+7 -6) src/main/canon-media.h (1.96) (+26 -0) src/main/canon-modes.h (1.209) (+22 -14) src/main/canon-printers.h (1.227) (+4 -4) Corrected printer definition, modes for Canon iP2000. Created custom media, and rearranged and expanded modes. 2011-11-23 Files: src/main/canon-modes.h (1.208) (+24 -17) src/main/canon-printers.h (1.226) (+3 -3) Corrected printer definition for Canon MP280. Rearranged modes. 2011-11-23 Files: src/main/canon-printers.h (1.225) (+2 -2) Corrected printer definition for Canon MP270. 2011-11-23 Files: src/main/canon-modes.h (1.207) (+38 -0) src/main/canon-printers.h (1.224) (+13 -0) src/xml/printers.xml (1.197) (+2 -2) test/pixma_parse.c (1.27) (+11 -2) Changed printer driver for Canon MP220. Added new printer definition and modes. 2011-11-23 Files: src/xml/printers.xml (1.196) (+3 -1) Add Epson WorkForce 63 and Artisan 835 2011-11-22 Files: src/main/canon-inks.h (1.100) (+70 -0) src/main/canon-modes.h (1.206) (+38 -30) src/main/canon-printers.h (1.223) (+4 -4) src/main/print-canon.c (1.283) (+2 -1) Added definition of ESC (S use flag, capability, and defined all modes for Canon iP90 and iP100. 2011-11-22 Files: src/main/canon-inks.h (1.99) (+14 -0) src/main/canon-media.h (1.95) (+17 -0) src/main/canon-modes.h (1.205) (+26 -6) src/main/canon-printers.h (1.222) (+13 -1) Added definitions for Canon iP100, cleaned up iP90 definition. Both not yet usable. 2011-11-22 Files: src/main/canon-modes.h (1.204) (+23 -15) src/main/canon-printers.h (1.221) (+1 -1) Corrected printer definition for Canon MX360, and reorganized modes. 2011-11-22 Files: src/xml/printers.xml (1.195) (+2 -2) Corrected Canon PIXUS iP3100 driver (PIXMA previously corrected). 2011-11-22 Files: src/main/canon-media.h (1.94) (+22 -19) src/main/canon-modes.h (1.203) (+33 -18) src/main/canon-printers.h (1.220) (+3 -3) Corrected Canon iP3100 and iP3000 printer definitions. Rearranged modes to iP3100 and experimental inkjet Hagaki support to iP3000. 2011-11-21 Files: src/main/canon-printers.h (1.219) (+2 -2) Corrected Canon MP450 printer definition. 2011-11-21 Files: src/main/canon-modes.h (1.202) (+5 -5) src/main/canon-printers.h (1.218) (+1 -1) Corrected Canon iP90 printer definition, commented out unsupported modes. 2011-11-21 Files: src/main/canon-printers.h (1.217) (+1 -1) Corrected Canon iP4000 printer definition. 2011-11-21 Files: src/main/canon-media.h (1.93) (+19 -0) src/main/canon-modes.h (1.201) (+27 -11) src/main/canon-printers.h (1.216) (+3 -3) Corrected Canon iP3000 printer definition and commands, made custom media, and added and corrected modes. 2011-11-21 Files: src/main/canon-modes.h (1.200) (+13 -4) src/main/canon-printers.h (1.215) (+2 -5) Corrected Canon MP150 printer definition, customized modes. 2011-11-21 Files: src/main/canon-media.h (1.92) (+1 -1) src/main/canon-modes.h (1.199) (+35 -0) src/main/canon-printers.h (1.214) (+2 -2) Corrected Canon MP190 printer definition, customized modes. 2011-11-21 Files: src/main/canon-media.h (1.91) (+0 -11) src/main/canon-modes.h (1.198) (+26 -12) src/main/canon-printers.h (1.213) (+2 -2) src/xml/printers.xml (1.194) (+2 -2) Updated modes for Canon MP170 (commented out some unsupported modes), corrected printer definition. Also added MP180 which is a clone of MP170. 2011-11-21 Files: NEWS (1.520) (+2 -0) src/main/canon-media.h (1.90) (+18 -0) src/main/canon-modes.h (1.197) (+35 -0) src/main/canon-printers.h (1.212) (+13 -0) src/xml/printers.xml (1.193) (+2 -1) Added experimental support for Canon MP240. 2011-11-21 Files: src/main/canon-modes.h (1.196) (+25 -0) src/main/canon-printers.h (1.211) (+13 -0) src/xml/printers.xml (1.192) (+2 -2) created separate printr definition for Canon iX4000. 2011-11-21 Files: NEWS (1.519) (+3 -2) src/main/canon-media.h (1.89) (+26 -0) src/main/canon-modes.h (1.195) (+31 -0) src/main/canon-printers.h (1.210) (+13 -0) src/main/print-canon.c (1.282) (+4 -4) src/xml/printers.xml (1.191) (+7 -6) Changed driver for Canon i865, adding custom media, soruce and mode definitions. Kept old printer definition in xml/printers.xml, renamed to make the old ones have an extension 'old', so that depreciation will be simpler. 2011-11-20 Files: src/main/canon-modes.h (1.194) (+31 -0) src/main/canon-printers.h (1.209) (+13 -0) src/xml/printers.xml (1.190) (+2 -1) Added experimental support for Canon MP210. 2011-11-20 Files: NEWS (1.518) (+2 -1) src/main/canon-modes.h (1.193) (+9 -2) src/main/canon-printers.h (1.208) (+13 -0) src/xml/printers.xml (1.189) (+3 -2) Added experimental support for Canon MP140 and changed driver for MP160 (clone of MP140). 2011-11-20 Files: src/main/canon-modes.h (1.192) (+2 -1) src/main/print-canon.c (1.281) (+4 -1) Added ESC (t flag for Canon MP130 and other early devices. Corrected MP360 flag definition. 2011-11-20 Files: NEWS (1.517) (+2 -0) src/main/canon-modes.h (1.191) (+26 -0) src/main/canon-printers.h (1.207) (+13 -0) src/main/print-canon.c (1.280) (+2 -2) src/xml/printers.xml (1.188) (+3 -1) Added experimental support for Canon S900 and S9000. 2011-11-20 Files: NEWS (1.516) (+1 -0) src/main/canon-printers.h (1.206) (+13 -0) src/xml/printers.xml (1.187) (+2 -1) Added experimenal support for Canon S830D. 2011-11-20 Files: NEWS (1.515) (+1 -0) src/main/canon-modes.h (1.190) (+28 -0) src/main/canon-printers.h (1.205) (+13 -0) src/main/print-canon.c (1.279) (+2 -2) src/xml/printers.xml (1.186) (+2 -1) Added experimenal support for Canon S820. 2011-11-20 Files: NEWS (1.514) (+1 -0) src/foomatic/foomatic-generator.in (1.79) (+2 -0) src/main/canon-inks.h (1.98) (+36 -0) src/main/canon-media.h (1.88) (+25 -0) src/main/canon-modes.h (1.189) (+32 -0) src/main/canon-printers.h (1.204) (+13 -0) src/xml/printers.xml (1.185) (+2 -2) Changed printer definition of Canon S800, correcting command sets, and adding media, sources, modes. 2011-11-20 Files: NEWS (1.513) (+1 -0) src/main/canon-media.h (1.87) (+18 -0) src/main/canon-modes.h (1.188) (+29 -4) src/main/canon-printers.h (1.203) (+15 -2) src/xml/printers.xml (1.184) (+2 -1) Added experimental support for Canon S750. 2011-11-20 Files: src/xml/printers.xml (1.183) (+1 -2) Removed existing (was copy of original S600 definition) entry for Canon S630. New definition remains. 2011-11-20 Files: NEWS (1.512) (+2 -0) src/main/canon-modes.h (1.187) (+29 -0) src/main/canon-printers.h (1.202) (+13 -0) src/xml/printers.xml (1.182) (+3 -2) Changed printer definition for Canon S600. Added modes. Added support for clone S630. 2011-11-20 Files: NEWS (1.511) (+1 -0) src/main/canon-modes.h (1.186) (+1 -0) src/main/canon-printers.h (1.201) (+1 -1) src/xml/printers.xml (1.181) (+2 -1) Added experimental support for Canon S530D (same as S520). Corrected modes, command set for S520. 2011-11-20 Files: NEWS (1.510) (+1 -0) src/main/canon-media.h (1.86) (+20 -2) src/main/canon-modes.h (1.185) (+26 -0) src/main/canon-printers.h (1.200) (+13 -0) src/xml/printers.xml (1.180) (+2 -1) Added experimental support for Canon S520. 2011-11-20 Files: NEWS (1.509) (+1 -0) src/main/canon-modes.h (1.184) (+22 -5) src/main/canon-printers.h (1.199) (+13 -13) Changed printer definition for Canon S500, added custom media and source lists, and added modes. 2011-11-20 Files: NEWS (1.508) (+1 -0) src/main/canon-media.h (1.85) (+18 -0) src/main/canon-modes.h (1.183) (+24 -0) src/main/canon-printers.h (1.198) (+13 -2) src/xml/printers.xml (1.179) (+2 -1) Added experimental support for Canon S330. 2011-11-20 Files: NEWS (1.507) (+1 -0) src/main/canon-media.h (1.84) (+19 -0) src/main/canon-modes.h (1.182) (+27 -0) src/main/canon-printers.h (1.197) (+4 -4) Changed driver for Canon S300: new printer definition, modes, papers. 2011-11-19 Files: src/main/canon-media.h (1.83) (+18 -0) src/main/canon-printers.h (1.196) (+2 -2) created custom source and media sets for Canon S200. 2011-11-19 Files: NEWS (1.506) (+1 -0) src/main/canon-media.h (1.82) (+1 -1) src/main/canon-modes.h (1.181) (+29 -0) src/main/canon-printers.h (1.195) (+13 -0) src/main/print-canon.c (1.278) (+3 -3) src/xml/printers.xml (1.178) (+2 -1) Added experimental support for Canon i9900. 2011-11-18 Files: NEWS (1.505) (+1 -0) src/main/canon-inks.h (1.97) (+48 -0) src/main/canon-modes.h (1.180) (+31 -2) src/main/canon-printers.h (1.194) (+13 -0) src/main/print-canon.c (1.277) (+2 -2) src/xml/printers.xml (1.177) (+2 -1) Added experimental support for Canon i9100. 2011-11-18 Files: NEWS (1.504) (+2 -0) src/main/canon-inks.h (1.96) (+12 -0) src/main/canon-media.h (1.81) (+17 -0) src/main/canon-modes.h (1.179) (+29 -1) src/main/canon-printers.h (1.193) (+19 -0) src/xml/printers.xml (1.176) (+3 -1) Added experimental support for Canon i6100 and i6500. 2011-11-18 Files: NEWS (1.503) (+1 -0) src/main/canon-inks.h (1.95) (+0 -1) src/main/canon-modes.h (1.178) (+29 -6) src/main/canon-printers.h (1.192) (+13 -13) src/main/print-canon.c (1.276) (+2 -2) Added missing CAP_P to some Canon i-series. 2011-11-18 Files: NEWS (1.502) (+1 -0) src/main/canon-inks.h (1.94) (+1 -2) src/main/canon-modes.h (1.177) (+24 -0) src/main/canon-printers.h (1.191) (+13 -0) src/main/print-canon.c (1.275) (+2 -2) src/xml/printers.xml (1.175) (+2 -1) Added experimental support for Canon i900D. 2011-11-18 Files: NEWS (1.501) (+1 -0) src/main/canon-modes.h (1.176) (+38 -2) src/main/canon-printers.h (1.190) (+13 -0) src/main/print-canon.c (1.274) (+4 -4) src/xml/printers.xml (1.174) (+2 -1) Added experimental support for Canon i960. 2011-11-18 Files: NEWS (1.500) (+1 -0) src/main/canon-modes.h (1.175) (+33 -0) src/main/canon-printers.h (1.189) (+13 -0) src/main/print-canon.c (1.273) (+2 -2) src/xml/printers.xml (1.173) (+2 -1) Added experimental support for Canon i850. 2011-11-18 Files: NEWS (1.499) (+6 -1) src/main/canon-media.h (1.80) (+6 -0) src/main/canon-modes.h (1.174) (+27 -0) src/main/canon-printers.h (1.188) (+14 -1) src/main/print-canon.c (1.272) (+24 -4) src/xml/printers.xml (1.172) (+3 -2) Major changes to Canon i860 support. Created printer definition, added modes (Note: iP4000 modes are used correctly in previous definition), new source definition. Added support for ESC (M command, and new ESC ($ command used also for simplex mode with this printer. 2011-11-17 Files: NEWS (1.498) (+1 -0) src/main/canon-inks.h (1.93) (+12 -0) src/main/canon-media.h (1.79) (+20 -0) src/main/canon-modes.h (1.173) (+29 -0) src/main/canon-printers.h (1.187) (+13 -0) src/xml/printers.xml (1.171) (+2 -1) Changed Canon i850 printer definition, added media types, modes. 2011-11-17 Files: NEWS (1.497) (+2 -0) src/main/canon-media.h (1.78) (+21 -3) src/main/canon-modes.h (1.172) (+30 -0) src/main/canon-printers.h (1.186) (+20 -0) src/xml/printers.xml (1.170) (+2 -1) Added experimental support for Canon i550. 2011-11-17 Files: NEWS (1.496) (+2 -0) src/main/canon-inks.h (1.92) (+26 -1) src/main/canon-media.h (1.77) (+20 -2) src/main/canon-modes.h (1.171) (+51 -1) src/main/canon-printers.h (1.185) (+26 -0) src/xml/printers.xml (1.169) (+4 -1) Added experimental support for Canon i450, i455 and i470D. 2011-11-17 Files: NEWS (1.495) (+1 -0) src/main/canon-modes.h (1.170) (+2 -1) src/xml/printers.xml (1.168) (+2 -1) Added experimental support for Canon i350 (same as i250). Corrected i250 plain draft mode. 2011-11-17 Files: NEWS (1.494) (+2 -0) src/main/canon-media.h (1.76) (+18 -0) src/main/canon-modes.h (1.169) (+32 -0) src/main/canon-printers.h (1.184) (+13 -0) src/xml/printers.xml (1.167) (+2 -1) Added experimental support for Canon i320. Format of data not known. 2011-11-17 Files: src/main/canon-inks.h (1.91) (+13 -0) src/main/canon-media.h (1.75) (+17 -0) src/main/canon-modes.h (1.168) (+26 -0) src/main/canon-printers.h (1.183) (+17 -3) src/xml/printers.xml (1.166) (+2 -1) Added experimental support for Canon i250. Format of data not known. 2011-11-17 Files: NEWS (1.493) (+1 -0) src/main/canon-media.h (1.74) (+19 -2) src/main/canon-modes.h (1.167) (+25 -2) src/main/canon-printers.h (1.182) (+13 -0) src/xml/printers.xml (1.165) (+2 -1) Added support for Canon i50. 2011-11-17 Files: NEWS (1.492) (+1 -0) src/main/canon-media.h (1.73) (+17 -0) src/main/canon-modes.h (1.166) (+24 -0) src/main/canon-printers.h (1.181) (+13 -0) src/xml/printers.xml (1.164) (+2 -1) Added support for Canon i70. 2011-11-17 Files: NEWS (1.491) (+1 -0) src/main/canon-inks.h (1.90) (+25 -0) src/main/canon-media.h (1.72) (+17 -0) src/main/canon-modes.h (1.165) (+17 -3) src/main/canon-printers.h (1.180) (+4 -4) src/main/print-canon.c (1.271) (+2 -2) Corrected Canon i80 printer definition, commands, paperlist, changed and extended modes, added inksets. 2011-11-17 Files: src/main/canon-modes.h (1.164) (+22 -8) Rearranged modes for Canon Pro9000 Mk.II. 2011-11-16 Files: src/main/canon-modes.h (1.163) (+26 -14) src/main/canon-printers.h (1.179) (+2 -2) Corrected Canon Pro9000, Pro9000 Mk.II command control sets. Rearranged modes for Pro9000. 2011-11-16 Files: src/main/canon-printers.h (1.178) (+1 -1) Corrected Canon iP4800 command control set. 2011-11-16 Files: src/main/canon-media.h (1.71) (+19 -0) src/main/canon-modes.h (1.162) (+30 -12) src/main/canon-printers.h (1.177) (+3 -4) src/main/print-canon.c (1.270) (+2 -2) Corrected Canon iP8500 command control set and papers. Added, corrected and rearranged modes. 2011-11-16 Files: src/main/canon-modes.h (1.161) (+17 -11) Reorganized modes for Canon iP6700D (iP6600D same). 2011-11-16 Files: src/main/canon-modes.h (1.160) (+2 -2) src/main/canon-printers.h (1.176) (+8 -8) Corrected control comands for Canon iP6000D, iP6600D, iP6700D. Added missing I, P or both capabilities to iP6000D, iP6100D, iP6210D, 6600D, 6700D. Rearranged modes for iP6000D. 2011-11-16 Files: src/main/canon-inks.h (1.89) (+1 -0) src/main/canon-modes.h (1.159) (+18 -11) src/main/canon-printers.h (1.175) (+1 -2) Corrected command set, several modes, and added Env/Hagaki and CD modes for Canon iP5300. Corrected duplicate mode names in Canon MP830. 2011-11-16 Files: src/main/canon-inks.h (1.88) (+6 -3) src/main/canon-modes.h (1.158) (+15 -8) src/main/canon-printers.h (1.174) (+2 -4) Corrected command set for Canon MP830, added high quality mode. Rearranged remaining modes. 2011-11-16 Files: src/main/canon-modes.h (1.157) (+6 -3) Reorder modes for Canon iX5000 2011-11-15 Files: NEWS (1.490) (+1 -0) src/main/canon-inks.h (1.87) (+68 -42) src/main/canon-media.h (1.70) (+19 -0) src/main/canon-modes.h (1.156) (+30 -0) src/main/canon-printers.h (1.173) (+13 -0) src/main/print-canon.c (1.269) (+2 -2) src/xml/printers.xml (1.163) (+3 -3) Separated Canon iP4100 from iP4000, giving it a new definition with corrected control set. Modes are nominally as for iP4000. 2011-11-15 Files: src/main/canon-modes.h (1.155) (+2 -2) Corrected names in Canon MP530 modes (bugfix for previous commit). 2011-11-15 Files: src/main/canon-modes.h (1.154) (+15 -12) Reordered Canon MP530 modes. 2011-11-15 Files: src/main/canon-modes.h (1.153) (+14 -16) Reordered Canon iP2700 modes. 2011-11-15 Files: src/main/canon-modes.h (1.152) (+13 -12) src/main/canon-printers.h (1.172) (+1 -1) Added CAP_T capability to some Canon printers. Reorganized Canon iP4900 modes. 2011-11-15 Files: src/main/canon-inks.h (1.86) (+52 -16) src/main/canon-modes.h (1.151) (+114 -91) src/main/canon-printers.h (1.171) (+12 -12) Reorganized modes, added CD flag, added some photo modes to following Canon devices: MG5100, MG5200, MG5300, MG6100, MG6200, MG8100, MG8200. 2011-11-15 Files: src/main/canon-modes.h (1.150) (+25 -25) src/main/canon-printers.h (1.170) (+43 -43) Rearranged Canon iP4700 modes, added CD flag, added Env/Hagaki support. Added missing CD flag to several other printers 2011-11-15 Files: NEWS (1.489) (+2 -1) src/main/canon-inks.h (1.85) (+17 -0) src/main/canon-modes.h (1.149) (+28 -26) src/main/canon-printers.h (1.169) (+14 -14) Corrected photo modes for Canon iP4500, added Env/Hagaki modes. 2011-11-15 Files: NEWS (1.488) (+5 -1) src/foomatic/foomatic-generator.in (1.78) (+14 -0) src/main/canon-media.h (1.69) (+0 -1) src/main/canon-modes.h (1.148) (+27 -11) src/main/canon-printers.h (1.168) (+2 -2) Corrected printer definition, some modes, and added more modes for Canon MP250. 2011-11-15 Files: src/main/canon-inks.h (1.84) (+3 -1) src/main/canon-media.h (1.68) (+19 -1) src/main/canon-modes.h (1.147) (+20 -0) src/main/canon-printers.h (1.167) (+13 -0) src/xml/printers.xml (1.162) (+2 -2) Created new printer definition, modes, and media for Canon iP5000 (was using iP4000 driver). Notable is the most common mode for high quality in most media uses more output inks than declared in the inkset, so is as yet unsupported. 2011-11-15 Files: src/main/canon-inks.h (1.83) (+1 -1) src/main/canon-modes.h (1.146) (+29 -36) src/main/canon-printers.h (1.166) (+2 -2) Rearranged modes for Canon MP960. Corrected output inks for some modes. 2011-11-14 Files: src/main/canon-inks.h (1.82) (+2 -2) src/main/canon-modes.h (1.145) (+5 -5) Cleaned up mode names and inkset comments for Canon MP550. 2011-11-14 Files: NEWS (1.487) (+1 -0) src/main/canon-inks.h (1.81) (+54 -3) src/main/canon-media.h (1.67) (+24 -1) src/main/canon-modes.h (1.144) (+43 -18) src/main/canon-printers.h (1.165) (+13 -0) src/xml/printers.xml (1.161) (+2 -1) Added experimental support for Canon iP7500. Corrected inkset also required for MP960. 2011-11-14 Files: src/main/canon-modes.h (1.143) (+4 -4) renamed Env/Hagaki mode for Canon MP490. Changed default print mode to highest quality plain media for Canon MP470, MP490. 2011-11-14 Files: src/main/canon-inks.h (1.80) (+4 -4) src/main/canon-modes.h (1.142) (+25 -13) src/main/canon-printers.h (1.164) (+9 -9) src/main/print-canon.c (1.268) (+10 -3) Added ESC (r 0x62 0x0 support to gutenprint. Capability added to PIXMA Pro9000, Pro9000 Mk.II, Pro9500, Pro9500 Mk.II, iP7100, iP8100, iP8600, iP9910, MP900. Modes for MP900 reorganized for easier readability. Correction to standard quality inkset. 2011-11-14 Files: src/main/canon-inks.h (1.79) (+13 -0) src/main/canon-modes.h (1.141) (+3 -3) added inkset for Canon MP360 family for high quality photo modes, using only logical cmy inks (subchannels). Unfortunately, Canon backend cannot handle such a case yet, so modes commented out for now. 2011-11-14 Files: src/main/canon-modes.h (1.140) (+21 -14) rearranged modes for Canon MP360, MP370, MP375R, MP390 for easier readability. Still need to check if commented-out modes (using cmy output inks only) can be supported. 2011-11-14 Files: src/main/canon-modes.h (1.139) (+4 -4) checked, renamed modes for MP540, iP3600 - no functional change. 2011-11-14 Files: src/main/canon-modes.h (1.138) (+19 -14) corrected T-shirt mode, split out for easier readability for Canon MP510, MP520, MP600, iP3300, iP3500, MX700 2011-11-13 Files: src/main/canon-modes.h (1.137) (+36 -13) src/main/canon-printers.h (1.163) (+3 -3) Added Env/Hagaki modes to Canon MP550 and MP560 which used same modelist. Created separate MP560 modelist to cater for duplex high quality plain media mode. 2011-11-13 Files: src/main/canon-printers.h (1.162) (+2 -2) Added duplex capability to Canon MP630, changed ink order. 2011-11-13 Files: src/main/canon-modes.h (1.136) (+14 -17) Added Env/Hagaki modes to Canon MP540 and MP620. Renamed and split out modes for easier readability. 2011-11-13 Files: src/main/canon-modes.h (1.135) (+16 -15) src/main/canon-printers.h (1.161) (+2 -2) Added duplex capability, and Env/Hagaki modes to Canon MP640. Renamed and split out modes for easier readability. 2011-11-13 Files: src/main/canon-modes.h (1.134) (+10 -5) src/main/canon-printers.h (1.160) (+2 -2) Corrected control set for Canon iP6100D, renamed and split out modes for easier readability. 2011-11-13 Files: src/main/canon-inks.h (1.78) (+45 -29) src/main/canon-modes.h (1.133) (+15 -8) Added Env/Hagaki modes to Canon MP980. Renamed and split out modes for easier readability. Reordered inksets. 2011-11-13 Files: src/main/canon-modes.h (1.132) (+12 -12) corrected FineArt mode for Canon iP8600. Corrected duplicate mode names in iP7100, iP8100, iP8600, iP9910. 2011-11-13 Files: src/main/canon-inks.h (1.77) (+7 -8) src/main/canon-modes.h (1.131) (+50 -44) src/main/canon-printers.h (1.159) (+1 -1) added Env/Hagaki modes to Canon MP810, corrected output inks for several photo modes. Cleaned up inkset definitions. 2011-11-13 Files: src/main/canon-inks.h (1.76) (+1 -0) src/main/canon-modes.h (1.130) (+11 -4) src/main/canon-printers.h (1.158) (+1 -1) added Env/Hagaki modes to Canon MP800, corrected output inks for plain and several photo modes. 2011-11-13 Files: src/main/canon-modes.h (1.129) (+5 -5) src/main/canon-printers.h (1.157) (+2 -2) added duplex capability to Canon iX7000, and corrected photo mode definitions 2011-11-13 Files: src/main/canon-printers.h (1.156) (+2 -2) corrected control command set for Canon pro9500, pro9500 Mk.II 2011-11-13 Files: src/main/canon-modes.h (1.128) (+0 -3) src/main/canon-printers.h (1.155) (+2 -2) corrected control command set for Canon pro9000, pro9000 Mk.II 2011-11-13 Files: src/main/canon-modes.h (1.127) (+39 -39) added missing mode flag to Canon iP7100, iP8100, iP8600 iP9910 modes 2011-11-12 Files: NEWS (1.486) (+1 -0) src/main/canon-media.h (1.66) (+23 -0) src/main/canon-modes.h (1.126) (+35 -0) src/main/canon-printers.h (1.154) (+13 -0) src/main/print-canon.c (1.267) (+3 -2) src/xml/printers.xml (1.160) (+2 -1) Experimental support added for Canon iP9910 2011-11-12 Files: NEWS (1.485) (+1 -0) src/main/canon-modes.h (1.125) (+35 -0) src/main/canon-printers.h (1.153) (+13 -0) src/xml/printers.xml (1.159) (+2 -1) Experimental support added for Canon iP8600 2011-11-12 Files: NEWS (1.484) (+1 -0) src/main/canon-modes.h (1.124) (+33 -1) src/main/canon-printers.h (1.152) (+13 -1) src/xml/printers.xml (1.158) (+2 -1) Experimental support added for Canon iP8100 2011-11-12 Files: NEWS (1.483) (+1 -0) src/main/canon-inks.h (1.75) (+15 -0) src/main/canon-media.h (1.65) (+23 -0) src/main/canon-modes.h (1.123) (+31 -1) src/main/canon-printers.h (1.151) (+14 -0) src/xml/printers.xml (1.157) (+2 -1) Experimental support added for Canon iP7100 2011-11-08 Files: NEWS (1.482) (+3 -0) src/foomatic/foomatic-generator.in (1.77) (+6 -0) src/main/canon-inks.h (1.74) (+81 -14) src/main/canon-media.h (1.64) (+1 -1) src/main/canon-modes.h (1.122) (+30 -0) src/main/canon-printers.h (1.150) (+13 -0) src/main/print-canon.c (1.266) (+6 -1) src/xml/printers.xml (1.156) (+4 -1) Added support for Canon iP6210D, iP6220D, iP6310D. Uses cartridge selection, but currently only use of both is supported. Other option is color-only. 2011-11-08 Files: src/main/canon-modes.h (1.121) (+13 -15) Corrected Envelope/Hagaki modes for Canon iP4900. Added CD flag. 2011-11-08 Files: src/main/canon-modes.h (1.120) (+15 -17) Corrected Envelope/Hagaki modes for Canon MG8200. Added CD flag. 2011-11-08 Files: src/main/canon-inks.h (1.73) (+2 -2) src/main/canon-modes.h (1.119) (+12 -14) Add Env/Hagaki printing to Canon MG6200. Added CD flag. 2011-11-08 Files: src/main/canon-modes.h (1.118) (+8 -7) corrected Canon MP530 high-resolution plain mode. Added Hagaki/Envelope modes. 2011-11-08 Files: src/main/canon-modes.h (1.117) (+11 -14) modified Canon MG5300 mode names and small change to inkset mask for Hagaki/Env/Duplex modes 2011-11-08 Files: src/main/canon-modes.h (1.116) (+9 -8) added Hagaki/Envelope modes to Canon MG5100 2011-11-07 Files: src/main/canon-inks.h (1.72) (+9 -4) src/main/canon-modes.h (1.115) (+27 -5) src/main/canon-printers.h (1.149) (+1 -1) corrected and extended print modes for Canon iP4600 2011-11-07 Files: src/main/canon-modes.h (1.114) (+22 -1) src/main/canon-printers.h (1.148) (+13 -0) src/xml/printers.xml (1.155) (+2 -2) corrected modes and printer defition for Canon iP4300, and added support for Envelope and Hagaki modes. 2011-11-06 Files: src/main/canon-modes.h (1.113) (+10 -0) src/main/canon-printers.h (1.147) (+2 -3) Added modes to Canon iX5000. Corrected printer definition. 2011-11-06 Files: src/main/print-canon.c (1.265) (+36 -7) Added workaround for setting FineArt papersize argument in ESC (P command (iP7100 excption partially implemented) 2011-11-06 Files: src/main/canon-inks.h (1.71) (+52 -7) src/main/canon-media.h (1.63) (+21 -2) src/main/canon-modes.h (1.112) (+18 -12) src/main/canon-printers.h (1.146) (+5 -4) src/main/print-canon.c (1.264) (+3 -3) src/main/print-canon.h (1.6) (+5 -2) Added support for CcMmYKk (i.e., CMYKcmk inks output). Extended Canon iP4200 modes, media, printer definition. 2011-11-06 Files: src/main/print-canon.c (1.263) (+20 -6) src/xml/papers.xml (1.10) (+37 -2) Added Japanese Western-style envelopes and business cards to paper sizes. Extend paper size support in Canon backend. 2011-11-06 Files: src/main/canon-inks.h (1.70) (+15 -1) src/main/canon-media.h (1.62) (+3 -0) src/main/canon-modes.h (1.111) (+7 -2) src/main/print-canon.c (1.262) (+4 -2) src/main/print-canon.h (1.5) (+10 -7) Added CMYKk capability to Canon backend. Added Hagaki, T-shirt, OHP media to iP4000 for testing. 2011-11-05 Files: src/main/canon-modes.h (1.110) (+0 -4) removed unsupported modes from Canon MG5100 2011-11-03 Files: NEWS (1.481) (+1 -0) src/main/canon-media.h (1.61) (+7 -6) src/main/canon-modes.h (1.109) (+25 -0) src/main/canon-printers.h (1.145) (+13 -0) src/xml/printers.xml (1.154) (+2 -1) add support for Canon iP4900 2011-11-03 Files: NEWS (1.480) (+1 -0) src/xml/printers.xml (1.153) (+2 -1) add support for Canon MG4100 2011-11-03 Files: NEWS (1.479) (+1 -0) src/main/canon-printers.h (1.144) (+13 -0) src/xml/printers.xml (1.152) (+2 -1) add support for Canon MG3100 2011-11-03 Files: NEWS (1.478) (+1 -0) src/main/canon-inks.h (1.69) (+68 -0) src/main/canon-media.h (1.60) (+5 -0) src/main/canon-modes.h (1.108) (+25 -1) src/main/canon-printers.h (1.143) (+13 -0) src/xml/printers.xml (1.151) (+2 -1) add support for Canon MG2100 2011-11-03 Files: NEWS (1.477) (+1 -0) src/main/canon-modes.h (1.107) (+25 -1) src/main/canon-printers.h (1.142) (+13 -0) src/xml/printers.xml (1.150) (+2 -1) added support for Canon MG8200 2011-11-03 Files: NEWS (1.476) (+2 -0) src/main/canon-inks.h (1.68) (+68 -0) src/main/canon-media.h (1.59) (+8 -8) src/main/canon-modes.h (1.106) (+25 -1) src/main/canon-printers.h (1.141) (+13 -0) src/xml/printers.xml (1.149) (+3 -1) added support for Canon MG6200 2011-11-03 Files: src/main/canon-inks.h (1.67) (+17 -0) src/main/canon-modes.h (1.105) (+32 -5) src/main/canon-printers.h (1.140) (+18 -106) added support for Canon MG5300 2011-11-02 Files: src/main/canon-printers.h (1.139) (+1 -1) changed control set for Canon MX880 2011-11-02 Files: src/main/canon-inks.h (1.66) (+14 -0) src/main/canon-modes.h (1.104) (+3 -3) added plain media high-quality print mode to Canon iP4000 2011-11-01 Files: src/xml/printers.xml (1.148) (+2 -2) Fix the PX-V7 also. 2011-10-31 Files: src/xml/escp2/model/Makefile.am (1.29) (+2 -3) src/xml/escp2/model/model_116.xml (1.2) (removed) src/xml/printers.xml (1.147) (+2 -2) Epson R2000 is in fact wide carriage 2011-10-30 Files: src/main/canon-inks.h (1.65) (+49 -1) src/main/canon-modes.h (1.103) (+9 -9) src/main/canon-printers.h (1.138) (+1 -1) corrected name for Canon MP900, added test inkets for MG5100 2011-10-28 Files: src/main/canon-modes.h (1.102) (+4 -12) removed unsupported modes from Canon MG5100 2011-10-26 Files: NEWS (1.475) (+1 -0) src/main/canon-inks.h (1.64) (+61 -0) src/main/canon-media.h (1.58) (+6 -1) src/main/canon-modes.h (1.101) (+21 -0) src/main/canon-printers.h (1.137) (+18 -4) src/xml/printers.xml (1.146) (+2 -1) added support for Canon MP900 2011-10-26 Files: NEWS (1.474) (+1 -0) src/main/canon-media.h (1.57) (+17 -0) src/main/canon-modes.h (1.100) (+28 -0) src/main/canon-printers.h (1.136) (+15 -1) src/xml/printers.xml (1.145) (+2 -1) added support for Canon MP470 2011-10-26 Files: NEWS (1.473) (+1 -0) src/main/canon-modes.h (1.99) (+32 -0) src/main/canon-printers.h (1.135) (+15 -1) src/main/print-canon.c (1.261) (+9 -2) src/xml/printers.xml (1.144) (+2 -1) added support for Canon MP490 2011-10-25 Files: src/main/canon-printers.h (1.134) (+4 -4) src/main/print-canon.c (1.260) (+13 -3) Corrected control set for Canon MG5100, MG5200, MG6200, MG8100. Corrected ESC (P command for so far known iP, MP, MX, iX and MG series. 2011-10-22 Files: src/xml/escp2/model/Makefile.am (1.28) (+3 -2) src/xml/escp2/model/model_116.xml (1.1) (added +139 -0) src/xml/printers.xml (1.143) (+3 -1) Add Epson PX-7V and R2000 2011-10-20 Files: src/main/canon-printers.h (1.133) (+1 -1) src/main/print-canon.c (1.259) (+2 -2) changed Canon iP4000 capabilites to include ESC (I and ESC (P commands, and set ESC (P command to use 2 bytes 2011-10-20 Files: NEWS (1.472) (+1 -0) src/main/canon-inks.h (1.63) (+51 -0) src/main/canon-media.h (1.56) (+10 -0) src/main/canon-modes.h (1.98) (+16 -0) src/main/canon-printers.h (1.132) (+14 -0) src/xml/printers.xml (1.142) (+2 -1) added (experimental) support for Canon MP530 2011-10-19 Files: po/ja.po (1.71) (+3517 -4210) Update Japanese translation 2011-10-14 Files: src/escputil/escputil.c (1.106) (+2 -2) Fix a minor compile problem 2011-09-30 Files: src/main/print-escp2.c (1.434) (+9 -1) Add SubchannelCutoff parameter. 2011-09-30 Files: src/xml/printers.xml (1.141) (+2 -1) Add support for Epson Stylus SX525. 2011-09-18 Files: NEWS (1.471) (+1 -1) configure.ac (1.229) (+3 -3) po/gl.po (1.1) (added +15235 -0) Add Galician translation. 2011-08-13 Files: src/cups/commandtocanon.c (1.2) (+1 -0) src/cups/commandtoepson.c (1.4) (+3 -2) stdio.h is needed. 2011-08-09 Files: src/main/print-canon.c (1.258) (+1 -1) add Canon printer family name (currently PIXMA or SELPHY) to string for model comparison, else comparison fails (reason unknown). 2011-08-07 Files: src/main/print-canon.c (1.257) (+3 -2) added MP990 to XML-capable printers to correct ESC P command from 4 bytes to 6 bytes length 2011-08-01 Files: src/main/canon-printers.h (1.131) (+14 -1) src/main/print-canon.c (1.256) (+3 -2) src/xml/printers.xml (1.140) (+2 -1) added support for Canon MP560 2011-07-16 Files: NEWS (1.470) (+1 -0) src/main/canon-inks.h (1.62) (+13 -0) src/main/canon-media.h (1.55) (+16 -0) src/main/canon-modes.h (1.97) (+22 -0) src/main/canon-printers.h (1.130) (+13 -0) src/main/print-canon.c (1.255) (+5 -2) src/xml/printers.xml (1.139) (+5 -4) redone support for Canon MP360, MP370, MP390, added MP375R (same family). 2011-07-15 Files: NEWS (1.469) (+1 -0) src/main/canon-media.h (1.54) (+26 -0) src/main/canon-printers.h (1.129) (+14 -0) src/xml/printers.xml (1.138) (+2 -1) add support for Canon iP3600 2011-07-15 Files: NEWS (1.468) (+2 -0) src/main/canon-media.h (1.53) (+16 -0) src/main/canon-printers.h (1.128) (+14 -0) src/xml/printers.xml (1.137) (+4 -3) corrected Canon PIXMA iP3100, iP3500 drivers in printers.xml. Added iP3300 support (similar to iP3500, but ifferent media selection). 2011-07-12 Files: src/main/canon-media.h (1.52) (+19 -0) src/main/canon-printers.h (1.127) (+14 -0) src/xml/printers.xml (1.136) (+2 -1) support for Canon MP190 added 2011-07-12 Files: test/pixma_parse.c (1.26) (+4 -3) reduced output of unknown ink messages in parser 2011-07-10 Files: src/xml/printers.xml (1.135) (+3 -3) change model of SELPHY CP-760 (tested) and CP-780 (assumed) 2011-07-10 Files: src/main/canon-inks.h (1.61) (+1 -1) src/main/canon-printers.h (1.126) (+15 -1) src/xml/printers.xml (1.134) (+2 -2) test/pixma_parse.c (1.25) (+9 -9) add separate printer definition for Canon MP620 2011-07-10 Files: src/main/print-canon.c (1.254) (+13 -7) add media size argument for ESC P command 2011-07-09 Files: po/nl.po (1.87) (+1949 -2422) Update Dutch translation 2011-07-06 Files: src/main/print-olympus.c (1.99) (+52 -40) src/xml/printers.xml (1.133) (+6 -6) committing Solomon Peachy's patch (v3) for SELPHY CP series, with updated model numbers 2011-07-06 Files: NEWS (1.467) (+4 -1) src/xml/printers.xml (1.132) (+2 -1) Add Epson RX650 2011-07-04 Files: src/main/canon-inks.h (1.60) (+1 -0) src/main/canon-media.h (1.51) (+16 -0) src/main/canon-modes.h (1.96) (+20 -0) src/main/canon-printers.h (1.125) (+14 -0) src/main/print-canon.c (1.253) (+21 -4) src/xml/printers.xml (1.131) (+3 -1) Canon iP90/iP90v experimental support added 2011-07-03 Files: src/cups/Makefile.am (1.121) (+3 -3) Use build-time definition of ALL_LINGUAS rather than unnecessarily substituting at autogen time. 2011-07-03 Files: configure.ac (1.228) (+3 -3) po/uk.po (1.4) (+228 -47) Re-enable Ukrainian translation 2011-07-02 Files: configure.ac (1.227) (+3 -3) Remove Ukrainian translation (still has illegal strings). 2011-07-02 Files: configure.ac (1.226) (+3 -3) po/uk.po (1.3) (+370 -347) Add/update Ukrainian translation 2011-06-16 Files: src/main/print-olympus.c (1.98) (+141 -16) src/xml/printers.xml (1.130) (+10 -3) fixed support for Canon SELPHY ES2, ES20 added support for Canon SELPHY ES3, ES30, ES40 added Canon SELPHY CP760, CP770, CP780, CP790 to the list of printers Thanks to Solomon Peachy and Gernot Hassenpflug (http://old.nabble.com/dye-sub-Canon-ES20%2C-ES40-help-tt31812008.html) 2011-06-14 Files: po/cs.po (1.61) (+1611 -1601) po/da.po (1.104) (+1611 -1601) po/de.po (1.76) (+1611 -1601) po/el.po (1.76) (+1611 -1601) po/en_GB.po (1.169) (+1611 -1601) po/es.po (1.74) (+1611 -1601) po/fi.po (1.6) (+1611 -1601) po/fr.po (1.102) (+1611 -1601) po/hu.po (1.34) (+1611 -1601) po/it.po (1.14) (+1611 -1601) po/ja.po (1.70) (+1611 -1601) po/nb.po (1.35) (+1611 -1601) po/nl.po (1.86) (+1611 -1601) po/pl.po (1.80) (+1611 -1601) po/pt.po (1.75) (+1611 -1601) po/ru.po (1.8) (+1611 -1601) po/sk.po (1.79) (+1611 -1601) po/sl.po (1.3) (+1611 -1601) po/sv.po (1.105) (+1612 -1602) po/zh_TW.po (1.35) (+1611 -1601) src/cups/genppd.c (1.187) (+3 -2) src/main/canon-inks.h (1.59) (+29 -4) src/main/canon-media.h (1.50) (+22 -0) src/main/canon-modes.h (1.95) (+25 -0) src/main/canon-printers.h (1.124) (+31 -0) src/main/print-canon.c (1.252) (+3 -2) src/xml/printers.xml (1.129) (+3 -1) add experimental support for Canon SELPHY DS700 and DS810 2011-06-13 Files: src/main/canon-media.h (1.49) (+1 -1) src/main/canon-printers.h (1.123) (+2 -2) updated MP540, MP550 command set 2011-06-13 Files: src/escputil/d4lib.c (1.14) (+45 -36) src/escputil/escputil.c (1.105) (+86 -72) Print debugging information more clearly 2011-06-12 Files: doc/README.maintaining (1.28) (+3 -2) docbook-toys is called docbook-utils on some systems. 2011-06-12 Files: NEWS (1.466) (+26 -1) README (1.210) (+15 -11) Bump version 2011-06-12 Files: src/main/canon-modes.h (1.94) (+680 -677) src/main/canon-printers.h (1.122) (+100 -99) src/main/print-canon.c (1.251) (+9 -5) changed raster_lines_per_block from being part of printer definition to being part of each mode definition 2011-06-12 Files: include/gutenprint/vars.h (1.10) (+5 -5) Correct documentation of stp_vars_copy_from. 2011-06-12 Files: configure.ac (1.225) (+5 -5) include/gutenprint/vars.h (1.9) (+9 -1) src/main/gutenprint-internal.h (1.5) (+4 -4) src/main/print-vars.c (1.93) (+77 -14) Add stp_vars_copy_from(dest, src). Add prefix argument to stpi_vars_print_error. Add some more debugging. 2011-06-12 Files: src/main/mxml-file.c (1.11) (+11 -10) Make the buffer sizes be defined constants rather than arbitrary inline integers. 2011-06-12 Files: src/cups/test-rastertogutenprint.in (1.18) (+9 -6) Allow specifying how many pages should be tested. 2011-06-11 Files: src/main/canon-printers.h (1.121) (+2 -2) changed raster blocks to 16 on MP540, MP550 2011-06-11 Files: src/main/canon-printers.h (1.120) (+4 -4) added back CANON_CAP_I from iP4700, MP540, MP550, but changed raster blocks to 16 on iP4700 2011-06-11 Files: src/main/canon-printers.h (1.119) (+3 -3) removed CANON_CAP_I from iP4700, MP540, MP550 experimentally 2011-06-11 Files: src/main/canon-printers.h (1.118) (+20 -20) src/main/print-canon.c (1.250) (+2 -2) fixed CANON_CAP_P for several models and corrected CANON_CAP_P code in print-canon.c 2011-06-11 Files: src/main/canon-modes.h (1.93) (+0 -2) src/main/canon-printers.h (1.117) (+3 -3) added CANON_CAP_P support to Canon MP550, iP4700 2011-06-11 Files: src/main/canon-modes.h (1.92) (+4 -5) src/main/canon-printers.h (1.116) (+1 -1) changed Canon iP4700 ink definitions, changed command set 2011-06-11 Files: src/main/canon-modes.h (1.91) (+22 -0) src/main/canon-printers.h (1.115) (+2 -2) created separate mode list for MP550, changes ink channel order 2011-06-09 Files: src/xml/printers.xml (1.128) (+2 -1) Add Epson CX3900 2011-06-07 Files: src/main/canon-modes.h (1.90) (+1 -1) corrected Canon MP540, MP550 600dpi draft mode to not use photo black ink 2011-06-07 Files: src/main/canon-modes.h (1.89) (+1 -1) corrected Canon MP540, MP550 600dpi high mode to not use photo black ink 2011-06-07 Files: src/main/canon-modes.h (1.88) (+3 -3) src/main/canon-printers.h (1.114) (+2 -3) corrected Canon MP990 command set, modified photo mode names 2011-06-07 Files: src/main/canon-modes.h (1.87) (+1 -1) src/main/canon-printers.h (1.113) (+1 -1) corrected Canon MP250 command set, changed default print mode to 300dpi 2011-05-23 Files: src/xml/escp2/model/model_115.xml (1.2) (+0 -2) Fix a segfault in the CUPS driver with the Epson R3000. 2011-05-22 Files: src/cups/test-rastertogutenprint.in (1.17) (+1 -1) Recognize -h option. 2011-05-14 Files: src/main/gutenprint-internal.h (1.4) (+4 -2) src/main/print-color.c (1.144) (+2 -2) src/main/print-vars.c (1.92) (+83 -1) Add some debug information to the printout if an assertion trips 2011-05-14 Files: src/testpattern/run-testpattern-2.in (1.42) (+50 -1) Add options to list printers, list options for a printer, and list values for each option. 2011-05-07 Files: src/main/canon-inks.h (1.58) (+61 -3) src/main/canon-media.h (1.48) (+7 -0) src/main/canon-modes.h (1.86) (+7 -4) src/main/canon-printers.h (1.112) (+14 -0) src/xml/printers.xml (1.127) (+2 -1) test/pixma_parse.c (1.24) (+78 -10) test/pixma_parse.h (1.8) (+0 -1) add support for Canon iP3500, add photo modes for MP520 =============================================================================== Name: gutenprint-5_2_7 2011-05-03 Files: AUTHORS (1.26) (+3 -0) Update authors file. 2011-05-03 Files: AUTHORS (1.25) (+5 -1) Add Gernot to the list. 2011-05-02 Files: po/cs.po (1.60) (+3276 -3090) po/da.po (1.103) (+1901 -1657) po/de.po (1.75) (+3280 -3091) po/el.po (1.75) (+3280 -3091) po/en_GB.po (1.168) (+3288 -3093) po/es.po (1.73) (+3284 -3095) po/fi.po (1.5) (+3288 -3093) po/fr.po (1.101) (+3303 -3108) po/hu.po (1.33) (+3288 -3093) po/it.po (1.13) (+1923 -1666) po/ja.po (1.69) (+3280 -3091) po/nb.po (1.34) (+3280 -3091) po/nl.po (1.85) (+3288 -3093) po/pl.po (1.79) (+3280 -3091) po/pt.po (1.74) (+3280 -3091) po/ru.po (1.7) (+3284 -3092) po/sk.po (1.78) (+3280 -3091) po/sl.po (1.2) (+1918 -1665) po/sv.po (1.104) (+3304 -3109) po/zh_TW.po (1.34) (+3288 -3105) Update i18n for release 2011-05-02 Files: NEWS (1.465) (+1 -1) configure.ac (1.224) (+3 -3) Disable Ukrainian translation 2011-05-01 Files: NEWS (1.464) (+1 -1) configure.ac (1.223) (+3 -3) po/uk.po (1.2) (+14031 -0) Add Ukrainian translation 2011-05-01 Files: NEWS (1.463) (+1 -0) src/main/canon-media.h (1.47) (+20 -0) src/main/canon-printers.h (1.111) (+14 -0) src/xml/printers.xml (1.126) (+2 -1) add support for Canon MP630 2011-05-01 Files: NEWS (1.462) (+1 -0) src/main/canon-modes.h (1.85) (+3 -1) src/xml/printers.xml (1.125) (+2 -1) add Canon MP620 (same as MP540) 2011-05-01 Files: NEWS (1.461) (+1 -0) src/main/canon-media.h (1.46) (+22 -0) src/main/canon-modes.h (1.84) (+23 -0) src/main/canon-printers.h (1.110) (+14 -0) src/main/print-canon.c (1.249) (+3 -2) src/xml/printers.xml (1.124) (+2 -1) test/pixma_parse.c (1.23) (+2 -2) add support for Canon MP640 2011-05-01 Files: test/pixma_parse.c (1.22) (+6 -6) corrected pixma_parse to find more encoded inks 2011-05-01 Files: NEWS (1.460) (+3 -0) src/main/canon-media.h (1.45) (+38 -0) src/main/canon-modes.h (1.83) (+3 -3) src/main/canon-printers.h (1.109) (+28 -3) src/xml/printers.xml (1.123) (+3 -1) adding support for Canon iP6100D, iP6600D 2011-05-01 Files: src/main/canon-inks.h (1.57) (+116 -0) src/main/canon-media.h (1.44) (+22 -0) src/main/canon-modes.h (1.82) (+20 -0) src/main/canon-printers.h (1.108) (+14 -0) src/xml/printers.xml (1.122) (+2 -1) adding experimental support for Canon MP980 2011-04-29 Files: NEWS (1.459) (+2 -1) src/main/canon-modes.h (1.81) (+22 -0) src/main/canon-printers.h (1.107) (+14 -0) src/xml/printers.xml (1.121) (+2 -1) add experimental support for Canon MP810 2011-04-29 Files: NEWS (1.458) (+1 -0) src/main/canon-modes.h (1.80) (+14 -0) src/main/canon-printers.h (1.106) (+14 -0) src/xml/printers.xml (1.120) (+2 -1) test/pixma_parse.c (1.21) (+2 -2) add experimental support for Canon MP800 2011-04-27 Files: NEWS (1.457) (+1 -0) src/main/canon-inks.h (1.56) (+23 -4) src/main/canon-media.h (1.43) (+23 -0) src/main/canon-modes.h (1.79) (+13 -0) src/main/canon-printers.h (1.105) (+14 -0) src/main/print-canon.c (1.248) (+3 -2) src/xml/printers.xml (1.119) (+2 -1) added experimental support for Canon iX7000, corrected one inkset also used on MX7600 2011-04-26 Files: NEWS (1.456) (+5 -0) src/foomatic/foomatic-generator.in (1.76) (+6 -0) src/main/canon-inks.h (1.55) (+86 -11) src/main/canon-media.h (1.42) (+119 -0) src/main/canon-modes.h (1.78) (+101 -2) src/main/canon-printers.h (1.104) (+46 -4) src/main/print-canon.c (1.247) (+2 -2) src/xml/printers.xml (1.118) (+4 -1) test/pixma_parse.c (1.20) (+7 -1) revised experimental Canon Pro9500 and added experimental support Pro9000, Pro9000 Mk.II, Pro9500 Mk.II 2011-04-24 Files: NEWS (1.455) (+14 -14) Change the ordering in the release notes to emphasize the significant OS X 10.5 change. 2011-04-20 Files: src/main/canon-inks.h (1.54) (+6 -1) src/main/canon-modes.h (1.77) (+2 -3) src/main/canon-printers.h (1.103) (+14 -0) src/main/print-canon.c (1.246) (+2 -2) src/xml/printers.xml (1.117) (+2 -1) add support for Canon iP4800 family 2011-04-16 Files: src/testpattern/run-testpattern-2.in (1.41) (+51 -9) Allow specification of geometry and custom page size. 2011-04-16 Files: src/xml/printers.xml (1.116) (+3 -3) LaserJet 5000 and 5100 are large format. 2011-04-16 Files: src/main/channel.c (1.34) (+92 -72) Avoid some null pointer derefs. 2011-04-13 Files: src/main/canon-inks.h (1.53) (+1 -1) src/main/canon-modes.h (1.76) (+1 -1) src/main/canon-printers.h (1.102) (+1 -1) fixing some inksets, modes, printer definitions to remove testpattern errors 2011-04-12 Files: src/main/canon-inks.h (1.52) (+4 -1) src/main/canon-printers.h (1.101) (+2 -2) fixed K intensity in a few inksets, and added CMYK ink order to iP6000D, iP6700D 2011-04-11 Files: src/main/canon-inks.h (1.51) (+4 -7) fixed some Canon inksets by swapping y and k 2011-04-11 Files: src/main/print-canon.c (1.245) (+5 -2) patched print-canon.c to not call stp_channel_set_black_channel before calling stp_dither_set_inks 2011-04-10 Files: src/main/channel.c (1.33) (+9 -1) Add some additional debugging. 2011-04-09 Files: src/cups/rastertoprinter.c (1.137) (+3 -3) Print PPD version error message correctly. 2011-04-08 Files: src/main/canon-modes.h (1.75) (+11 -5) src/main/canon-printers.h (1.100) (+2 -1) updated iP4200 printer definition and some modes 2011-04-07 Files: src/main/canon-inks.h (1.50) (+31 -0) src/main/canon-modes.h (1.74) (+12 -2) src/main/canon-printers.h (1.99) (+2 -1) adding experimental inksets and plain modes for Canon iP8500 2011-04-07 Files: src/main/canon-inks.h (1.49) (+140 -2) src/main/canon-media.h (1.41) (+30 -8) src/main/canon-modes.h (1.73) (+18 -0) src/main/canon-printers.h (1.98) (+3 -2) added experimental support for more Canon iP6700D media, inksets and modes 2011-04-06 Files: src/main/canon-inks.h (1.48) (+36 -0) src/main/canon-modes.h (1.72) (+16 -2) adding modes for Canon iP6000D 2011-04-06 Files: src/main/canon-inks.h (1.47) (+18 -0) src/main/canon-modes.h (1.71) (+16 -1) src/main/canon-printers.h (1.97) (+2 -1) adding modes for Canon iP5300 2011-04-06 Files: src/main/canon-inks.h (1.46) (+26 -1) src/main/canon-modes.h (1.70) (+2 -0) add fast photo mode to Canon MP830 as test 2011-04-06 Files: NEWS (1.454) (+3 -0) src/xml/printers.xml (1.115) (+4 -1) Add support for Epson T13, T22, and T22E 2011-04-05 Files: src/main/canon-inks.h (1.45) (+26 -0) src/main/canon-modes.h (1.69) (+8 -1) src/main/canon-printers.h (1.96) (+4 -2) updated Canon MP830 printer definition, added more modes 2011-04-04 Files: src/main/canon-inks.h (1.44) (+1 -1) src/main/canon-modes.h (1.68) (+5 -1) src/main/canon-printers.h (1.95) (+6 -3) updated Canon iX5000 printer definition, media types, sources, and added more working modes 2011-04-03 Files: src/testpattern/run-testpattern-2.in (1.40) (+9 -3) Record -d options on the output line. 2011-04-03 Files: src/testpattern/run-testpattern-2.in (1.39) (+8 -0) Add integer and boolean types to permissible options. 2011-04-01 Files: test/unprint.c (1.46) (+12 -1) Add help message 2011-04-01 Files: src/testpattern/testpattern.c (1.59) (+3 -1) Avoid a divide by zero when printing a lot of bands to a very small page. 2011-04-01 Files: src/testpattern/run-testpattern-2.in (1.38) (+3 -3) Latest version of valgrind only allows --num-callers up to 50. 2011-03-31 Files: src/main/canon-modes.h (1.67) (+12 -5) added Canon iP4000 modes, and B/W to existing modes 2011-03-31 Files: src/foomatic/foomatic-generator.in (1.75) (+3 -1) src/main/canon-media.h (1.40) (+1 -1) src/main/canon-modes.h (1.66) (+7 -2) src/main/canon-printers.h (1.94) (+1 -1) corrected Canon iP3000 printer definition, added modes 2011-03-31 Files: src/main/print-canon.c (1.244) (+2 -2) swapping two lines in print-canon.c canon_end_job function to avoid compiler warning 2011-03-30 Files: src/main/canon-media.h (1.39) (+18 -0) src/main/canon-modes.h (1.65) (+16 -0) src/main/canon-printers.h (1.93) (+18 -15) added modes and media for Canon MP150 and corrected its printer properites 2011-03-30 Files: src/main/print-canon.c (1.243) (+2 -1) undoing change to print-canon.c in revision 1.241 2011-03-30 Files: src/main/print-canon.c (1.242) (+1 -2) patch applied to canon_end_job to prevent unnecessary warning 2011-03-30 Files: NEWS (1.453) (+12 -8) src/xml/escp2/media/claria.xml (1.11) (+1 -1) src/xml/escp2/media/claria1400.xml (1.9) (+1 -1) Retune Photo Paper on Claria printers 2011-03-29 Files: src/xml/Makefile.am (1.6) (+2 -1) Ensure that there's no temporary file left around. 2011-03-28 Files: NEWS (1.452) (+2 -0) src/main/canon-media.h (1.38) (+19 -0) src/main/canon-modes.h (1.64) (+28 -0) src/main/canon-printers.h (1.92) (+15 -1) src/main/print-canon.c (1.241) (+4 -2) src/xml/printers.xml (1.114) (+3 -1) added experimental support for Canon MX360, MX410 2011-03-24 Files: NEWS (1.451) (+4 -0) src/main/canon-printers.h (1.91) (+2 -2) updated NEWS file with Canon MP493, MX420, MX880, iX6500 2011-03-24 Files: src/main/canon-media.h (1.37) (+18 -0) src/main/canon-printers.h (1.90) (+29 -1) src/xml/printers.xml (1.113) (+3 -1) add experimental support for Canon MX880, iX6500 2011-03-24 Files: src/main/canon-media.h (1.36) (+18 -0) src/main/canon-printers.h (1.89) (+21 -7) src/main/print-canon.c (1.240) (+6 -2) src/xml/printers.xml (1.112) (+2 -1) add experimental support for Canon MX420, correct missing CAP_T in some Canon printers 2011-03-24 Files: src/main/canon-media.h (1.35) (+20 -0) src/main/canon-printers.h (1.88) (+14 -0) src/xml/printers.xml (1.111) (+2 -1) Add experimental support for Canon MP493 2011-03-24 Files: NEWS (1.450) (+1 -1) po/it.po (1.12) (+3500 -3760) Update Italian translation 2011-03-21 Files: NEWS (1.449) (+12 -0) added newly supported [experimental] Canon printers to NEWS file 2011-03-21 Files: src/main/canon-inks.h (1.43) (+49 -13) src/main/canon-media.h (1.34) (+39 -9) src/main/canon-modes.h (1.63) (+20 -6) src/main/canon-printers.h (1.87) (+14 -0) add experimental Canon iP3100 support 2011-03-21 Files: src/main/canon-media.h (1.33) (+17 -0) src/main/canon-printers.h (1.86) (+14 -0) src/xml/printers.xml (1.110) (+2 -1) experimental Canon iP2600 support added 2011-03-21 Files: src/main/canon-printers.h (1.85) (+14 -0) src/xml/printers.xml (1.109) (+2 -1) experimental Canon iP2500 support added 2011-03-21 Files: src/main/canon-inks.h (1.42) (+40 -0) src/main/canon-media.h (1.32) (+19 -2) src/main/canon-modes.h (1.62) (+19 -2) src/main/canon-printers.h (1.84) (+14 -0) src/xml/printers.xml (1.108) (+2 -1) experimental Canon iP2200 support added, and modes for iP2000. 2011-03-14 Files: po/.cvsignore (1.12) (+1 -0) Add stamp-po to ignored files 2011-03-14 Files: scripts/mkchlog (1.19) (+6 -0) Record number of lines in added files. 2011-03-13 Files: NEWS (1.448) (+4 -0) configure.ac (1.222) (+3 -3) po/sl.po (1.1) (added +15239 -0) Add Slovenian translation 2011-03-13 Files: src/cups/genppd.c (1.186) (+8 -3) Restrict ShortNickName to the limit specified in the PPD spec 2011-03-13 Files: po/da.po (1.102) (+3417 -3665) Updated Danish translation 2011-03-10 Files: src/xml/printers.xml (1.107) (+2 -1) add experimental support for Canon iP1800 2011-03-10 Files: src/xml/printers.xml (1.106) (+2 -1) add experimental support for Canon iP1700 2011-03-10 Files: src/main/canon-modes.h (1.61) (+6 -5) src/main/canon-printers.h (1.83) (+14 -0) src/xml/printers.xml (1.105) (+3 -2) add experimental support for Canon iP1600 2011-03-10 Files: src/main/canon-inks.h (1.41) (+49 -11) src/main/canon-media.h (1.31) (+17 -0) src/main/canon-modes.h (1.60) (+17 -0) src/main/canon-printers.h (1.82) (+14 -0) src/xml/printers.xml (1.104) (+2 -1) add experimental support for Canon iP1500 2011-03-08 Files: src/foomatic/foomatic-generator.in (1.74) (+5 -1) src/main/canon-inks.h (1.40) (+16 -0) src/main/canon-media.h (1.30) (+17 -0) src/main/canon-modes.h (1.59) (+32 -2) src/main/canon-printers.h (1.81) (+15 -1) src/xml/printers.xml (1.103) (+3 -1) Added experimental support for Canon iP1200, iP1300. Correction to iP1000 definition. 2011-03-08 Files: src/main/print-color.c (1.143) (+41 -41) Unmark category strings. 2011-03-07 Files: src/main/canon-inks.h (1.39) (+35 -0) src/main/canon-media.h (1.29) (+16 -0) src/main/canon-modes.h (1.58) (+15 -0) src/main/canon-printers.h (1.80) (+15 -1) src/xml/printers.xml (1.102) (+2 -1) added Canon iP1000 (experimental), updated Canon MX870 printer definition with XML capability. 2011-03-05 Files: NEWS (1.447) (+8 -0) src/xml/escp2/inks/Makefile.am (1.13) (+2 -1) src/xml/escp2/inks/f360_ultrachrome_k3v_2.xml (1.1) (added +610 -0) src/xml/escp2/model/Makefile.am (1.27) (+3 -2) src/xml/escp2/model/model_115.xml (1.1) (added +162 -0) src/xml/printers.xml (1.101) (+3 -1) Experimental support for Epson Stylus Photo R3000 2011-03-05 Files: NEWS (1.446) (+9 -0) po/cs.po (1.59) (+4683 -4466) po/da.po (1.101) (+4747 -4462) po/de.po (1.74) (+4728 -4464) po/el.po (1.74) (+4683 -4465) po/en_GB.po (1.167) (+4749 -4464) po/es.po (1.72) (+4683 -4465) po/fi.po (1.4) (+4742 -4460) po/fr.po (1.100) (+4738 -4462) po/hu.po (1.32) (+4748 -4463) po/it.po (1.11) (+4748 -4462) po/ja.po (1.68) (+4683 -4465) po/nb.po (1.33) (+4708 -4466) po/nl.po (1.84) (+4744 -4459) po/pl.po (1.78) (+4683 -4465) po/pt.po (1.73) (+4683 -4465) po/ru.po (1.6) (+4733 -4461) po/sk.po (1.77) (+4685 -4467) po/sv.po (1.103) (+4736 -4466) po/zh_TW.po (1.33) (+4699 -4461) src/xml/escp2/model/Makefile.am (1.26) (+3 -2) src/xml/escp2/model/model_114.xml (1.1) (added +139 -0) Add support for Epson Stylus Pro 4000 2011-03-05 Files: src/main/xmlppd.c (1.5) (+9 -0) Handle missing *CloseUI at the end of the PPD file. 2011-03-05 Files: src/xml/escp2/inks/cmykrb.xml (1.10) (+5 -5) src/xml/escp2/inks/cmykro.xml (1.8) (+5 -5) Fix curve bounds for CMYKRB/O curves (from Simon Shapiro) 2011-03-04 Files: src/main/print-ps.c (1.104) (+21 -10) Speed up PostScript output (from Alastair Robinson) 2011-03-04 Files: NEWS (1.445) (+2 -2) Minor cleanup 2011-03-03 Files: NEWS (1.444) (+29 -8) README (1.209) (+11 -11) configure.ac (1.221) (+4 -4) src/xml/escp2/model/Makefile.am (1.25) (+4 -2) src/xml/escp2/model/model_112.xml (1.1) (added +139 -0) src/xml/escp2/model/model_113.xml (1.1) (added +139 -0) src/xml/escp2/model/model_48.xml (1.11) (+1 -1) src/xml/escp2/model/model_49.xml (1.11) (+1 -1) src/xml/printers.xml (1.100) (+3 -1) Add back compatibility definitions for Epson 4800, 4880, 11800, 11880. Prep for 5.2.7. 2011-02-23 Files: src/main/canon-printers.h (1.79) (+1 -1) changed Canon MX870 control command set 2011-02-22 Files: src/xml/printers.xml (1.99) (+5 -1) Note that driver names must be identical. 2011-02-22 Files: src/xml/printers.xml (1.98) (+2 -1) Canon SELPHY CP-800 was reported as working http://sourceforge.net/mailarchive/message.php?msg_id=27097152 2011-02-21 Files: src/xml/printers.xml (1.97) (+8 -8) Make driver names for all Kodak Dock-compatible printers unique. 2011-02-21 Files: src/xml/printers.xml (1.96) (+2 -2) corrected family for MP600 2011-02-21 Files: NEWS (1.443) (+29 -13) src/xml/escp2/model/model_103.xml (1.3) (+42 -33) src/xml/escp2/model/model_104.xml (1.3) (+42 -33) src/xml/escp2/model/model_105.xml (1.2) (+43 -34) src/xml/escp2/model/model_106.xml (1.2) (+43 -32) src/xml/escp2/model/model_108.xml (1.2) (+38 -18) Improve tunings of Epson x800 inks. 2011-02-17 Files: src/main/sequence.c (1.29) (+11 -9) Fix issue with misuse of isfinite on Solaris. 2011-02-16 Files: src/main/canon-media.h (1.28) (+20 -0) src/main/canon-modes.h (1.57) (+1 -1) src/main/canon-printers.h (1.78) (+14 -0) src/xml/printers.xml (1.95) (+2 -1) Added Canon MP600 2011-02-16 Files: src/main/canon-printers.h (1.77) (+4 -4) src/xml/printers.xml (1.94) (+2 -2) Improve support for Canon MP510 2011-02-16 Files: src/main/canon-printers.h (1.76) (+15 -1) src/main/print-canon.c (1.239) (+3 -2) src/xml/printers.xml (1.93) (+2 -1) Add support for Canon MP550 2011-02-15 Files: src/main/canon-inks.h (1.38) (+3 -3) src/main/canon-modes.h (1.56) (+23 -0) src/main/canon-printers.h (1.75) (+14 -0) src/xml/printers.xml (1.92) (+2 -1) support added for Canon MP540 2011-02-15 Files: src/xml/printers.xml (1.91) (+1 -2) removed extra MX700 line in printers.xml 2011-02-15 Files: src/main/canon-modes.h (1.55) (+41 -1) support for MP970 2011-02-12 Files: src/xml/escp2/model/model_102.xml (1.5) (+1 -2) src/xml/escp2/model/model_88.xml (1.11) (+1 -2) src/xml/escp2/model/model_89.xml (1.11) (+1 -2) src/xml/escp2/model/model_90.xml (1.11) (+1 -2) Back out borderless change that did not work 2011-02-12 Files: scripts/autogen.sh (1.38) (+3 -7) Fix libtool requirement. 2011-02-11 Files: src/xml/printers.xml (1.90) (+8 -1) added more printers compatible with Kodak Easyshare Printer Dock 2011-02-11 Files: src/xml/escp2/model/model_102.xml (1.4) (+2 -1) src/xml/escp2/model/model_88.xml (1.10) (+2 -1) src/xml/escp2/model/model_89.xml (1.10) (+2 -1) src/xml/escp2/model/model_90.xml (1.10) (+2 -1) Try to enable vertical borderless on {4,7,9,11}880. 2011-02-11 Files: src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.11) (+1 -1) Correct definition of light light black in photo inkset. 2011-02-11 Files: src/xml/printers.xml (1.89) (+3 -3) Correct definitions of Epson 9700 and 9900. 2011-01-26 Files: src/main/canon-media.h (1.27) (+54 -0) src/main/canon-modes.h (1.54) (+58 -1) src/main/canon-printers.h (1.74) (+56 -0) src/main/print-canon.c (1.238) (+3 -2) src/xml/printers.xml (1.88) (+6 -1) adding experimental support for Canon MX850, MX860, MX870, MX7600 2011-01-26 Files: src/xml/printers.xml (1.87) (+2 -3) Fix the Sony DPP-EX7 and Epson PX650. 2011-01-25 Files: src/main/canon-inks.h (1.37) (+54 -29) src/main/canon-media.h (1.26) (+2 -2) src/main/canon-printers.h (1.73) (+14 -1) src/xml/printers.xml (1.86) (+2 -1) Adding support for Canon MX700. 2011-01-25 Files: src/foomatic/foomatic-generator.in (1.73) (+2 -0) src/main/canon-inks.h (1.36) (+17 -0) src/main/canon-media.h (1.25) (+57 -1) src/main/canon-modes.h (1.53) (+86 -1) src/main/canon-printers.h (1.72) (+44 -0) src/main/print-canon.c (1.237) (+9 -3) src/xml/printers.xml (1.85) (+6 -1) add support for Canon MX300, MX310, MX330, MX340, MX350. Some of the photo modes are bound to be buggy, but most modes use only CMYK or CMY and should work. 2011-01-18 Files: src/main/canon-inks.h (1.35) (+37 -0) src/main/canon-media.h (1.24) (+19 -0) src/main/canon-modes.h (1.52) (+29 -0) src/main/canon-printers.h (1.71) (+14 -0) src/xml/printers.xml (1.84) (+2 -1) test/pixma_parse.c (1.19) (+2 -2) Added test support for Canon iP1900 2011-01-17 Files: src/cups/Makefile.am (1.120) (+26 -19) src/cups/test-ppds (1.6) (+12 -9) Re-enable test-ppds, which works with the current release of CUPS. Disable a few errors that either don't matter (missing profiles that are OS-X specific) or that we'll ignore for now (malformed page size tags) pending further information. Reorganize the various ppd targets so that they can be run in any order. 2011-01-17 Files: src/cups/genppd.c (1.185) (+34 -8) Generate *ColorKeywords tags. 2011-01-17 Files: po/fi.po (1.3) (+2 -2) EMERGENCY translation to fix malformed translation string that's illegal in a PPD file. 2011-01-17 Files: src/foomatic/foomatic-generator.in (1.72) (+2 -0) src/main/canon-inks.h (1.34) (+258 -57) src/main/canon-media.h (1.23) (+39 -12) src/main/canon-modes.h (1.51) (+61 -13) src/main/canon-printers.h (1.70) (+24 -12) src/main/print-canon.c (1.236) (+92 -27) src/xml/printers.xml (1.83) (+2 -3) test/pixma_parse.c (1.18) (+148 -54) test/pixma_parse.h (1.7) (+5 -3) updated tested modes for MP960, removed non-working modes. added MP510 and MP520 support, updated iP2700, smalll correction to other Canon printers. Added Cartridge selection (partial implementation) to driver. Updated pixma_parse to handle more inks, and output more debug info. 2011-01-13 Files: NEWS (1.442) (+2 -2) Clean up wording for ColorSync use. 2011-01-13 Files: NEWS (1.441) (+6 -0) src/cups/genppd.c (1.184) (+3 -2) Added *APDefaultCustomColorMatching: sRGB statement to PPDs. Needed by Mac OS X 10.5 and 10.6 in addition to *APCustomColorMatching: sRGB statement. 2011-01-12 Files: src/cups/genppd.c (1.183) (+3 -5) Fix uninitialized stack variable. 2011-01-06 Files: src/xml/escp2/inks/pro_ultrachrome_k34.xml (1.2) (+3 -3) Fix incorrect shade description. 2011-01-06 Files: NEWS (1.440) (+1 -0) Preliminary support for Epson Stylus Pro 4450. Preliminary support for Epson Stylus Pro 7890 and 9890. These appear to be faster versions of the 7880 and 9880 (double the nozzle count). 2011-01-06 Files: NEWS (1.439) (+2 -0) src/xml/escp2/inks/Makefile.am (1.12) (+2 -1) src/xml/escp2/inks/pro_ultrachrome_k34.xml (1.1) (added +204 -0) src/xml/escp2/model/Makefile.am (1.24) (+3 -2) src/xml/escp2/model/model_111.xml (1.1) (added +137 -0) src/xml/printers.xml (1.82) (+3 -1) Preliminary support for Epson Stylus Pro 4450 2011-01-06 Files: NEWS (1.438) (+2 -0) src/xml/escp2/inks/Makefile.am (1.11) (+2 -1) src/xml/escp2/inks/pro_ultrachrome_k3v4.xml (1.1) (added +181 -0) src/xml/escp2/model/Makefile.am (1.23) (+4 -2) src/xml/escp2/model/model_109.xml (1.1) (added +150 -0) src/xml/escp2/model/model_110.xml (1.1) (added +150 -0) src/xml/printers.xml (1.81) (+3 -1) Preliminary support for Epson 7700/9700 2011-01-05 Files: NEWS (1.437) (+1 -0) src/xml/printers.xml (1.80) (+2 -1) Add Epson Stylus Pro 3885 (Asia name for 3880) 2010-12-20 Files: src/xml/printers.xml (1.79) (+6 -6) Added IEEE 1284 Device IDs for: Epson Stylus Photo 1400 (RH bug #577299) Epson Stylus Photo 830U (RH bug #577307) HP DeskJet 959C (RH bug #577291). Epson Stylus Photo R230 (Ubuntu #520466) Epson Stylus D92 (RH bug #570888) 2010-12-20 Files: src/xml/printers.xml (1.78) (+2 -2) Removed incorrect Device ID for Brother HL-2060 (RH bug #531370). 2010-12-19 Files: NEWS (1.436) (+2 -0) More release note updates. 2010-12-19 Files: NEWS (1.435) (+56 -0) Update news. 2010-12-19 Files: src/main/escp2-channels.c (1.91) (+26 -6) src/main/escp2-driver.c (1.57) (+5 -1) src/main/print-escp2.h (1.139) (+6 -2) src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.10) (+2 -0) src/xml/escp2/inks/pro_ultrachrome_k3v.xml (1.3) (+2 -0) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.10) (+60 -60) src/xml/escp2/media/f360_ultrachrome_k3v.xml (1.4) (+61 -61) src/xml/escp2/media/pro_ultrachrome_k3.xml (1.4) (+194 -215) src/xml/escp2/media/pro_ultrachrome_k3v.xml (1.2) (+201 -221) src/xml/escp2/model/model_102.xml (1.3) (+8 -18) src/xml/escp2/model/model_107.xml (1.5) (+8 -8) src/xml/escp2/model/model_88.xml (1.9) (+8 -18) src/xml/escp2/model/model_89.xml (1.9) (+8 -18) src/xml/escp2/model/model_90.xml (1.9) (+8 -18) Improve tunings of Epson x880 inks. Correct media definitions for Epson x800 and x880. Allow inks to specify init sequence (for e. g. 3880 switching between matte black and photo black). 2010-12-19 Files: src/xml/printers.xml (1.77) (+2 -1) Add Epson B-510N 2010-12-12 Files: src/xml/escp2/model/model_102.xml (1.2) (+37 -17) src/xml/escp2/model/model_107.xml (1.4) (+37 -19) src/xml/escp2/model/model_88.xml (1.8) (+38 -18) src/xml/escp2/model/model_89.xml (1.8) (+37 -17) src/xml/escp2/model/model_90.xml (1.8) (+37 -17) Retune drop sizes and densities for Epson Stylus Pro x880 printers 2010-12-11 Files: src/escputil/d4lib.c (1.13) (+20 -10) src/escputil/escputil.c (1.104) (+91 -22) src/main/print-escp2.c (1.433) (+3 -1) src/xml/escp2/model/model_107.xml (1.3) (+1 -11) Make escputil work with Stylus Pro 3880. Allow escputil -e to get inks from the printer. 2010-12-09 Files: src/main/canon-inks.h (1.33) (+4 -4) src/main/print-canon.c (1.235) (+5 -5) corrected exception for iP2700. ESC (P exception was oppositely defined 2010-12-06 Files: src/xml/printers.xml (1.76) (+6 -1) Add Epson B-310, B-510DN, ME 320, ME Office 600F, and ME Office 620F. 2010-12-05 Files: include/gutenprint/vars.h (1.8) (+37 -1) src/cups/genppd.c (1.182) (+197 -79) src/main/dither-main.c (1.63) (+4 -4) src/main/generic-options.c (1.12) (+5 -5) src/main/print-canon.c (1.234) (+22 -22) src/main/print-color.c (1.142) (+56 -55) src/main/print-escp2.c (1.432) (+127 -124) src/main/print-lexmark.c (1.160) (+14 -14) src/main/print-olympus.c (1.97) (+10 -10) src/main/print-pcl.c (1.160) (+16 -16) src/main/print-ps.c (1.103) (+5 -5) src/main/print-raw.c (1.42) (+3 -3) src/main/print-vars.c (1.91) (+120 -21) Preliminary code to create PPD files without color options 2010-12-05 Files: src/escputil/d4lib.c (1.12) (+59 -59) src/escputil/escputil.c (1.103) (+67 -60) Print debug information to stdout rather than stderr to see relative timing 2010-12-05 Files: src/xml/escp2/model/Makefile.am (1.22) (+3 -2) src/xml/escp2/model/model_103.xml (1.2) (+5 -3) src/xml/escp2/model/model_104.xml (1.2) (+5 -3) src/xml/escp2/model/model_107.xml (1.2) (+50 -43) src/xml/escp2/model/model_108.xml (1.1) (added +163 -0) src/xml/printers.xml (1.75) (+2 -2) Correct definitions of Epson 3800, 3880, 7800, 9800 2010-12-03 Files: src/main/canon-inks.h (1.32) (+6 -5) modify inks for Canon MP990: swap k and K for 600dpi modes. 2010-12-02 Files: src/main/canon-inks.h (1.31) (+4 -4) src/main/canon-modes.h (1.50) (+2 -2) modify inks and modes for Canon MP990: 1. Removed draft modes not accepted by printer; 2. set k density to 0 for 600dpi modes to output only CMYK for plain media. 2010-11-29 Files: src/main/canon-inks.h (1.30) (+29 -20) src/main/canon-modes.h (1.49) (+27 -17) src/main/canon-printers.h (1.69) (+5 -5) corrected inksets and modes for Canon MP990, MG6100 series, and MG8100 series 2010-11-25 Files: src/main/canon-printers.h (1.68) (+2 -2) removing incorrectly submitted XML addition from MP960, MP970 2010-11-25 Files: src/xml/printers.xml (1.74) (+3 -1) added Canon MP990 to printer list 2010-11-25 Files: src/main/canon-media.h (1.22) (+25 -0) src/main/canon-modes.h (1.48) (+8 -0) src/main/canon-printers.h (1.67) (+17 -2) adding experimental support for Canon MP990 2010-11-25 Files: src/xml/printers.xml (1.73) (+10 -10) Updated printer model names to match the changes in the Foomatic database. 2010-11-25 Files: src/xml/printers.xml (1.72) (+2 -1) adding Canon MP495 to list of printers 2010-11-25 Files: src/main/canon-printers.h (1.66) (+14 -0) added printer definition for Canon MP495. Appears to be like MP280. 2010-11-24 Files: src/xml/printers.xml (1.71) (+7 -7) Correct definition of Epson NX200/215, SX200/205/210/215 2010-11-24 Files: src/xml/printers.xml (1.70) (+2 -1) added Canon MP480 to printer list 2010-11-24 Files: src/main/canon-media.h (1.21) (+18 -0) src/main/canon-modes.h (1.47) (+29 -0) src/main/canon-printers.h (1.65) (+14 -0) added modes, media and printer definition for Canon MP480 2010-11-23 Files: src/main/canon-media.h (1.20) (+31 -0) src/main/canon-modes.h (1.46) (+26 -0) src/main/canon-printers.h (1.64) (+5 -5) added further modes for iP4500. Fixed ESC ( r command 2010-11-20 Files: src/xml/printers.xml (1.69) (+2 -1) added Canon MP270 to list of printers 2010-11-20 Files: src/main/canon-printers.h (1.63) (+14 -0) added support for Canon MP270 2010-11-20 Files: src/xml/printers.xml (1.68) (+2 -1) added Canon MP280 to list of supported printers 2010-11-20 Files: src/main/canon-media.h (1.19) (+20 -0) src/main/canon-modes.h (1.45) (+29 -0) src/main/canon-printers.h (1.62) (+14 -0) added support for Canon MP280 printer 2010-11-20 Files: test/pixma_parse.c (1.17) (+24 -3) added printjob start & end basic XML read ability to pixma_parse.c 2010-11-16 Files: src/main/print-canon.c (1.233) (+23 -8) Added codes for several paper sizes for Canon driver. Note: this and lexmark driver still refer to unknown/unused paper sizes. 2010-11-16 Files: src/xml/papers.xml (1.9) (+61 -1) added paper sizes: A3+, L, 2L, KG, 4x8, HanKire YonKire, RokuKire, Wide101.6x180.6 2010-11-15 Files: src/main/canon-modes.h (1.44) (+5 -9) modified supported modes for Canon iP2700. Removed quality 0 modes, and 1200dpi mode which is not yet working. 2010-11-14 Files: src/main/canon-modes.h (1.43) (+3 -1) added 1200dpi user-defined high-resolution mode for Canon iP2700 2010-11-14 Files: test/pixma_parse.c (1.16) (+11 -4) modified pixma_parse to recognize inks where 0x60 is added to the character code. Apparently noted with iP4000 driver. 2010-11-13 Files: src/foomatic/foomatic-generator.in (1.71) (+1 -0) added draftmono2 to list of supported Canon foomatic mode tags 2010-11-13 Files: src/main/canon-modes.h (1.42) (+6 -5) modified 2 incorrect Canon iP2700 modes (flag setting), added 0-quality test mode to discover if iP2700 supports this quality setting. 2010-11-13 Files: src/xml/printers.xml (1.67) (+2 -1) added MG8100 to printer list. 2010-11-13 Files: src/main/canon-modes.h (1.41) (+14 -0) src/main/canon-printers.h (1.61) (+20 -5) added XML to printjobs for MP250, iP4700, and the MG series. Also added experimental MG8100 support. 2010-11-11 Files: src/main/canon-printers.h (1.60) (+1 -1) src/main/print-canon.c (1.232) (+41 -4) src/main/print-canon.h (1.4) (+4 -0) added pre-job, post-job XML functionality. Extended ESC (P command to 6 bytes where needed. Implemented cartridge selection command ESC (T. Modified Canon iP2700 to use these commands. 2010-11-10 Files: src/main/canon-printers.h (1.59) (+7 -1) changed control command for Canon iP2700 2010-11-09 Files: src/xml/printers.xml (1.66) (+4 -4) modified Canon PIXMA MG5100, 5200, 6100 modelnumbers 2010-11-09 Files: src/main/print-canon.c (1.231) (+3 -2) added PIXMA MG to list of families recognized by print-canon.c 2010-11-09 Files: src/main/canon-printers.h (1.58) (+2 -2) changed printer definition for Canon iP2700: channels reordered, duplex capability removed. 2010-11-09 Files: src/main/canon-modes.h (1.40) (+3 -3) rearranged print modes for Canon iP2700 so that a color mode is last in list. Else CUPS options only give mono colorspace choices. 2010-11-07 Files: src/xml/printers.xml (1.65) (+2 -1) added Canon iP2700 too printer list. 2010-11-07 Files: src/main/canon-inks.h (1.29) (+51 -0) src/main/canon-media.h (1.18) (+20 -0) src/main/canon-modes.h (1.39) (+29 -0) src/main/canon-printers.h (1.57) (+15 -1) added untested support for Canon iP2700 printer. All modes except one user-defined one are supported. 2010-11-07 Files: src/foomatic/foomatic-generator.in (1.70) (+2 -0) added 2nd standard and draft suffix to foomatic print mode name possibilities for Canon printers. 2010-11-07 Files: src/xml/printers.xml (1.64) (+2 -1) added Canon PIXMA MG6100 to XML printer list. 2010-11-07 Files: src/main/canon-inks.h (1.28) (+138 -0) src/main/canon-media.h (1.17) (+24 -0) src/main/canon-modes.h (1.38) (+18 -0) src/main/canon-printers.h (1.56) (+14 -0) added media, inks, modes, printer support for Canon PIXMA MG6100. Only partial since unknown inks exist for photo modes. Only plain, non-photo hagaki, and CDs supported now. 2010-11-07 Files: src/xml/printers.xml (1.63) (+2 -1) added Canon PIXMA MG5200 2010-11-07 Files: src/main/canon-media.h (1.16) (+33 -0) src/main/canon-modes.h (1.37) (+26 -1) src/main/canon-printers.h (1.55) (+14 -0) added slots, media, modes, printer definitions for Canon PIXMA MG5200. No ink additions needed. 2010-11-02 Files: src/xml/escp2/model/model_89.xml (1.7) (+2 -2) src/xml/escp2/model/model_90.xml (1.7) (+2 -2) 3096351 Too small page sizes to Epson Stylus PRO 7800/7880/9800/9880 2010-10-31 Files: src/main/canon-media.h (1.15) (+31 -0) src/main/canon-modes.h (1.36) (+30 -0) src/main/canon-printers.h (1.54) (+14 -0) add Canon MG5100 media, slots, printer definition. Same inksets as iP4700. No CD. No ESC ( r commands. 2010-10-31 Files: src/xml/printers.xml (1.62) (+2 -1) add Canon MG5100 to XML printer list 2010-10-30 Files: src/main/canon-inks.h (1.27) (+80 -14) src/main/canon-media.h (1.14) (+23 -0) src/main/canon-modes.h (1.35) (+30 -0) src/main/canon-printers.h (1.53) (+14 -0) added iP4700 printer, inks, modes, media 2010-10-30 Files: src/xml/printers.xml (1.61) (+2 -1) added iP4700 printer to selection 2010-10-30 Files: src/foomatic/foomatic-generator.in (1.69) (+7 -1) added supported formore photo modes for Canon printers 2010-10-09 Files: src/xml/printers.xml (1.60) (+4 -1) adding MP450, MP460, MP250. Modified MP170. 2010-10-09 Files: src/foomatic/foomatic-generator.in (1.68) (+9 -1) adding Canon mode options for mono, photo to foomatic generator 2010-10-09 Files: src/main/canon-inks.h (1.26) (+190 -0) src/main/canon-media.h (1.13) (+90 -7) src/main/canon-modes.h (1.34) (+50 -2) src/main/canon-printers.h (1.52) (+46 -3) adding Canon MP250 support, revised media for MP170, MP450, MP460 based on US English driver paper option text. 2010-10-04 Files: src/xml/printers.xml (1.59) (+3 -1) adding MP950, MP960 to printer list 2010-10-04 Files: src/main/canon-inks.h (1.25) (+88 -1) src/main/canon-modes.h (1.33) (+16 -0) src/main/canon-printers.h (1.51) (+29 -1) Canon MP950, MP960 printers, inks, modes added 2010-09-19 Files: src/cups/genppd.c (1.181) (+984 -930) Start to break up write_ppd 2010-09-11 Files: src/cups/genppd.c (1.180) (+4 -4) Minor fixup to be consistent with spacing in other places. 2010-09-06 Files: src/testpattern/testpattern.c (1.58) (+67 -36) src/testpattern/testpattern.h (1.20) (+9 -1) src/testpattern/testpatternl.l (1.26) (+6 -1) src/testpattern/testpatterny.y (1.40) (+39 -2) Allow specification of origin and size in points, inches, or mm in addition to relative. Compute number of dots after calculating image size. This reduces the number of pixels computed, which improves performance, and also corrects printing of scales if width is less than the full page. Print black lines correctly. =============================================================================== Name: gutenprint-5_2_6 2010-08-11 Files: po/cs.po (1.58) (+4832 -4137) po/da.po (1.100) (+4798 -4047) po/de.po (1.73) (+4796 -4047) po/el.po (1.73) (+4831 -4138) po/en_GB.po (1.166) (+4798 -4047) po/es.po (1.71) (+4831 -4138) po/fi.po (1.2) (+6052 -5074) po/fr.po (1.99) (+4798 -4047) po/hu.po (1.31) (+6120 -4911) po/it.po (1.10) (+4798 -4047) po/ja.po (1.67) (+4831 -4138) po/nb.po (1.32) (+4838 -4139) po/nl.po (1.83) (+4798 -4047) po/pl.po (1.77) (+4831 -4138) po/pt.po (1.72) (+4831 -4138) po/ru.po (1.5) (+4796 -4047) po/sk.po (1.76) (+4831 -4138) po/sv.po (1.102) (+4797 -4048) po/zh_TW.po (1.32) (+4746 -4047) Gutenprint 5.2.6 release 2010-08-11 Files: NEWS (1.434) (+7 -0) src/xml/escp2/inputslots/Makefile.am (1.10) (+2 -1) src/xml/escp2/inputslots/pro3880.xml (1.1) (added +42 -0) src/xml/escp2/media/Makefile.am (1.15) (+2 -1) src/xml/escp2/media/pro3880_ultrachrome_k3v.xml (1.1) (added +1458 -0) src/xml/escp2/model/Makefile.am (1.21) (+3 -2) src/xml/escp2/model/model_107.xml (1.1) (added +152 -0) src/xml/printers.xml (1.58) (+3 -1) Preliminary support for Epson 3800 and 3880 2010-08-10 Files: NEWS (1.433) (+6 -3) src/xml/printers.xml (1.57) (+2 -1) Add support for Canon PIXMA MP510 2010-08-09 Files: NEWS (1.432) (+3 -3) README (1.208) (+13 -13) configure.ac (1.220) (+3 -3) Prep for 5.2.6 release 2010-08-09 Files: NEWS (1.431) (+20 -12) Minor updates. 2010-08-07 Files: src/main/print-pcl.c (1.159) (+3 -1) src/xml/printers.xml (1.56) (+2 -2) Add A3 support back to tabloid laser printers. Add Super B support to 13" laser printers. Correct definition of one printer. 2010-08-07 Files: NEWS (1.430) (+142 -22) src/main/print-pcl.c (1.158) (+49 -1) src/xml/printers.xml (1.55) (+126 -17) Add support for a number of Brother, Canon, Kyocera, Oki, Tektronix, and Xerox laser printers. Support tabloid-size laser printers. 2010-08-07 Files: src/xml/printers.xml (1.54) (+2 -2) Remove duplicate foomaticid tag on one printer. 2010-08-07 Files: include/gutenprint/printers.h (1.7) (+17 -2) src/foomatic/Makefile.am (1.53) (+4 -6) src/foomatic/foomatic-generator.in (1.67) (+8 -62) src/foomatic/foomatic-printermap (1.201) (removed) src/foomatic/printers.c (1.14) (+30 -9) src/main/printers.c (1.89) (+36 -2) src/xml/printers.xml (1.53) (+1432 -1432) Put Foomatic IDs in printers.xml and remove foomatic-printermap 2010-08-06 Files: NEWS (1.429) (+3 -0) src/foomatic/foomatic-printermap (1.200) (+3 -0) src/xml/printers.xml (1.52) (+4 -1) Support Canon MP360/370/390, from Gernot Hassenpflug 2010-08-04 Files: include/gutenprint/util.h (1.9) (+3 -2) src/main/array.c (1.17) (+13 -22) src/main/color.c (1.11) (+9 -19) src/main/curve.c (1.55) (+41 -49) src/main/dither-inks.c (1.27) (+4 -5) src/main/dither-main.c (1.62) (+7 -15) src/main/dither-ordered.c (1.31) (+1 -2) src/main/escp2-channels.c (1.90) (+8 -26) src/main/escp2-papers.c (1.119) (+6 -24) src/main/escp2-resolutions.c (1.52) (+4 -16) src/main/gutenprint-internal.h (1.3) (+17 -8) src/main/print-color.c (1.141) (+2 -6) src/main/print-dither-matrices.c (1.38) (+2 -3) src/main/print-escp2-data.c (1.273) (+10 -42) src/main/print-escp2.c (1.431) (+4 -15) src/main/print-lexmark.c (1.159) (+2 -6) src/main/print-list.c (1.25) (+2 -3) src/main/print-vars.c (1.90) (+23 -66) src/main/print-weave.c (1.76) (+7 -26) src/main/printers.c (1.88) (+1 -15) src/main/sequence.c (1.28) (+49 -74) src/main/xml.c (1.43) (+1 -2) Lift the assert macro out of print-weave.c into gutenprint-internal.h, and renamed it STPI_ASSERT to not collide with . I've also made a few changes: 1) It always uses stpi_erprintf rather than relying on the error function in the optional stp_vars_t passed in. My intention is to print out the stp_vars_t (very carefully) as a context if one is provided. 2) The macro reports the version of Gutenprint and appends a message "Please report this bug". It also prepends "ERROR:" so that CUPS will pick it up in its error log. 3) Add debug flag to report tested assertions. 2010-08-03 Files: src/testpattern/run-testpattern-2.in (1.37) (+36 -13) Add -X argument to rerun test cases specified on stdin (these should be taken from filenames generated by -O or MD5 sums from -m or -M). 2010-07-21 Files: NEWS (1.428) (+14 -6) src/foomatic/foomatic-printermap (1.199) (+7 -0) src/xml/printers.xml (1.51) (+9 -1) Add support for some Epson RX650-class printers 2010-07-19 Files: src/ghost/ijsgutenprint.c (1.23) (+8 -5) Use STP_SUPPRESS_MESSAGES to suppress debugging output. 2010-07-19 Files: NEWS (1.427) (+15 -0) Update release notes. 2010-07-18 Files: src/main/Makefile.am (1.104) (+2 -3) Complete removal of util.h. 2010-07-18 Files: NEWS (1.426) (+3 -3) README (1.207) (+13 -13) configure.ac (1.219) (+3 -3) Prep for 5.2.6-pre1 2010-07-18 Files: src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.9) (+8 -8) src/xml/escp2/inks/pro_ultrachrome_k3v.xml (1.2) (+8 -8) Rename channels to correspond with standard usage 2010-07-18 Files: NEWS (1.425) (+10 -0) src/foomatic/foomatic-printermap (1.198) (+3 -0) src/xml/escp2/inks/Makefile.am (1.10) (+2 -1) src/xml/escp2/inks/pro_ultrachrome_k3v.xml (1.1) (added +610 -0) src/xml/escp2/inputslots/Makefile.am (1.9) (+2 -1) src/xml/escp2/inputslots/pro_cutter_roll_feed.xml (1.1) (added +59 -0) src/xml/escp2/media/Makefile.am (1.14) (+2 -1) src/xml/escp2/media/pro_ultrachrome_k3.xml (1.3) (+3 -0) src/xml/escp2/media/pro_ultrachrome_k3v.xml (1.1) (added +925 -0) src/xml/escp2/model/Makefile.am (1.20) (+7 -2) src/xml/escp2/model/model_102.xml (1.1) (added +150 -0) src/xml/escp2/model/model_103.xml (1.1) (added +150 -0) src/xml/escp2/model/model_104.xml (1.1) (added +150 -0) src/xml/escp2/model/model_105.xml (1.1) (added +150 -0) src/xml/escp2/model/model_106.xml (1.1) (added +150 -0) src/xml/escp2/model/model_88.xml (1.7) (+9 -10) src/xml/escp2/model/model_89.xml (1.6) (+12 -13) src/xml/escp2/model/model_90.xml (1.6) (+12 -13) src/xml/printers.xml (1.50) (+6 -3) Add support for the Epson 4800, 4880 (from Lutz Sammer and David Stone), and 11800. Correct definitions of Epson 7800 and 9800 to use Ultrachrome K3 rather than Ultrachrome inks. Adjust definitions of Epson 7880, 9880, and 11880 to be consistent with 4880. 2010-07-18 Files: src/main/print-escp2.c (1.430) (+6 -3) Enable use of grayscale mode in Stylus Pro printers and others when using printer weave. 2010-07-18 Files: README (1.206) (+2 -2) Bump configuration block output 2010-07-17 Files: NEWS (1.424) (+11 -1) README (1.205) (+10 -10) Bump version 2010-07-17 Files: configure.ac (1.218) (+4 -4) Bump version. 2010-07-10 Files: src/gutenprintui2/panel.c (1.19) (+7 -2) Allow image size to be less than 5% if the input image size is small enough. 2010-07-05 Files: include/gutenprint/Makefile.am (1.4) (+1 -2) Remove duplicate sequence.h. 2010-07-03 Files: po/POTFILES.in (1.25) (+0 -1) Complete removal of src/main/util.h. 2010-06-26 Files: src/main/gutenprint-internal.h (1.2) (+23 -3) src/main/util.h (1.35) (removed) Merge internal util.h into gutenprint-internal.h to avoid two util.h files 2010-06-26 Files: include/gutenprint/util.h (1.8) (+4 -2) src/main/escp2-driver.c (1.56) (+12 -21) src/main/print-olympus.c (1.96) (+4 -7) src/main/print-util.c (1.117) (+7 -1) src/main/printers.c (1.87) (+2 -2) Fix stp_get_printer_by_device_id (compiler warnings should have caught this) Add stp_write_raw() to avoid clumsy stp_zfwrite(). Fix drying time functions in Epson driver. 2010-06-25 Files: src/main/escp2-driver.c (1.55) (+4 -4) Fix ScanDryTime, ScanMinDryTime, and PageDryTime. 2010-06-20 Files: src/main/print-escp2-data.c (1.272) (+12 -10) src/main/print-escp2.c (1.429) (+16 -7) src/main/print-escp2.h (1.138) (+23 -22) src/xml/escp2/model/model_47.xml (1.10) (+1 -1) Change HorizontalOnly borderless mode to VerticalRestricted, and add a true HorizontalOnly borderless mode for printers that really do support only borderless. 2010-06-19 Files: src/foomatic/foomatic-printermap (1.197) (+1 -0) src/main/canon-inks.h (1.24) (+10 -0) src/main/canon-modes.h (1.32) (+5 -0) src/main/canon-printers.h (1.50) (+14 -0) src/xml/printers.xml (1.49) (+2 -1) Canon PIXMA MP970 support patch by Sergei Epiphanov 2010-06-14 Files: src/main/print-escp2.c (1.428) (+2 -1) Fix typo 2010-06-14 Files: src/xml/escp2/model/Makefile.am (1.19) (+2 -1) src/xml/escp2/model/model_101.xml (1.1) (added +183 -0) src/xml/printers.xml (1.48) (+5 -5) Fix Epson S20, S21, T20, T21 2010-06-14 Files: src/main/print-escp2.c (1.427) (+17 -2) Add AllowOtherMedia to permit media sizes other than CDs when printing to CD tray, for third party trays. 2010-04-27 Files: src/xml/printers.xml (1.47) (+2 -2) Canon ImageRunner 330s is large format. 2010-04-19 Files: configure.ac (1.217) (+3 -3) po/fi.po (1.1) (added +15150 -0) Add Finnish translation 2010-02-14 Files: po/hu.po (1.30) (+5494 -6467) Update Hungarian translation =============================================================================== Name: gutenprint-5_2_5 2010-02-12 Files: po/cs.po (1.57) (+5006 -4636) po/da.po (1.99) (+4988 -4616) po/de.po (1.72) (+5397 -4899) po/el.po (1.72) (+5007 -4636) po/en_GB.po (1.165) (+4989 -4618) po/es.po (1.70) (+5006 -4636) po/fr.po (1.98) (+4989 -4618) po/hu.po (1.29) (+4989 -4618) po/it.po (1.9) (+4988 -4616) po/ja.po (1.66) (+5006 -4636) po/nb.po (1.31) (+5008 -4637) po/nl.po (1.82) (+4988 -4616) po/pl.po (1.76) (+5009 -4640) po/pt.po (1.71) (+5006 -4636) po/ru.po (1.4) (+4995 -4624) po/sk.po (1.75) (+5006 -4636) po/sv.po (1.101) (+4990 -4619) po/zh_TW.po (1.31) (+4989 -4618) Gutenprint 5.2.5 release 2010-02-12 Files: NEWS (1.423) (+5 -1) src/main/print-pcl.c (1.157) (+44 -1) src/xml/printers.xml (1.46) (+3 -3) Fix A4 margins for LJ 2100/2100M; support other printers w/o expanded margins 2010-02-09 Files: src/xml/escp2/model/model_100.xml (1.2) (+1 -1) Fix CD positioning. 2010-01-17 Files: NEWS (1.422) (+5 -2) src/xml/printers.xml (1.45) (+246 -246) Change a large number of laser printers to be large format 2010-01-17 Files: src/testpattern/run-testpattern-2.in (1.36) (+29 -1) Add doc for -d (default value) option. Exit if malformed -d option. Make -d PrintingMode work. 2010-01-16 Files: src/testpattern/extended.sample (1.8) (+1 -1) Make extended sample use 16-bit output 2010-01-16 Files: test/unprint.c (1.45) (+17 -16) Print better debug information. Suppress all output if not desired. 2010-01-16 Files: src/xml/escp2/inputslots/Makefile.am (1.8) (+2 -1) src/xml/escp2/inputslots/cd.xml (1.1) (added +34 -0) src/xml/escp2/model/Makefile.am (1.18) (+3 -2) src/xml/escp2/model/model_100.xml (1.1) (added +217 -0) src/xml/escp2/model/model_99.xml (1.2) (+0 -20) src/xml/printers.xml (1.44) (+2 -2) Add CD support for PX 1001, remove 360x720 and 720x1440 for WF1100 2010-01-04 Files: src/foomatic/foomatic-printermap (1.196) (+1 -0) src/main/print-olympus.c (1.95) (+2 -2) src/xml/printers.xml (1.43) (+2 -1) added Canon SELPHY CP530 2010-01-02 Files: src/xml/escp2/media/claria1400.xml (1.8) (+1056 -0) Add support for quadtone and hextone inksets for back light film. 2010-01-02 Files: NEWS (1.421) (+3 -1) Add support for EA5 envelope paper size. 2010-01-01 Files: src/cups/cups-genppdupdate.in (1.58) (+2 -2) Minor formatting cleanup. 2010-01-01 Files: NEWS (1.420) (+2 -1) src/xml/escp2/model/model_63.xml (1.10) (+2 -2) src/xml/escp2/model/model_84.xml (1.10) (+2 -2) Fix escputil output for R-series 2009-12-28 Files: NEWS (1.419) (+320 -238) Add Printer-Specific Issues section, and move exceptions and workarounds to before the overall changes from 5.0 to 5.2. 2009-12-28 Files: NEWS (1.418) (+2 -2) Minor update 2009-12-28 Files: NEWS (1.417) (+1 -1) Fix typo 2009-12-23 Files: NEWS (1.416) (+25 -3) Update with all changes since 5.2.4. 2009-12-23 Files: configure.ac (1.216) (+3 -3) Correctly bump version. 2009-12-23 Files: NEWS (1.415) (+3 -0) Fix escputil status output for Epson Artisan printers. 2009-12-23 Files: NEWS (1.414) (+60 -2) README (1.204) (+12 -12) configure.ac (1.215) (+3 -3) src/escputil/escputil.c (1.102) (+6 -3) src/foomatic/foomatic-printermap (1.195) (+50 -2) src/xml/escp2/model/Makefile.am (1.17) (+3 -2) src/xml/escp2/model/model_96.xml (1.6) (+3 -3) src/xml/escp2/model/model_99.xml (1.1) (added +215 -0) src/xml/printers.xml (1.42) (+53 -5) Add a bunch more Epson printers. Fix the escputil output for Artisan printers. 2009-11-26 Files: src/escputil/escputil.c (1.101) (+3 -1) Fix -C and -p options. 2009-11-15 Files: src/xml/escp2/inks/claria.xml (1.7) (+118 -0) src/xml/escp2/media/claria.xml (1.10) (+1056 -0) Add quadtone and hextone inks to Claria group 2009-11-15 Files: src/foomatic/foomatic-printermap (1.194) (+1 -0) Add Epson TX410. 2009-11-15 Files: src/main/print-escp2.c (1.426) (+4 -4) Quality Enhancement wasn't actually doing anything due to a typo. 2009-11-08 Files: po/de.po (1.71) (+3363 -3753) Update German translation 2009-11-06 Files: src/xml/printers.xml (1.41) (+9 -9) Change all of the MP 5000 printers to be large format. 2009-11-06 Files: src/xml/printers.xml (1.40) (+5 -4) Add Epson TX410. Change Xerox WorkCentre 118 and Ricoh MP 5000/MP 5000B to large format (there are surely others that also need to change). 2009-10-12 Files: src/foomatic/foomatic-printermap (1.193) (+1 -0) src/xml/printers.xml (1.39) (+3 -1) Add Epsox TX210. 2009-10-05 Files: include/gutenprint/printers.h (1.6) (+17 -2) src/cups/genppd.c (1.179) (+14 -6) src/main/printers.c (1.86) (+35 -1) src/xml/printers.xml (1.38) (+388 -388) Add device ID strings 2009-10-04 Files: src/main/print-escp2.c (1.425) (+6 -3) Don't use QualityEnhancement if it isn't set. 2009-09-03 Files: src/main/print-ps.c (1.102) (+116 -4) Send PostScript code from PPD file to output stream. 2009-08-26 Files: src/main/xmlppd.c (1.4) (+42 -22) Handle PPD files where PageRegion or ImageableArea precedes PageSize. 2009-08-25 Files: src/xml/papers.xml (1.8) (+17 -1) Add EA5 envelope. =============================================================================== Name: gutenprint-5_2_4 2009-08-01 Files: po/cs.po (1.56) (+5039 -3973) po/da.po (1.98) (+1677 -1579) po/de.po (1.70) (+5039 -3973) po/el.po (1.71) (+5038 -3973) po/en_GB.po (1.164) (+5340 -3978) po/es.po (1.69) (+5038 -3974) po/fr.po (1.97) (+5132 -4014) po/hu.po (1.28) (+5130 -4012) po/it.po (1.8) (+1719 -1598) po/ja.po (1.65) (+5039 -3973) po/nb.po (1.30) (+5038 -3972) po/nl.po (1.81) (+1712 -1594) po/pl.po (1.75) (+5027 -3972) po/pt.po (1.70) (+5039 -3973) po/ru.po (1.3) (+1588 -1540) po/sk.po (1.74) (+5038 -3974) po/sv.po (1.100) (+5127 -4015) po/zh_TW.po (1.30) (+5111 -4014) Gutenprint 5.2.4 release 2009-07-26 Files: NEWS (1.413) (+23 -10) README (1.203) (+20 -18) configure.ac (1.214) (+5 -5) Bump to 5.2.4. 2009-07-21 Files: src/main/escp2-papers.c (1.118) (+4 -1) src/main/print-escp2.c (1.424) (+6 -2) src/main/print-escp2.h (1.137) (+3 -2) src/xml/escp2/inputslots/r2400.xml (1.4) (+1 -0) Fix printing to manual sheet guide on R2400 2009-07-18 Files: src/cups/genppd.c (1.178) (+5 -5) Fix the translation of resolutions in global PPD files. Correct the data type of int parameters in the *ParamCustom declaration. 2009-07-12 Files: src/main/print-escp2.c (1.423) (+7 -1) Export ChannelNames parameter so escputil can correctly print ink warnings. 2009-06-30 Files: po/da.po (1.97) (+5154 -4292) Update Danish translation 2009-06-30 Files: po/ru.po (1.2) (+1815 -1773) Updated Russian translation 2009-06-24 Files: configure.ac (1.213) (+3 -3) po/ru.po (1.1) (added +15175 -0) Add Russian translation 2009-06-22 Files: src/main/print-olympus.c (1.94) (+5 -1) Add comment explaining laminate pattern. 2009-06-22 Files: po/it.po (1.7) (+11 -5) Update Italian translation 2009-06-22 Files: src/cups/genppd.c (1.177) (+3 -3) Hide the fine adjustment option, not the primary option. 2009-06-21 Files: po/it.po (1.6) (+5542 -4410) Update Italian translation 2009-06-20 Files: src/main/print-escp2.c (1.422) (+2 -1) Flag string for not a printf string, per Marco Poletti. 2009-06-20 Files: NEWS (1.412) (+1 -0) src/foomatic/foomatic-printermap (1.192) (+1 -0) src/xml/printers.xml (1.37) (+2 -1) According to https://bugs.launchpad.net/bugs/389014 the PIXMA iX4000 can be used with the iX5000 driver 2009-06-14 Files: po/nl.po (1.80) (+5157 -4316) Updated Dutch translation 2009-06-14 Files: src/testpattern/testpatterny.y (1.39) (+9 -38) Allow arbitrary number of string arguments to message command. 2009-06-14 Files: src/testpattern/testpatterny.y (1.38) (+3 -3) Rename Output to Print to avoid possible confusion. 2009-06-14 Files: src/testpattern/testpatterny.y (1.37) (+1 -2) Remove unused token declaration. 2009-06-14 Files: src/testpattern/testpatterny.y (1.36) (+3 -9) A few minor simplifications. 2009-06-14 Files: src/testpattern/testpattern.c (1.57) (+5 -2) src/testpattern/testpatternl.l (1.25) (+3 -10) src/testpattern/testpatterny.y (1.35) (+29 -41) Eliminate bison warnings. Allow mode specification without bit depth. Print out number of passing cases as well as failures and skipped. =============================================================================== Name: gutenprint-5_2_4_rc1 2009-06-14 Files: NEWS (1.411) (+3 -3) README (1.202) (+13 -13) configure.ac (1.212) (+4 -4) Prep for 5.2.4-rc1 2009-06-08 Files: test/run-weavetest (1.30) (+1 -1) Remove some particularly long-running cases that are not likely to be used in real life. 2009-06-08 Files: NEWS (1.410) (+44 -3) README (1.201) (+11 -11) src/main/print-escp2.c (1.421) (+3 -3) src/testpattern/run-testpattern-2.in (1.35) (+8 -5) src/testpattern/testpattern.c (1.56) (+44 -12) test/run-weavetest (1.29) (+1 -1) Testpattern shouldn't fail if it provides a combination of arguments that fails validation during automatic run. Epson driver should be more consistent about accepting RawChannels argument. Testpattern generator should reset page count for each argument. Weave pattern test generator should test additional cases. Update top level doc for release. 2009-06-07 Files: configure.ac (1.211) (+16 -14) scripts/autogen.sh (1.37) (+1 -1) src/main/bit-ops.c (1.14) (+179 -168) Minor code cleanup in bit-ops.c Don't include --enable-compiler-warnings in autogen.sh (no longer needed) Bump version, make warning about missing devel package more obvious. 2009-06-07 Files: src/cups/cups-genppdupdate.in (1.57) (+36 -35) src/cups/genppd.c (1.176) (+5 -4) Improve command names for genppd speedup 2009-06-03 Files: src/testpattern/testpatternl.l (1.24) (+2 -2) Accept double-quoted strings with zero characters 2009-06-02 Files: src/testpattern/testpatternl.l (1.23) (+5 -2) src/testpattern/testpatterny.y (1.34) (+49 -46) Fix compatibility with Bison 2.4 2009-05-30 Files: src/xml/Makefile.am (1.5) (+2 -2) src/xml/escp2/Makefile.am (1.9) (+3 -1) src/xml/escp2/inks/Makefile.am (1.9) (+2 -1) src/xml/escp2/inputslots/Makefile.am (1.7) (+2 -1) src/xml/escp2/media/Makefile.am (1.13) (+2 -1) src/xml/escp2/mediasizes/Makefile.am (1.4) (+2 -1) src/xml/escp2/model/Makefile.am (1.16) (+2 -1) src/xml/escp2/qualitypresets/Makefile.am (1.4) (+2 -1) src/xml/escp2/weaves/Makefile.am (1.3) (+2 -1) dist-hook needs xml-stamp to be created 2009-05-24 Files: src/foomatic/foomatic-printermap (1.191) (+1 -0) src/xml/printers.xml (1.36) (+2 -1) Add Epson DX4000 2009-05-24 Files: src/cups/genppd.c (1.175) (+16 -6) Fix calls to putenv, which must use permanent memory. 2009-05-24 Files: src/main/print-weave.c (1.75) (+2 -2) Fix printf warning 2009-05-24 Files: scripts/mkchlog (1.18) (+8 -2) Fix error with reporting date, time, and author. 2009-05-23 Files: src/xml/escp2/model/model_96.xml (1.5) (+1 -1) Send job start sequence for Artisan printers per recommendation. 2009-05-23 Files: src/testpattern/run-testpattern-2.in (1.34) (+51 -1) Add help 2009-05-20 Files: src/xml/escp2/media/f360_ultrachrome_k3v.xml (1.3) (+149 -149) Fix Print Methods based on manual. 2009-05-17 Files: src/xml/escp2/inks/f360_ultrachrome_k3v.xml (1.5) (+3 -3) Retune light inks on R2880. 2009-05-17 Files: include/gutenprint/bit-ops.h (1.4) (+84 -1) src/cups/cups-genppdupdate.in (1.56) (+36 -5) src/cups/genppd.c (1.174) (+21 -0) src/main/bit-ops.c (1.13) (+259 -482) src/main/print-escp2.c (1.420) (+16 -2) src/main/print-escp2.h (1.136) (+3 -2) src/main/print-weave.c (1.74) (+8 -40) src/xml/escp2/inks/f360_ultrachrome_k3v.xml (1.4) (+2 -2) Speed up cups-genppdupdate by reusing server binary 2009-04-21 Files: src/main/print-olympus.c (1.93) (+2 -2) fixed memory leak in dyesub_print_row() dnp-ds40 Color+300x300..............................................==5555== Invalid read of size 2 ==5555== at 0x476427: dyesub_print (print-olympus.c:2485) ==5555== by 0x404450: main (in /home/rlk/sandbox/print-5.1/src/testpattern/testpattern) ==5555== Address 0x6c56ea8 is 0 bytes after a block of size 11,520 alloc'd ==5555== at 0x4C256AE: malloc (in /usr/lib64/valgrind/amd64-linux/vgpreload_memcheck.so) ==5555== by 0x413209: stp_malloc (print-util.c:427) ==5555== by 0x475A95: dyesub_print (print-olympus.c:2447) ==5555== by 0x404450: main (in /home/rlk/sandbox/print-5.1/src/testpattern/testpattern) 2009-04-14 Files: src/xml/papers.xml (1.7) (+3 -3) Fix definition of L photo paper. 2009-04-11 Files: src/xml/escp2/inputslots/r2880.xml (1.2) (+1 -0) src/xml/escp2/model/model_98.xml (1.4) (+1 -1) Fix CD definition for R2880 2009-04-11 Files: src/cups/cups-genppdupdate.in (1.55) (+3 -34) Back out unintended change 2009-04-11 Files: src/cups/cups-genppdupdate.in (1.54) (+35 -4) src/cups/genppd.c (1.173) (+14 -13) src/cups/i18n.c (1.8) (+4 -4) src/cups/i18n.h (1.3) (+4 -4) Fix memory leaks 2009-04-11 Files: src/cups/genppd.c (1.172) (+5 -5) src/cups/i18n.c (1.7) (+5 -3) src/cups/i18n.h (1.2) (+3 -3) Fix memory leaks 2009-04-11 Files: src/main/print-olympus.c (1.92) (+7 -7) Fix up declaration syntax 2009-04-11 Files: src/cups/Makefile.am (1.119) (+3 -2) 2661138 Parallel build breaks for cups/ppd 2009-04-08 Files: scripts/mkchlog (1.17) (+35 -8) Handle newer version of CVS. 2009-04-08 Files: scripts/mkchlog (1.16) (+12 -7) Remove spurious printout. 2009-04-08 Files: scripts/mkchlog (1.15) (+41 -13) Allow use of RCS filename. Simplify print logic a bit. 2009-04-08 Files: scripts/mkchlog (1.14) (+17 -19) Print last file correctly. 2009-04-05 Files: src/xml/printers.xml (1.35) (+2 -2) Correct typo in Epson Stylus Office TX300F name 2009-03-30 Files: src/xml/escp2/inks/f360_ultrachrome_k3v.xml (1.3) (+2 -2) Revert black shades to previous. 2009-03-30 Files: src/xml/escp2/media/f360_ultrachrome_k3v.xml (1.2) (+195 -195) Tune photo black ink. 2009-03-30 Files: src/xml/escp2/model/model_98.xml (1.3) (+8 -8) Improve the density; fix some other parameters. 2009-03-29 Files: src/xml/escp2/inks/f360_ultrachrome_k3v.xml (1.2) (+6 -6) Retune inks. Photo black is tested; matte black is not. 2009-03-27 Files: src/foomatic/foomatic-printermap (1.190) (+61 -133) src/xml/printers.xml (1.34) (+62 -134) Syncronized model names of Ricoh and OEM printers with the names in the OpenPrinting database/Ricoh's PPDs. 2009-03-22 Files: src/foomatic/foomatic-printermap (1.189) (+1 -0) src/xml/escp2/inputslots/Makefile.am (1.6) (+2 -1) src/xml/escp2/inputslots/r2880.xml (1.1) (added +52 -0) src/xml/escp2/model/model_98.xml (1.2) (+14 -14) src/xml/printers.xml (1.33) (+2 -1) Partial tuning of R2880 2009-03-22 Files: README (1.200) (+57 -4) configure.ac (1.210) (+13 -3) Try to make it more clear that development packages often have to be installed to compile GIMP plugin or CUPS driver. 2009-03-22 Files: src/foomatic/foomatic-printermap (1.188) (+1 -0) src/xml/escp2/inks/Makefile.am (1.8) (+2 -1) src/xml/escp2/inks/f360_ultrachrome_k3v.xml (1.1) (added +608 -0) src/xml/escp2/media/Makefile.am (1.12) (+2 -1) src/xml/escp2/media/f360_ultrachrome_k3v.xml (1.1) (added +1468 -0) src/xml/escp2/model/Makefile.am (1.15) (+3 -2) src/xml/escp2/model/model_98.xml (1.1) (added +172 -0) src/xml/printers.xml (1.32) (+2 -1) Preliminary support for Epson Stylus Photo R2880 2009-03-22 Files: src/escputil/escputil.c (1.100) (+14 -14) Widen field for ink cartridge name for Stylus Photo R2880. 2009-03-16 Files: test/parse-escp2 (1.25) (+3 -1) Suppress (minor) undesired output. 2009-03-15 Files: scripts/mkchlog (1.13) (+6 -2) Add option to reverse output. Handle whitespace in filenames. 2009-03-15 Files: src/xml/escp2/inputslots/artisan.xml (1.2) (+2 -2) Change names of trays to match what Epson calls them. 2009-03-15 Files: src/xml/escp2/media/Makefile.am (1.11) (+2 -1) Add new media definitions for Artisan printers. 2009-03-14 Files: src/xml/escp2/media/artisan.xml (1.1) (added +1317 -0) src/xml/escp2/model/model_96.xml (1.4) (+1 -1) Correct paper definitions for Artisan printers 2009-03-07 Files: src/main/escp2-channels.c (1.89) (+3 -1) src/main/print-escp2.c (1.419) (+139 -6) src/main/print-escp2.h (1.135) (+5 -4) src/xml/escp2/inks/c64.xml (1.7) (+36 -1) src/xml/escp2/inks/c80.xml (1.8) (+35 -0) src/xml/escp2/inks/c82.xml (1.8) (+35 -0) src/xml/escp2/inks/cx3650.xml (1.8) (+35 -0) src/xml/escp2/inks/f360.xml (1.8) (+35 -0) src/xml/escp2/inks/photo_gen0.xml (1.8) (+82 -0) src/xml/escp2/inks/photo_gen1.xml (1.8) (+82 -0) src/xml/escp2/inks/photo_gen2.xml (1.8) (+82 -0) src/xml/escp2/inks/photo_gen3.xml (1.8) (+82 -0) src/xml/escp2/inks/photo_gen3_4.xml (1.8) (+35 -0) src/xml/escp2/inks/pro_gen1.xml (1.8) (+82 -0) src/xml/escp2/inks/pro_gen2.xml (1.8) (+82 -0) src/xml/escp2/inks/standard.xml (1.8) (+35 -0) src/xml/escp2/inks/standard_gen0.xml (1.8) (+35 -0) src/xml/escp2/media/c64.xml (1.8) (+323 -0) src/xml/escp2/media/c80.xml (1.8) (+323 -0) src/xml/escp2/media/c82.xml (1.8) (+323 -0) src/xml/escp2/media/cx3650.xml (1.8) (+323 -0) src/xml/escp2/media/f360.xml (1.8) (+323 -0) src/xml/escp2/media/photo_gen0.xml (1.8) (+751 -105) src/xml/escp2/media/photo_gen1.xml (1.8) (+766 -120) src/xml/escp2/media/photo_gen2.xml (1.8) (+780 -134) src/xml/escp2/media/photo_gen3.xml (1.8) (+1152 -183) src/xml/escp2/media/photo_gen3_4.xml (1.8) (+778 -132) src/xml/escp2/media/pro_gen1.xml (1.8) (+788 -142) src/xml/escp2/media/pro_gen2.xml (1.8) (+746 -100) src/xml/escp2/media/standard.xml (1.8) (+323 -0) src/xml/escp2/media/standard_gen0.xml (1.8) (+323 -0) test/unprint.c (1.44) (+32 -13) Add MIS quadtone and six tone inksets. 2009-03-07 Files: src/main/print-weave.c (1.73) (+62 -6) Add more debugging in case of error. 2009-03-07 Files: scripts/autogen.sh (1.36) (+1 -1) Correctly check version for newer versions of libtool. E. g. $ libtool --version ltmain.sh (GNU libtool) 2.2.6 in addition to $ libtool --version ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) 2009-03-05 Files: src/main/print-escp2.c (1.418) (+45 -5) Put quadtone ink parameters in PPD files, so that quadtone users can adjust ink settings. 2009-03-04 Files: src/foomatic/foomatic-printermap (1.187) (+2 -0) src/main/print-olympus.c (1.91) (+121 -2) src/xml/printers.xml (1.31) (+3 -1) applied DNP dyesub printer driver patch from jordi 2009-03-02 Files: src/xml/escp2/inks/c80.xml (1.7) (+4 -4) src/xml/escp2/inks/c82.xml (1.7) (+4 -4) src/xml/escp2/inks/cx3650.xml (1.7) (+4 -4) src/xml/escp2/inks/f360.xml (1.7) (+4 -4) src/xml/escp2/inks/photo_gen0.xml (1.7) (+4 -4) src/xml/escp2/inks/photo_gen1.xml (1.7) (+4 -4) src/xml/escp2/inks/photo_gen2.xml (1.7) (+4 -4) src/xml/escp2/inks/photo_gen3.xml (1.7) (+4 -4) src/xml/escp2/inks/photo_gen3_4.xml (1.7) (+4 -4) src/xml/escp2/inks/pro_gen1.xml (1.7) (+4 -4) src/xml/escp2/inks/pro_gen2.xml (1.7) (+4 -4) src/xml/escp2/inks/standard.xml (1.7) (+4 -4) src/xml/escp2/inks/standard_gen0.xml (1.7) (+4 -4) Fix gray transition parameter names for quadtone inks 2009-03-01 Files: test/unprint.c (1.43) (+2 -2) Reorder quadtone inks to get correct constants. 2009-03-01 Files: src/main/channel.c (1.32) (+4 -4) Add appropriate newlines in debug output. 2009-01-21 Files: src/foomatic/foomatic-printermap (1.186) (+1 -0) src/main/print-olympus.c (1.90) (+48 -1) src/xml/printers.xml (1.30) (+2 -1) added support for Canon SELPHY CP-520 patch submited by Simon Waid 2009-01-07 Files: src/xml/escp2/model/model_95.xml (1.2) (+1 -1) 2473672 Print quality poor at paper borders, Epson DX4800 2009-01-05 Files: src/xml/papers.xml (1.6) (+11 -1) Add L-size paper with tear-off borders. 2009-01-04 Files: src/xml/escp2/inks/cmykrb.xml (1.9) (+9 -9) src/xml/escp2/inks/cmykro.xml (1.7) (+10 -10) Change Gloss to Gloss Optimizer 2009-01-03 Files: src/main/escp2-channels.c (1.88) (+7 -1) src/main/print-escp2.c (1.417) (+59 -3) src/main/print-escp2.h (1.134) (+4 -2) src/xml/escp2/inks/artisan.xml (1.2) (+37 -37) src/xml/escp2/inks/b500.xml (1.5) (+15 -15) src/xml/escp2/inks/c120.xml (1.5) (+15 -15) src/xml/escp2/inks/c64.xml (1.6) (+19 -19) src/xml/escp2/inks/c80.xml (1.6) (+19 -19) src/xml/escp2/inks/c82.xml (1.6) (+19 -19) src/xml/escp2/inks/claria.xml (1.6) (+37 -37) src/xml/escp2/inks/cmy.xml (1.5) (+3 -3) src/xml/escp2/inks/cmykrb.xml (1.8) (+84 -84) src/xml/escp2/inks/cmykro.xml (1.6) (+84 -84) src/xml/escp2/inks/cx3650.xml (1.6) (+19 -19) src/xml/escp2/inks/defaultblack.xml (1.3) (+1 -1) src/xml/escp2/inks/f360.xml (1.6) (+19 -19) src/xml/escp2/inks/f360_photo.xml (1.6) (+37 -37) src/xml/escp2/inks/f360_photo7_japan.xml (1.6) (+66 -66) src/xml/escp2/inks/f360_ultrachrome.xml (1.6) (+127 -112) src/xml/escp2/inks/f360_ultrachrome_k3.xml (1.7) (+100 -82) src/xml/escp2/inks/nx100.xml (1.2) (+15 -15) src/xml/escp2/inks/photo_gen0.xml (1.6) (+42 -42) src/xml/escp2/inks/photo_gen1.xml (1.6) (+41 -41) src/xml/escp2/inks/photo_gen2.xml (1.6) (+42 -41) src/xml/escp2/inks/photo_gen3.xml (1.6) (+41 -41) src/xml/escp2/inks/photo_gen3_4.xml (1.6) (+19 -19) src/xml/escp2/inks/photo_gen4.xml (1.6) (+37 -37) src/xml/escp2/inks/photo_pigment.xml (1.6) (+37 -37) src/xml/escp2/inks/picturemate_4.xml (1.5) (+8 -8) src/xml/escp2/inks/picturemate_6.xml (1.7) (+20 -20) src/xml/escp2/inks/pro_gen1.xml (1.6) (+41 -41) src/xml/escp2/inks/pro_gen2.xml (1.6) (+41 -41) src/xml/escp2/inks/pro_pigment.xml (1.6) (+37 -37) src/xml/escp2/inks/pro_ultrachrome.xml (1.6) (+125 -110) src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.8) (+100 -82) src/xml/escp2/inks/standard.xml (1.6) (+19 -19) src/xml/escp2/inks/standard_gen0.xml (1.6) (+19 -19) src/xml/escp2/inks/ultrachrome.xml (1.6) (+125 -110) src/xml/escp2/inks/wf40.xml (1.2) (+15 -15) src/xml/escp2/inks/wf500.xml (1.2) (+15 -15) src/xml/escp2/inks/x80.xml (1.5) (+15 -15) Add RawChannels parameter to enable fetching names of each channel 2009-01-03 Files: src/testpattern/run-testpattern-2.in (1.33) (+6 -5) Combine raw channels and ink set, since we want to check all combinations. Be more selective about omitting raw channels. 2009-01-03 Files: src/testpattern/testpattern.c (1.55) (+4 -3) Make sure we free everything even if we can't print for some reason. 2009-01-03 Files: src/foomatic/foomatic-printermap (1.185) (+2 -2) src/xml/printers.xml (1.29) (+3 -3) Correct names of P/TX 700/800 (700W, 800FW). =============================================================================== Name: gutenprint-5_2_bp 2009-01-01 Files: src/xml/escp2/model/model_77.xml (1.10) (+15 -8) Try to fix PM-D600 (bug 1575384) =============================================================================== Name: gutenprint-5_2_3 2008-12-22 Files: po/cs.po (1.55) (+3374 -3236) po/da.po (1.96) (+3376 -3234) po/de.po (1.69) (+3371 -3235) po/el.po (1.70) (+3374 -3236) po/en_GB.po (1.163) (+3376 -3234) po/es.po (1.68) (+3374 -3236) po/fr.po (1.96) (+3376 -3234) po/hu.po (1.27) (+3376 -3234) po/it.po (1.5) (+3376 -3234) po/ja.po (1.64) (+3374 -3236) po/nb.po (1.29) (+3375 -3235) po/nl.po (1.79) (+3376 -3234) po/pl.po (1.74) (+3374 -3236) po/pt.po (1.69) (+3374 -3236) po/sk.po (1.73) (+3374 -3236) po/sv.po (1.99) (+3375 -3235) po/zh_TW.po (1.29) (+3374 -3234) Gutenprint 5.2.3 release 2008-12-21 Files: src/escputil/d4lib.c (1.11) (+147 -25) src/escputil/d4lib.h (1.5) (+5 -1) src/escputil/escputil.c (1.99) (+63 -103) Fix escputil for NX100 (needs code review) 2008-12-21 Files: NEWS (1.409) (+4 -0) Add support for Canon MP220 and iP4600. 2008-12-21 Files: src/main/canon-printers.h (1.49) (+1 -1) also enable the iP4600 specific paper list 2008-12-21 Files: src/main/canon-media.h (1.12) (+47 -24) Added an iP4600 paper list and also added another paper specific value for the P command patch by Richard Collins 2008-12-21 Files: src/main/canon-media.h (1.11) (+9 -0) src/main/canon-printers.h (1.48) (+1 -1) Added an iP4600 specific slot list patch by Richard Collins 2008-12-21 Files: test/pixma_parse.c (1.15) (+1 -1) Avoid division by zero when bpp is 0 patch by Richard Collins 2008-12-21 Files: src/main/canon-inks.h (1.23) (+105 -0) Added support for a few more inksets that are required for better iP4600 support patch by Richard Collins 2008-12-21 Files: src/foomatic/foomatic-printermap (1.184) (+1 -0) src/main/canon-printers.h (1.47) (+56 -0) src/main/print-canon.c (1.230) (+9 -9) src/xml/printers.xml (1.28) (+2 -1) Initial support for the Canon PIXMA iP4600 patch by Bernd Ernesti (#2447389) 2008-12-21 Files: src/foomatic/foomatic-printermap (1.183) (+1 -0) src/xml/printers.xml (1.27) (+2 -1) According to Alec de Zegher the MP220 works with the MP180 driver. 2008-12-21 Files: NEWS (1.408) (+33 -21) README (1.199) (+13 -13) configure.ac (1.209) (+4 -4) Bump version 2008-12-20 Files: NEWS (1.407) (+7 -4) src/xml/escp2/media/Makefile.am (1.10) (+2 -1) src/xml/escp2/media/nx100.xml (1.1) (added +980 -0) src/xml/escp2/model/model_94.xml (1.3) (+17 -17) Fix Epson NX100 and related printers 2008-12-17 Files: NEWS (1.406) (+3 -1) src/xml/printers.xml (1.26) (+1 -3) Epson has confirmed that S20 is equivalent to C79/C68. 2008-12-15 Files: src/xml/printers.xml (1.25) (+5 -3) Change driver for S20/T20 to C68 rather than NX100, based on report by Henning Paul. 2008-12-12 Files: NEWS (1.405) (+4 -4) Add a few more printers to the NX100 equivalence class. 2008-12-12 Files: NEWS (1.404) (+3 -3) README (1.198) (+13 -13) configure.ac (1.208) (+3 -3) Prep for snapshot release 2008-12-12 Files: NEWS (1.403) (+14 -6) src/foomatic/foomatic-printermap (1.182) (+13 -0) src/xml/escp2/model/model_94.xml (1.2) (+12 -45) src/xml/printers.xml (1.24) (+17 -4) Correct (on specification) support for the Epson NX100 and friends. Add support for the PM-A940 and PM-T960 based on the RX680. 2008-12-11 Files: NEWS (1.402) (+26 -0) Update release notes for next release. 2008-12-10 Files: src/xml/escp2/inputslots/Makefile.am (1.5) (+2 -1) src/xml/escp2/inputslots/rx680.xml (1.1) (added +40 -0) src/xml/escp2/model/Makefile.am (1.14) (+3 -2) src/xml/escp2/model/model_97.xml (1.1) (added +188 -0) First cut at RX680 2008-12-10 Files: src/cups/test-rastertogutenprint.in (1.16) (+4 -0) Try "whence" in addition to "type" to find pdftops. 2008-12-09 Files: src/xml/escp2/inputslots/Makefile.am (1.4) (+2 -1) src/xml/escp2/inputslots/artisan.xml (1.1) (added +40 -0) src/xml/escp2/model/model_96.xml (1.3) (+3 -3) Make duplex and print to CD work on Artisan printers 2008-12-07 Files: src/testpattern/testpatterny.y (1.33) (+2 -1) src/xml/escp2/inks/Makefile.am (1.7) (+2 -1) src/xml/escp2/inks/artisan.xml (1.1) (added +285 -0) src/xml/escp2/model/model_96.xml (1.2) (+26 -35) Initial tuning for Artisan printers 2008-12-05 Files: src/escputil/escputil.c (1.98) (+14 -7) Fix some error handling and debug printout cases. Do not attempt to change the read/write mode via fcntl (on Solaris you're not supposed to pass those flags to fcntl). 2008-12-05 Files: src/cups/genppd.c (1.171) (+21 -21) In main() for the CUPS driver interface, force the locale to "C" (POSIX) before calling stp_init(), which calls setlocale() but probably shouldn't. Always localize dimension choices, and add a localizable string for it so we can use something other than "%.1f mm" as needed. 2008-11-22 Files: src/main/print-escp2.c (1.416) (+1 -7) Remove spurious debug comment introduced by last commit. 2008-11-22 Files: src/main/print-escp2-data.c (1.271) (+15 -3) src/main/print-escp2.c (1.415) (+44 -1) src/main/print-escp2.h (1.133) (+7 -2) src/xml/escp2/model/model_87.xml (1.15) (+3 -2) Allow extended margins with duplex printers when duplex not in use 2008-11-16 Files: src/xml/printers.xml (1.23) (+2 -2) CX4900 needs to be corrected also. 2008-11-15 Files: src/cups/test-rastertogutenprint.in (1.15) (+1 -1) Use gunzip -f to avoid noise about uncompressed PPD files that already exist. 2008-11-15 Files: src/cups/test-rastertogutenprint.in (1.14) (+3 -1) Correctly use cgpdftoraster, and uncompress PPD files since not all versions of CUPS can work with compressed PPDs. =============================================================================== Name: gutenprint-5_2_2 2008-11-15 Files: NEWS (1.401) (+8 -2) src/foomatic/foomatic-printermap (1.181) (+3 -0) src/xml/escp2/model/Makefile.am (1.13) (+3 -2) src/xml/escp2/model/model_96.xml (1.1) (added +178 -0) src/xml/printers.xml (1.22) (+10 -7) Fix definition of Artisan printers based on specs 2008-11-15 Files: src/cups/test-rastertogutenprint.in (1.13) (+2 -2) Remove unnecessarily aggressive quoting. 2008-11-14 Files: po/it.po (1.4) (+2898 -2679) Update translation 2008-11-14 Files: po/it.po (1.3) (+2686 -2905) Fix translation from the translation service 2008-11-14 Files: src/cups/test-rastertogutenprint.in (1.12) (+13 -5) src/testpattern/run-testpattern (1.25) (+10 -2) src/testpattern/run-testpattern-1 (1.11) (+10 -2) src/testpattern/run-testpattern-2.in (1.32) (+13 -2) test/run-testdither (1.14) (+10 -2) test/run-weavetest (1.28) (+10 -2) Fix tests for VPATH builds 2008-11-13 Files: po/cs.po (1.54) (+1869 -1857) po/da.po (1.95) (+1869 -1857) po/de.po (1.68) (+1869 -1857) po/el.po (1.69) (+1869 -1857) po/en_GB.po (1.162) (+1869 -1857) po/es.po (1.67) (+1869 -1857) po/fr.po (1.95) (+1869 -1857) po/hu.po (1.26) (+1869 -1857) po/it.po (1.2) (+2898 -2679) po/ja.po (1.63) (+1869 -1857) po/nb.po (1.28) (+1869 -1857) po/nl.po (1.78) (+1869 -1857) po/pl.po (1.73) (+1869 -1857) po/pt.po (1.68) (+1869 -1857) po/sk.po (1.72) (+1869 -1857) po/sv.po (1.98) (+1870 -1858) po/zh_TW.po (1.28) (+1869 -1857) Gutenprint 5.2.2 release 2008-11-11 Files: NEWS (1.400) (+25 -5) Update release notes. 2008-11-11 Files: configure.ac (1.207) (+3 -3) po/it.po (1.1) (added +15548 -0) Add Italian translation 2008-11-10 Files: src/xml/escp2/model/Makefile.am (1.12) (+2 -2) Correct new model file. 2008-11-10 Files: src/foomatic/foomatic-printermap (1.180) (+1 -0) src/xml/escp2/model/Makefile.am (1.11) (+2 -1) src/xml/escp2/model/model_65.xml (1.13) (+4 -4) src/xml/escp2/model/model_95.xml (1.1) (added +160 -0) src/xml/printers.xml (1.21) (+14 -13) Correct printer definition for a number of Epson MFP devices 2008-11-02 Files: src/xml/escp2/model/model_91.xml (1.8) (+6 -6) [ 2214593 ] Stylus Photo R1900 output unaligned 2008-11-02 Files: src/ghost/ijsgutenprint.c (1.22) (+2 -2) [ 2217057 ] obvious error in ijsgutenprint.c 2008-11-01 Files: src/xml/Makefile.am (1.4) (+3 -3) src/xml/Makefile.am: Fix quoting issue in sed substitution Remove removed file from CLEANFILES 2008-10-29 Files: src/escputil/escputil.c (1.97) (+7 -7) src/main/channel.c (1.31) (+2 -2) src/main/curve.c (1.54) (+16 -16) src/main/escp2-channels.c (1.87) (+2 -2) src/main/print-lexmark.c (1.158) (+2 -2) src/main/print-weave.c (1.72) (+3 -3) src/main/sequence.c (1.27) (+4 -4) Fix 64-bit compile problems - %d doesn't work with size_t, so instead use %ld and casts to long. 2008-10-24 Files: NEWS (1.399) (+10 -111) README (1.197) (+7 -7) Advance version 2008-10-24 Files: configure.ac (1.206) (+3 -3) Bump version. 2008-10-24 Files: Makefile.am (1.155) (+15 -15) include/gutenprintui2/Makefile.am (1.4) (+4 -3) src/foomatic/Makefile.am (1.52) (+4 -2) src/gutenprintui2/Makefile.am (1.8) (+4 -3) src/xml/Makefile.am (1.3) (+10 -8) src/xml/escp2/Makefile.am (1.8) (+11 -10) src/xml/escp2/inks/Makefile.am (1.6) (+6 -5) src/xml/escp2/inputslots/Makefile.am (1.3) (+6 -5) src/xml/escp2/media/Makefile.am (1.9) (+6 -5) src/xml/escp2/mediasizes/Makefile.am (1.3) (+6 -5) src/xml/escp2/model/Makefile.am (1.10) (+6 -5) src/xml/escp2/qualitypresets/Makefile.am (1.3) (+6 -5) src/xml/escp2/weaves/Makefile.am (1.2) (+6 -5) Fix VPATH build Correct use of srcdir and builddir in XML data directories. All Makefiles use temporary files when using shell I/O redirection to files, so make behaves idempotently on failure (the target is only created on success). 2008-10-24 Files: src/xml/printers.xml (1.20) (+1 -2) Remove duplicate entry. =============================================================================== Name: gutenprint-5_2_1 2008-10-19 Files: po/cs.po (1.53) (+2747 -2447) po/da.po (1.94) (+2745 -2448) po/de.po (1.67) (+2738 -2447) po/el.po (1.68) (+2747 -2447) po/en_GB.po (1.161) (+2749 -2447) po/es.po (1.66) (+2747 -2447) po/fr.po (1.94) (+2749 -2447) po/hu.po (1.25) (+2749 -2447) po/ja.po (1.62) (+2747 -2447) po/nb.po (1.27) (+2749 -2447) po/nl.po (1.77) (+2745 -2448) po/pl.po (1.72) (+2747 -2447) po/pt.po (1.67) (+2747 -2447) po/sk.po (1.71) (+2747 -2447) po/sv.po (1.97) (+2750 -2448) po/zh_TW.po (1.27) (+2747 -2447) Gutenprint 5.2.1 release 2008-10-19 Files: NEWS (1.398) (+1 -1) configure.ac (1.205) (+4 -4) Fix release that didn't get bumped. 2008-10-19 Files: NEWS (1.397) (+2 -2) README (1.196) (+15 -15) configure.ac (1.204) (+4 -4) Prep for 5.2.1 release 2008-10-19 Files: po/da.po (1.93) (+1209 -1122) po/nl.po (1.76) (+1243 -1137) Update Danish, Dutch translation 2008-10-19 Files: NEWS (1.396) (+141 -19) doc/gutenprint-users-manual.odt (1.5) (+356 -472) doc/gutenprint-users-manual.pdf (1.5) (+3820 -2943) src/foomatic/foomatic-generator.in (1.66) (+5 -4) src/foomatic/foomatic-printermap (1.179) (+49 -0) src/foomatic/printers.c (1.13) (+3 -1) src/xml/escp2/inks/Makefile.am (1.5) (+4 -1) src/xml/escp2/inks/nx100.xml (1.1) (added +139 -0) src/xml/escp2/inks/wf40.xml (1.1) (added +142 -0) src/xml/escp2/inks/wf500.xml (1.1) (added +139 -0) src/xml/escp2/media/Makefile.am (1.8) (+2 -1) src/xml/escp2/media/c120.xml (1.12) (+48 -0) src/xml/escp2/media/wf500.xml (1.1) (added +1142 -0) src/xml/escp2/model/Makefile.am (1.9) (+4 -2) src/xml/escp2/model/model_92.xml (1.2) (+108 -44) src/xml/escp2/model/model_93.xml (1.1) (added +204 -0) src/xml/escp2/model/model_94.xml (1.1) (added +183 -0) src/xml/escp2/qualitypresets/Makefile.am (1.2) (+3 -2) src/xml/escp2/qualitypresets/wf40.xml (1.1) (added +65 -0) src/xml/printers.xml (1.19) (+51 -1) test/run-weavetest (1.27) (+3 -3) 1) Preliminary support for the following printers. These printers may be retuned for improved quality or performance in future releases. Epson inkjet printers: Epson PictureMate 215 Epson PX 101 Epson PX 201 Epson PX 601F Epson Stylus CX9300F Epson Stylus CX9400F Epson Stylus CX9475F Epson Stylus DX9400F Epson Stylus NX200 Epson Stylus NX400 Epson Stylus Photo R290 Epson Stylus Photo RX610 Epson Stylus Photo RX690 Epson Stylus Office B30 Epson Stylus Office B33 Epson Stylus Office B40W Epson Stylus Office T30 Epson Stylus Office T33 Epson Stylus Office T40W Epson Stylus Office BX300F Epson Stylus Office BX600FW Epson Stylus Office SX600FW Epson Stylus Office TX300F Epson Stylus Office TX600FW Epson Stylus SX200 Epson Stylus SX205 Epson Stylus SX400 Epson Stylus SX405 Epson Stylus TX200 Epson Stylus TX400 Epson ME Office 70 Epson ME Office 80W Epson ME Office 700FW Epson WorkForce 30 Epson WorkForce 40 Epson WorkForce 500 Epson WorkForce 600 2) Experimental support for the following printers. These printers may not function correctly, and may be retuned for improved quality or performance in future releases. Epson inkjet printers: Epson Artisan 700 Epson Artisan 800 Epson Stylus NX100 Epson Stylus NX300 Epson Stylus PX700FW Epson Stylus PX800FW Epson Stylus S20 Epson Stylus SX100 Epson Stylus SX105 Epson Stylus T20 Epson Stylus TX100 Epson Stylus Photo TX700W Epson Stylus Photo TX800W 2008-10-12 Files: po/da.po (1.92) (+81 -183) po/nl.po (1.75) (+98 -237) Update Dutch and Danish translations 2008-10-11 Files: src/foomatic/foomatic-printermap (1.178) (+1 -0) src/xml/printers.xml (1.18) (+2 -1) Add Epson DX9400F 2008-10-06 Files: Makefile.am (1.154) (+13 -1) Install ChangeLog, NEWS, AUTHORS, COPYING, and README into documentation. =============================================================================== Name: gutenprint-5_2_0-rc1 2008-10-05 Files: NEWS (1.395) (+0 -4) CUPS progress messages on OS X do not appear to be fully fixed. 2008-10-04 Files: po/cs.po (1.52) (+1 -1) po/da.po (1.91) (+1 -1) po/de.po (1.66) (+1 -1) po/el.po (1.67) (+1 -1) po/en_GB.po (1.160) (+1 -1) po/es.po (1.65) (+1 -1) po/fr.po (1.93) (+1 -1) po/hu.po (1.24) (+1 -1) po/ja.po (1.61) (+1 -1) po/nb.po (1.26) (+1 -1) po/nl.po (1.74) (+1 -1) po/pl.po (1.71) (+1 -1) po/pt.po (1.66) (+1 -1) po/sk.po (1.70) (+1 -1) po/sv.po (1.96) (+2 -2) po/zh_TW.po (1.26) (+1 -1) Gutenprint 5.2.0-rc1 release 2008-10-04 Files: src/cups/rastertoprinter.c (1.136) (+7 -5) ATTR messages shouldn't be printed when suppress_messages is in effect. 2008-10-03 Files: src/cups/rastertoprinter.c (1.135) (+5 -5) Sigh... Need to pass message catalog to stp_i18n_printf(), and between the compiler not erroring out and the verbosity of the build I did not see the warning... 2008-10-03 Files: src/cups/rastertoprinter.c (1.134) (+6 -6) Use stp_i18n_printf() for INFO: messages, otherwise they won't be localized. 2008-10-03 Files: NEWS (1.394) (+5 -1) Force stderr to be unbuffered to ensure status messages get reported on OS X. 2008-10-03 Files: src/cups/rastertoprinter.c (1.133) (+9 -2) Don't buffer stderr so we get progress updates. 2008-09-29 Files: src/xml/escp2/model/Makefile.am (1.8) (+3 -2) Don't remove model_92 from the distribution even though it's currently not used; it will cause confusion at a later date. 2008-09-28 Files: NEWS (1.393) (+24 -2) src/xml/escp2/model/Makefile.am (1.7) (+2 -3) src/xml/printers.xml (1.17) (+4 -4) Fix colors at 720 DPI and below on more Epson printers 2008-09-28 Files: src/xml/escp2/model/model_65.xml (1.12) (+4 -12) Redo fix 2034454 Epson DX7400 colours wrong below 1440dpi 2008-09-25 Files: src/cups/genppd.c (1.170) (+365 -466) Revert to 5.2.0-beta4 version. 2008-09-22 Files: src/cups/cups-genppdupdate.in (1.53) (+3 -1) Function correctly if there is no driver_bin installed but one is specified on the command line. 2008-09-22 Files: src/cups/Makefile.am (1.118) (+4 -4) Get po files from srcdir... 2008-09-20 Files: NEWS (1.392) (+164 -10) README (1.195) (+7 -0) README.package (1.2) (+102 -23) Release note updates 2008-09-20 Files: src/cups/cups-genppdupdate.in (1.52) (+14 -4) Preserve original language in *StpLocale when updating a PPD file, to allow -loriginal to return to original language. 2008-09-20 Files: src/cups/genppd.c (1.169) (+466 -365) Accept driver syntax in genppd. 2008-09-17 Files: man/cups-genppd.8.in (1.6) (+2 -2) Correct example. Model lists now show Epson rather than EPSON printers. 2008-09-17 Files: NEWS (1.391) (+7 -0) doc/gutenprint-users-manual.odt (1.4) (+495 -479) doc/gutenprint-users-manual.pdf (1.4) (+2896 -2908) Miscellaneous updates 2008-09-13 Files: NEWS (1.390) (+1 -1) doc/gutenprint-users-manual.odt (1.3) (+744 -1064) doc/gutenprint-users-manual.pdf (1.3) (+3793 -4813) src/foomatic/foomatic-generator.in (1.65) (+41 -24) src/foomatic/printers.c (1.12) (+2 -1) Update manual and release notes. 2008-09-13 Files: NEWS (1.389) (+849 -1152) Start prep for 5.2 release. 2008-09-13 Files: configure.ac (1.203) (+3 -3) Bump version 2008-09-09 Files: src/xml/printers.xml (1.16) (+3 -3) Fix the DX8400/DX8450 in addition to the CX8400. 2008-09-03 Files: src/xml/escp2/model/model_91.xml (1.7) (+1 -1) Fix CD position for R1900. 2008-08-20 Files: src/cups/rastertoprinter.c (1.132) (+12 -9) More correct way of specifying page dimensions. 2008-08-20 Files: src/cups/test-rastertogutenprint.in (1.11) (+3 -1) Add -o option to specify command line options. 2008-08-20 Files: src/main/channel.c (1.30) (+14 -8) Only retrieve the cyan, magenta, and yellow balances once rather than each time through the loop. 2008-08-20 Files: src/cups/test-rastertogutenprint.in (1.10) (+40 -7) Add -m argument to generate MD5 checksums. Add -O argument to generate output. Add -n argument to optionally not create PPD files. 2008-08-20 Files: src/cups/rastertoprinter.c (1.131) (+15 -3) [ 2058858 ] HP 870 truncates legal page Print Gutenprint error messages as errors rather than as debug2's. Fix is to explicitly set the page height and width in addition to the page size. This is an undocumented API wart that we should fix at some point. =============================================================================== Name: gutenprint-5_2_0-beta4 2008-08-18 Files: po/cs.po (1.51) (+2922 -2899) po/da.po (1.90) (+3065 -2945) po/de.po (1.65) (+2933 -2910) po/el.po (1.66) (+2923 -2900) po/en_GB.po (1.159) (+2914 -2878) po/es.po (1.64) (+2922 -2899) po/fr.po (1.92) (+2927 -2889) po/hu.po (1.23) (+2927 -2889) po/ja.po (1.60) (+2922 -2899) po/nb.po (1.25) (+2924 -2900) po/nl.po (1.73) (+3099 -2960) po/pl.po (1.70) (+2923 -2900) po/pt.po (1.65) (+2923 -2900) po/sk.po (1.69) (+2922 -2899) po/sv.po (1.95) (+2928 -2890) po/zh_TW.po (1.25) (+2919 -2898) Gutenprint 5.2.0-beta4 release 2008-08-18 Files: NEWS (1.388) (+6 -0) src/main/print-ps.c (1.101) (+58 -21) src/main/xmlppd.c (1.3) (+17 -0) [ 1973668 ] Print preview does not correctly handle absence of PPD 2008-08-16 Files: NEWS (1.387) (+40 -39) README (1.194) (+2 -2) src/foomatic/foomatic-printermap (1.177) (+1 -0) src/xml/printers.xml (1.15) (+2 -1) Add Epson CX5500. Drop support for OS X 10.2. 2008-08-16 Files: src/cups/i18n.c (1.6) (+3 -3) Fix minor typo. 2008-08-16 Files: src/cups/i18n.c (1.5) (+12 -8) Clean up fuzzy translation check, since "fuzzy" doesn't have to be the first flag on the comment line. Still need to decide if this is the right thing to do or change the msgmerge options to not add fuzzies in the first place... 2008-08-16 Files: src/cups/i18n.c (1.4) (+10 -4) Don't translate fuzzy translations. 2008-08-16 Files: src/cups/Makefile.am (1.117) (+2 -2) Fix syntax error. 2008-08-16 Files: src/cups/Makefile.am (1.116) (+1 -4) Drop old reference to cups_bundledir... 2008-08-15 Files: src/cups/Makefile.am (1.115) (+4 -4) Distribute i18n.h. 2008-08-14 Files: src/xml/printers.xml (1.14) (+16 -16) Replaced more "Okidata" by "Oki", to assure that also CUPS Raster PPDs use "Oki" as manufacturer name. 2008-08-14 Files: src/cups/test-rastertogutenprint.in (1.9) (+2 -0) Build PPD files before running. 2008-08-14 Files: src/foomatic/foomatic-printermap (1.176) (+15 -15) Change Okidata to Oki per Till. 2008-08-14 Files: src/cups/Makefile.am (1.114) (+19 -9) src/cups/cups-genppdupdate.in (1.51) (+7 -2) Correctly install PPD files when required 2008-08-14 Files: src/cups/genppd.c (1.168) (+6 -3) Re-commit LanguageEncoding fix (Robert is just too fast for me... :) 2008-08-14 Files: src/main/print-olympus.c (1.89) (+4 -1) Comment out duplicate paper size for Sony UPDP10. 2008-08-14 Files: src/cups/genppd.c (1.167) (+4 -3) Ensure that we don't accidentally get a duplicate resolution 2008-08-14 Files: configure.ac (1.202) (+3 -2) src/cups/Makefile.am (1.113) (+4 -4) Check correctly for libiconv 2008-08-14 Files: src/xml/escp2/media/f360_ultrachrome_k3.xml (1.9) (+0 -63) Remove duplicate definitions of Watercolor paper 2008-08-13 Files: src/cups/Makefile.am (1.112) (+4 -4) src/cups/genppd.c (1.166) (+22 -22) src/cups/i18n.c (1.3) (+4 -10) Fix localization issues. 2008-08-13 Files: NEWS (1.386) (+3 -3) Update note about how translations are done. 2008-08-13 Files: src/cups/i18n.c (1.2) (+10 -3) Add strlcpy function implementation. 2008-08-13 Files: src/xml/escp2/model/Makefile.am (1.6) (+3 -2) Add model 92 to the Makefile. 2008-08-13 Files: configure.ac (1.201) (+2 -24) include/gutenprint/gutenprint-intl-internal.h (1.4) (+9 -24) include/gutenprint/gutenprint-intl.h (1.5) (+13 -29) m4/stp_cups.m4 (1.11) (+0 -8) po/Makevars (1.4) (+0 -12) src/cups/Makefile.am (1.111) (+28 -72) src/cups/genppd.c (1.165) (+70 -180) src/cups/i18n.c (1.1) (added +483 -0) src/cups/i18n.h (1.1) (added +47 -0) src/cups/po2strings.c (1.3) (removed) src/cups/rastertoprinter.c (1.130) (+39 -44) src/main/Makefile.am (1.103) (+1 -2) src/main/intl.c (1.12) (removed) Revamp PPD and CUPS raster driver localization code to use our own loader and remove the old bits. 2008-08-13 Files: README (1.193) (+6 -5) Update configuration output block. 2008-08-13 Files: README (1.192) (+88 -42) Add some more info about CUPS driver. 2008-08-13 Files: README (1.191) (+0 -5) Remove reference to CUPS back ends 2008-08-13 Files: Makefile.am (1.153) (+2 -2) Distribute README.package for packagers. 2008-08-13 Files: NEWS (1.385) (+3 -2) Minor updates. 2008-08-13 Files: README (1.190) (+10 -23) Remove most references to Gimp-Print 4.2. 2008-08-12 Files: NEWS (1.384) (+32 -13) Note recent quality improvements on Epson printers. 2008-08-12 Files: src/xml/escp2/model/model_64.xml (1.11) (+2 -2) src/xml/escp2/model/model_67.xml (1.10) (+2 -2) src/xml/escp2/model/model_68.xml (1.10) (+2 -2) src/xml/escp2/model/model_70.xml (1.11) (+1 -1) src/xml/escp2/model/model_71.xml (1.10) (+1 -1) src/xml/escp2/model/model_81.xml (1.11) (+1 -0) src/xml/escp2/model/model_82.xml (1.12) (+1 -0) src/xml/escp2/model/model_85.xml (1.11) (+1 -0) src/xml/escp2/model/model_91.xml (1.6) (+1 -0) Improve borderless printing, particularly at high resolutions 2008-08-12 Files: src/xml/printers.xml (1.13) (+5 -5) Place printers in a more reasonable order in the file. 2008-08-10 Files: src/xml/escp2/model/model_91.xml (1.5) (+0 -1) Fix borderless printing on R1900. 2008-08-10 Files: src/xml/escp2/model/model_81.xml (1.10) (+0 -1) src/xml/escp2/model/model_82.xml (1.11) (+0 -1) Fix borderless printers on Claria printers 2008-08-06 Files: src/main/print-pcl.c (1.156) (+1 -7) Remove duplicate Resolution entry. 2008-08-06 Files: src/main/print-canon.c (1.229) (+29 -1) added support for the Quality option (although it currently is unused) 2008-08-06 Files: src/foomatic/foomatic-printermap (1.175) (+1 -0) src/xml/printers.xml (1.12) (+2 -1) added MP160, it seems to be similar to the MP150 and MP170 printer 2008-08-05 Files: NEWS (1.383) (+4 -0) src/xml/escp2/model/model_65.xml (1.11) (+12 -4) src/xml/escp2/model/model_92.xml (1.1) (added +216 -0) src/xml/printers.xml (1.11) (+4 -4) 2034454 Epson DX7400 colours wrong below 1440dpi 2008-08-05 Files: src/xml/escp2/model/model_65.xml (1.10) (+4 -12) 2034454 Epson DX7400 colours wrong below 1440 dpi (really below 720 DPI) 2008-08-02 Files: test/xml-curve.c (1.7) (+2 -2) [test] Fix debug code in xml-curve.c 2008-08-01 Files: po/nl.po (1.72) (+115 -242) Updated Dutch translation 2008-08-01 Files: po/en_GB.po (1.158) (+891 -1626) [po] Update British English translation. 2008-07-31 Files: src/cups/cups-genppdupdate.in (1.50) (+2 -2) Fix an unitialized string error. 2008-07-31 Files: src/cups/genppd.c (1.164) (+23 -21) Some corrections per Till. 2008-07-31 Files: src/cups/genppd.c (1.163) (+70 -7) Add support for OpenPrinting PPD extensions Quick Presets and Widget Hinting. 2008-07-30 Files: configure.ac (1.200) (+15 -3) Add uname -a output to configure output. 2008-07-30 Files: configure.ac (1.199) (+14 -14) Move the OS X NLS stuff before the other CUPS stuff. 2008-07-30 Files: src/cups/Makefile.am (1.110) (+2 -2) Avoid race condition when building PPD files with make -j. 2008-07-29 Files: NEWS (1.382) (+7 -0) configure.ac (1.198) (+27 -9) src/cups/Makefile.am (1.109) (+8 -1) Set --enable-translated-cups-ppds to a reasonable default based on USE_NLS. Add --enable-globalized-cups-ppds option. 2008-07-29 Files: doc/README.maintaining (1.27) (+20 -18) Minor reorganization to place all requirements at the top. 2008-07-28 Files: doc/README.maintaining (1.26) (+8 -7) Add a few more required packages. 2008-07-28 Files: src/xml/papers.xml (1.5) (+13 -1) Add comments alerting people not to stick margins on papers listed here. 2008-07-28 Files: src/foomatic/foomatic-generator.in (1.64) (+3 -4) Ensure that all printers get a meaningful setting for VeryHigh quality. 2008-07-28 Files: NEWS (1.381) (+5 -6) Minor wording fix. 2008-07-28 Files: po/da.po (1.89) (+89 -215) Updated Danish translation 2008-07-27 Files: NEWS (1.380) (+18 -13) Additional minor updates 2008-07-27 Files: NEWS (1.379) (+74 -30) Various updates in preparation for 5.2.0-beta4. 2008-07-27 Files: src/main/print-pcl.c (1.155) (+100 -46) Add quality presets to PCL driver. 2008-07-27 Files: src/cups/cups-genppdupdate.in (1.49) (+9 -5) src/cups/genppd.c (1.162) (+6 -7) Always honor -l option to cups-genppdupdate, even if Gutenprint 5.2 is in use (provides an out in the case of broken applications). Allow -lC. Allow -loriginal to preserve original language of PPD files, again with Gutenprint 5.2. 2008-07-27 Files: src/cups/Makefile.am (1.108) (+7 -7) src/cups/cups-genppdupdate.in (1.48) (+2 -7) CUPS 1.1 still needs discrete PPD files 2008-07-27 Files: src/cups/Makefile.am (1.107) (+24 -10) src/cups/cups-genppdupdate.in (1.47) (+44 -13) src/cups/genppd.c (1.161) (+51 -40) src/cups/test-ppds (1.5) (+9 -1) Create separate targets for global PPDs, discrete translated PPDs, non-translated PPDs, and global PPDs with numbers "localized". The latter is for testing purposes, to work around bugs in cupstestppd. Add -N option to genppd to optionally localize numbers, for testing purposes. Treat absence of any -L argument to genppd as an indication to create globalized PPDs; -L C generates non-translated PPD files. Add -l option to cups-genppdupdate to specify the language for PPD files. For Gutenprint 5.2 and above, this is ignored as globalized PPD files are corrected, so this is for downgrade purposes (at present). Do not actually run test-ppds as part of automated testing, due to problems with cupstestppd. Add code to filter out spurious errors and warnings in test-ppds. 2008-07-26 Files: src/xml/escp2/model/model_87.xml (1.14) (+1 -1) Use unidirectional by default at 720 HQ/1440x720 and better; it generates noticeably smoother output. 2008-07-26 Files: src/main/escp2-driver.c (1.54) (+3 -2) Fix nozzle start problem with split channel printers that in some cases would reduce quality (introduced post-beta3, so no regression). 2008-07-26 Files: src/cups/genppd.c (1.160) (+71 -19) Translate group names. 2008-07-26 Files: po/cs.po (1.50) (+4669 -3781) po/da.po (1.88) (+4382 -3397) po/de.po (1.64) (+4243 -3357) po/el.po (1.65) (+4213 -3326) po/en_GB.po (1.157) (+4428 -3529) po/es.po (1.63) (+5348 -4460) po/fr.po (1.91) (+4429 -3529) po/hu.po (1.22) (+4348 -3445) po/ja.po (1.59) (+5337 -4449) po/nb.po (1.24) (+4415 -3536) po/nl.po (1.71) (+4414 -3410) po/pl.po (1.69) (+4289 -3402) po/pt.po (1.64) (+4913 -4025) po/sk.po (1.68) (+5380 -4492) po/sv.po (1.94) (+4193 -3306) po/zh_TW.po (1.24) (+4248 -3364) 20080726 translation snapshot 2008-07-26 Files: src/cups/rastertoprinter.c (1.129) (+8 -5) Only set explicit width/height if named page size isn't present or is invalid. 2008-07-26 Files: NEWS (1.378) (+4 -0) Note fix of PictureMate PPD problem. 2008-07-26 Files: NEWS (1.377) (+26 -29) No actual beta4 release yet. 2008-07-26 Files: src/main/print-escp2.c (1.414) (+69 -4) Select an appropriate paper size in stp_media_size(). Fixes custom page sizes in PPD files for PictureMate printers. 2008-07-26 Files: src/cups/test-rastertogutenprint.in (1.8) (+20 -0) Improve test performance by not unnecessarily running pdftops (which is very slow on at least some systems). 2008-07-26 Files: src/cups/genppd.c (1.159) (+9 -2) Translators: please keep messages short. 2008-07-25 Files: src/cups/genppd.c (1.158) (+10 -2) Don't localize numbers... 2008-07-24 Files: src/cups/genppd.c (1.157) (+20 -3) src/main/intl.c (1.11) (+16 -2) Fix (hopefully for real) PPD globalization. 2008-07-24 Files: src/main/intl.c (1.10) (+7 -3) Possible fix for 10.4.8 crash - don't localize if CFProcessPath isn't set. 2008-07-24 Files: src/cups/Makefile.am (1.106) (+2 -2) src/cups/genppd.c (1.156) (+131 -149) src/cups/rastertoprinter.c (1.128) (+5 -10) Successfully translate prebuilt PPD files. Correctly generate translations. 2008-07-24 Files: src/cups/Makefile.am (1.105) (+7 -2) src/main/print-canon.c (1.228) (+5 -5) src/main/print-escp2.c (1.413) (+19 -19) src/main/print-lexmark.c (1.157) (+6 -6) src/main/print-pcl.c (1.154) (+7 -7) src/xml/escp2/inks/c64.xml (1.5) (+4 -4) src/xml/escp2/inks/c80.xml (1.5) (+4 -4) src/xml/escp2/inks/c82.xml (1.5) (+4 -4) src/xml/escp2/inks/claria.xml (1.5) (+8 -8) src/xml/escp2/inks/cx3650.xml (1.5) (+4 -4) src/xml/escp2/inks/f360.xml (1.5) (+4 -4) src/xml/escp2/inks/f360_photo.xml (1.5) (+8 -8) src/xml/escp2/inks/f360_photo7_japan.xml (1.5) (+20 -20) src/xml/escp2/inks/f360_ultrachrome.xml (1.5) (+32 -32) src/xml/escp2/inks/f360_ultrachrome_k3.xml (1.6) (+42 -42) src/xml/escp2/inks/photo_gen0.xml (1.5) (+12 -12) src/xml/escp2/inks/photo_gen1.xml (1.5) (+12 -12) src/xml/escp2/inks/photo_gen2.xml (1.5) (+12 -12) src/xml/escp2/inks/photo_gen3.xml (1.5) (+12 -12) src/xml/escp2/inks/photo_gen3_4.xml (1.5) (+4 -4) src/xml/escp2/inks/photo_gen4.xml (1.5) (+8 -8) src/xml/escp2/inks/photo_pigment.xml (1.5) (+8 -8) src/xml/escp2/inks/pro_gen1.xml (1.5) (+12 -12) src/xml/escp2/inks/pro_gen2.xml (1.5) (+12 -12) src/xml/escp2/inks/pro_pigment.xml (1.5) (+8 -8) src/xml/escp2/inks/pro_ultrachrome.xml (1.5) (+32 -32) src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.7) (+42 -42) src/xml/escp2/inks/standard.xml (1.5) (+4 -4) src/xml/escp2/inks/standard_gen0.xml (1.5) (+4 -4) src/xml/escp2/inks/ultrachrome.xml (1.5) (+32 -32) Change "ChannelTransition" to "ChannelTrans" to reduce length of option names and because these options have different meaning than in 5.0. Take a cut at generating globalized PPD files correctly. 2008-07-23 Files: src/cups/genppd.c (1.155) (+179 -120) src/cups/rastertoprinter.c (1.127) (+11 -6) Map StpLightMagentaTransition to StpLtMagentaTransition to avoid getting keywords longer than 40 characters. Localize Resolution options and fix localization of numeric options. 2008-07-22 Files: src/cups/Makefile.am (1.104) (+2 -2) src/cups/genppd.c (1.154) (+4 -10) Fix typos in genppd and uninstall changes. 2008-07-21 Files: po/Makevars (1.3) (+3 -0) src/cups/Makefile.am (1.103) (+12 -35) src/cups/genppd.c (1.153) (+68 -4) Fix uninstall rules. Add localizations of numeric and custom options. 2008-07-21 Files: src/main/print-olympus.c (1.88) (+2 -2) Fix invalid paper size text (colon can't be bare in UI text since genppd doesn't do quoting of colons...) 2008-07-21 Files: po/.cvsignore (1.11) (+1 -0) scripts/.cvsignore (1.5) (+1 -0) Ignore other generated files. 2008-07-21 Files: src/cups/test-ppds (1.4) (+4 -3) Don't remove and make PPD files if command line argument is passed (makes it easier to use manually). 2008-07-21 Files: src/main/print-vars.c (1.89) (+4 -4) Fix potential null pointer dereference 2008-07-20 Files: src/main/intl.c (1.9) (+1 -7) Remove bogus setbuf() call. 2008-07-20 Files: NEWS (1.376) (+17 -0) src/cups/Info.plist.in (1.3) (+8 -0) src/cups/Makefile.am (1.102) (+2 -2) src/cups/genppd.c (1.152) (+6 -6) src/cups/po2strings.c (1.2) (+148 -28) Add information to NEWS file. Add additional info to Info.plist file. Use iconv to convert .po charset to UTF-8, then to UTF-16BE. Fix cupsLanguages and language check to match. 2008-07-20 Files: src/cups/Makefile.am (1.101) (+4 -2) Need to distribute po2strings.c 2008-07-20 Files: src/cups/genppd.c (1.151) (+4 -4) Avoid failure if language is not set. 2008-07-20 Files: src/cups/.cvsignore (1.12) (+1 -0) src/cups/Info.plist.in (1.2) (+2 -2) Fix typo... 2008-07-20 Files: configure.ac (1.197) (+3 -2) src/cups/Info.plist (1.2) (removed) src/cups/Info.plist.in (1.1) (added +28 -0) src/main/intl.c (1.8) (+9 -4) Create Info.plist with proper Gutenprint version numbers. 2008-07-20 Files: src/main/print-pcl.c (1.153) (+9 -8) Don't smash floating point default value when describing parameters. 2008-07-20 Files: src/cups/genppd.c (1.150) (+316 -45) Add support for generating globalized PPD files. 2008-07-20 Files: src/main/mxml-file.c (1.10) (+3 -3) Fix potential NULL dereference. 2008-07-20 Files: src/main/intl.c (1.7) (+3 -1) Fix compiler warning. 2008-07-20 Files: src/cups/rastertoprinter.c (1.126) (+3 -2) Need errno.h to use errno. 2008-07-19 Files: src/cups/rastertoprinter.c (1.125) (+103 -100) Tweak CUPS raster driver messages based on feedback from Robert. 2008-07-19 Files: src/cups/.cvsignore (1.11) (+7 -6) src/cups/rastertoprinter.c (1.124) (+165 -167) Localize INFO, ERROR, and WARNING messages in CUPS raster driver, and make several of them more user-friendly and without the "Gutenprint" prefix. Update DEBUG messages to use a consistent "Gutenprint:" prefix. Update .cvsignore file to account for current executable names. 2008-07-19 Files: NEWS (1.375) (+6 -0) src/xml/escp2/media/c120.xml (1.11) (+144 -0) src/xml/escp2/model/model_85.xml (1.10) (+37 -4) Add enhanced resolutions for C120 to reduce banding 2008-07-19 Files: NEWS (1.374) (+3 -0) Note CX8300/CX8400 fix. 2008-07-19 Files: src/xml/printers.xml (1.10) (+3 -3) Change CX8400 and CX8300 definitions to work correctly based on report. 2008-07-19 Files: src/xml/escp2/media/b500.xml (1.12) (+61 -61) Adjust B500 parameters per latest manual. 2008-07-19 Files: src/xml/escp2/model/model_87.xml (1.13) (+1 -1) Raise the limit for auto-bidirectional on B300. 2008-07-19 Files: configure.ac (1.196) (+3 -3) include/gutenprint/gutenprint-intl-internal.h (1.3) (+6 -4) include/gutenprint/gutenprint-intl.h (1.4) (+18 -18) src/main/intl.c (1.6) (+10 -8) Fix build system to support --disable-nls on Mac OS X. 2008-07-18 Files: src/main/print-raw.c (1.41) (+5 -1) Call stp_image_init() correctly. 2008-07-18 Files: src/main/escp2-driver.c (1.53) (+2 -2) Fix crash with CMY mode, black and white, and low resolution. 2008-07-18 Files: NEWS (1.373) (+5 -0) src/main/escp2-driver.c (1.52) (+52 -38) src/xml/escp2/media/b500.xml (1.11) (+68 -5) src/xml/escp2/model/model_87.xml (1.12) (+35 -2) Add HQ/enhanced resolutions to B-500 to match Epson OEM driver 2008-07-18 Files: test/run-weavetest (1.26) (+1 -1) Add 358 nozzles for B500. 2008-07-18 Files: test/unprint.c (1.42) (+34 -23) Separate split channel inks to enable inspection of each sub-channel. 2008-07-17 Files: test/parse-escp2 (1.24) (+11 -2) Handle ESC(d command (appears to be nop). 2008-07-17 Files: src/main/print-escp2.c (1.412) (+15 -16) Ensure that stp_image_init() and stp_image_conclude() are paired up. 2008-07-17 Files: src/testpattern/run-testpattern-2.in (1.31) (+1 -0) Make sure to set error status if subprocess dies from a signal. 2008-07-17 Files: src/testpattern/run-testpattern-2.in (1.30) (+15 -13) Weed out printers before running testpattern if -S mode is used (makes valgrind a lot faster). Exit if subprocess dies from signal in -S mode. 2008-07-16 Files: src/testpattern/testpattern.c (1.54) (+47 -2) Check to make sure stp_image_t calls are at least minimally valid. 2008-07-16 Files: src/main/print-olympus.c (1.87) (+14 -9) Avoid overflow of nputc buffer. 2008-07-16 Files: src/main/intl.c (1.5) (+5 -3) Fix crash when unable to get localized string. 2008-07-16 Files: src/testpattern/run-testpattern-2.in (1.29) (+31 -14) Add -S option allowing running each printer through a separate testpattern process. Allow 2 -R options to run *only* the minimum resolution. 2008-07-16 Files: src/main/print-escp2-data.c (1.270) (+7 -7) Fix fencepost causing double initialization/small memory leak 2008-07-16 Files: src/main/print-olympus.c (1.86) (+10 -7) Ensure that image data is freed (avoid memory leak on Olympus P440). 2008-07-16 Files: src/testpattern/testpattern.c (1.53) (+2 -2) Correctly initialize global. 2008-07-14 Files: configure.ac (1.195) (+8 -2) Add --with-archflags configure option to add compiler/linker flags after all autoconf tests are done. 2008-07-14 Files: src/testpattern/run-testpattern-2.in (1.28) (+4 -4) Use callgrind rather than cachegrind so kcachegrind works 2008-07-14 Files: src/main/print-escp2-data.c (1.269) (+33 -8) src/main/print-weave.c (1.71) (+37 -23) Improve weave setup performance by using qsort rather than bubble sort 2008-07-13 Files: src/main/print-olympus.c (1.85) (+19 -3) Performance improvement for Olympus P200. 2008-07-13 Files: include/gutenprint/util.h (1.7) (+3 -2) src/main/escp2-driver.c (1.51) (+7 -5) src/main/print-escp2-data.c (1.268) (+1 -3) src/main/print-escp2.c (1.411) (+13 -6) src/main/print-papers.c (1.41) (+1 -26) src/main/print-pcl.c (1.152) (+5 -8) src/main/print-weave.c (1.70) (+48 -53) Add debug option to turn off compression. Remove some dead code. Minor code cleanup. 2008-07-13 Files: src/cups/genppd.c (1.149) (+2 -6) Remove some dead code. 2008-07-13 Files: src/cups/genppd.c (1.148) (+14 -7) Need to limit X resolution also to avoid confusing MS Office. 2008-07-12 Files: src/cups/Makefile.am (1.100) (+2 -2) Don't fail due to missing locale dir. 2008-07-12 Files: src/main/print-vars.c (1.88) (+11 -1) Fail if we try to fill a param string with no text or category. 2008-07-12 Files: src/main/print-vars.c (1.87) (+2 -2) Don't attempt to translate a null help string. 2008-07-12 Files: src/main/intl.c (1.4) (+4 -1) Protect against NULL translation text. 2008-07-12 Files: src/cups/test-rastertogutenprint.in (1.7) (+7 -3) Add -V (verbose) option. 2008-07-12 Files: include/gutenprint/paper.h (1.4) (+3 -3) Fix Doxygen comment 2008-07-12 Files: configure.ac (1.194) (+3 -3) Fix up incorrect test. 2008-07-12 Files: src/main/print-escp2.c (1.410) (+48 -47) Only display densities and hue maps for appropriate inks 2008-07-12 Files: NEWS (1.372) (+23 -1) Additional accumulated changes 2008-07-11 Files: src/cups/cups-genppdupdate.in (1.46) (+20 -5) src/cups/genppd.c (1.147) (+19 -19) Avoid use of vertical resolutions greater than 720 DPI when listing XXXxYYYdpi resolutions in PPD files, to cater to certain broken applications. 2008-07-11 Files: src/main/intl.c (1.3) (+2 -2) Add comment at #elif defined(ENABLE_NLS) for clarity. 2008-07-11 Files: configure.ac (1.193) (+10 -8) Don't print out "bundle" message on non-OS X systems (where it's meaningless). 2008-07-11 Files: configure.ac (1.192) (+5 -3) src/cups/Makefile.am (1.99) (+7 -2) Conditionalize special OS X CUPS install code. 2008-07-11 Files: src/main/print-escp2.c (1.409) (+13 -2) src/main/print-escp2.h (1.132) (+3 -2) src/xml/escp2/model/model_87.xml (1.11) (+1 -0) Improve print quality at bottom of page on B-500 type printers. Tested with both non-duplex (where it helps) and duplex (where it must be disabled). 2008-07-11 Files: src/main/escp2-driver.c (1.50) (+7 -6) Don't send a unidirectional/bidirectional command if bidirectional upper limit is set to -1. 2008-07-11 Files: src/main/print-weave.c (1.69) (+3 -3) Print out a fe more debugging parameters. 2008-07-09 Files: src/gutenprintui2/panel.c (1.18) (+104 -20) Offer integer options 2008-07-09 Files: src/main/print-color.c (1.140) (+2 -2) Make color correction be a basic parameter. 2008-07-08 Files: configure.ac (1.191) (+4 -3) src/main/print-util.c (1.116) (+2 -2) Rename --with-nickname=foo to --with-cups-nickname=foo. stp_set_codeset depended on gettext. 2008-07-08 Files: test/unprint.c (1.41) (+4 -1) Handle additional inks on B-300. 2008-07-08 Files: src/main/intl.c (1.2) (+2 -1) Use of strcmp requires string.h. 2008-07-08 Files: src/main/print-escp2.c (1.408) (+8 -5) Allow use of quadtone inks with color mode; switch to black and white dynamically. 2008-07-08 Files: configure.ac (1.190) (+20 -4) include/gutenprint/gutenprint-intl-internal.h (1.2) (+15 -2) include/gutenprint/gutenprint-intl.h (1.3) (+16 -2) m4/stp_cups.m4 (1.10) (+8 -0) po/Makevars (1.2) (+9 -0) src/cups/Info.plist (1.1) (added +28 -0) src/cups/Makefile.am (1.98) (+57 -2) src/cups/genppd.c (1.146) (+22 -106) src/cups/po2strings.c (1.1) (added) src/cups/rastertoprinter.c (1.123) (+3 -3) src/main/Makefile.am (1.102) (+2 -1) src/main/intl.c (1.1) (added) configure.ac: - Filter out trailing "svn" from cups version numbers. - Use CoreFoundation for localization. - Add --with-nickname configure option to override default "CUPS+Gutenprint" suffix. m4/stp_cups.m4: - Add cups_bundledir definition. po/Makevars: - Add dummy Mac OS X po install targets. src/cups/Info.plist: - Added (bundle information file) src/cups/Makefile.am: - Add install targets so we can symlink into a bundle. - Add .strings install to install-data-local target. src/cups/genppd.c: - Move bulk of set_language() to main/intl.c. - Drop default language suffix from URI, and do not enumerate all of the languages we support - we'll be doing globalized PPDs. (still support the suffix if provided by the user) - Update copyrights to this year and my name instead of ESP. - Use driver long name instead of Ghostscript for Product. - Only list one PSVersion. src/cups/rastertoprinter.c: - Update copyright to this year and my name instead of ESP. src/cups/po2strings.c: - Added to convert .po files to .strings. src/main/Makefile.am: - Added intl.c to libgutenprint sources. src/main/intl.c: - Added with stp_gettext and stp_setlocale functions. 2008-07-07 Files: src/xml/escp2/inks/b500.xml (1.4) (+21 -15) src/xml/escp2/inks/c120.xml (1.4) (+9 -3) src/xml/escp2/inks/c64.xml (1.4) (+6 -0) src/xml/escp2/inks/c80.xml (1.4) (+6 -0) src/xml/escp2/inks/c82.xml (1.4) (+6 -0) src/xml/escp2/inks/claria.xml (1.4) (+12 -0) src/xml/escp2/inks/cmy.xml (1.4) (+3 -0) src/xml/escp2/inks/cx3650.xml (1.4) (+6 -0) src/xml/escp2/inks/f360.xml (1.4) (+6 -0) src/xml/escp2/inks/f360_photo.xml (1.4) (+12 -0) src/xml/escp2/inks/f360_photo7_japan.xml (1.4) (+18 -0) src/xml/escp2/inks/f360_ultrachrome.xml (1.4) (+748 -733) src/xml/escp2/inks/f360_ultrachrome_k3.xml (1.5) (+18 -0) src/xml/escp2/inks/photo_gen0.xml (1.4) (+12 -0) src/xml/escp2/inks/photo_gen1.xml (1.4) (+12 -0) src/xml/escp2/inks/photo_gen2.xml (1.4) (+12 -0) src/xml/escp2/inks/photo_gen3.xml (1.4) (+12 -0) src/xml/escp2/inks/photo_gen3_4.xml (1.4) (+6 -0) src/xml/escp2/inks/photo_gen4.xml (1.4) (+12 -0) src/xml/escp2/inks/photo_pigment.xml (1.4) (+12 -0) src/xml/escp2/inks/picturemate_4.xml (1.4) (+3 -0) src/xml/escp2/inks/pro_gen1.xml (1.4) (+12 -0) src/xml/escp2/inks/pro_gen2.xml (1.4) (+12 -0) src/xml/escp2/inks/pro_pigment.xml (1.4) (+12 -0) src/xml/escp2/inks/pro_ultrachrome.xml (1.4) (+15 -0) src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.6) (+18 -0) src/xml/escp2/inks/standard.xml (1.4) (+6 -0) src/xml/escp2/inks/standard_gen0.xml (1.4) (+6 -0) src/xml/escp2/inks/ultrachrome.xml (1.4) (+15 -0) src/xml/escp2/inks/x80.xml (1.4) (+6 -0) src/xml/escp2/media/b500.xml (1.10) (+113 -900) src/xml/escp2/media/c120.xml (1.10) (+89 -612) src/xml/escp2/media/c64.xml (1.7) (+149 -1365) src/xml/escp2/media/c80.xml (1.7) (+149 -1365) src/xml/escp2/media/c82.xml (1.7) (+149 -1365) src/xml/escp2/media/claria.xml (1.9) (+104 -792) src/xml/escp2/media/claria1400.xml (1.7) (+104 -792) src/xml/escp2/media/cmy.xml (1.7) (+91 -680) src/xml/escp2/media/cx3650.xml (1.7) (+149 -1365) src/xml/escp2/media/f360.xml (1.7) (+149 -1365) src/xml/escp2/media/f360_photo.xml (1.7) (+128 -681) src/xml/escp2/media/f360_photo7_japan.xml (1.7) (+128 -681) src/xml/escp2/media/f360_ultrachrome.xml (1.7) (+211 -1475) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.8) (+220 -1517) src/xml/escp2/media/photo_gen0.xml (1.7) (+148 -1364) src/xml/escp2/media/photo_gen1.xml (1.7) (+149 -1365) src/xml/escp2/media/photo_gen2.xml (1.7) (+149 -1365) src/xml/escp2/media/photo_gen3.xml (1.7) (+149 -1365) src/xml/escp2/media/photo_gen3_4.xml (1.7) (+149 -1365) src/xml/escp2/media/photo_gen4.xml (1.8) (+92 -648) src/xml/escp2/media/photo_pigment.xml (1.7) (+149 -782) src/xml/escp2/media/picturemate_4.xml (1.7) (+42 -70) src/xml/escp2/media/picturemate_6.xml (1.7) (+42 -70) src/xml/escp2/media/pro_gen1.xml (1.7) (+153 -1368) src/xml/escp2/media/pro_gen2.xml (1.7) (+154 -1369) src/xml/escp2/media/pro_pigment.xml (1.7) (+159 -794) src/xml/escp2/media/pro_ultrachrome.xml (1.8) (+213 -1477) src/xml/escp2/media/pro_ultrachrome_k3.xml (1.2) (+215 -1478) src/xml/escp2/media/standard.xml (1.7) (+149 -1365) src/xml/escp2/media/standard_gen0.xml (1.7) (+148 -1364) src/xml/escp2/media/ultrachrome.xml (1.7) (+211 -1475) src/xml/escp2/media/x80.xml (1.7) (+92 -681) Use references to curves. 2008-07-07 Files: NEWS (1.371) (+9 -6) Update 2008-07-07 Files: src/cups/cups-genppdupdate.in (1.45) (+3 -3) Correctly split the locale from teh region. 2008-07-07 Files: src/testpattern/run-testpattern-2.in (1.27) (+1 -1) Don't filter out "none" (default) value for options. 2008-07-07 Files: src/main/print-escp2.c (1.407) (+5 -2) Try harder to find a usable ink type. 2008-07-07 Files: src/testpattern/run-testpattern-2.in (1.26) (+12 -5) Add option to use minimum resolution where possible (for speed) 2008-07-06 Files: src/testpattern/run-testpattern-2.in (1.25) (+4 -4) Don't smash the special option list. 2008-07-06 Files: src/xml/escp2/inks/cmykrb.xml (1.7) (+20 -20) src/xml/escp2/inks/cmykro.xml (1.5) (+97 -269) src/xml/escp2/inks/picturemate_6.xml (1.6) (+5 -5) src/xml/escp2/media/cmykro.xml (1.4) (+202 -1448) src/xml/escp2/media/r800.xml (1.2) (+188 -1434) src/xml/escp2/model/model_91.xml (1.4) (+22 -15) Preliminary tuning for R1900 2008-07-06 Files: src/main/escp2-channels.c (1.86) (+5 -5) src/main/print-vars.c (1.86) (+55 -26) src/xml/escp2/inks/cmykrb.xml (1.6) (+73 -240) src/xml/escp2/media/cmykrb.xml (1.8) (+198 -1444) Allow driver data to refer to curves rather than embedding them 2008-07-06 Files: src/main/print-escp2-data.c (1.267) (+4 -2) Match stp_xml_init with stp_xml_exit. 2008-07-06 Files: src/testpattern/run-testpattern-2.in (1.24) (+72 -24) Allow cross product of options. 2008-07-06 Files: include/gutenprint/xml.h (1.4) (+8 -3) src/main/escp2-channels.c (1.85) (+31 -12) src/main/escp2-papers.c (1.117) (+6 -6) src/main/escp2-resolutions.c (1.51) (+2 -2) src/main/print-vars.c (1.85) (+77 -39) Allow references to parameters rather than only inline values 2008-07-05 Files: src/main/escp2-papers.c (1.116) (+7 -1) src/main/print-escp2-data.c (1.266) (+6 -3) src/xml/escp2/media/Makefile.am (1.7) (+2 -1) src/xml/escp2/media/pro_ultrachrome.xml (1.7) (+21 -41) src/xml/escp2/media/pro_ultrachrome_k3.xml (1.1) (added +924 -0) src/xml/escp2/model/model_88.xml (1.6) (+1 -1) src/xml/escp2/model/model_89.xml (1.5) (+1 -1) src/xml/escp2/model/model_90.xml (1.5) (+1 -1) Fix media definitions for x880 printers. Change assert to printf/abort to print better information. Check that media and ink specifications match (that check found the problem with the x880). 2008-07-05 Files: src/xml/escp2/inks/cmykro.xml (1.4) (+3 -3) Fix R1900 ink names. 2008-07-05 Files: src/xml/escp2/inks/cmykro.xml (1.3) (+45 -45) R1900 apparently doesn't need head offset. 2008-07-05 Files: include/gutenprint/paper.h (1.3) (+24 -8) src/cups/rastertoprinter.c (1.122) (+13 -6) src/ghost/ijsgutenprint.c (1.21) (+2 -2) src/main/print-papers.c (1.40) (+32 -2) src/xml/escp2/inks/cmykrb.xml (1.5) (+260 -160) src/xml/escp2/inks/cmykro.xml (1.2) (+260 -160) src/xml/escp2/inks/picturemate_6.xml (1.5) (+65 -128) src/xml/escp2/media/Makefile.am (1.6) (+2 -1) src/xml/escp2/media/b500.xml (1.9) (+604 -308) src/xml/escp2/media/c120.xml (1.9) (+408 -204) src/xml/escp2/media/c64.xml (1.6) (+912 -456) src/xml/escp2/media/c80.xml (1.6) (+912 -456) src/xml/escp2/media/c82.xml (1.6) (+912 -456) src/xml/escp2/media/claria.xml (1.8) (+528 -286) src/xml/escp2/media/claria1400.xml (1.6) (+528 -286) src/xml/escp2/media/cmy.xml (1.6) (+456 -228) src/xml/escp2/media/cmykrb.xml (1.7) (+960 -440) src/xml/escp2/media/cmykro.xml (1.3) (+960 -440) src/xml/escp2/media/cx3650.xml (1.6) (+912 -456) src/xml/escp2/media/f360.xml (1.6) (+912 -456) src/xml/escp2/media/f360_photo.xml (1.6) (+456 -228) src/xml/escp2/media/f360_photo7_japan.xml (1.6) (+456 -228) src/xml/escp2/media/f360_ultrachrome.xml (1.6) (+984 -574) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.7) (+1008 -588) src/xml/escp2/media/photo_gen0.xml (1.6) (+912 -456) src/xml/escp2/media/photo_gen1.xml (1.6) (+912 -456) src/xml/escp2/media/photo_gen2.xml (1.6) (+912 -456) src/xml/escp2/media/photo_gen3.xml (1.6) (+912 -475) src/xml/escp2/media/photo_gen3_4.xml (1.6) (+912 -475) src/xml/escp2/media/photo_gen4.xml (1.7) (+432 -234) src/xml/escp2/media/photo_pigment.xml (1.6) (+504 -294) src/xml/escp2/media/picturemate_4.xml (1.6) (+48 -22) src/xml/escp2/media/picturemate_6.xml (1.6) (+48 -22) src/xml/escp2/media/pro_gen1.xml (1.6) (+912 -456) src/xml/escp2/media/pro_gen2.xml (1.6) (+912 -456) src/xml/escp2/media/pro_pigment.xml (1.6) (+504 -294) src/xml/escp2/media/pro_ultrachrome.xml (1.6) (+984 -574) src/xml/escp2/media/r800.xml (1.1) (added +837 -0) src/xml/escp2/media/standard.xml (1.6) (+912 -456) src/xml/escp2/media/standard_gen0.xml (1.6) (+912 -456) src/xml/escp2/media/ultrachrome.xml (1.6) (+984 -574) src/xml/escp2/media/x80.xml (1.6) (+456 -228) src/xml/escp2/model/model_64.xml (1.10) (+1 -2) test/unprint.c (1.40) (+20 -14) R800 does not take new paper handling commands (R1800 apparently does). Clean up formatting of curves in XML files. Add function to find paper size precisely by size and make ijsgutenprint use it. CUPS driver handles explicit paper size that it can't find (e. g. someone edited the PPD file) by treating it as a custom size. Unprinter handles orange ink. Remove incorrect hue curves on CMY/CMYK inks. 2008-07-05 Files: test/parse-escp2 (1.23) (+1 -1) Fix off by one in printing remote commands. 2008-07-05 Files: src/escputil/escputil.c (1.96) (+20 -19) Add orange ink for R1900. 2008-07-05 Files: Makefile.am (1.152) (+2 -2) scripts/mkchlog (1.12) (+49 -25) Generalize mkchlog and ignore certain directories 2008-07-04 Files: include/gutenprint/vars.h (1.7) (+3 -1) src/escputil/d4lib.c (1.10) (+0 -1) src/gimp2/print-gutenprint.c (1.2) (+3 -2) src/gutenprintui2/plist.c (1.18) (+2 -3) src/main/dither-main.c (1.61) (+3 -3) src/main/escp2-driver.c (1.49) (+1 -5) src/main/generic-options.c (1.11) (+6 -6) src/main/print-canon.c (1.227) (+17 -17) src/main/print-escp2.c (1.406) (+73 -73) src/main/print-lexmark.c (1.156) (+10 -12) src/main/print-olympus.c (1.84) (+9 -9) src/main/print-pcl.c (1.151) (+11 -11) src/main/print-ps.c (1.100) (+4 -4) src/main/print-raw.c (1.40) (+3 -3) Fix some Solaris compiler warnings 2008-07-04 Files: src/cups/test-rastertogutenprint.in (1.6) (+10 -4) Handle the absence of pstoraster, which is not a standard part of CUPS. Don't assume /bin/sh Fix a bash-ism. 2008-07-04 Files: configure.ac (1.189) (+2 -3) Remove src/resolutions makefile 2008-07-04 Files: src/foomatic/foomatic-printermap (1.174) (+1 -0) src/xml/escp2/media/cmykro.xml (1.2) (+223 -221) src/xml/escp2/model/model_91.xml (1.3) (+2 -2) src/xml/printers.xml (1.9) (+2 -1) Change definitions to match R1900 manual. Add PX-G5300 as alias for R1900. 2008-07-04 Files: src/xml/escp2/model/model_87.xml (1.10) (+44 -44) Rearrange to match layout of other files. 2008-07-03 Files: src/main/escp2-resolutions.c (1.50) (+204 -195) src/main/print-escp2-data.c (1.265) (+13 -19) src/main/print-escp2.h (1.131) (+5 -2) src/xml/escp2/Makefile.am (1.7) (+1 -4) src/xml/escp2/model/model_0.xml (1.8) (+68 -5) src/xml/escp2/model/model_1.xml (1.8) (+87 -5) src/xml/escp2/model/model_10.xml (1.9) (+85 -5) src/xml/escp2/model/model_11.xml (1.9) (+85 -5) src/xml/escp2/model/model_12.xml (1.9) (+86 -5) src/xml/escp2/model/model_13.xml (1.9) (+86 -5) src/xml/escp2/model/model_14.xml (1.9) (+86 -5) src/xml/escp2/model/model_15.xml (1.9) (+86 -5) src/xml/escp2/model/model_16.xml (1.9) (+88 -5) src/xml/escp2/model/model_17.xml (1.9) (+88 -5) src/xml/escp2/model/model_18.xml (1.9) (+85 -5) src/xml/escp2/model/model_19.xml (1.9) (+88 -5) src/xml/escp2/model/model_2.xml (1.8) (+87 -5) src/xml/escp2/model/model_20.xml (1.9) (+96 -5) src/xml/escp2/model/model_21.xml (1.9) (+78 -5) src/xml/escp2/model/model_22.xml (1.9) (+88 -5) src/xml/escp2/model/model_23.xml (1.9) (+88 -5) src/xml/escp2/model/model_24.xml (1.8) (+84 -5) src/xml/escp2/model/model_25.xml (1.9) (+96 -5) src/xml/escp2/model/model_26.xml (1.9) (+80 -5) src/xml/escp2/model/model_27.xml (1.8) (+72 -5) src/xml/escp2/model/model_28.xml (1.8) (+70 -6) src/xml/escp2/model/model_29.xml (1.8) (+70 -6) src/xml/escp2/model/model_3.xml (1.8) (+93 -5) src/xml/escp2/model/model_30.xml (1.8) (+70 -6) src/xml/escp2/model/model_31.xml (1.8) (+70 -6) src/xml/escp2/model/model_32.xml (1.9) (+94 -5) src/xml/escp2/model/model_33.xml (1.9) (+94 -5) src/xml/escp2/model/model_34.xml (1.9) (+92 -5) src/xml/escp2/model/model_35.xml (1.9) (+94 -5) src/xml/escp2/model/model_36.xml (1.9) (+94 -5) src/xml/escp2/model/model_37.xml (1.9) (+94 -5) src/xml/escp2/model/model_38.xml (1.9) (+86 -5) src/xml/escp2/model/model_39.xml (1.8) (+68 -5) src/xml/escp2/model/model_4.xml (1.8) (+84 -5) src/xml/escp2/model/model_40.xml (1.8) (+70 -6) src/xml/escp2/model/model_41.xml (1.8) (+77 -6) src/xml/escp2/model/model_42.xml (1.9) (+78 -5) src/xml/escp2/model/model_43.xml (1.9) (+86 -5) src/xml/escp2/model/model_44.xml (1.9) (+82 -5) src/xml/escp2/model/model_45.xml (1.8) (+68 -5) src/xml/escp2/model/model_46.xml (1.9) (+63 -5) src/xml/escp2/model/model_47.xml (1.9) (+73 -5) src/xml/escp2/model/model_48.xml (1.10) (+71 -6) src/xml/escp2/model/model_49.xml (1.10) (+71 -6) src/xml/escp2/model/model_5.xml (1.8) (+84 -5) src/xml/escp2/model/model_50.xml (1.9) (+90 -5) src/xml/escp2/model/model_51.xml (1.9) (+90 -5) src/xml/escp2/model/model_52.xml (1.9) (+90 -5) src/xml/escp2/model/model_53.xml (1.9) (+63 -5) src/xml/escp2/model/model_54.xml (1.9) (+96 -5) src/xml/escp2/model/model_55.xml (1.9) (+82 -5) src/xml/escp2/model/model_56.xml (1.9) (+86 -5) src/xml/escp2/model/model_57.xml (1.9) (+60 -5) src/xml/escp2/model/model_58.xml (1.9) (+60 -5) src/xml/escp2/model/model_59.xml (1.9) (+86 -5) src/xml/escp2/model/model_6.xml (1.8) (+84 -5) src/xml/escp2/model/model_60.xml (1.9) (+82 -5) src/xml/escp2/model/model_61.xml (1.9) (+92 -5) src/xml/escp2/model/model_62.xml (1.9) (+94 -5) src/xml/escp2/model/model_63.xml (1.9) (+84 -5) src/xml/escp2/model/model_64.xml (1.9) (+100 -6) src/xml/escp2/model/model_65.xml (1.9) (+92 -5) src/xml/escp2/model/model_66.xml (1.9) (+92 -5) src/xml/escp2/model/model_67.xml (1.9) (+100 -6) src/xml/escp2/model/model_68.xml (1.9) (+99 -5) src/xml/escp2/model/model_69.xml (1.9) (+90 -5) src/xml/escp2/model/model_7.xml (1.8) (+93 -5) src/xml/escp2/model/model_70.xml (1.10) (+100 -6) src/xml/escp2/model/model_71.xml (1.9) (+97 -6) src/xml/escp2/model/model_72.xml (1.9) (+92 -5) src/xml/escp2/model/model_73.xml (1.9) (+55 -5) src/xml/escp2/model/model_74.xml (1.9) (+92 -5) src/xml/escp2/model/model_75.xml (1.9) (+81 -5) src/xml/escp2/model/model_76.xml (1.10) (+82 -6) src/xml/escp2/model/model_77.xml (1.9) (+84 -5) src/xml/escp2/model/model_78.xml (1.9) (+94 -5) src/xml/escp2/model/model_79.xml (1.9) (+82 -5) src/xml/escp2/model/model_8.xml (1.8) (+93 -5) src/xml/escp2/model/model_80.xml (1.9) (+90 -5) src/xml/escp2/model/model_81.xml (1.9) (+114 -6) src/xml/escp2/model/model_82.xml (1.10) (+134 -6) src/xml/escp2/model/model_83.xml (1.9) (+92 -5) src/xml/escp2/model/model_84.xml (1.9) (+84 -5) src/xml/escp2/model/model_85.xml (1.9) (+99 -6) src/xml/escp2/model/model_86.xml (1.9) (+55 -5) src/xml/escp2/model/model_87.xml (1.9) (+92 -7) src/xml/escp2/model/model_88.xml (1.5) (+71 -6) src/xml/escp2/model/model_89.xml (1.4) (+71 -6) src/xml/escp2/model/model_9.xml (1.8) (+85 -5) src/xml/escp2/model/model_90.xml (1.4) (+71 -6) src/xml/escp2/model/model_91.xml (1.2) (+100 -6) Embed resolution data inside model files. Change "href" to "src". 2008-07-02 Files: src/foomatic/foomatic-printermap (1.173) (+1 -0) src/main/escp2-channels.c (1.84) (+3 -3) src/main/print-escp2.c (1.405) (+21 -3) src/main/print-escp2.h (1.130) (+3 -3) src/xml/escp2/inks/Makefile.am (1.4) (+2 -1) src/xml/escp2/inks/cmykrb.xml (1.4) (+4 -4) src/xml/escp2/inks/cmykro.xml (1.1) (added +663 -0) src/xml/escp2/inks/picturemate_6.xml (1.4) (+1 -1) src/xml/escp2/media/Makefile.am (1.5) (+2 -1) src/xml/escp2/media/cmykro.xml (1.1) (added +1468 -0) src/xml/escp2/model/Makefile.am (1.5) (+3 -2) src/xml/escp2/model/model_91.xml (1.1) (added +182 -0) src/xml/printers.xml (1.8) (+2 -1) Add nominal support for R1900 (CMYKRO and CMYRO not enabled yet) 2008-06-29 Files: NEWS (1.370) (+45 -20) README (1.189) (+12 -51) README.package (1.1) (added +258 -0) Update documentation for next release 2008-06-29 Files: src/xml/escp2/inks/b500.xml (1.3) (+121 -165) src/xml/escp2/inks/c120.xml (1.3) (+109 -149) src/xml/escp2/inks/c64.xml (1.3) (+138 -144) src/xml/escp2/inks/c80.xml (1.3) (+139 -144) src/xml/escp2/inks/c82.xml (1.3) (+139 -144) src/xml/escp2/inks/claria.xml (1.3) (+246 -255) src/xml/escp2/inks/cmy.xml (1.3) (+25 -26) src/xml/escp2/inks/cmykrb.xml (1.3) (+702 -832) src/xml/escp2/inks/cx3650.xml (1.3) (+138 -144) src/xml/escp2/inks/defaultblack.xml (1.2) (+12 -12) src/xml/escp2/inks/f360.xml (1.3) (+139 -144) src/xml/escp2/inks/f360_photo.xml (1.3) (+246 -255) src/xml/escp2/inks/f360_photo7_japan.xml (1.3) (+374 -386) src/xml/escp2/inks/f360_ultrachrome.xml (1.3) (+723 -750) src/xml/escp2/inks/f360_ultrachrome_k3.xml (1.4) (+543 -556) src/xml/escp2/inks/photo_gen0.xml (1.3) (+279 -288) src/xml/escp2/inks/photo_gen1.xml (1.3) (+279 -288) src/xml/escp2/inks/photo_gen2.xml (1.3) (+268 -278) src/xml/escp2/inks/photo_gen3.xml (1.3) (+279 -288) src/xml/escp2/inks/photo_gen3_4.xml (1.3) (+139 -144) src/xml/escp2/inks/photo_gen4.xml (1.3) (+246 -255) src/xml/escp2/inks/photo_pigment.xml (1.3) (+246 -255) src/xml/escp2/inks/picturemate_4.xml (1.3) (+54 -104) src/xml/escp2/inks/picturemate_6.xml (1.3) (+252 -256) src/xml/escp2/inks/pro_gen1.xml (1.3) (+279 -288) src/xml/escp2/inks/pro_gen2.xml (1.3) (+279 -288) src/xml/escp2/inks/pro_pigment.xml (1.3) (+246 -255) src/xml/escp2/inks/pro_ultrachrome.xml (1.3) (+729 -756) src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.5) (+543 -556) src/xml/escp2/inks/standard.xml (1.3) (+139 -144) src/xml/escp2/inks/standard_gen0.xml (1.3) (+139 -144) src/xml/escp2/inks/ultrachrome.xml (1.3) (+733 -760) src/xml/escp2/inks/x80.xml (1.3) (+101 -106) src/xml/escp2/inputslots/b500.xml (1.3) (+8 -8) src/xml/escp2/inputslots/cd_cutter_roll_feed.xml (1.3) (+23 -23) src/xml/escp2/inputslots/cd_roll_feed.xml (1.3) (+18 -18) src/xml/escp2/inputslots/cutter_roll_feed.xml (1.3) (+14 -14) src/xml/escp2/inputslots/pro_roll_feed.xml (1.3) (+7 -6) src/xml/escp2/inputslots/r1800.xml (1.3) (+22 -22) src/xml/escp2/inputslots/r2400.xml (1.3) (+17 -17) src/xml/escp2/inputslots/rx700.xml (1.3) (+17 -17) src/xml/escp2/inputslots/spro5000.xml (1.3) (+11 -11) src/xml/escp2/inputslots/standard_roll_feed.xml (1.3) (+10 -10) src/xml/escp2/media/b500.xml (1.8) (+1173 -1173) src/xml/escp2/media/c120.xml (1.8) (+1157 -1157) src/xml/escp2/media/c64.xml (1.5) (+1444 -1444) src/xml/escp2/media/c80.xml (1.5) (+1444 -1444) src/xml/escp2/media/c82.xml (1.5) (+1444 -1444) src/xml/escp2/media/claria.xml (1.7) (+1592 -1592) src/xml/escp2/media/claria1400.xml (1.5) (+1592 -1592) src/xml/escp2/media/cmy.xml (1.5) (+703 -703) src/xml/escp2/media/cmykrb.xml (1.6) (+2087 -2087) src/xml/escp2/media/cx3650.xml (1.5) (+1444 -1444) src/xml/escp2/media/f360.xml (1.5) (+1444 -1444) src/xml/escp2/media/f360_photo.xml (1.5) (+722 -722) src/xml/escp2/media/f360_photo7_japan.xml (1.5) (+722 -722) src/xml/escp2/media/f360_ultrachrome.xml (1.5) (+1647 -1647) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.6) (+2301 -2301) src/xml/escp2/media/photo_gen0.xml (1.5) (+1425 -1425) src/xml/escp2/media/photo_gen1.xml (1.5) (+1444 -1444) src/xml/escp2/media/photo_gen2.xml (1.5) (+1444 -1444) src/xml/escp2/media/photo_gen3.xml (1.5) (+1463 -1463) src/xml/escp2/media/photo_gen3_4.xml (1.5) (+1463 -1463) src/xml/escp2/media/photo_gen4.xml (1.6) (+1245 -1245) src/xml/escp2/media/photo_pigment.xml (1.5) (+840 -840) src/xml/escp2/media/picturemate_4.xml (1.5) (+74 -74) src/xml/escp2/media/picturemate_6.xml (1.5) (+74 -74) src/xml/escp2/media/pro_gen1.xml (1.5) (+1463 -1463) src/xml/escp2/media/pro_gen2.xml (1.5) (+1501 -1501) src/xml/escp2/media/pro_pigment.xml (1.5) (+903 -903) src/xml/escp2/media/pro_ultrachrome.xml (1.5) (+1709 -1709) src/xml/escp2/media/standard.xml (1.5) (+1444 -1444) src/xml/escp2/media/standard_gen0.xml (1.5) (+1425 -1425) src/xml/escp2/media/ultrachrome.xml (1.5) (+1647 -1647) src/xml/escp2/media/x80.xml (1.5) (+722 -722) src/xml/escp2/mediasizes/standard.xml (1.2) (+93 -93) src/xml/escp2/model/model_0.xml (1.7) (+38 -38) src/xml/escp2/model/model_1.xml (1.7) (+37 -37) src/xml/escp2/model/model_10.xml (1.8) (+41 -41) src/xml/escp2/model/model_11.xml (1.8) (+40 -40) src/xml/escp2/model/model_12.xml (1.8) (+53 -53) src/xml/escp2/model/model_13.xml (1.8) (+56 -56) src/xml/escp2/model/model_14.xml (1.8) (+45 -45) src/xml/escp2/model/model_15.xml (1.8) (+45 -45) src/xml/escp2/model/model_16.xml (1.8) (+56 -56) src/xml/escp2/model/model_17.xml (1.8) (+56 -56) src/xml/escp2/model/model_18.xml (1.8) (+43 -43) src/xml/escp2/model/model_19.xml (1.8) (+56 -56) src/xml/escp2/model/model_2.xml (1.7) (+37 -37) src/xml/escp2/model/model_20.xml (1.8) (+45 -45) src/xml/escp2/model/model_21.xml (1.8) (+59 -59) src/xml/escp2/model/model_22.xml (1.8) (+47 -47) src/xml/escp2/model/model_23.xml (1.8) (+47 -47) src/xml/escp2/model/model_24.xml (1.7) (+39 -39) src/xml/escp2/model/model_25.xml (1.8) (+56 -56) src/xml/escp2/model/model_26.xml (1.8) (+57 -57) src/xml/escp2/model/model_27.xml (1.7) (+40 -40) src/xml/escp2/model/model_28.xml (1.7) (+41 -41) src/xml/escp2/model/model_29.xml (1.7) (+41 -41) src/xml/escp2/model/model_3.xml (1.7) (+38 -38) src/xml/escp2/model/model_30.xml (1.7) (+41 -41) src/xml/escp2/model/model_31.xml (1.7) (+41 -41) src/xml/escp2/model/model_32.xml (1.8) (+56 -56) src/xml/escp2/model/model_33.xml (1.8) (+56 -56) src/xml/escp2/model/model_34.xml (1.8) (+57 -57) src/xml/escp2/model/model_35.xml (1.8) (+50 -50) src/xml/escp2/model/model_36.xml (1.8) (+50 -50) src/xml/escp2/model/model_37.xml (1.8) (+50 -50) src/xml/escp2/model/model_38.xml (1.8) (+59 -59) src/xml/escp2/model/model_39.xml (1.7) (+37 -37) src/xml/escp2/model/model_4.xml (1.7) (+38 -38) src/xml/escp2/model/model_40.xml (1.7) (+41 -41) src/xml/escp2/model/model_41.xml (1.7) (+41 -41) src/xml/escp2/model/model_42.xml (1.8) (+58 -58) src/xml/escp2/model/model_43.xml (1.8) (+58 -58) src/xml/escp2/model/model_44.xml (1.8) (+57 -57) src/xml/escp2/model/model_45.xml (1.7) (+37 -37) src/xml/escp2/model/model_46.xml (1.8) (+59 -59) src/xml/escp2/model/model_47.xml (1.8) (+58 -58) src/xml/escp2/model/model_48.xml (1.9) (+49 -49) src/xml/escp2/model/model_49.xml (1.9) (+49 -49) src/xml/escp2/model/model_5.xml (1.7) (+38 -38) src/xml/escp2/model/model_50.xml (1.8) (+50 -50) src/xml/escp2/model/model_51.xml (1.8) (+50 -50) src/xml/escp2/model/model_52.xml (1.8) (+56 -56) src/xml/escp2/model/model_53.xml (1.8) (+58 -58) src/xml/escp2/model/model_54.xml (1.8) (+45 -45) src/xml/escp2/model/model_55.xml (1.8) (+57 -57) src/xml/escp2/model/model_56.xml (1.8) (+57 -57) src/xml/escp2/model/model_57.xml (1.8) (+63 -63) src/xml/escp2/model/model_58.xml (1.8) (+49 -49) src/xml/escp2/model/model_59.xml (1.8) (+58 -58) src/xml/escp2/model/model_6.xml (1.7) (+38 -38) src/xml/escp2/model/model_60.xml (1.8) (+61 -61) src/xml/escp2/model/model_61.xml (1.8) (+61 -61) src/xml/escp2/model/model_62.xml (1.8) (+52 -52) src/xml/escp2/model/model_63.xml (1.8) (+52 -52) src/xml/escp2/model/model_64.xml (1.8) (+56 -56) src/xml/escp2/model/model_65.xml (1.8) (+48 -48) src/xml/escp2/model/model_66.xml (1.8) (+61 -61) src/xml/escp2/model/model_67.xml (1.8) (+56 -56) src/xml/escp2/model/model_68.xml (1.8) (+55 -55) src/xml/escp2/model/model_69.xml (1.8) (+61 -61) src/xml/escp2/model/model_7.xml (1.7) (+40 -40) src/xml/escp2/model/model_70.xml (1.9) (+53 -53) src/xml/escp2/model/model_71.xml (1.8) (+56 -56) src/xml/escp2/model/model_72.xml (1.8) (+59 -59) src/xml/escp2/model/model_73.xml (1.8) (+49 -49) src/xml/escp2/model/model_74.xml (1.8) (+47 -47) src/xml/escp2/model/model_75.xml (1.8) (+47 -47) src/xml/escp2/model/model_76.xml (1.9) (+49 -49) src/xml/escp2/model/model_77.xml (1.8) (+51 -51) src/xml/escp2/model/model_78.xml (1.8) (+50 -50) src/xml/escp2/model/model_79.xml (1.8) (+61 -61) src/xml/escp2/model/model_8.xml (1.7) (+39 -39) src/xml/escp2/model/model_80.xml (1.8) (+61 -61) src/xml/escp2/model/model_81.xml (1.8) (+54 -54) src/xml/escp2/model/model_82.xml (1.9) (+54 -54) src/xml/escp2/model/model_83.xml (1.8) (+50 -50) src/xml/escp2/model/model_84.xml (1.8) (+52 -52) src/xml/escp2/model/model_85.xml (1.8) (+63 -63) src/xml/escp2/model/model_86.xml (1.8) (+47 -47) src/xml/escp2/model/model_87.xml (1.8) (+48 -48) src/xml/escp2/model/model_88.xml (1.4) (+51 -51) src/xml/escp2/model/model_89.xml (1.3) (+51 -51) src/xml/escp2/model/model_9.xml (1.7) (+40 -40) src/xml/escp2/model/model_90.xml (1.3) (+51 -51) src/xml/escp2/qualitypresets/p1_5.xml (1.2) (+45 -45) src/xml/escp2/qualitypresets/picturemate.xml (1.2) (+35 -35) src/xml/escp2/qualitypresets/standard.xml (1.2) (+45 -45) src/xml/escp2/qualitypresets/v2880.xml (1.2) (+46 -46) src/xml/escp2/weaves/pro7000.xml (1.2) (+5 -5) src/xml/escp2/weaves/pro7500.xml (1.2) (+6 -6) src/xml/escp2/weaves/pro7600.xml (1.2) (+7 -7) src/xml/escp2/weaves/standard.xml (1.2) (+2 -2) Clean up indentation/formatting of all XML files. Fix ink definitions for 4-color PictureMate printers. 2008-06-29 Files: src/xml/escp2/inks/f360_ultrachrome_k3.xml (1.3) (+2 -0) src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.4) (+2 -0) Dark inks do need transition parameters 2008-06-29 Files: src/testpattern/run-testpattern-2.in (1.23) (+1 -2) Don't forcibly default color correction to raw. 2008-06-29 Files: src/testpattern/run-testpattern-2.in (1.22) (+49 -52) Add option to place md5 output in a single file. 2008-06-29 Files: src/xml/escp2/model/model_88.xml (1.3) (+4 -2) src/xml/escp2/model/model_89.xml (1.2) (+4 -2) src/xml/escp2/model/model_90.xml (1.2) (+4 -2) x880 printers have 8 inks 2008-06-29 Files: src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.3) (+1 -1) Correct name of ink set. 2008-06-29 Files: src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.2) (+2 -2) Light light black is apparently 0x20, not 0x30, on these printers. 2008-06-29 Files: src/xml/escp2/inks/Makefile.am (1.3) (+2 -1) src/xml/escp2/inks/pro_ultrachrome_k3.xml (1.1) (added +610 -0) src/xml/escp2/model/Makefile.am (1.4) (+4 -2) src/xml/escp2/model/model_88.xml (1.2) (+1 -1) src/xml/escp2/model/model_89.xml (1.1) (added +150 -0) src/xml/escp2/model/model_90.xml (1.1) (added +150 -0) src/xml/printers.xml (1.7) (+3 -3) 7880, 9880, and 11880 are 8-color Ultrachrome K3 printers 2008-06-28 Files: src/main/escp2-papers.c (1.115) (+17 -1) src/main/print-escp2-data.c (1.264) (+9 -1) src/main/print-papers.c (1.39) (+3 -3) src/main/print-vars.c (1.84) (+9 -1) Protect reading XML files against locale issues 2008-06-28 Files: src/cups/rastertoprinter.c (1.121) (+39 -14) src/cups/test-rastertogutenprint.in (1.5) (+71 -8) Use the actual page size name as passed to CUPS rather than trying to find a best fit, which doesn't always do what is intended. If the user specified a custom page size, that's what CUPS should honor. 2008-06-28 Files: src/foomatic/foomatic-printermap (1.172) (+6 -1) src/xml/escp2/model/Makefile.am (1.3) (+3 -2) src/xml/escp2/model/model_88.xml (1.1) (added +150 -0) src/xml/papers.xml (1.4) (+19 -1) src/xml/printers.xml (1.6) (+6 -1) Add Epson 11880; add definitions for 7800, 7880, 9800, 9880 2008-06-28 Files: src/main/print-escp2-data.c (1.263) (+2 -2) src/main/print-escp2.c (1.404) (+7 -1) Fix logic for enlarging capability database 2008-06-28 Files: src/testpattern/run-testpattern-2.in (1.21) (+7 -4) src/testpattern/testpattern.c (1.52) (+15 -6) src/testpattern/testpattern.h (1.19) (+2 -1) Add -q option to suppress progress output 2008-06-28 Files: src/xml/papers.xml (1.3) (+34 -7) src/xml/printers.xml (1.5) (+27 -7) Add copyright notices and comments 2008-06-28 Files: src/main/escp2-channels.c (1.83) (+390 -3106) src/main/escp2-driver.c (1.48) (+2 -2) src/main/print-escp2-data.c (1.262) (+24 -368) src/main/print-escp2.c (1.403) (+111 -136) src/main/print-escp2.h (1.129) (+23 -36) src/xml/escp2/inks/Makefile.am (1.2) (+2 -1) src/xml/escp2/inks/b500.xml (1.2) (+79 -70) src/xml/escp2/inks/c120.xml (1.2) (+63 -54) src/xml/escp2/inks/c64.xml (1.2) (+60 -51) src/xml/escp2/inks/c80.xml (1.2) (+60 -51) src/xml/escp2/inks/c82.xml (1.2) (+60 -51) src/xml/escp2/inks/claria.xml (1.2) (+103 -115) src/xml/escp2/inks/cmy.xml (1.2) (+12 -6) src/xml/escp2/inks/cmykrb.xml (1.2) (+217 -171) src/xml/escp2/inks/cx3650.xml (1.2) (+60 -51) src/xml/escp2/inks/defaultblack.xml (1.1) (added +40 -0) src/xml/escp2/inks/f360.xml (1.2) (+60 -51) src/xml/escp2/inks/f360_photo.xml (1.2) (+102 -102) src/xml/escp2/inks/f360_photo7_japan.xml (1.2) (+173 -179) src/xml/escp2/inks/f360_ultrachrome.xml (1.2) (+318 -328) src/xml/escp2/inks/f360_ultrachrome_k3.xml (1.2) (+282 -294) src/xml/escp2/inks/photo_gen0.xml (1.2) (+126 -115) src/xml/escp2/inks/photo_gen1.xml (1.2) (+126 -115) src/xml/escp2/inks/photo_gen2.xml (1.2) (+126 -115) src/xml/escp2/inks/photo_gen3.xml (1.2) (+126 -115) src/xml/escp2/inks/photo_gen3_4.xml (1.2) (+60 -51) src/xml/escp2/inks/photo_gen4.xml (1.2) (+102 -126) src/xml/escp2/inks/photo_pigment.xml (1.2) (+102 -94) src/xml/escp2/inks/picturemate_4.xml (1.2) (+28 -16) src/xml/escp2/inks/picturemate_6.xml (1.2) (+64 -40) src/xml/escp2/inks/pro_gen1.xml (1.2) (+126 -115) src/xml/escp2/inks/pro_gen2.xml (1.2) (+126 -115) src/xml/escp2/inks/pro_pigment.xml (1.2) (+102 -94) src/xml/escp2/inks/pro_ultrachrome.xml (1.2) (+318 -300) src/xml/escp2/inks/standard.xml (1.2) (+60 -51) src/xml/escp2/inks/standard_gen0.xml (1.2) (+60 -51) src/xml/escp2/inks/ultrachrome.xml (1.2) (+318 -300) src/xml/escp2/inks/x80.xml (1.2) (+36 -30) Convert remaining (ink channel) data to XML 2008-06-28 Files: NEWS (1.369) (+2 -2) Bump version. 2008-06-28 Files: src/testpattern/run-testpattern-2.in (1.20) (+75 -37) Add RawChannels to list of parameters being tested. Add -r option to turn off testing all resolutions. 2008-06-27 Files: src/main/escp2-papers.c (1.114) (+43 -34) src/main/escp2-resolutions.c (1.49) (+19 -10) src/main/print-escp2-data.c (1.261) (+72 -7) src/main/print-escp2.c (1.402) (+48 -113) src/main/print-escp2.h (1.128) (+8 -5) Encapsulate model IDs differently 2008-06-27 Files: test/parse-escp2 (1.22) (+4 -4) Correct handling of old-style printers. 2008-06-27 Files: src/foomatic/foomatic-printermap (1.171) (+1 -0) src/xml/printers.xml (1.4) (+2 -1) Support B-308 2008-06-22 Files: po/POTFILES.in (1.24) (+0 -1) Remove escp2-inks.c 2008-06-22 Files: src/main/Makefile.am (1.101) (+1 -2) src/main/escp2-driver.c (1.47) (+9 -9) src/main/escp2-inks.c (1.65) (removed) src/main/escp2-resolutions.c (1.48) (+114 -519) src/main/print-escp2-data.c (1.260) (+91 -473) src/main/print-escp2.c (1.401) (+179 -214) src/main/print-escp2.h (1.127) (+69 -119) Convert resolution data to XML. 2008-06-21 Files: configure.ac (1.188) (+4 -2) src/main/print-escp2-data.c (1.259) (+1 -3) src/xml/escp2/Makefile.am (1.6) (+7 -1) src/xml/escp2/inks/.cvsignore (1.1) (added +3 -0) src/xml/escp2/inks/Makefile.am (1.1) (added +84 -0) src/xml/escp2/inks/b500.xml (1.1) (added +154 -0) src/xml/escp2/inks/c120.xml (1.1) (added +142 -0) src/xml/escp2/inks/c64.xml (1.1) (added +208 -0) src/xml/escp2/inks/c80.xml (1.1) (added +209 -0) src/xml/escp2/inks/c82.xml (1.1) (added +209 -0) src/xml/escp2/inks/claria.xml (1.1) (added +403 -0) src/xml/escp2/inks/cmy.xml (1.1) (added +56 -0) src/xml/escp2/inks/cmykrb.xml (1.1) (added +664 -0) src/xml/escp2/inks/cx3650.xml (1.1) (added +208 -0) src/xml/escp2/inks/f360.xml (1.1) (added +209 -0) src/xml/escp2/inks/f360_photo.xml (1.1) (added +285 -0) src/xml/escp2/inks/f360_photo7_japan.xml (1.1) (added +419 -0) src/xml/escp2/inks/f360_ultrachrome.xml (1.1) (added +790 -0) src/xml/escp2/inks/f360_ultrachrome_k3.xml (1.1) (added +608 -0) src/xml/escp2/inks/photo_gen0.xml (1.1) (added +402 -0) src/xml/escp2/inks/photo_gen1.xml (1.1) (added +402 -0) src/xml/escp2/inks/photo_gen2.xml (1.1) (added +402 -0) src/xml/escp2/inks/photo_gen3.xml (1.1) (added +402 -0) src/xml/escp2/inks/photo_gen3_4.xml (1.1) (added +209 -0) src/xml/escp2/inks/photo_gen4.xml (1.1) (added +285 -0) src/xml/escp2/inks/photo_pigment.xml (1.1) (added +285 -0) src/xml/escp2/inks/picturemate_4.xml (1.1) (added +86 -0) src/xml/escp2/inks/picturemate_6.xml (1.1) (added +220 -0) src/xml/escp2/inks/pro_gen1.xml (1.1) (added +402 -0) src/xml/escp2/inks/pro_gen2.xml (1.1) (added +402 -0) src/xml/escp2/inks/pro_pigment.xml (1.1) (added +285 -0) src/xml/escp2/inks/pro_ultrachrome.xml (1.1) (added +790 -0) src/xml/escp2/inks/standard.xml (1.1) (added +209 -0) src/xml/escp2/inks/standard_gen0.xml (1.1) (added +209 -0) src/xml/escp2/inks/ultrachrome.xml (1.1) (added +790 -0) src/xml/escp2/inks/x80.xml (1.1) (added +139 -0) src/xml/escp2/model/model_0.xml (1.6) (+2 -0) src/xml/escp2/model/model_1.xml (1.6) (+2 -0) src/xml/escp2/model/model_10.xml (1.7) (+2 -0) src/xml/escp2/model/model_11.xml (1.7) (+2 -0) src/xml/escp2/model/model_12.xml (1.7) (+2 -0) src/xml/escp2/model/model_13.xml (1.7) (+2 -0) src/xml/escp2/model/model_14.xml (1.7) (+2 -0) src/xml/escp2/model/model_15.xml (1.7) (+2 -0) src/xml/escp2/model/model_16.xml (1.7) (+2 -0) src/xml/escp2/model/model_17.xml (1.7) (+2 -0) src/xml/escp2/model/model_18.xml (1.7) (+2 -0) src/xml/escp2/model/model_19.xml (1.7) (+2 -0) src/xml/escp2/model/model_2.xml (1.6) (+2 -0) src/xml/escp2/model/model_20.xml (1.7) (+2 -0) src/xml/escp2/model/model_21.xml (1.7) (+2 -0) src/xml/escp2/model/model_22.xml (1.7) (+2 -0) src/xml/escp2/model/model_23.xml (1.7) (+2 -0) src/xml/escp2/model/model_24.xml (1.6) (+2 -0) src/xml/escp2/model/model_25.xml (1.7) (+2 -0) src/xml/escp2/model/model_26.xml (1.7) (+2 -0) src/xml/escp2/model/model_27.xml (1.6) (+2 -0) src/xml/escp2/model/model_28.xml (1.6) (+2 -0) src/xml/escp2/model/model_29.xml (1.6) (+2 -0) src/xml/escp2/model/model_3.xml (1.6) (+2 -0) src/xml/escp2/model/model_30.xml (1.6) (+2 -0) src/xml/escp2/model/model_31.xml (1.6) (+2 -0) src/xml/escp2/model/model_32.xml (1.7) (+2 -0) src/xml/escp2/model/model_33.xml (1.7) (+2 -0) src/xml/escp2/model/model_34.xml (1.7) (+2 -0) src/xml/escp2/model/model_35.xml (1.7) (+2 -0) src/xml/escp2/model/model_36.xml (1.7) (+2 -0) src/xml/escp2/model/model_37.xml (1.7) (+2 -0) src/xml/escp2/model/model_38.xml (1.7) (+2 -0) src/xml/escp2/model/model_39.xml (1.6) (+2 -0) src/xml/escp2/model/model_4.xml (1.6) (+2 -0) src/xml/escp2/model/model_40.xml (1.6) (+2 -0) src/xml/escp2/model/model_41.xml (1.6) (+2 -0) src/xml/escp2/model/model_42.xml (1.7) (+2 -0) src/xml/escp2/model/model_43.xml (1.7) (+2 -0) src/xml/escp2/model/model_44.xml (1.7) (+2 -0) src/xml/escp2/model/model_45.xml (1.6) (+2 -0) src/xml/escp2/model/model_46.xml (1.7) (+2 -0) src/xml/escp2/model/model_47.xml (1.7) (+2 -0) src/xml/escp2/model/model_48.xml (1.8) (+2 -0) src/xml/escp2/model/model_49.xml (1.8) (+2 -0) src/xml/escp2/model/model_5.xml (1.6) (+2 -0) src/xml/escp2/model/model_50.xml (1.7) (+2 -0) src/xml/escp2/model/model_51.xml (1.7) (+2 -0) src/xml/escp2/model/model_52.xml (1.7) (+2 -0) src/xml/escp2/model/model_53.xml (1.7) (+2 -0) src/xml/escp2/model/model_54.xml (1.7) (+2 -0) src/xml/escp2/model/model_55.xml (1.7) (+2 -0) src/xml/escp2/model/model_56.xml (1.7) (+2 -0) src/xml/escp2/model/model_57.xml (1.7) (+2 -0) src/xml/escp2/model/model_58.xml (1.7) (+2 -0) src/xml/escp2/model/model_59.xml (1.7) (+2 -0) src/xml/escp2/model/model_6.xml (1.6) (+2 -0) src/xml/escp2/model/model_60.xml (1.7) (+2 -0) src/xml/escp2/model/model_61.xml (1.7) (+2 -0) src/xml/escp2/model/model_62.xml (1.7) (+2 -0) src/xml/escp2/model/model_63.xml (1.7) (+2 -0) src/xml/escp2/model/model_64.xml (1.7) (+3 -1) src/xml/escp2/model/model_65.xml (1.7) (+2 -0) src/xml/escp2/model/model_66.xml (1.7) (+2 -0) src/xml/escp2/model/model_67.xml (1.7) (+3 -1) src/xml/escp2/model/model_68.xml (1.7) (+2 -0) src/xml/escp2/model/model_69.xml (1.7) (+2 -0) src/xml/escp2/model/model_7.xml (1.6) (+2 -0) src/xml/escp2/model/model_70.xml (1.8) (+3 -1) src/xml/escp2/model/model_71.xml (1.7) (+3 -1) src/xml/escp2/model/model_72.xml (1.7) (+2 -0) src/xml/escp2/model/model_73.xml (1.7) (+2 -0) src/xml/escp2/model/model_74.xml (1.7) (+2 -0) src/xml/escp2/model/model_75.xml (1.7) (+2 -0) src/xml/escp2/model/model_76.xml (1.8) (+3 -1) src/xml/escp2/model/model_77.xml (1.7) (+2 -0) src/xml/escp2/model/model_78.xml (1.7) (+2 -0) src/xml/escp2/model/model_79.xml (1.7) (+2 -0) src/xml/escp2/model/model_8.xml (1.6) (+2 -0) src/xml/escp2/model/model_80.xml (1.7) (+2 -0) src/xml/escp2/model/model_81.xml (1.7) (+3 -1) src/xml/escp2/model/model_82.xml (1.8) (+4 -2) src/xml/escp2/model/model_83.xml (1.7) (+2 -0) src/xml/escp2/model/model_84.xml (1.7) (+2 -0) src/xml/escp2/model/model_85.xml (1.7) (+3 -1) src/xml/escp2/model/model_86.xml (1.7) (+2 -0) src/xml/escp2/model/model_87.xml (1.7) (+3 -1) src/xml/escp2/model/model_9.xml (1.6) (+2 -0) Add data for resolutions and channel definitions. More code needs to be written. Fix media definition for Stylus Photo 1400. 2008-06-21 Files: README (1.188) (+7 -5) scripts/autogen.sh (1.35) (+17 -8) A few fixes from Matt Broughton. 2008-06-21 Files: src/xml/escp2/model/model_48.xml (1.7) (+8 -5) src/xml/escp2/model/model_49.xml (1.7) (+8 -5) Add borderless support to Stylus Pro 7600/9600 2008-06-20 Files: configure.ac (1.187) (+4 -2) src/main/escp2-driver.c (1.46) (+8 -7) src/main/escp2-resolutions.c (1.47) (+161 -166) src/main/print-escp2-data.c (1.258) (+97 -96) src/main/print-escp2.c (1.400) (+5 -7) src/main/print-escp2.h (1.126) (+20 -22) src/testpattern/run-testpattern-2.in (1.19) (+23 -8) src/xml/escp2/Makefile.am (1.5) (+14 -5) src/xml/escp2/model/model_0.xml (1.5) (+1 -0) src/xml/escp2/model/model_1.xml (1.5) (+1 -0) src/xml/escp2/model/model_10.xml (1.6) (+1 -0) src/xml/escp2/model/model_11.xml (1.6) (+1 -0) src/xml/escp2/model/model_12.xml (1.6) (+1 -0) src/xml/escp2/model/model_13.xml (1.6) (+1 -0) src/xml/escp2/model/model_14.xml (1.6) (+1 -0) src/xml/escp2/model/model_15.xml (1.6) (+1 -0) src/xml/escp2/model/model_16.xml (1.6) (+1 -0) src/xml/escp2/model/model_17.xml (1.6) (+1 -0) src/xml/escp2/model/model_18.xml (1.6) (+1 -0) src/xml/escp2/model/model_19.xml (1.6) (+1 -0) src/xml/escp2/model/model_2.xml (1.5) (+1 -0) src/xml/escp2/model/model_20.xml (1.6) (+1 -0) src/xml/escp2/model/model_21.xml (1.6) (+1 -0) src/xml/escp2/model/model_22.xml (1.6) (+1 -0) src/xml/escp2/model/model_23.xml (1.6) (+1 -0) src/xml/escp2/model/model_24.xml (1.5) (+1 -0) src/xml/escp2/model/model_25.xml (1.6) (+1 -0) src/xml/escp2/model/model_26.xml (1.6) (+1 -0) src/xml/escp2/model/model_27.xml (1.5) (+1 -0) src/xml/escp2/model/model_28.xml (1.5) (+2 -0) src/xml/escp2/model/model_29.xml (1.5) (+2 -0) src/xml/escp2/model/model_3.xml (1.5) (+1 -0) src/xml/escp2/model/model_30.xml (1.5) (+2 -0) src/xml/escp2/model/model_31.xml (1.5) (+2 -0) src/xml/escp2/model/model_32.xml (1.6) (+1 -0) src/xml/escp2/model/model_33.xml (1.6) (+1 -0) src/xml/escp2/model/model_34.xml (1.6) (+1 -0) src/xml/escp2/model/model_35.xml (1.6) (+1 -0) src/xml/escp2/model/model_36.xml (1.6) (+1 -0) src/xml/escp2/model/model_37.xml (1.6) (+1 -0) src/xml/escp2/model/model_38.xml (1.6) (+1 -0) src/xml/escp2/model/model_39.xml (1.5) (+1 -0) src/xml/escp2/model/model_4.xml (1.5) (+1 -0) src/xml/escp2/model/model_40.xml (1.5) (+2 -0) src/xml/escp2/model/model_41.xml (1.5) (+2 -0) src/xml/escp2/model/model_42.xml (1.6) (+1 -0) src/xml/escp2/model/model_43.xml (1.6) (+1 -0) src/xml/escp2/model/model_44.xml (1.6) (+1 -0) src/xml/escp2/model/model_45.xml (1.5) (+1 -0) src/xml/escp2/model/model_46.xml (1.6) (+1 -0) src/xml/escp2/model/model_47.xml (1.6) (+1 -0) src/xml/escp2/model/model_48.xml (1.6) (+2 -0) src/xml/escp2/model/model_49.xml (1.6) (+2 -0) src/xml/escp2/model/model_5.xml (1.5) (+1 -0) src/xml/escp2/model/model_50.xml (1.6) (+1 -0) src/xml/escp2/model/model_51.xml (1.6) (+1 -0) src/xml/escp2/model/model_52.xml (1.6) (+1 -0) src/xml/escp2/model/model_53.xml (1.6) (+1 -0) src/xml/escp2/model/model_54.xml (1.6) (+1 -0) src/xml/escp2/model/model_55.xml (1.6) (+1 -0) src/xml/escp2/model/model_56.xml (1.6) (+1 -0) src/xml/escp2/model/model_57.xml (1.6) (+1 -0) src/xml/escp2/model/model_58.xml (1.6) (+1 -0) src/xml/escp2/model/model_59.xml (1.6) (+1 -0) src/xml/escp2/model/model_6.xml (1.5) (+1 -0) src/xml/escp2/model/model_60.xml (1.6) (+1 -0) src/xml/escp2/model/model_61.xml (1.6) (+1 -0) src/xml/escp2/model/model_62.xml (1.6) (+1 -0) src/xml/escp2/model/model_63.xml (1.6) (+1 -0) src/xml/escp2/model/model_64.xml (1.6) (+1 -0) src/xml/escp2/model/model_65.xml (1.6) (+1 -0) src/xml/escp2/model/model_66.xml (1.6) (+1 -0) src/xml/escp2/model/model_67.xml (1.6) (+1 -0) src/xml/escp2/model/model_68.xml (1.6) (+1 -0) src/xml/escp2/model/model_69.xml (1.6) (+1 -0) src/xml/escp2/model/model_7.xml (1.5) (+1 -0) src/xml/escp2/model/model_70.xml (1.7) (+1 -0) src/xml/escp2/model/model_71.xml (1.6) (+1 -0) src/xml/escp2/model/model_72.xml (1.6) (+1 -0) src/xml/escp2/model/model_73.xml (1.6) (+1 -0) src/xml/escp2/model/model_74.xml (1.6) (+1 -0) src/xml/escp2/model/model_75.xml (1.6) (+1 -0) src/xml/escp2/model/model_76.xml (1.7) (+1 -0) src/xml/escp2/model/model_77.xml (1.6) (+1 -0) src/xml/escp2/model/model_78.xml (1.6) (+1 -0) src/xml/escp2/model/model_79.xml (1.6) (+1 -0) src/xml/escp2/model/model_8.xml (1.5) (+1 -0) src/xml/escp2/model/model_80.xml (1.6) (+1 -0) src/xml/escp2/model/model_81.xml (1.6) (+1 -0) src/xml/escp2/model/model_82.xml (1.7) (+1 -0) src/xml/escp2/model/model_83.xml (1.6) (+1 -0) src/xml/escp2/model/model_84.xml (1.6) (+1 -0) src/xml/escp2/model/model_85.xml (1.6) (+1 -0) src/xml/escp2/model/model_86.xml (1.6) (+1 -0) src/xml/escp2/model/model_87.xml (1.6) (+1 -0) src/xml/escp2/model/model_9.xml (1.5) (+1 -0) src/xml/escp2/qualitypresets/.cvsignore (1.1) (added +3 -0) src/xml/escp2/qualitypresets/Makefile.am (1.1) (added +47 -0) src/xml/escp2/qualitypresets/p1_5.xml (1.1) (added +70 -0) src/xml/escp2/qualitypresets/picturemate.xml (1.1) (added +60 -0) src/xml/escp2/qualitypresets/standard.xml (1.1) (added +70 -0) src/xml/escp2/qualitypresets/v2880.xml (1.1) (added +70 -0) src/xml/escp2/weaves/.cvsignore (1.1) (added +3 -0) src/xml/escp2/weaves/Makefile.am (1.1) (added +45 -0) src/xml/escp2/weaves/pro7000.xml (1.1) (added +30 -0) src/xml/escp2/weaves/pro7500.xml (1.1) (added +31 -0) src/xml/escp2/weaves/pro7600.xml (1.1) (added +32 -0) src/xml/escp2/weaves/standard.xml (1.1) (added +27 -0) Convert quality presets and printer weave settings to XML. 2008-06-18 Files: po/da.po (1.87) (+597 -987) Update Danish translation 2008-06-17 Files: src/cups/cups-genppdupdate.in (1.44) (+2 -1) We do need to use Fcntl. 2008-06-16 Files: src/main/escp2-channels.c (1.82) (+1 -216) src/main/print-escp2-data.c (1.257) (+104 -89) src/main/print-escp2.c (1.399) (+15 -102) src/main/print-escp2.h (1.125) (+4 -11) src/xml/escp2/model/model_0.xml (1.4) (+6 -0) src/xml/escp2/model/model_1.xml (1.4) (+6 -0) src/xml/escp2/model/model_10.xml (1.5) (+6 -0) src/xml/escp2/model/model_11.xml (1.5) (+6 -0) src/xml/escp2/model/model_12.xml (1.5) (+6 -0) src/xml/escp2/model/model_13.xml (1.5) (+6 -0) src/xml/escp2/model/model_14.xml (1.5) (+8 -0) src/xml/escp2/model/model_15.xml (1.5) (+8 -0) src/xml/escp2/model/model_16.xml (1.5) (+6 -0) src/xml/escp2/model/model_17.xml (1.5) (+6 -0) src/xml/escp2/model/model_18.xml (1.5) (+6 -0) src/xml/escp2/model/model_19.xml (1.5) (+6 -0) src/xml/escp2/model/model_2.xml (1.4) (+6 -0) src/xml/escp2/model/model_20.xml (1.5) (+8 -0) src/xml/escp2/model/model_21.xml (1.5) (+6 -0) src/xml/escp2/model/model_22.xml (1.5) (+8 -0) src/xml/escp2/model/model_23.xml (1.5) (+8 -0) src/xml/escp2/model/model_24.xml (1.4) (+6 -0) src/xml/escp2/model/model_25.xml (1.5) (+6 -0) src/xml/escp2/model/model_26.xml (1.5) (+8 -0) src/xml/escp2/model/model_27.xml (1.4) (+8 -0) src/xml/escp2/model/model_28.xml (1.4) (+8 -0) src/xml/escp2/model/model_29.xml (1.4) (+8 -0) src/xml/escp2/model/model_3.xml (1.4) (+6 -0) src/xml/escp2/model/model_30.xml (1.4) (+8 -0) src/xml/escp2/model/model_31.xml (1.4) (+8 -0) src/xml/escp2/model/model_32.xml (1.5) (+6 -0) src/xml/escp2/model/model_33.xml (1.5) (+6 -0) src/xml/escp2/model/model_34.xml (1.5) (+6 -0) src/xml/escp2/model/model_35.xml (1.5) (+8 -0) src/xml/escp2/model/model_36.xml (1.5) (+8 -0) src/xml/escp2/model/model_37.xml (1.5) (+8 -0) src/xml/escp2/model/model_38.xml (1.5) (+6 -0) src/xml/escp2/model/model_39.xml (1.4) (+6 -0) src/xml/escp2/model/model_4.xml (1.4) (+6 -0) src/xml/escp2/model/model_40.xml (1.4) (+8 -0) src/xml/escp2/model/model_41.xml (1.4) (+8 -0) src/xml/escp2/model/model_42.xml (1.5) (+6 -0) src/xml/escp2/model/model_43.xml (1.5) (+6 -0) src/xml/escp2/model/model_44.xml (1.5) (+6 -0) src/xml/escp2/model/model_45.xml (1.4) (+6 -0) src/xml/escp2/model/model_46.xml (1.5) (+9 -0) src/xml/escp2/model/model_47.xml (1.5) (+9 -0) src/xml/escp2/model/model_48.xml (1.5) (+8 -0) src/xml/escp2/model/model_49.xml (1.5) (+8 -0) src/xml/escp2/model/model_5.xml (1.4) (+6 -0) src/xml/escp2/model/model_50.xml (1.5) (+8 -0) src/xml/escp2/model/model_51.xml (1.5) (+8 -0) src/xml/escp2/model/model_52.xml (1.5) (+6 -0) src/xml/escp2/model/model_53.xml (1.5) (+9 -0) src/xml/escp2/model/model_54.xml (1.5) (+8 -0) src/xml/escp2/model/model_55.xml (1.5) (+6 -0) src/xml/escp2/model/model_56.xml (1.5) (+6 -0) src/xml/escp2/model/model_57.xml (1.5) (+9 -0) src/xml/escp2/model/model_58.xml (1.5) (+8 -0) src/xml/escp2/model/model_59.xml (1.5) (+6 -0) src/xml/escp2/model/model_6.xml (1.4) (+6 -0) src/xml/escp2/model/model_60.xml (1.5) (+6 -0) src/xml/escp2/model/model_61.xml (1.5) (+6 -0) src/xml/escp2/model/model_62.xml (1.5) (+8 -0) src/xml/escp2/model/model_63.xml (1.5) (+8 -0) src/xml/escp2/model/model_64.xml (1.5) (+10 -0) src/xml/escp2/model/model_65.xml (1.5) (+6 -0) src/xml/escp2/model/model_66.xml (1.5) (+6 -0) src/xml/escp2/model/model_67.xml (1.5) (+10 -0) src/xml/escp2/model/model_68.xml (1.5) (+10 -0) src/xml/escp2/model/model_69.xml (1.5) (+6 -0) src/xml/escp2/model/model_7.xml (1.4) (+8 -0) src/xml/escp2/model/model_70.xml (1.6) (+8 -0) src/xml/escp2/model/model_71.xml (1.5) (+10 -0) src/xml/escp2/model/model_72.xml (1.5) (+6 -0) src/xml/escp2/model/model_73.xml (1.5) (+8 -0) src/xml/escp2/model/model_74.xml (1.5) (+6 -0) src/xml/escp2/model/model_75.xml (1.5) (+6 -0) src/xml/escp2/model/model_76.xml (1.6) (+6 -0) src/xml/escp2/model/model_77.xml (1.5) (+8 -0) src/xml/escp2/model/model_78.xml (1.5) (+8 -0) src/xml/escp2/model/model_79.xml (1.5) (+6 -0) src/xml/escp2/model/model_8.xml (1.4) (+8 -0) src/xml/escp2/model/model_80.xml (1.5) (+6 -0) src/xml/escp2/model/model_81.xml (1.5) (+8 -0) src/xml/escp2/model/model_82.xml (1.6) (+8 -0) src/xml/escp2/model/model_83.xml (1.5) (+6 -0) src/xml/escp2/model/model_84.xml (1.5) (+8 -0) src/xml/escp2/model/model_85.xml (1.5) (+7 -0) src/xml/escp2/model/model_86.xml (1.5) (+6 -0) src/xml/escp2/model/model_87.xml (1.5) (+6 -0) src/xml/escp2/model/model_9.xml (1.4) (+8 -0) Convert channel names to XML 2008-06-16 Files: src/cups/genppd.c (1.145) (+3 -3) Remove safety check for output order, which is really implemented in CUPS. 2008-06-16 Files: src/cups/cups-genppdupdate.in (1.43) (+1 -4) Remove unneeded 'use' statements. 2008-06-15 Files: test/parse-escp2 (1.21) (+200 -179) Fix a few problems. Improve performance. 2008-06-15 Files: src/main/print-escp2-data.c (1.256) (+338 -969) src/main/print-escp2.c (1.398) (+2 -86) src/main/print-escp2.h (1.124) (+19 -15) src/xml/.cvsignore (1.2) (+3 -0) src/xml/escp2/model/model_0.xml (1.3) (+27 -0) src/xml/escp2/model/model_1.xml (1.3) (+26 -0) src/xml/escp2/model/model_10.xml (1.4) (+29 -0) src/xml/escp2/model/model_11.xml (1.4) (+28 -0) src/xml/escp2/model/model_12.xml (1.4) (+41 -0) src/xml/escp2/model/model_13.xml (1.4) (+42 -0) src/xml/escp2/model/model_14.xml (1.4) (+29 -0) src/xml/escp2/model/model_15.xml (1.4) (+29 -0) src/xml/escp2/model/model_16.xml (1.4) (+42 -0) src/xml/escp2/model/model_17.xml (1.4) (+42 -0) src/xml/escp2/model/model_18.xml (1.4) (+29 -0) src/xml/escp2/model/model_19.xml (1.4) (+42 -0) src/xml/escp2/model/model_2.xml (1.3) (+26 -0) src/xml/escp2/model/model_20.xml (1.4) (+29 -0) src/xml/escp2/model/model_21.xml (1.4) (+45 -0) src/xml/escp2/model/model_22.xml (1.4) (+31 -0) src/xml/escp2/model/model_23.xml (1.4) (+31 -0) src/xml/escp2/model/model_24.xml (1.3) (+28 -0) src/xml/escp2/model/model_25.xml (1.4) (+42 -0) src/xml/escp2/model/model_26.xml (1.4) (+41 -0) src/xml/escp2/model/model_27.xml (1.3) (+27 -0) src/xml/escp2/model/model_28.xml (1.3) (+27 -0) src/xml/escp2/model/model_29.xml (1.3) (+27 -0) src/xml/escp2/model/model_3.xml (1.3) (+27 -0) src/xml/escp2/model/model_30.xml (1.3) (+27 -0) src/xml/escp2/model/model_31.xml (1.3) (+27 -0) src/xml/escp2/model/model_32.xml (1.4) (+42 -0) src/xml/escp2/model/model_33.xml (1.4) (+42 -0) src/xml/escp2/model/model_34.xml (1.4) (+43 -0) src/xml/escp2/model/model_35.xml (1.4) (+33 -0) src/xml/escp2/model/model_36.xml (1.4) (+33 -0) src/xml/escp2/model/model_37.xml (1.4) (+33 -0) src/xml/escp2/model/model_38.xml (1.4) (+45 -0) src/xml/escp2/model/model_39.xml (1.3) (+26 -0) src/xml/escp2/model/model_4.xml (1.3) (+27 -0) src/xml/escp2/model/model_40.xml (1.3) (+27 -0) src/xml/escp2/model/model_41.xml (1.3) (+27 -0) src/xml/escp2/model/model_42.xml (1.4) (+44 -0) src/xml/escp2/model/model_43.xml (1.4) (+44 -0) src/xml/escp2/model/model_44.xml (1.4) (+43 -0) src/xml/escp2/model/model_45.xml (1.3) (+26 -0) src/xml/escp2/model/model_46.xml (1.4) (+41 -0) src/xml/escp2/model/model_47.xml (1.4) (+41 -0) src/xml/escp2/model/model_48.xml (1.4) (+30 -0) src/xml/escp2/model/model_49.xml (1.4) (+30 -0) src/xml/escp2/model/model_5.xml (1.3) (+27 -0) src/xml/escp2/model/model_50.xml (1.4) (+33 -0) src/xml/escp2/model/model_51.xml (1.4) (+33 -0) src/xml/escp2/model/model_52.xml (1.4) (+42 -0) src/xml/escp2/model/model_53.xml (1.4) (+40 -0) src/xml/escp2/model/model_54.xml (1.4) (+29 -0) src/xml/escp2/model/model_55.xml (1.4) (+43 -0) src/xml/escp2/model/model_56.xml (1.4) (+43 -0) src/xml/escp2/model/model_57.xml (1.4) (+45 -0) src/xml/escp2/model/model_58.xml (1.4) (+32 -0) src/xml/escp2/model/model_59.xml (1.4) (+44 -0) src/xml/escp2/model/model_6.xml (1.3) (+27 -0) src/xml/escp2/model/model_60.xml (1.4) (+46 -0) src/xml/escp2/model/model_61.xml (1.4) (+46 -0) src/xml/escp2/model/model_62.xml (1.4) (+35 -0) src/xml/escp2/model/model_63.xml (1.4) (+35 -0) src/xml/escp2/model/model_64.xml (1.4) (+36 -0) src/xml/escp2/model/model_65.xml (1.4) (+34 -0) src/xml/escp2/model/model_66.xml (1.4) (+46 -0) src/xml/escp2/model/model_67.xml (1.4) (+36 -0) src/xml/escp2/model/model_68.xml (1.4) (+36 -0) src/xml/escp2/model/model_69.xml (1.4) (+46 -0) src/xml/escp2/model/model_7.xml (1.3) (+27 -0) src/xml/escp2/model/model_70.xml (1.5) (+35 -0) src/xml/escp2/model/model_71.xml (1.4) (+36 -0) src/xml/escp2/model/model_72.xml (1.4) (+45 -0) src/xml/escp2/model/model_73.xml (1.4) (+33 -0) src/xml/escp2/model/model_74.xml (1.4) (+32 -0) src/xml/escp2/model/model_75.xml (1.4) (+33 -0) src/xml/escp2/model/model_76.xml (1.5) (+33 -0) src/xml/escp2/model/model_77.xml (1.4) (+34 -0) src/xml/escp2/model/model_78.xml (1.4) (+33 -0) src/xml/escp2/model/model_79.xml (1.4) (+46 -0) src/xml/escp2/model/model_8.xml (1.3) (+26 -0) src/xml/escp2/model/model_80.xml (1.4) (+46 -0) src/xml/escp2/model/model_81.xml (1.4) (+36 -0) src/xml/escp2/model/model_82.xml (1.5) (+36 -0) src/xml/escp2/model/model_83.xml (1.4) (+35 -0) src/xml/escp2/model/model_84.xml (1.4) (+35 -0) src/xml/escp2/model/model_85.xml (1.4) (+46 -0) src/xml/escp2/model/model_86.xml (1.4) (+33 -0) src/xml/escp2/model/model_87.xml (1.4) (+33 -0) src/xml/escp2/model/model_9.xml (1.3) (+27 -0) Convert basic scalar data to XML 2008-06-15 Files: configure.ac (1.186) (+4 -4) Bump version. 2008-06-15 Files: src/main/sequence.c (1.26) (+2 -2) Avoid trivial infinite loop in certain cases of malformed sequence. 2008-06-14 Files: po/nl.po (1.70) (+606 -1018) Updated Dutch translation =============================================================================== Name: gutenprint-5_2_0-beta3 2008-06-14 Files: po/cs.po (1.49) (+6109 -3313) po/da.po (1.86) (+6602 -3614) po/de.po (1.63) (+7005 -4220) po/el.po (1.64) (+5675 -2880) po/en_GB.po (1.156) (+6602 -3617) po/es.po (1.62) (+7028 -4230) po/fr.po (1.90) (+6624 -3639) po/hu.po (1.21) (+6645 -3607) po/ja.po (1.58) (+7043 -4245) po/nb.po (1.23) (+6506 -3708) po/nl.po (1.69) (+6704 -3624) po/pl.po (1.68) (+6471 -3678) po/pt.po (1.63) (+6997 -4199) po/sk.po (1.67) (+7355 -4557) po/sv.po (1.93) (+6520 -3535) po/zh_TW.po (1.23) (+7024 -4166) Gutenprint 5.2.0-beta3 release 2008-06-14 Files: src/Makefile.am (1.22) (+2 -2) Need to build src/main before src/xml to allow extract-strings to be built. 2008-06-14 Files: src/xml/extract-strings.c (1.2) (+2 -1) Return correct exit status. 2008-06-11 Files: NEWS (1.368) (+45 -4) README (1.187) (+3 -3) configure.ac (1.185) (+7 -7) Prep for beta3 release 2008-06-11 Files: src/main/mxml-file.c (1.9) (+4 -3) Fix trivial bug in stp_mxmlLoadFromFile. 2008-06-11 Files: src/main/escp2-driver.c (1.45) (+40 -32) Change ordering of remote commands to match Epson recommendations. 2008-06-11 Files: src/xml/escp2/media/c120.xml (1.7) (+73 -73) Further attempts to improve print speed/quality. 2008-06-11 Files: src/xml/escp2/media/c120.xml (1.6) (+10 -10) Improve print speed. 2008-06-10 Files: src/xml/Makefile.am (1.2) (+13 -11) src/xml/escp2/Makefile.am (1.4) (+7 -2) src/xml/escp2/inputslots/Makefile.am (1.2) (+4 -2) src/xml/escp2/inputslots/b500.xml (1.2) (+2 -2) src/xml/escp2/inputslots/cd_cutter_roll_feed.xml (1.2) (+5 -5) src/xml/escp2/inputslots/cd_roll_feed.xml (1.2) (+4 -4) src/xml/escp2/inputslots/cutter_roll_feed.xml (1.2) (+3 -3) src/xml/escp2/inputslots/pro_roll_feed.xml (1.2) (+2 -2) src/xml/escp2/inputslots/r1800.xml (1.2) (+5 -5) src/xml/escp2/inputslots/r2400.xml (1.2) (+4 -4) src/xml/escp2/inputslots/rx700.xml (1.2) (+4 -4) src/xml/escp2/inputslots/spro5000.xml (1.2) (+4 -4) src/xml/escp2/inputslots/standard_roll_feed.xml (1.2) (+2 -2) src/xml/escp2/media/Makefile.am (1.4) (+4 -2) src/xml/escp2/media/b500.xml (1.7) (+50 -50) src/xml/escp2/media/c120.xml (1.5) (+34 -34) src/xml/escp2/media/c64.xml (1.4) (+57 -57) src/xml/escp2/media/c80.xml (1.4) (+57 -57) src/xml/escp2/media/c82.xml (1.4) (+57 -57) src/xml/escp2/media/claria.xml (1.6) (+44 -44) src/xml/escp2/media/claria1400.xml (1.4) (+44 -44) src/xml/escp2/media/cmy.xml (1.4) (+38 -38) src/xml/escp2/media/cmykrb.xml (1.5) (+60 -60) src/xml/escp2/media/cx3650.xml (1.4) (+57 -57) src/xml/escp2/media/f360.xml (1.4) (+57 -57) src/xml/escp2/media/f360_photo.xml (1.4) (+38 -38) src/xml/escp2/media/f360_photo7_japan.xml (1.4) (+38 -38) src/xml/escp2/media/f360_ultrachrome.xml (1.4) (+63 -63) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.5) (+66 -66) src/xml/escp2/media/photo_gen0.xml (1.4) (+57 -57) src/xml/escp2/media/photo_gen1.xml (1.4) (+57 -57) src/xml/escp2/media/photo_gen2.xml (1.4) (+57 -57) src/xml/escp2/media/photo_gen3.xml (1.4) (+57 -57) src/xml/escp2/media/photo_gen3_4.xml (1.4) (+57 -57) src/xml/escp2/media/photo_gen4.xml (1.5) (+36 -36) src/xml/escp2/media/photo_pigment.xml (1.4) (+42 -42) src/xml/escp2/media/picturemate_4.xml (1.4) (+4 -4) src/xml/escp2/media/picturemate_6.xml (1.4) (+4 -4) src/xml/escp2/media/pro_gen1.xml (1.4) (+57 -57) src/xml/escp2/media/pro_gen2.xml (1.4) (+57 -57) src/xml/escp2/media/pro_pigment.xml (1.4) (+42 -42) src/xml/escp2/media/pro_ultrachrome.xml (1.4) (+63 -63) src/xml/escp2/media/standard.xml (1.4) (+57 -57) src/xml/escp2/media/standard_gen0.xml (1.4) (+57 -57) src/xml/escp2/media/ultrachrome.xml (1.4) (+63 -63) src/xml/escp2/media/x80.xml (1.4) (+38 -38) src/xml/escp2/mediasizes/Makefile.am (1.2) (+4 -2) src/xml/escp2/model/Makefile.am (1.2) (+4 -2) src/xml/extract-strings.c (1.1) (added +63 -0) src/xml/papers.xml (1.2) (+165 -165) src/xml/printers.xml (1.3) (+1366 -1356) Create xmli18n-tmp.h correctly 2008-06-09 Files: configure.ac (1.184) (+3 -2) src/foomatic/foomatic-printermap (1.170) (+4 -1) src/main/escp2-driver.c (1.44) (+12 -13) src/main/escp2-papers.c (1.113) (+66 -1) src/main/print-escp2-data.c (1.255) (+10 -10) src/main/print-escp2.c (1.397) (+16 -7) src/main/print-escp2.h (1.123) (+18 -11) src/testpattern/run-testpattern-2.in (1.18) (+1 -1) src/xml/escp2/Makefile.am (1.3) (+4 -3) src/xml/escp2/mediasizes/.cvsignore (1.1) (added +3 -0) src/xml/escp2/mediasizes/Makefile.am (1.1) (added +42 -0) src/xml/escp2/mediasizes/standard.xml (1.1) (added +118 -0) src/xml/escp2/model/model_10.xml (1.3) (+1 -0) src/xml/escp2/model/model_11.xml (1.3) (+1 -0) src/xml/escp2/model/model_12.xml (1.3) (+1 -0) src/xml/escp2/model/model_13.xml (1.3) (+2 -1) src/xml/escp2/model/model_14.xml (1.3) (+2 -1) src/xml/escp2/model/model_15.xml (1.3) (+2 -1) src/xml/escp2/model/model_16.xml (1.3) (+2 -1) src/xml/escp2/model/model_17.xml (1.3) (+2 -1) src/xml/escp2/model/model_18.xml (1.3) (+2 -1) src/xml/escp2/model/model_19.xml (1.3) (+2 -1) src/xml/escp2/model/model_20.xml (1.3) (+2 -1) src/xml/escp2/model/model_21.xml (1.3) (+2 -1) src/xml/escp2/model/model_22.xml (1.3) (+2 -1) src/xml/escp2/model/model_23.xml (1.3) (+2 -1) src/xml/escp2/model/model_25.xml (1.3) (+2 -1) src/xml/escp2/model/model_26.xml (1.3) (+2 -1) src/xml/escp2/model/model_32.xml (1.3) (+2 -1) src/xml/escp2/model/model_33.xml (1.3) (+2 -1) src/xml/escp2/model/model_34.xml (1.3) (+2 -1) src/xml/escp2/model/model_35.xml (1.3) (+2 -1) src/xml/escp2/model/model_36.xml (1.3) (+2 -1) src/xml/escp2/model/model_37.xml (1.3) (+2 -1) src/xml/escp2/model/model_38.xml (1.3) (+2 -1) src/xml/escp2/model/model_42.xml (1.3) (+2 -1) src/xml/escp2/model/model_43.xml (1.3) (+2 -1) src/xml/escp2/model/model_44.xml (1.3) (+2 -1) src/xml/escp2/model/model_46.xml (1.3) (+2 -1) src/xml/escp2/model/model_47.xml (1.3) (+2 -1) src/xml/escp2/model/model_48.xml (1.3) (+1 -1) src/xml/escp2/model/model_49.xml (1.3) (+1 -1) src/xml/escp2/model/model_50.xml (1.3) (+2 -1) src/xml/escp2/model/model_51.xml (1.3) (+2 -1) src/xml/escp2/model/model_52.xml (1.3) (+2 -1) src/xml/escp2/model/model_53.xml (1.3) (+2 -1) src/xml/escp2/model/model_54.xml (1.3) (+2 -1) src/xml/escp2/model/model_55.xml (1.3) (+2 -1) src/xml/escp2/model/model_56.xml (1.3) (+2 -1) src/xml/escp2/model/model_57.xml (1.3) (+2 -1) src/xml/escp2/model/model_58.xml (1.3) (+2 -1) src/xml/escp2/model/model_59.xml (1.3) (+2 -1) src/xml/escp2/model/model_60.xml (1.3) (+2 -1) src/xml/escp2/model/model_61.xml (1.3) (+2 -1) src/xml/escp2/model/model_62.xml (1.3) (+2 -1) src/xml/escp2/model/model_63.xml (1.3) (+2 -1) src/xml/escp2/model/model_64.xml (1.3) (+3 -1) src/xml/escp2/model/model_65.xml (1.3) (+2 -1) src/xml/escp2/model/model_66.xml (1.3) (+2 -1) src/xml/escp2/model/model_67.xml (1.3) (+3 -1) src/xml/escp2/model/model_68.xml (1.3) (+2 -1) src/xml/escp2/model/model_69.xml (1.3) (+2 -1) src/xml/escp2/model/model_70.xml (1.4) (+4 -2) src/xml/escp2/model/model_71.xml (1.3) (+4 -2) src/xml/escp2/model/model_72.xml (1.3) (+2 -1) src/xml/escp2/model/model_73.xml (1.3) (+2 -1) src/xml/escp2/model/model_74.xml (1.3) (+3 -2) src/xml/escp2/model/model_75.xml (1.3) (+2 -1) src/xml/escp2/model/model_76.xml (1.4) (+4 -2) src/xml/escp2/model/model_77.xml (1.3) (+3 -2) src/xml/escp2/model/model_78.xml (1.3) (+2 -1) src/xml/escp2/model/model_79.xml (1.3) (+2 -1) src/xml/escp2/model/model_80.xml (1.3) (+2 -1) src/xml/escp2/model/model_81.xml (1.3) (+4 -2) src/xml/escp2/model/model_82.xml (1.4) (+4 -2) src/xml/escp2/model/model_83.xml (1.3) (+2 -1) src/xml/escp2/model/model_84.xml (1.3) (+2 -1) src/xml/escp2/model/model_85.xml (1.3) (+4 -2) src/xml/escp2/model/model_86.xml (1.3) (+2 -1) src/xml/escp2/model/model_87.xml (1.3) (+3 -1) src/xml/printers.xml (1.2) (+4 -1) Add media size data. Convert initialization sequences to XML. Add some additional checks to run-testpattern-2. 2008-06-08 Files: src/main/print-escp2-data.c (1.254) (+177 -353) src/main/print-escp2.c (1.396) (+37 -32) src/main/print-escp2.h (1.122) (+7 -8) Simplify loading 2008-06-08 Files: configure.ac (1.183) (+3 -2) include/gutenprint/mxml.h (1.2) (+6 -2) src/main/escp2-driver.c (1.43) (+8 -8) src/main/escp2-papers.c (1.112) (+398 -453) src/main/mxml-file.c (1.8) (+46 -2) src/main/print-escp2-data.c (1.253) (+177 -328) src/main/print-escp2.c (1.395) (+151 -414) src/main/print-escp2.h (1.121) (+29 -20) src/main/xml.c (1.42) (+8 -4) src/xml/escp2/Makefile.am (1.2) (+3 -2) src/xml/escp2/inputslots/.cvsignore (1.1) (added +3 -0) src/xml/escp2/inputslots/Makefile.am (1.1) (added +58 -0) src/xml/escp2/inputslots/b500.xml (1.1) (added +35 -0) src/xml/escp2/inputslots/cd_cutter_roll_feed.xml (1.1) (added +53 -0) src/xml/escp2/inputslots/cd_roll_feed.xml (1.1) (added +47 -0) src/xml/escp2/inputslots/cutter_roll_feed.xml (1.1) (added +42 -0) src/xml/escp2/inputslots/default.xml (1.1) (added +24 -0) src/xml/escp2/inputslots/pro_roll_feed.xml (1.1) (added +34 -0) src/xml/escp2/inputslots/r1800.xml (1.1) (added +52 -0) src/xml/escp2/inputslots/r2400.xml (1.1) (added +47 -0) src/xml/escp2/inputslots/rx700.xml (1.1) (added +46 -0) src/xml/escp2/inputslots/spro5000.xml (1.1) (added +41 -0) src/xml/escp2/inputslots/standard_roll_feed.xml (1.1) (added +36 -0) src/xml/escp2/media/b500.xml (1.6) (+2 -2) src/xml/escp2/media/c120.xml (1.4) (+2 -2) src/xml/escp2/media/c64.xml (1.3) (+2 -2) src/xml/escp2/media/c80.xml (1.3) (+2 -2) src/xml/escp2/media/c82.xml (1.3) (+2 -2) src/xml/escp2/media/claria.xml (1.5) (+2 -2) src/xml/escp2/media/claria1400.xml (1.3) (+2 -2) src/xml/escp2/media/cmy.xml (1.3) (+2 -2) src/xml/escp2/media/cmykrb.xml (1.4) (+2 -2) src/xml/escp2/media/cx3650.xml (1.3) (+2 -2) src/xml/escp2/media/f360.xml (1.3) (+2 -2) src/xml/escp2/media/f360_photo.xml (1.3) (+2 -2) src/xml/escp2/media/f360_photo7_japan.xml (1.3) (+2 -2) src/xml/escp2/media/f360_ultrachrome.xml (1.3) (+2 -2) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.4) (+2 -2) src/xml/escp2/media/photo_gen0.xml (1.3) (+2 -2) src/xml/escp2/media/photo_gen1.xml (1.3) (+2 -2) src/xml/escp2/media/photo_gen2.xml (1.3) (+2 -2) src/xml/escp2/media/photo_gen3.xml (1.3) (+2 -2) src/xml/escp2/media/photo_gen3_4.xml (1.3) (+2 -2) src/xml/escp2/media/photo_gen4.xml (1.4) (+2 -2) src/xml/escp2/media/photo_pigment.xml (1.3) (+2 -2) src/xml/escp2/media/picturemate_4.xml (1.3) (+2 -2) src/xml/escp2/media/picturemate_6.xml (1.3) (+2 -2) src/xml/escp2/media/pro_gen1.xml (1.3) (+2 -2) src/xml/escp2/media/pro_gen2.xml (1.3) (+2 -2) src/xml/escp2/media/pro_pigment.xml (1.3) (+2 -2) src/xml/escp2/media/pro_ultrachrome.xml (1.3) (+2 -2) src/xml/escp2/media/standard.xml (1.3) (+2 -2) src/xml/escp2/media/standard_gen0.xml (1.3) (+2 -2) src/xml/escp2/media/ultrachrome.xml (1.3) (+2 -2) src/xml/escp2/media/x80.xml (1.3) (+2 -2) src/xml/escp2/model/model_0.xml (1.2) (+4 -1) src/xml/escp2/model/model_1.xml (1.2) (+4 -1) src/xml/escp2/model/model_10.xml (1.2) (+4 -1) src/xml/escp2/model/model_11.xml (1.2) (+4 -1) src/xml/escp2/model/model_12.xml (1.2) (+4 -1) src/xml/escp2/model/model_13.xml (1.2) (+6 -1) src/xml/escp2/model/model_14.xml (1.2) (+6 -1) src/xml/escp2/model/model_15.xml (1.2) (+6 -1) src/xml/escp2/model/model_16.xml (1.2) (+6 -1) src/xml/escp2/model/model_17.xml (1.2) (+6 -1) src/xml/escp2/model/model_18.xml (1.2) (+6 -1) src/xml/escp2/model/model_19.xml (1.2) (+6 -1) src/xml/escp2/model/model_2.xml (1.2) (+4 -1) src/xml/escp2/model/model_20.xml (1.2) (+6 -1) src/xml/escp2/model/model_21.xml (1.2) (+6 -1) src/xml/escp2/model/model_22.xml (1.2) (+6 -1) src/xml/escp2/model/model_23.xml (1.2) (+6 -1) src/xml/escp2/model/model_24.xml (1.2) (+4 -1) src/xml/escp2/model/model_25.xml (1.2) (+6 -1) src/xml/escp2/model/model_26.xml (1.2) (+6 -1) src/xml/escp2/model/model_27.xml (1.2) (+4 -1) src/xml/escp2/model/model_28.xml (1.2) (+4 -1) src/xml/escp2/model/model_29.xml (1.2) (+4 -1) src/xml/escp2/model/model_3.xml (1.2) (+4 -1) src/xml/escp2/model/model_30.xml (1.2) (+4 -1) src/xml/escp2/model/model_31.xml (1.2) (+4 -1) src/xml/escp2/model/model_32.xml (1.2) (+6 -1) src/xml/escp2/model/model_33.xml (1.2) (+6 -1) src/xml/escp2/model/model_34.xml (1.2) (+6 -1) src/xml/escp2/model/model_35.xml (1.2) (+7 -1) src/xml/escp2/model/model_36.xml (1.2) (+7 -1) src/xml/escp2/model/model_37.xml (1.2) (+7 -1) src/xml/escp2/model/model_38.xml (1.2) (+6 -1) src/xml/escp2/model/model_39.xml (1.2) (+4 -1) src/xml/escp2/model/model_4.xml (1.2) (+4 -1) src/xml/escp2/model/model_40.xml (1.2) (+4 -1) src/xml/escp2/model/model_41.xml (1.2) (+4 -1) src/xml/escp2/model/model_42.xml (1.2) (+6 -1) src/xml/escp2/model/model_43.xml (1.2) (+6 -1) src/xml/escp2/model/model_44.xml (1.2) (+6 -1) src/xml/escp2/model/model_45.xml (1.2) (+4 -1) src/xml/escp2/model/model_46.xml (1.2) (+7 -1) src/xml/escp2/model/model_47.xml (1.2) (+6 -1) src/xml/escp2/model/model_48.xml (1.2) (+6 -1) src/xml/escp2/model/model_49.xml (1.2) (+6 -1) src/xml/escp2/model/model_5.xml (1.2) (+4 -1) src/xml/escp2/model/model_50.xml (1.2) (+7 -1) src/xml/escp2/model/model_51.xml (1.2) (+7 -1) src/xml/escp2/model/model_52.xml (1.2) (+6 -1) src/xml/escp2/model/model_53.xml (1.2) (+7 -1) src/xml/escp2/model/model_54.xml (1.2) (+6 -1) src/xml/escp2/model/model_55.xml (1.2) (+6 -1) src/xml/escp2/model/model_56.xml (1.2) (+6 -1) src/xml/escp2/model/model_57.xml (1.2) (+7 -1) src/xml/escp2/model/model_58.xml (1.2) (+7 -1) src/xml/escp2/model/model_59.xml (1.2) (+6 -1) src/xml/escp2/model/model_6.xml (1.2) (+4 -1) src/xml/escp2/model/model_60.xml (1.2) (+7 -1) src/xml/escp2/model/model_61.xml (1.2) (+7 -1) src/xml/escp2/model/model_62.xml (1.2) (+7 -1) src/xml/escp2/model/model_63.xml (1.2) (+7 -1) src/xml/escp2/model/model_64.xml (1.2) (+7 -1) src/xml/escp2/model/model_65.xml (1.2) (+6 -1) src/xml/escp2/model/model_66.xml (1.2) (+7 -1) src/xml/escp2/model/model_67.xml (1.2) (+7 -1) src/xml/escp2/model/model_68.xml (1.2) (+7 -1) src/xml/escp2/model/model_69.xml (1.2) (+7 -1) src/xml/escp2/model/model_7.xml (1.2) (+4 -1) src/xml/escp2/model/model_70.xml (1.3) (+7 -1) src/xml/escp2/model/model_71.xml (1.2) (+7 -1) src/xml/escp2/model/model_72.xml (1.2) (+6 -1) src/xml/escp2/model/model_73.xml (1.2) (+6 -1) src/xml/escp2/model/model_74.xml (1.2) (+7 -1) src/xml/escp2/model/model_75.xml (1.2) (+6 -1) src/xml/escp2/model/model_76.xml (1.3) (+7 -1) src/xml/escp2/model/model_77.xml (1.2) (+7 -1) src/xml/escp2/model/model_78.xml (1.2) (+7 -1) src/xml/escp2/model/model_79.xml (1.2) (+7 -1) src/xml/escp2/model/model_8.xml (1.2) (+4 -1) src/xml/escp2/model/model_80.xml (1.2) (+7 -1) src/xml/escp2/model/model_81.xml (1.2) (+7 -1) src/xml/escp2/model/model_82.xml (1.3) (+7 -1) src/xml/escp2/model/model_83.xml (1.2) (+7 -1) src/xml/escp2/model/model_84.xml (1.2) (+7 -1) src/xml/escp2/model/model_85.xml (1.2) (+7 -1) src/xml/escp2/model/model_86.xml (1.2) (+6 -1) src/xml/escp2/model/model_87.xml (1.2) (+6 -1) src/xml/escp2/model/model_9.xml (1.2) (+4 -1) Convert input slots to use XML. Place top level tags in "escp2" namespace. Convert init/deinit strings to XML. Use href for referencing paper and input slot XML files. Add mxml call to load from a named file (save having to open/close files and all that). Fix small memory leak in Epson driver on start/end job calls. 2008-06-08 Files: src/testpattern/run-testpattern-2.in (1.17) (+16 -6) src/testpattern/testpattern.c (1.51) (+34 -12) src/testpattern/testpattern.h (1.18) (+5 -2) src/testpattern/testpatternl.l (1.22) (+3 -1) src/testpattern/testpatterny.y (1.32) (+15 -2) Correctly handle multi-page jobs 2008-06-07 Files: src/testpattern/printer_options.c (1.5) (+9 -7) src/testpattern/run-testpattern-2.in (1.16) (+33 -12) src/testpattern/testpattern.c (1.50) (+13 -1) src/testpattern/testpatternl.l (1.21) (+2 -1) src/testpattern/testpatterny.y (1.31) (+12 -2) Test full bleed. Allow boolean parameters. Set non-string parameters correctly in test pattern generator. 2008-06-03 Files: include/gutenprint/printers.h (1.5) (+12 -4) src/main/printers.c (1.85) (+53 -18) src/testpattern/run-testpattern-2.in (1.15) (+2 -1) src/testpattern/testpattern.c (1.49) (+11 -1) Add stp_set_printer_defaults_soft to allow setting defaults for only unset parameters. Test input slots, color correction algorithms, and image types. 2008-06-03 Files: src/main/escp2-channels.c (1.81) (+9 -32) src/main/print-escp2-data.c (1.252) (+3 -3) src/main/print-escp2.c (1.394) (+134 -41) src/xml/escp2/media/b500.xml (1.5) (+2 -0) src/xml/escp2/media/c120.xml (1.3) (+692 -971) src/xml/escp2/media/claria.xml (1.4) (+0 -36) src/xml/escp2/media/claria1400.xml (1.2) (+0 -37) src/xml/escp2/media/cmykrb.xml (1.3) (+649 -141) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.3) (+757 -121) src/xml/escp2/media/photo_gen4.xml (1.3) (+567 -773) Create definitions for C120, R800, R2400, and RX700. Remove quadtone support for C120. Fix some definitiosn for other printers. Fix parameter definitions for dry times. Extract all parameters from XML files (still needs to be tested!) 2008-06-03 Files: src/main/print-escp2-data.c (1.251) (+3 -3) PM-D600 and PM-A650 should not use SN 01 command. 2008-06-02 Files: doc/gutenprint.dox.in (1.6) (+47 -10) doc/gutenprintui2.dox.in (1.4) (+299 -83) Update Doxygen input files to 1.5.3 2008-06-02 Files: include/gutenprint/vars.h (1.6) (+2 -2) Fix documentation comment. 2008-06-01 Files: src/xml/escp2/media/Makefile.am (1.3) (+2 -1) src/xml/escp2/media/b500.xml (1.4) (+452 -0) src/xml/escp2/media/claria.xml (1.3) (+925 -27) src/xml/escp2/media/claria1400.xml (1.1) (added +2316 -0) src/xml/escp2/model/model_82.xml (1.2) (+1 -1) Add additional paper types for B500. Add print method data for Claria printers. Separate Stylus Photo 1400 (it has slightly different media handling). 2008-06-01 Files: src/xml/escp2/media/b500.xml (1.3) (+48 -48) src/xml/escp2/media/c120.xml (1.2) (+1425 -1425) src/xml/escp2/media/c64.xml (1.2) (+1425 -1425) src/xml/escp2/media/c80.xml (1.2) (+1425 -1425) src/xml/escp2/media/c82.xml (1.2) (+1425 -1425) src/xml/escp2/media/claria.xml (1.2) (+722 -722) src/xml/escp2/media/cmy.xml (1.2) (+703 -703) src/xml/escp2/media/cmykrb.xml (1.2) (+1533 -1533) src/xml/escp2/media/cx3650.xml (1.2) (+1425 -1425) src/xml/escp2/media/f360.xml (1.2) (+1425 -1425) src/xml/escp2/media/f360_photo.xml (1.2) (+703 -703) src/xml/escp2/media/f360_photo7_japan.xml (1.2) (+703 -703) src/xml/escp2/media/f360_ultrachrome.xml (1.2) (+1627 -1627) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.2) (+1627 -1627) src/xml/escp2/media/photo_gen0.xml (1.2) (+1425 -1425) src/xml/escp2/media/photo_gen1.xml (1.2) (+1425 -1425) src/xml/escp2/media/photo_gen2.xml (1.2) (+1425 -1425) src/xml/escp2/media/photo_gen3.xml (1.2) (+1444 -1444) src/xml/escp2/media/photo_gen3_4.xml (1.2) (+1444 -1444) src/xml/escp2/media/photo_gen4.xml (1.2) (+1444 -1444) src/xml/escp2/media/photo_pigment.xml (1.2) (+819 -819) src/xml/escp2/media/picturemate_4.xml (1.2) (+72 -72) src/xml/escp2/media/picturemate_6.xml (1.2) (+72 -72) src/xml/escp2/media/pro_gen1.xml (1.2) (+1425 -1425) src/xml/escp2/media/pro_gen2.xml (1.2) (+1425 -1425) src/xml/escp2/media/pro_pigment.xml (1.2) (+819 -819) src/xml/escp2/media/pro_ultrachrome.xml (1.2) (+1629 -1629) src/xml/escp2/media/standard.xml (1.2) (+1425 -1425) src/xml/escp2/media/standard_gen0.xml (1.2) (+1425 -1425) src/xml/escp2/media/ultrachrome.xml (1.2) (+1627 -1627) src/xml/escp2/media/x80.xml (1.2) (+703 -703) Fix names of HSL map parameters and clean up indentation 2008-06-01 Files: src/main/escp2-channels.c (1.80) (+1 -32) src/main/escp2-driver.c (1.42) (+22 -6) src/main/print-escp2.c (1.393) (+5 -4) src/main/xml.c (1.41) (+3 -3) src/xml/escp2/media/Makefile.am (1.2) (+2 -1) src/xml/escp2/media/b500.xml (1.2) (+790 -1469) src/xml/escp2/media/photo_gen4.xml (1.1) (added +1003 -0) src/xml/escp2/model/model_70.xml (1.2) (+1 -1) src/xml/escp2/model/model_76.xml (1.2) (+1 -1) Add support for MI and ESC(m commands for B500. Remove quadtone ink support for B500. Change stp_xmlstrtoul and stp_xmlstrtol to accept bases other than 10. Support some additional media options in Epson driver. Add additional media set for newer photo printers. 2008-06-01 Files: configure.ac (1.182) (+6 -2) include/gutenprint/path.h (1.2) (+8 -2) po/POTFILES.in (1.23) (+2 -2) scripts/global.mk (1.11) (+1 -1) src/Makefile.am (1.21) (+3 -2) src/cups/Makefile.am (1.97) (+3 -3) src/cups/genppd.c (1.144) (+45 -2) src/cups/test-rastertogutenprint.in (1.4) (+1 -1) src/foomatic/Makefile.am (1.51) (+3 -3) src/main/.cvsignore (1.23) (+0 -1) src/main/Makefile.am (1.100) (+2 -31) src/main/dither-matrix-1x1.xml (1.3) (removed) src/main/dither-matrix-2x1.xml (1.3) (removed) src/main/dither-matrix-4x1.xml (1.3) (removed) src/main/escp2-channels.c (1.79) (+79 -76) src/main/escp2-driver.c (1.41) (+34 -32) src/main/escp2-papers.c (1.111) (+1 -1681) src/main/papers.xml (1.29) (removed) src/main/path.c (1.20) (+24 -4) src/main/print-escp2-data.c (1.250) (+110 -110) src/main/print-escp2.c (1.392) (+532 -136) src/main/print-escp2.h (1.120) (+25 -65) src/main/print-vars.c (1.83) (+8 -4) src/main/printers.xml (1.231) (removed) src/main/xml.c (1.40) (+2 -12) src/testpattern/run-testpattern (1.24) (+1 -1) src/testpattern/run-testpattern-1 (1.10) (+1 -1) src/testpattern/run-testpattern-2.in (1.14) (+4 -2) src/xml/.cvsignore (1.1) (added +7 -0) src/xml/Makefile.am (1.1) (added +69 -0) src/xml/dither-matrix-1x1.xml (1.1) (added +5553 -0) src/xml/dither-matrix-2x1.xml (1.1) (added +5505 -0) src/xml/dither-matrix-4x1.xml (1.1) (added +5569 -0) src/xml/escp2/.cvsignore (1.1) (added +3 -0) src/xml/escp2/Makefile.am (1.1) (added +59 -0) src/xml/escp2/media/.cvsignore (1.1) (added +3 -0) src/xml/escp2/media/Makefile.am (1.1) (added +82 -0) src/xml/escp2/media/b500.xml (1.1) (added +895 -0) src/xml/escp2/media/c120.xml (1.1) (added +1142 -0) src/xml/escp2/media/c64.xml (1.1) (added +1111 -0) src/xml/escp2/media/c80.xml (1.1) (added +1113 -0) src/xml/escp2/media/c82.xml (1.1) (added +1111 -0) src/xml/escp2/media/claria.xml (1.1) (added +2317 -0) src/xml/escp2/media/cmy.xml (1.1) (added +446 -0) src/xml/escp2/media/cmykrb.xml (1.1) (added +1466 -0) src/xml/escp2/media/cx3650.xml (1.1) (added +1111 -0) src/xml/escp2/media/f360.xml (1.1) (added +1111 -0) src/xml/escp2/media/f360_photo.xml (1.1) (added +501 -0) src/xml/escp2/media/f360_photo7_japan.xml (1.1) (added +501 -0) src/xml/escp2/media/f360_ultrachrome.xml (1.1) (added +918 -0) src/xml/escp2/media/f360_ultrachrome_k3.xml (1.1) (added +1468 -0) src/xml/escp2/media/photo_gen0.xml (1.1) (added +1415 -0) src/xml/escp2/media/photo_gen1.xml (1.1) (added +1434 -0) src/xml/escp2/media/photo_gen2.xml (1.1) (added +1434 -0) src/xml/escp2/media/photo_gen3.xml (1.1) (added +1757 -0) src/xml/escp2/media/photo_gen3_4.xml (1.1) (added +1434 -0) src/xml/escp2/media/photo_pigment.xml (1.1) (added +547 -0) src/xml/escp2/media/picturemate_4.xml (1.1) (added +107 -0) src/xml/escp2/media/picturemate_6.xml (1.1) (added +107 -0) src/xml/escp2/media/pro_gen1.xml (1.1) (added +1455 -0) src/xml/escp2/media/pro_gen2.xml (1.1) (added +1474 -0) src/xml/escp2/media/pro_pigment.xml (1.1) (added +588 -0) src/xml/escp2/media/pro_ultrachrome.xml (1.1) (added +941 -0) src/xml/escp2/media/standard.xml (1.1) (added +1111 -0) src/xml/escp2/media/standard_gen0.xml (1.1) (added +1092 -0) src/xml/escp2/media/ultrachrome.xml (1.1) (added +918 -0) src/xml/escp2/media/x80.xml (1.1) (added +465 -0) src/xml/escp2/model/.cvsignore (1.1) (added +3 -0) src/xml/escp2/model/Makefile.am (1.1) (added +159 -0) src/xml/escp2/model/model_0.xml (1.1) (added +126 -0) src/xml/escp2/model/model_1.xml (1.1) (added +144 -0) src/xml/escp2/model/model_10.xml (1.1) (added +146 -0) src/xml/escp2/model/model_11.xml (1.1) (added +145 -0) src/xml/escp2/model/model_12.xml (1.1) (added +159 -0) src/xml/escp2/model/model_13.xml (1.1) (added +162 -0) src/xml/escp2/model/model_14.xml (1.1) (added +151 -0) src/xml/escp2/model/model_15.xml (1.1) (added +151 -0) src/xml/escp2/model/model_16.xml (1.1) (added +164 -0) src/xml/escp2/model/model_17.xml (1.1) (added +164 -0) src/xml/escp2/model/model_18.xml (1.1) (added +148 -0) src/xml/escp2/model/model_19.xml (1.1) (added +164 -0) src/xml/escp2/model/model_2.xml (1.1) (added +144 -0) src/xml/escp2/model/model_20.xml (1.1) (added +161 -0) src/xml/escp2/model/model_21.xml (1.1) (added +157 -0) src/xml/escp2/model/model_22.xml (1.1) (added +155 -0) src/xml/escp2/model/model_23.xml (1.1) (added +155 -0) src/xml/escp2/model/model_24.xml (1.1) (added +143 -0) src/xml/escp2/model/model_25.xml (1.1) (added +172 -0) src/xml/escp2/model/model_26.xml (1.1) (added +157 -0) src/xml/escp2/model/model_27.xml (1.1) (added +132 -0) src/xml/escp2/model/model_28.xml (1.1) (added +130 -0) src/xml/escp2/model/model_29.xml (1.1) (added +130 -0) src/xml/escp2/model/model_3.xml (1.1) (added +151 -0) src/xml/escp2/model/model_30.xml (1.1) (added +130 -0) src/xml/escp2/model/model_31.xml (1.1) (added +130 -0) src/xml/escp2/model/model_32.xml (1.1) (added +170 -0) src/xml/escp2/model/model_33.xml (1.1) (added +170 -0) src/xml/escp2/model/model_34.xml (1.1) (added +169 -0) src/xml/escp2/model/model_35.xml (1.1) (added +164 -0) src/xml/escp2/model/model_36.xml (1.1) (added +164 -0) src/xml/escp2/model/model_37.xml (1.1) (added +164 -0) src/xml/escp2/model/model_38.xml (1.1) (added +165 -0) src/xml/escp2/model/model_39.xml (1.1) (added +125 -0) src/xml/escp2/model/model_4.xml (1.1) (added +142 -0) src/xml/escp2/model/model_40.xml (1.1) (added +130 -0) src/xml/escp2/model/model_41.xml (1.1) (added +137 -0) src/xml/escp2/model/model_42.xml (1.1) (added +156 -0) src/xml/escp2/model/model_43.xml (1.1) (added +164 -0) src/xml/escp2/model/model_44.xml (1.1) (added +159 -0) src/xml/escp2/model/model_45.xml (1.1) (added +125 -0) src/xml/escp2/model/model_46.xml (1.1) (added +142 -0) src/xml/escp2/model/model_47.xml (1.1) (added +151 -0) src/xml/escp2/model/model_48.xml (1.1) (added +139 -0) src/xml/escp2/model/model_49.xml (1.1) (added +139 -0) src/xml/escp2/model/model_5.xml (1.1) (added +142 -0) src/xml/escp2/model/model_50.xml (1.1) (added +160 -0) src/xml/escp2/model/model_51.xml (1.1) (added +160 -0) src/xml/escp2/model/model_52.xml (1.1) (added +166 -0) src/xml/escp2/model/model_53.xml (1.1) (added +141 -0) src/xml/escp2/model/model_54.xml (1.1) (added +161 -0) src/xml/escp2/model/model_55.xml (1.1) (added +159 -0) src/xml/escp2/model/model_56.xml (1.1) (added +163 -0) src/xml/escp2/model/model_57.xml (1.1) (added +143 -0) src/xml/escp2/model/model_58.xml (1.1) (added +129 -0) src/xml/escp2/model/model_59.xml (1.1) (added +164 -0) src/xml/escp2/model/model_6.xml (1.1) (added +142 -0) src/xml/escp2/model/model_60.xml (1.1) (added +163 -0) src/xml/escp2/model/model_61.xml (1.1) (added +173 -0) src/xml/escp2/model/model_62.xml (1.1) (added +166 -0) src/xml/escp2/model/model_63.xml (1.1) (added +156 -0) src/xml/escp2/model/model_64.xml (1.1) (added +174 -0) src/xml/escp2/model/model_65.xml (1.1) (added +152 -0) src/xml/escp2/model/model_66.xml (1.1) (added +173 -0) src/xml/escp2/model/model_67.xml (1.1) (added +175 -0) src/xml/escp2/model/model_68.xml (1.1) (added +174 -0) src/xml/escp2/model/model_69.xml (1.1) (added +171 -0) src/xml/escp2/model/model_7.xml (1.1) (added +153 -0) src/xml/escp2/model/model_70.xml (1.1) (added +172 -0) src/xml/escp2/model/model_71.xml (1.1) (added +172 -0) src/xml/escp2/model/model_72.xml (1.1) (added +171 -0) src/xml/escp2/model/model_73.xml (1.1) (added +124 -0) src/xml/escp2/model/model_74.xml (1.1) (added +159 -0) src/xml/escp2/model/model_75.xml (1.1) (added +148 -0) src/xml/escp2/model/model_76.xml (1.1) (added +150 -0) src/xml/escp2/model/model_77.xml (1.1) (added +162 -0) src/xml/escp2/model/model_78.xml (1.1) (added +164 -0) src/xml/escp2/model/model_79.xml (1.1) (added +163 -0) src/xml/escp2/model/model_8.xml (1.1) (added +152 -0) src/xml/escp2/model/model_80.xml (1.1) (added +171 -0) src/xml/escp2/model/model_81.xml (1.1) (added +187 -0) src/xml/escp2/model/model_82.xml (1.1) (added +207 -0) src/xml/escp2/model/model_83.xml (1.1) (added +162 -0) src/xml/escp2/model/model_84.xml (1.1) (added +156 -0) src/xml/escp2/model/model_85.xml (1.1) (added +215 -0) src/xml/escp2/model/model_86.xml (1.1) (added +122 -0) src/xml/escp2/model/model_87.xml (1.1) (added +193 -0) src/xml/escp2/model/model_9.xml (1.1) (added +145 -0) src/xml/papers.xml (1.1) (added +1403 -0) src/xml/printers.xml (1.1) (added +1910 -0) test/run-testdither (1.13) (+1 -1) test/run-weavetest (1.25) (+1 -1) Start converting Epson driver data to XML. Stage 1: Convert existing paper data into XML and verify current functionality. This also includes creating a top level XML model file for each distinct printer model (there's a 1-1 mapping between the models in escp2-printers.c and the model files). All of these XML files are going into an escp2 subdirectory of the top level XML directory. The model files will go into a "model" subdirectory, and the paper files will go into a "media" subdirectory. The media definition will be able to express capabilities on a per-media type, per-inkset, and per-resolution basis. The actual data will be made available to the rest of the package through an stp_vars_t. I'm creating this data using the existing 5.2 beta tree and a small program to generate the XML. I'm verifying existing functionality by means of md5 checksum verification using the testpattern-2 test. Note that the existing mechanical sequence information will be made available as advanced options, some of them integer and some of them floating point. Things like vacuum intensity and feed adjustment are exposed by the OEM driver, so we should expose them also. This stage will not be checked in. Stage 2: Move all of the XML files from src/main to src/xml. This requires creating the appropriate makefile structure and scrubbing all uses of STP_DATA_PATH within the source tree. Functionality will be verified in the same way. I will also verify that an installation works correctly. 2008-06-01 Files: src/main/dither-ordered.c (1.30) (+1 -11) Remove spurious (and incorrect) comment. 2008-06-01 Files: po/nl.po (1.68) (+819 -1013) Updated Dutch translation 2008-05-23 Files: src/main/print-escp2-data.c (1.249) (+3 -3) src/main/print-escp2.c (1.391) (+20 -18) Fix duplex printing on B500 2008-05-20 Files: include/gutenprint/vars.h (1.5) (+126 -10) include/gutenprint/xml.h (1.3) (+10 -2) src/main/print-vars.c (1.82) (+432 -47) src/main/printers.c (1.84) (+3 -102) src/main/xml.c (1.39) (+124 -1) Add some additional operations on stp_vars_t 2008-05-17 Files: src/main/escp2-channels.c (1.78) (+17 -13) src/main/escp2-inks.c (1.64) (+9 -7) src/main/escp2-papers.c (1.110) (+25 -19) src/main/escp2-resolutions.c (1.46) (+25 -19) src/main/print-escp2.c (1.390) (+2 -2) Do not attempt to print debug message with possible null pointer 2008-05-17 Files: src/testpattern/run-testpattern-2.in (1.13) (+5 -1) Check ink sets also. Add -f to specify families to test. 2008-05-14 Files: src/escputil/escputil.c (1.95) (+43 -40) Minor cleanup 2008-05-14 Files: test/parse-escp2 (1.20) (+9 -4) Reset the vertical position on form feed. 2008-05-12 Files: po/hu.po (1.20) (+742 -901) Update Hungarian translation 2008-05-11 Files: doc/README.maintaining (1.25) (+2 -2) Update for gettext 0.16 2008-05-11 Files: src/escputil/escputil.c (1.94) (+43 -44) Print the name of the printer, and any warnings, for status. 2008-05-11 Files: src/main/escp2-channels.c (1.77) (+3 -3) Distinguish between the two black cartridges on the C120. 2008-05-11 Files: configure.ac (1.181) (+3 -3) Bump required gettext version to 0.16 per Roger Leigh. 2008-05-11 Files: src/escputil/escputil.c (1.93) (+43 -4) src/foomatic/foomatic-printermap (1.169) (+2 -0) src/main/escp2-channels.c (1.76) (+142 -1) src/main/escp2-driver.c (1.40) (+13 -3) src/main/escp2-inks.c (1.63) (+28 -1) src/main/escp2-papers.c (1.109) (+64 -1) src/main/escp2-resolutions.c (1.45) (+4 -1) src/main/print-escp2-data.c (1.248) (+29 -1) src/main/print-escp2.c (1.389) (+115 -17) src/main/print-escp2.h (1.119) (+9 -4) src/main/printers.xml (1.230) (+3 -1) Preliminary support for B-300, B-500 2008-05-11 Files: src/testpattern/run-testpattern-2.in (1.12) (+1 -1) Test each media type. 2008-05-11 Files: src/main/dither-ordered.c (1.29) (+2 -2) Fix an initialization warning. 2008-05-11 Files: src/main/dither-main.c (1.60) (+3 -1) Don't accidentally use segmented dither if dither algorithm defaults to adaptive hybrid. 2008-05-08 Files: src/cups/genppd.c (1.143) (+9 -4) Generate information for Macintosh color management (harmless elsewhere) Safety check for output order and duplex options (don't use unless they're active, as these are not mandatory). 2008-05-05 Files: NEWS (1.367) (+33 -0) src/foomatic/foomatic-printermap (1.168) (+34 -0) src/main/printers.xml (1.229) (+35 -1) Add additional HP laser printers. 2008-05-04 Files: NEWS (1.366) (+1 -1) Update number of supported printers. 2008-05-04 Files: NEWS (1.365) (+445 -0) src/foomatic/foomatic-printermap (1.167) (+429 -0) src/main/printers.xml (1.228) (+437 -8) Add a number of laser printers from Brother, Epson, Gestetner, Infotec, Lanier, Lexmark, NRG, Ricoh, Samsung, and Savin 2008-05-04 Files: src/main/escp2-driver.c (1.39) (+14 -9) src/main/print-escp2-data.c (1.247) (+88 -88) src/main/print-escp2.c (1.388) (+19 -4) src/main/print-escp2.h (1.118) (+6 -2) Fix missing line problem in color on CX-3700 =============================================================================== Name: gutenprint-5_2_0-beta2 2008-04-28 Files: NEWS (1.364) (+9 -1) README (1.186) (+2 -2) configure.ac (1.180) (+3 -3) src/main/Makefile.am (1.99) (+3 -3) Emergency fix for Gutenprint 5.2.0-beta2 =============================================================================== Name: gutenprint-5_2_0-beta1 2008-04-26 Files: po/cs.po (1.48) (+1168 -1176) po/da.po (1.85) (+716 -645) po/de.po (1.62) (+1168 -1176) po/el.po (1.63) (+1155 -1182) po/en_GB.po (1.155) (+1804 -1638) po/es.po (1.61) (+1168 -1176) po/fr.po (1.89) (+1788 -1633) po/hu.po (1.19) (+1155 -1178) po/ja.po (1.57) (+1168 -1176) po/nb.po (1.22) (+1728 -1035) po/nl.po (1.67) (+751 -661) po/pl.po (1.67) (+1147 -1184) po/pt.po (1.62) (+1168 -1176) po/sk.po (1.66) (+1168 -1176) po/sv.po (1.92) (+3529 -2449) po/zh_TW.po (1.22) (+1115 -1192) Gutenprint 5.2-beta1 release 2008-04-26 Files: po/da.po (1.84) (+8090 -122) Fix Danish translation (somehow got mangled) 2008-04-26 Files: NEWS (1.363) (+6 -3) src/foomatic/foomatic-printermap (1.166) (+5 -0) src/main/print-pcl.c (1.150) (+54 -1) src/main/printers.xml (1.227) (+6 -1) Add support for generic large format laser printers 2008-04-25 Files: NEWS (1.362) (+6 -0) Updates. 2008-04-25 Files: po/da.po (1.83) (+122 -8283) Updated Danish translation 2008-04-23 Files: po/nl.po (1.66) (+1166 -1271) Fix some translated strings 2008-04-22 Files: src/ghost/ijsgutenprint.c (1.20) (+33 -33) Don't translate error/warning strings. 2008-04-20 Files: src/main/canon-printers.h (1.46) (+44 -1) src/main/print-canon.c (1.226) (+9 -2) switch channel order to CMYK for the iP4500 might fix #1834153 2008-04-20 Files: src/main/canon-printers.h (1.45) (+1 -1) make the iX5000 use the I Raster commandset so that the driver may also work for the MP520 (untested) 2008-04-18 Files: NEWS (1.361) (+7 -1) Prep for 5.2-beta 2008-04-15 Files: po/en_GB.po (1.154) (+1942 -2720) po/fr.po (1.88) (+2450 -3582) Updates from translation service 2008-04-15 Files: po/cs.po (1.47) (+5814 -2499) po/da.po (1.82) (+2513 -1807) po/de.po (1.61) (+5338 -2123) po/el.po (1.62) (+5626 -2364) po/en_GB.po (1.153) (+5854 -2043) po/es.po (1.60) (+5809 -2506) po/fr.po (1.87) (+5814 -2511) po/hu.po (1.18) (+2491 -1795) po/ja.po (1.56) (+5820 -2504) po/nl.po (1.65) (+2550 -1824) po/pl.po (1.66) (+5479 -2287) po/pt.po (1.61) (+5825 -2508) po/sk.po (1.65) (+5804 -2505) po/zh_TW.po (1.21) (+5738 -2096) run msgmerge 2008-04-15 Files: po/cs.po (1.46) (+2346 -5078) po/da.po (1.81) (+2532 -3346) po/de.po (1.60) (+2308 -4917) po/el.po (1.61) (+2573 -5254) po/en_GB.po (1.152) (+3158 -6191) po/es.po (1.59) (+2686 -5408) po/fr.po (1.86) (+3443 -5614) po/hu.po (1.17) (+2517 -3322) po/ja.po (1.55) (+2940 -5673) po/nl.po (1.64) (+2550 -3384) po/pl.po (1.65) (+2307 -4915) po/pt.po (1.60) (+2582 -5316) po/sk.po (1.64) (+2916 -5634) po/sv.po (1.91) (+4116 -5040) po/zh_TW.po (1.20) (+2742 -6283) Resync with tarnslationproject.org 2008-04-15 Files: src/main/papers.xml (1.28) (+7 -1) Add L-size photo paper (3.5x5). 2008-04-13 Files: NEWS (1.360) (+94 -543) README (1.185) (+50 -68) configure.ac (1.179) (+6 -6) Bump version to 5.2 beta 2008-04-12 Files: Makefile.am (1.151) (+2 -2) scripts/mkchlog (1.11) (+64 -21) Record release points in change log 2008-04-12 Files: src/cups/cups-genppdupdate.in (1.42) (+12 -3) Function correctly when both -r and -s are used. 2008-04-07 Files: src/cups/cups-genppdupdate.in (1.41) (+13 -4) Further improve performance by not changing PPD values that don't actually change. 2008-04-06 Files: src/cups/cups-genppdupdate.in (1.40) (+147 -148) Add -f option to allow bypassing ownership check. Improve file search. Don't pre-check for Gutenprint/Gimp-Print PPD files (just wastes time). Exit with non-zero status if any updates failed (as opposed to skipped or invalid). 2008-04-06 Files: src/cups/genppd.c (1.142) (+8 -2) Check the URI scheme to make sure the version is correct. 2008-04-06 Files: src/main/print-canon.c (1.225) (+2 -2) fixed mixed declaration and code warning 2008-04-06 Files: src/main/print-canon.c (1.224) (+5 -2) make it possible to easily change the channel order 2008-04-06 Files: src/cups/cups-genppdupdate.in (1.39) (+3 -3) Minor wording changes 2008-04-06 Files: src/cups/cups-genppdupdate.in (1.38) (+50 -118) Improve performance by making only one pass over the PPD file and extracting all data at that time. Old code made a lot of separate passes over the data. 2008-04-06 Files: src/cups/cups-genppdupdate.in (1.37) (+3 -1) Update help message. 2008-04-06 Files: README (1.184) (+14 -14) Change cups-genppdupdate.5.1 to cups-genppdupdate. 2008-04-06 Files: configure.ac (1.178) (+3 -6) src/cups/Makefile.am (1.96) (+3 -6) src/cups/cups-genppdupdate.in (1.36) (+55 -12) Make cups-genppdupdate generic, but favor the current version 2008-04-01 Files: configure.ac (1.177) (+2 -8) man/Makefile.am (1.23) (+1 -3) man/cups-genppdconfig.8.in (1.7) (removed) Complete removal of cups-genppdconfig 2008-03-31 Files: src/cups/Makefile.am (1.95) (+4 -6) src/cups/cups-genppdconfig.in (1.15) (removed) Remove no longer used cups-genppdconfig 2008-03-31 Files: src/cups/cups-genppdupdate.in (1.35) (+24 -8) [ 1929738 ] genppdupdate updates twice with case-insensitive filesystems 2008-03-29 Files: src/foomatic/foomatic-printermap (1.165) (+177 -0) src/main/printers.xml (1.226) (+178 -1) Restore PCL inkjet printers 2008-03-07 Files: configure.ac (1.176) (+3 -3) Bump version =============================================================================== Name: gutenprint-5_1_7 2008-03-07 Files: po/cs.po (1.45) (+1792 -1383) po/da.po (1.80) (+1777 -1367) po/de.po (1.59) (+1776 -1368) po/el.po (1.60) (+1773 -1368) po/en_GB.po (1.151) (+1777 -1367) po/es.po (1.58) (+1777 -1368) po/fr.po (1.85) (+1777 -1367) po/hu.po (1.16) (+1777 -1367) po/ja.po (1.54) (+1777 -1368) po/nb.po (1.21) (+1773 -1368) po/nl.po (1.63) (+1777 -1367) po/pl.po (1.64) (+1782 -1385) po/pt.po (1.59) (+1777 -1368) po/sk.po (1.63) (+1777 -1368) po/sv.po (1.90) (+1779 -1368) po/zh_TW.po (1.19) (+1763 -1368) Gutenprint 5.1.7 release 2008-03-05 Files: src/main/print-vars.c (1.81) (+20 -21) Make check_vars into a macro to allow it to be inlined. 2008-03-05 Files: configure.ac (1.175) (+3 -3) Reduce inlining limit to fix compile problem on OS X 10.2 (and shrink binary). 2008-03-02 Files: NEWS (1.359) (+62 -13) README (1.183) (+1 -1) Prep for 5.1.7 2008-02-28 Files: doc/README.maintaining (1.24) (+24 -72) Updates. 2008-02-27 Files: doc/developer/Makefile.am (1.22) (+3 -3) Fix typo 2008-02-27 Files: src/main/print-escp2.c (1.387) (+6 -2) Don't offer a choice of ink types if there's only one "real" choice. 2008-02-27 Files: NEWS (1.358) (+1 -1) Correct number of supported printers. 2008-02-27 Files: NEWS (1.357) (+20 -0) src/foomatic/foomatic-printermap (1.164) (+7 -0) src/main/escp2-channels.c (1.75) (+61 -11) src/main/escp2-papers.c (1.108) (+15 -4) src/main/print-escp2-data.c (1.246) (+22 -3) src/main/printers.xml (1.225) (+20 -13) Add and correct many Epson PictureMate printers. Not all of these printers are tuned at this point. 2008-02-27 Files: src/main/printers.xml (1.224) (+2 -2) Fix typo. 2008-02-24 Files: NEWS (1.356) (+8 -8) Refer to 5.1 rather than 5.0 where appropriate. 2008-02-24 Files: NEWS (1.355) (+50 -0) src/main/print-escp2-data.c (1.245) (+13 -13) Fix borderless printing on R2400. Improve 2880x2880 and 5760x2880 resolution on many printers. 2008-02-24 Files: src/main/print-escp2-data.c (1.244) (+2 -2) Fix definition of PM-G820. 2008-02-24 Files: src/main/print-escp2-data.c (1.243) (+7 -7) Fix 5760x2880 printing on R800 and 1400. 2008-02-24 Files: src/main/print-escp2-data.c (1.242) (+2 -2) Setting extra_feed for the C120 causes poor quality in color output at the bottom of the page. 2008-02-24 Files: src/main/print-escp2-data.c (1.241) (+2 -2) Extra feed yields better results on C120, but still not perfect at 2880 DPI vertical. 2008-02-24 Files: src/main/escp2-resolutions.c (1.44) (+17 -1) src/main/print-escp2-data.c (1.240) (+3 -3) Enable use of 2880x2880 DPI for Ultra Photo and 5760x2880 for Best quality for Claria-based printers. 2008-02-24 Files: src/main/printers.xml (1.223) (+2 -2) Fix typo. 2008-02-24 Files: src/main/print-escp2-data.c (1.239) (+3 -3) Improve print quality near the bottom of the page at 5760x2880 and 2880x2880 DPI on Claria printers (see bug 1700313). 2008-02-19 Files: src/main/dither-eventone.c (1.42) (+372 -335) Use standard Gutenprint C style. 2008-02-18 Files: src/main/dither-eventone.c (1.41) (+12 -2) src/main/dither-impl.h (1.32) (+3 -4) src/main/dither-inks.c (1.26) (+1 -2) src/main/dither-main.c (1.59) (+4 -6) src/main/dither-ordered.c (1.28) (+76 -81) src/main/print-dither-matrices.c (1.37) (+1 -6) src/testpattern/run-testpattern (1.23) (+1 -1) Move some eventone-specific stuff out of the core dither object. Add segmented new ordered dither algorithm. 2008-02-17 Files: NEWS (1.354) (+3 -1) mention fixed bugs 2008-02-17 Files: src/main/canon-printers.h (1.44) (+12 -0) src/main/printers.xml (1.222) (+2 -2) the PIXMA MP520 only works with the I printing command 2008-02-17 Files: NEWS (1.353) (+4 -0) src/foomatic/foomatic-printermap (1.163) (+2 -0) src/main/canon-inks.h (1.22) (+13 -0) src/main/canon-modes.h (1.31) (+4 -0) src/main/canon-printers.h (1.43) (+12 -0) src/main/printers.xml (1.221) (+3 -1) added (untested) support for Canon PIXMA MP520 and iP6000D 2008-02-03 Files: doc/developer/Makefile.am (1.21) (+9 -1) Give a useful error if db2pdf or db2html is missing. 2008-02-03 Files: src/main/escp2-inks.c (1.62) (+2 -2) A few more fixes for the 1400. 2008-02-03 Files: src/main/print-escp2-data.c (1.238) (+2 -2) Correct base resolution for Stylus Photo 1400 at 1440x1440 DPI. 2008-02-03 Files: src/main/escp2-inks.c (1.61) (+15 -15) src/main/print-escp2-data.c (1.237) (+5 -5) Retune Claria-based printers 2008-02-03 Files: src/testpattern/testpatternl.l (1.20) (+3 -3) Accept hex integers. 2008-02-03 Files: src/main/print-escp2.c (1.386) (+14 -4) Allow passing base resolution, drop size, and such on the command line. 2008-02-02 Files: src/main/dither-ordered.c (1.27) (+15 -9) In segmented mode, treat the lowest order segment (corresponding to output value of 0) as normal ordered dither. 2008-01-31 Files: src/gutenprintui2/plist.c (1.17) (+10 -10) - printer queue list was queried by grep|awk|sed and grep|sed colons; changed to awk only 2008-01-30 Files: src/gutenprintui2/plist.c (1.16) (+14 -2) Reset LC_MESSAGES and LANG in addition to LC_ALL to ensure that lpstat doesn't translate messages. 2008-01-30 Files: src/gutenprintui2/plist.c (1.15) (+5 -2) Explain why it's important to use lpstat -v rather than lpstat -t or lpstat -p, which in some ways are easier to parse. 2008-01-27 Files: src/testpattern/testpattern.c (1.48) (+227 -217) src/testpattern/testpattern.h (1.17) (+7 -6) src/testpattern/testpatternl.l (1.19) (+3 -2) src/testpattern/testpatterny.y (1.30) (+81 -70) Allow floats to be input without decimal point 2008-01-27 Files: test/unprint.c (1.39) (+2 -2) Fix determination of multiple drop size status. 2008-01-26 Files: src/main/print-pcl.c (1.149) (+4 -4) Fix definitions of adjustable guide trays. 2008-01-26 Files: src/main/dither-impl.h (1.31) (+3 -2) src/main/dither-main.c (1.58) (+7 -2) src/main/dither-ordered.c (1.26) (+75 -1) Add drop size segmented dither algorithm 2008-01-25 Files: src/main/print-color.c (1.139) (+2 -2) Fix silly typo 2008-01-22 Files: src/gutenprintui2/gutenprintui-internal.h (1.5) (+3 -1) src/gutenprintui2/panel.c (1.17) (+120 -115) Add reset buttons to individual settings 2008-01-22 Files: src/main/print-escp2.c (1.385) (+47 -1) Expose actual (per-paper and printer) GCR settings. 2008-01-21 Files: src/main/printers.c (1.83) (+15 -20) Speed up stp_init 2008-01-21 Files: include/gutenprint/curve.h (1.2) (+23 -4) include/gutenprint/sequence.h (1.2) (+23 -3) src/gutenprintui2/gutenprintui-internal.h (1.4) (+11 -1) src/gutenprintui2/panel.c (1.16) (+188 -2) src/main/color-conversion.h (1.12) (+1 -3) src/main/curve.c (1.53) (+44 -1) src/main/print-color.c (1.138) (+74 -1) src/main/sequence.c (1.25) (+29 -1) test/curve.c (1.23) (+64 -1) Add ability to dump out LUT state (curves and such). This is a prototype. Add ability to reverse curves and sequences. Still needs tests. 2008-01-19 Files: src/main/escp2-channels.c (1.74) (+113 -113) src/main/print-escp2.c (1.384) (+443 -18) src/main/print-escp2.h (1.117) (+6 -4) Add drop size parameters. Add light ink values. Add real light ink transition (cutoff) parameters and rename existing cutoff parameters to "scale" (i. e. density scale). 2008-01-15 Files: src/cups/genppd.c (1.141) (+3 -2) Fix valgrind issue 2008-01-15 Files: include/gutenprint/paper.h (1.2) (+12 -2) src/main/papers.xml (1.27) (+169 -1) src/main/print-escp2-data.c (1.236) (+259 -173) src/main/print-escp2.c (1.383) (+14 -1) src/main/print-escp2.h (1.116) (+10 -3) src/main/print-papers.c (1.38) (+15 -2) src/main/print-pcl.c (1.148) (+50 -9) Flag envelope paper sizes so that drivers can treat them specially. This mechanism is extensible. Add landscape equivalents for all envelope sizes. Flag Epson printers that are supposed to print envelopes in landscape mode. Fix margins for PCL printers for paper trays with movable guides. 2008-01-13 Files: src/main/printers.c (1.82) (+7 -8) Fix a few warnings 2008-01-13 Files: NEWS (1.352) (+30 -2) README (1.182) (+5 -5) configure.ac (1.174) (+3 -3) src/foomatic/foomatic-printermap (1.162) (+18 -0) src/main/printers.xml (1.220) (+19 -1) Add some new Epson printers; bump version 2008-01-07 Files: src/main/canon-printers.h (1.42) (+1 -1) Fix printing for the PIXMA iP4500 2008-01-06 Files: src/main/print-escp2-data.c (1.235) (+2 -2) The C120 does work at 5760x2880, but the bottom can be a bit fuzzy (same issue as with other printers for which we've enabled 5760x2880). So let's enable it here. 2008-01-05 Files: src/gutenprintui2/plist.c (1.14) (+7 -2) Set locale to C when calling external programs 2008-01-03 Files: src/main/print-canon.c (1.223) (+6 -1) also call canon_end_job when in Page mode =============================================================================== Name: gutenprint-5_1_6 2008-01-02 Files: src/cups/rastertoprinter.c (1.120) (+4 -4) Don't print the command line options on a single line in the debug output. 2007-12-31 Files: src/cups/rastertoprinter.c (1.119) (+129 -105) Improve debug error message output 2007-12-31 Files: NEWS (1.351) (+2 -2) Prep for 5.1.6. 2007-12-31 Files: NEWS (1.350) (+36 -12) README (1.181) (+5 -5) configure.ac (1.173) (+3 -3) Prep for 5.1.6 2007-12-31 Files: src/main/buffer-image.c (1.2) (+3 -0) [ 1844169 ] Severe per-page memory leak w/Canon driver, DuplexNoTumble 2007-12-31 Files: src/testpattern/run-testpattern-2.in (1.11) (+32 -6) src/testpattern/testpattern.c (1.47) (+120 -8) Test duplex and tumble by default, using multiple pages. Allow -p option to specify use of multiple pages. Correctly generate all data (fix some valgrind problems). 2007-12-30 Files: src/main/dither-ordered.c (1.25) (+11 -28) The top and bottom of each range can be computed trivially from the fraction at which we start using larger drops. 2007-12-30 Files: src/main/dither-ordered.c (1.24) (+88 -115) Simplify the calculations somewhat (and get better results). 2007-12-30 Files: src/main/escp2-driver.c (1.38) (+2 -2) Fix compile problem on OS X. =============================================================================== Name: gutenprint-5_1_5 2007-12-29 Files: po/cs.po (1.44) (+1184 -1115) po/da.po (1.79) (+1187 -1115) po/de.po (1.58) (+1184 -1115) po/el.po (1.59) (+1185 -1115) po/en_GB.po (1.150) (+1187 -1115) po/es.po (1.57) (+1185 -1115) po/fr.po (1.84) (+1187 -1115) po/hu.po (1.15) (+1187 -1115) po/ja.po (1.53) (+1185 -1115) po/nb.po (1.20) (+1185 -1115) po/nl.po (1.62) (+1187 -1115) po/pl.po (1.63) (+1184 -1115) po/pt.po (1.58) (+1185 -1115) po/sk.po (1.62) (+1185 -1115) po/sv.po (1.89) (+1187 -1116) po/zh_TW.po (1.18) (+1185 -1115) Gutenprint 5.1.5 release 2007-12-29 Files: Makefile.am (1.150) (+35 -35) Remove GNU make-ism. 2007-12-28 Files: src/main/dither-ordered.c (1.23) (+9 -3) Correctly handle cases where some channels have multiple drop sizes but others don't. 2007-12-28 Files: src/testpattern/run-testpattern-2.in (1.10) (+20 -8) Allow overriding the default settings for dither algorithm and color correction. 2007-12-28 Files: src/main/printers.xml (1.219) (+7 -2) tweak PIXMA iP4200 patch by Piotr Stachura 2007-12-28 Files: NEWS (1.349) (+13 -4) src/foomatic/foomatic-printermap (1.161) (+1 -0) src/main/printers.xml (1.218) (+2 -1) Add Sharp AR-M257 2007-12-28 Files: src/main/dither-impl.h (1.30) (+4 -3) src/main/dither-main.c (1.57) (+3 -1) src/main/dither-ordered.c (1.22) (+280 -2) Add Ordered New dither 2007-12-28 Files: NEWS (1.348) (+3 -0) updated news 2007-12-28 Files: src/foomatic/foomatic-printermap (1.160) (+1 -0) src/main/canon-inks.h (1.21) (+1 -1) src/main/canon-modes.h (1.30) (+6 -0) src/main/canon-printers.h (1.41) (+12 -0) src/main/print-canon.c (1.222) (+4 -1) src/main/printers.xml (1.217) (+2 -1) untested support for the PIXMA iP8500 (#1703011) 2007-12-28 Files: AUTHORS (1.24) (+3 -0) added Piotr Stachura to authors 2007-12-28 Files: src/main/print-canon.c (1.221) (+57 -36) also use the hsv maps from the printmode based on patch by Piotr Stachura 2007-12-28 Files: src/main/canon-modes.h (1.29) (+32 -2) src/main/canon-printers.h (1.40) (+48 -3) hsv adjustment curves for the Canon PIXMA iP4200 patch by Piotr Stachura 2007-12-28 Files: src/cups/rastertoprinter.c (1.118) (+5 -5) CUPS seems to swallow the startup messages if they're INFO. 2007-12-27 Files: src/cups/rastertoprinter.c (1.117) (+11 -5) Emit simple informational messages that will help us debug problems in the CUPS driver. 2007-12-27 Files: src/main/print-olympus.c (1.83) (+2 -2) Fix for ES series printers, from pizza@shaftnet.org 2007-12-27 Files: NEWS (1.347) (+78 -12) README (1.180) (+5 -5) configure.ac (1.172) (+3 -3) Prep for 5.1.5 2007-12-27 Files: src/main/escp2-inks.c (1.60) (+6 -6) src/main/escp2-papers.c (1.107) (+14 -14) src/main/print-escp2-data.c (1.234) (+3 -3) Improve tuning for C120 2007-12-26 Files: src/main/dither-impl.h (1.29) (+3 -4) src/main/dither-main.c (1.56) (+1 -3) src/main/dither-ordered.c (1.21) (+2 -88) src/main/papers.xml (1.26) (+0 -18) src/main/print-papers.c (1.37) (+0 -5) src/main/print-weave.c (1.68) (+29 -29) Back out unintended commit 2007-12-26 Files: src/main/dither-impl.h (1.28) (+4 -3) src/main/dither-main.c (1.55) (+3 -1) src/main/dither-ordered.c (1.20) (+88 -2) src/main/escp2-channels.c (1.73) (+14 -1) src/main/papers.xml (1.25) (+19 -1) src/main/print-escp2-data.c (1.233) (+89 -89) src/main/print-escp2.c (1.382) (+9 -2) src/main/print-escp2.h (1.115) (+7 -2) src/main/print-papers.c (1.36) (+6 -1) src/main/print-weave.c (1.67) (+30 -30) Fix escputil issues with Claria and interchangeable cartridge printers 2007-12-26 Files: src/escputil/escputil.c (1.92) (+24 -17) Distinguish between ink cartridge and ink color, and print the ink color correctly on printers that offer multiple choices. 2007-12-26 Files: src/escputil/d4lib.c (1.9) (+2 -2) Be a bit less conservative with the timings (this is still 5x longer than previous). 2007-12-26 Files: src/main/escp2-channels.c (1.72) (+13 -1) src/main/print-escp2-data.c (1.232) (+2 -2) Fix escputil for C120 2007-12-26 Files: src/escputil/escputil.c (1.91) (+6 -5) Handle newer printers with 4-byte ink status. 2007-12-26 Files: src/escputil/d4lib.c (1.8) (+3 -2) Improve reliability by increasing timeouts. 2007-12-26 Files: src/main/escp2-channels.c (1.71) (+2 -2) src/main/escp2-inks.c (1.59) (+29 -1) src/main/escp2-papers.c (1.106) (+92 -1) src/main/print-escp2-data.c (1.231) (+9 -6) First pass tuning for C120 2007-12-25 Files: src/main/escp2-channels.c (1.70) (+2 -2) src/main/print-escp2-data.c (1.230) (+6 -4) Make borderless work on C120. Fix a few other problems. Still not tuned. 2007-12-25 Files: src/cups/cups-genppdupdate.in (1.34) (+30 -26) Improve performance of cups-genppdupdate. 2007-12-24 Files: src/foomatic/foomatic-printermap (1.159) (+4 -0) src/main/escp2-channels.c (1.69) (+244 -105) src/main/escp2-driver.c (1.37) (+71 -25) src/main/print-escp2-data.c (1.229) (+22 -1) src/main/print-escp2.c (1.381) (+57 -3) src/main/print-escp2.h (1.114) (+11 -5) src/main/printers.xml (1.216) (+5 -1) Preliminary support for Epson C110, C120, D120, PX-V780. Untuned. 2007-12-24 Files: src/foomatic/foomatic-printermap (1.158) (+1 -0) src/main/canon-printers.h (1.39) (+2 -2) src/main/printers.xml (1.215) (+2 -1) support for the PIXMA MP610 2007-12-24 Files: src/main/Makefile.am (1.98) (+2 -2) src/main/mark.c (1.5) (removed) src/main/page.c (1.4) (removed) src/main/ppd.c (1.6) (removed) src/main/ppd.h (1.5) (removed) src/main/print-ps.c (1.99) (+121 -184) src/main/xmlppd.c (1.2) (+3 -3) src/main/xmlppd.h (1.2) (+2 -2) Replace Postscript PPD back end with XML-based one that's GPL2+. 2007-12-24 Files: src/cups/rastertoprinter.c (1.116) (+3 -3) Replace 'index' with the more portable 'strchr'. 2007-12-24 Files: src/main/xmlppd.c (1.1) (added +574 -0) src/main/xmlppd.h (1.1) (added +46 -0) First checkin of replacement PPD code (compiles, does not run successfully) 2007-12-23 Files: src/foomatic/foomatic-printermap (1.157) (+1 -0) src/main/canon-modes.h (1.28) (+7 -0) src/main/canon-printers.h (1.38) (+12 -0) src/main/printers.xml (1.214) (+2 -1) added support for Canon i80 (as reported in #1547011 it is similar to the BJC7100) 2007-12-23 Files: src/cups/command.types (1.2) (+13 -21) src/cups/commandtoepson.c (1.3) (+13 -21) src/cups/cups-calibrate.c (1.6) (+11 -19) src/cups/genppd.c (1.140) (+12 -20) src/cups/rastertoprinter.c (1.115) (+12 -20) Update license text... 2007-12-23 Files: src/foomatic/foomatic-printermap (1.156) (+1 -0) src/main/canon-inks.h (1.20) (+15 -0) src/main/canon-modes.h (1.27) (+6 -0) src/main/canon-printers.h (1.37) (+12 -0) src/main/print-canon.c (1.220) (+10 -4) src/main/printers.xml (1.213) (+2 -1) untested support for the PIXMA Pro9500 (#1849699) 2007-12-23 Files: src/main/canon-printers.h (1.36) (+12 -0) src/main/printers.xml (1.212) (+2 -2) does the iP4500 only work with CANON_CAP_I ? still waiting for confirmation 2007-12-16 Files: configure.ac (1.171) (+8 -5) Add AM_PROG_CC_C_O and improve some messages. 2007-12-13 Files: src/main/mark.c (1.4) (+17 -15) src/main/page.c (1.3) (+17 -15) src/main/ppd.c (1.5) (+17 -22) src/main/ppd.h (1.4) (+17 -22) [ 1848308 ] LICENSE.txt file missing 2007-12-12 Files: src/cups/test-rastertogutenprint.in (1.3) (+3 -6) Select pages from user manual rather than using saved PDF. 2007-12-11 Files: src/cups/test-rastertogutenprint.in (1.2) (+8 -4) Try to make it work on OS X. 2007-12-11 Files: configure.ac (1.170) (+4 -2) src/cups/Makefile.am (1.94) (+4 -3) src/cups/genppd.c (1.139) (+7 -2) src/cups/rastertoprinter.c (1.114) (+162 -91) src/cups/test-rastertogutenprint.in (1.1) (added +250 -0) Add test for CUPS driver 2007-12-10 Files: NEWS (1.346) (+3 -2) Fix typo 2007-12-09 Files: src/main/print-olympus.c (1.82) (+3 -3) Fix page sizes to not cause PPD files to blow out. 2007-12-09 Files: src/main/printers.xml (1.211) (+16 -16) Change "Okidata" to "Oki" to fit PPD spec. =============================================================================== Name: gutenprint-5_1_4 2007-12-09 Files: po/cs.po (1.43) (+1179 -1748) po/da.po (1.78) (+1791 -1819) po/de.po (1.57) (+1184 -1761) po/el.po (1.58) (+1178 -1748) po/en_GB.po (1.149) (+1790 -1818) po/es.po (1.56) (+1179 -1748) po/fr.po (1.83) (+1791 -1819) po/hu.po (1.14) (+1790 -1819) po/ja.po (1.52) (+1179 -1748) po/nb.po (1.19) (+1178 -1747) po/nl.po (1.61) (+1791 -1819) po/pl.po (1.62) (+1178 -1748) po/pt.po (1.57) (+1179 -1748) po/sk.po (1.61) (+1179 -1748) po/sv.po (1.88) (+1792 -1823) po/zh_TW.po (1.17) (+2812 -2887) Gutenprint 5.1.4 release 2007-12-09 Files: src/ghost/ijsgutenprint.c (1.19) (+3 -3) Replace free with stp_free when paired with stp_malloc. 2007-12-08 Files: src/cups/rastertoprinter.c (1.113) (+4 -2) Fix a small memory leak. 2007-12-08 Files: README (1.179) (+4 -4) One more change. 2007-12-08 Files: README (1.178) (+4 -4) One more change. 2007-12-08 Files: README (1.177) (+3 -0) One more change 2007-12-08 Files: Makefile.am (1.149) (+3 -3) README (1.176) (+20 -19) configure.ac (1.169) (+4 -2) Some patches from Greg Troxel 2007-12-07 Files: NEWS (1.345) (+1 -0) src/foomatic/foomatic-printermap (1.155) (+1 -0) src/main/printers.xml (1.210) (+2 -1) experimental support for the Canon PIXMA iP4500 2007-12-07 Files: src/cups/rastertoprinter.c (1.112) (+8 -8) Improve debugging output a bit 2007-12-05 Files: NEWS (1.344) (+4 -1) Clarify issue with CUPS driver. 2007-12-02 Files: src/testpattern/run-testpattern (1.22) (+2 -2) src/testpattern/run-testpattern-1 (1.9) (+2 -2) test/run-testdither (1.12) (+2 -2) Unify valgrind options across all tests 2007-12-02 Files: NEWS (1.343) (+4 -1) Clarify PPD file change 2007-12-02 Files: NEWS (1.342) (+21 -3) Add note to packagers to release notes also. 2007-12-02 Files: README (1.175) (+19 -0) Add note to packagers about development releases. 2007-12-02 Files: NEWS (1.341) (+14 -14) Note OS X 10.5. 2007-12-02 Files: NEWS (1.340) (+13 -13) README (1.174) (+37 -39) configure.ac (1.168) (+4 -4) Change "the GIMP" to "GIMP". 2007-12-02 Files: src/gutenprintui2/Makefile.am (1.7) (+3 -1) src/testpattern/Makefile.am (1.27) (+3 -1) Packaging fix from Greg Troxel 2007-12-02 Files: src/main/gutenprint.pc.in (1.3) (+1 -1) Packaging fix from Greg Troxel. 2007-11-24 Files: NEWS (1.339) (+31 -7) Updates 2007-11-24 Files: src/testpattern/run-testpattern-2.in (1.9) (+12 -6) Make MD5 output look like it's actually come from the files. 2007-11-24 Files: src/testpattern/Makefile.am (1.26) (+2 -2) src/testpattern/run-testpattern-1 (1.8) (+4 -4) src/testpattern/run-testpattern-2.in (1.8) (+56 -32) src/testpattern/testpattern.c (1.46) (+38 -9) Fold dither algorithm testing into run-testpattern-2. Print better messages from run-testpattern-1. Allow testpattern to send output to a command rather than just a file. Change -m option to take an optional argument (for saving md5 sums) and to use testpattern command output to generate md5 sums (for performance). 2007-11-24 Files: src/cups/genppd.c (1.138) (+15 -9) src/cups/test-ppds (1.3) (+16 -52) Make the default resolution appear square to external programs. Re-enable the PPD check. 2007-11-23 Files: src/cups/cups-genppdupdate.in (1.33) (+9 -8) Eliminate incorrect nested $_. 2007-11-23 Files: src/cups/genppd.c (1.137) (+9 -25) Eliminate use of non-compliant PPD resolutions altogether. 2007-11-23 Files: src/cups/cups-genppdupdate.in (1.32) (+55 -7) src/cups/genppd.c (1.136) (+28 -2) Map Gutenprint resolution names to valid PPD resolution names 2007-11-23 Files: po/fr.po (1.82) (+6 -6) Shorten translations slightly for PPD compliance. 2007-11-23 Files: po/nl.po (1.60) (+6 -6) Fix a few punctuation problems. 2007-11-21 Files: src/testpattern/run-testpattern (1.21) (+25 -7) src/testpattern/run-testpattern-1 (1.7) (+33 -10) src/testpattern/run-testpattern-2.in (1.7) (+18 -2) src/testpattern/testpattern.c (1.45) (+18 -2) src/testpattern/testpattern.h (1.16) (+3 -1) src/testpattern/testpatternl.l (1.18) (+2 -1) src/testpattern/testpatterny.y (1.29) (+21 -2) Allow test pattern generator to output data to a file. 2007-11-20 Files: src/main/print-olympus.c (1.81) (+3 -3) src/main/printers.xml (1.209) (+4 -4) support for Canon ES series (patch#2 from Solomon Peachy ) 2007-11-17 Files: src/main/print-escp2-data.c (1.228) (+2 -2) src/main/print-escp2.c (1.380) (+10 -2) src/main/print-escp2.h (1.113) (+3 -2) 1831542 Borderless regression (5.0.1, 5.1.3) on Epson 2200 2007-11-17 Files: src/cups/cups-genppdupdate.in (1.31) (+14 -4) Don't die if we can't upgrade a particular PPD file. 2007-11-11 Files: src/foomatic/foomatic-printermap (1.154) (+3 -0) src/main/print-olympus.c (1.80) (+59 -1) src/main/printers.xml (1.208) (+4 -1) support for Canon ES series (patch from Solomon Peachy ) 2007-11-10 Files: src/foomatic/foomatic-printermap (1.153) (+1 -0) src/main/canon-inks.h (1.19) (+17 -0) src/main/canon-modes.h (1.26) (+4 -0) src/main/canon-printers.h (1.35) (+12 -0) src/main/printers.xml (1.207) (+2 -1) support for the Canon PIXMA iP5300 (untested) 2007-10-27 Files: src/main/canon-media.h (1.10) (+24 -30) remove support qualities from the various media types they seems to be different for every printer and I don't want to maintain a per printer paperlist 2007-10-27 Files: src/main/canon-inks.h (1.18) (+39 -9) document where we found the iP4000 inksets 2007-10-27 Files: src/main/canon-printers.h (1.34) (+13 -12) the new default printer in case the printers.xml entry for a printer is invalid is now the mp830 as the previous default S200 uses special printmodes 2007-10-27 Files: src/main/canon-printers.h (1.33) (+34 -35) remove the now obsolete model code from the printer caps 2007-10-27 Files: src/main/canon-printers.h (1.32) (+2 -2) src/main/print-canon.c (1.219) (+47 -10) src/main/printers.xml (1.206) (+35 -35) Systematic model_id assignment for Canon printers model_id is now family followed by the model nr FNNNNNN family can be 0 for the old BJC printers 1 for the S-Series 2 for the i-Series 3 for the PIXMA iP-Series 4 for the PIXMA iX-Series 5 for the PIXMA MP-Series 6 for the PIXUS-Series So for example Canon S200 would be 1000200 The entry for the MP710 in the printer caps has been renamed to MP740 as it changed over time 2007-10-27 Files: src/main/print-canon.c (1.218) (+9 -9) use printer names for the special printer handling 2007-10-27 Files: src/foomatic/foomatic-printermap (1.152) (+3 -0) added Canon BJC5100,5500,8500 2007-10-27 Files: src/main/canon-modes.h (1.25) (+1 -1) Get rid of bjc-s500 BW+600x600dpi_draft`PhotoCMY' is not a valid InkType Print options not verified; cannot print. 2007-10-27 Files: src/main/canon-printers.h (1.31) (+35 -34) add a name for every printer to the printer caps 2007-10-27 Files: src/main/printers.xml (1.205) (+4 -1) add some more printers that were already present in canon-printers.h (BCJ 5100,5500,8500) no idea about their state 2007-10-26 Files: src/main/canon-modes.h (1.24) (+3 -2) disable high mode for S500 as it does not produce black, reenable 300dpi mode 2007-10-24 Files: src/main/canon-inks.h (1.17) (+12 -0) src/main/canon-modes.h (1.23) (+6 -1) src/main/canon-printers.h (1.30) (+12 -0) src/main/printers.xml (1.204) (+2 -2) first attempt to support more modes on the Canon S500 2007-10-23 Files: src/main/canon-modes.h (1.22) (+2 -1) src/main/printers.xml (1.203) (+2 -2) another attempt to fix printing on the MP710 and 300dpi support for the iP3000 and similar printers 2007-10-18 Files: src/main/print-olympus.c (1.79) (+7 -6) bugfix: wrong color for Olympus P-S100 reported in Support Requests-1527186 - RGB data was generated instead of BGR - bug also affected Olympus P-440 2007-10-18 Files: src/main/print-olympus.c (1.78) (+3 -1) bugfix: added missing part of init string for Sony UP DP-10 2007-10-17 Files: src/foomatic/foomatic-printermap (1.151) (+1 -1) src/main/printers.xml (1.202) (+2 -2) typo shinco -> shinko 2007-10-17 Files: src/foomatic/foomatic-printermap (1.150) (+1 -0) src/main/print-olympus.c (1.77) (+71 -1) src/main/printers.xml (1.201) (+2 -1) experimental support for Shinko CHC S9045 2007-10-17 Files: src/main/print-olympus.c (1.76) (+25 -14) fixing the bug: privdata contains "unrotated" dimensions after switching to landscape mode 2007-10-17 Files: src/main/print-olympus.c (1.75) (+101 -101) rename x* and y* variables to h* and w* (height, width) for better readability 2007-10-16 Files: src/main/printers.xml (1.200) (+2 -2) fix printing on the MP710 2007-10-06 Files: src/main/printers.xml (1.199) (+7 -7) fix spaces 2007-10-01 Files: src/foomatic/foomatic-printermap (1.149) (+4 -0) src/main/print-olympus.c (1.74) (+3 -2) src/main/printers.xml (1.198) (+5 -1) printers compatible with Canon SELPHY CP-710 2007-09-24 Files: NEWS (1.338) (+212 -8) src/foomatic/foomatic-printermap (1.148) (+0 -177) src/main/printers.xml (1.197) (+1 -178) Remove support for printers supported by HPIJS 2007-09-23 Files: src/main/printers.xml (1.196) (+8 -2) improve color quality for the PIXMA iX5000, values by Tony Zitaret 2007-09-23 Files: src/main/canon-printers.h (1.29) (+2 -2) src/main/print-canon.c (1.217) (+3 -3) fix margins for the BJC 3000 patch by David Keegan (#794600) 2007-09-22 Files: test/pixma_parse.c (1.14) (+21 -7) add -x param to specify the maximum width of the output ppm 2007-09-20 Files: src/main/printers.xml (1.195) (+2 -2) decrease gamma for iP4000 and friends to 1/0.6 fixes #1687853 and maybe #101537 (ubuntu #120016 and #135311) 2007-09-19 Files: src/main/print-canon.c (1.216) (+2 -2) Fix a bug where the canon driver would silently discard some lines when the bitdepth is 2 or higher. hopefully fixes #101537 not sure because this bug was very hard to trigger: the whole imageable area had to be filled with maximum color intensity (ubuntu #120016 and #135311) 2007-09-19 Files: src/main/print-canon.c (1.215) (+3 -4) no need to pass ydpi to canon_write 2007-09-18 Files: NEWS (1.337) (+1 -0) src/foomatic/foomatic-printermap (1.147) (+1 -0) src/main/printers.xml (1.194) (+2 -1) according to Rob klein Gunnewieck the MP180 works with the MP150 driver, too 2007-09-12 Files: NEWS (1.336) (+1 -0) src/foomatic/foomatic-printermap (1.146) (+1 -0) src/main/printers.xml (1.193) (+2 -1) Support Epson DX4050 2007-09-12 Files: NEWS (1.335) (+1 -0) src/foomatic/foomatic-printermap (1.145) (+1 -0) src/main/printers.xml (1.192) (+2 -1) according to Rob klein Gunnewieck the Canon Pixma MP170 works with the MP150 driver 2007-09-09 Files: include/gutenprint/util.h (1.6) (+3 -2) src/cups/genppd.c (1.135) (+26 -24) src/cups/rastertoprinter.c (1.111) (+25 -14) src/main/mark.c (1.3) (+3 -3) src/main/ppd.c (1.4) (+80 -47) src/main/ppd.h (1.3) (+14 -2) src/main/print-ps.c (1.98) (+143 -31) Use Gutenprint option data where available rather than PPD file enumerations. 2007-09-09 Files: NEWS (1.334) (+33 -9) Updates 2007-09-09 Files: src/foomatic/foomatic-printermap (1.144) (+5 -0) src/main/printers.xml (1.191) (+7 -2) Add Epson CX4900, CX5600, CX7400, CX9400, RX595. Correct definition of CX6300 for borderless mode. 2007-09-02 Files: NEWS (1.333) (+9 -0) src/main/escp2-resolutions.c (1.43) (+5 -5) src/main/print-escp2.c (1.379) (+20 -13) Do not offer resolutions above 5760x1440 for quality settings on Epson printers. Experiments have demonstrated that the bottom of the page prints poorly at 2880x2880 and 5760x2880 on many printers, and Epson does not currently offer resolutions above 5760x1440 on any printers. See bug 1700313. 2007-09-02 Files: src/main/print-util.c (1.115) (+14 -6) Don't lose debug information if the client hasn't set an errfunc in the stp_vars_t; print it to stderr instead. 2007-09-02 Files: src/cups/rastertoprinter.c (1.110) (+10 -5) Take care to explicitly flush all data, including the job end data, at the end of a job. 2007-09-02 Files: src/main/canon-modes.h (1.21) (+63 -62) src/main/print-canon.c (1.214) (+5 -3) add per printmode quality option 2007-08-29 Files: src/main/canon-printers.h (1.28) (+1 -1) src/main/print-canon.c (1.213) (+13 -1) support for the ESC P) command on the iP4200 patch by Piotr Stachura 2007-08-29 Files: src/main/canon-printers.h (1.27) (+9 -3) control commands for the PIXMA iP4200 from a patch by Piotr Stachura 2007-08-29 Files: src/main/canon-inks.h (1.16) (+25 -0) src/main/canon-modes.h (1.20) (+6 -1) 300dpi and 300dpi draft mode for the pixma iP4200, based on patch by Piotr Stachura 2007-08-29 Files: src/main/canon-modes.h (1.19) (+6 -0) src/main/canon-printers.h (1.26) (+12 -0) src/main/printers.xml (1.190) (+2 -2) disable not working 1200x600 mode for the Canon i560 (#1732870) 2007-08-29 Files: src/main/print-color.c (1.137) (+2 -2) buffer length for stp_image_get_row needs to honor the channel_depth (fixes #1754691) 2007-08-28 Files: src/foomatic/foomatic-printermap (1.143) (+1 -0) src/main/canon-inks.h (1.15) (+25 -0) src/main/canon-modes.h (1.18) (+5 -0) src/main/canon-printers.h (1.25) (+12 -0) src/main/printers.xml (1.189) (+2 -1) support for the Canon PIXMA iX5000 (untested) 2007-08-27 Files: src/main/print-pcl.c (1.147) (+1 -3) Don't print gratuitous message about duplex not being available. 2007-08-27 Files: NEWS (1.332) (+5 -4) include/gutenprint/printers.h (1.4) (+15 -2) src/gutenprintui2/panel.c (1.15) (+71 -1) src/gutenprintui2/plist.c (1.13) (+37 -8) src/main/print-canon.c (1.212) (+3 -2) src/main/print-escp2.c (1.378) (+4 -3) src/main/print-lexmark.c (1.155) (+2 -1) src/main/print-olympus.c (1.73) (+2 -1) src/main/print-pcl.c (1.146) (+2 -1) src/main/print-ps.c (1.97) (+106 -8) src/main/print-raw.c (1.39) (+2 -1) src/main/printers.c (1.81) (+12 -1) Send device settings to print command for Postscript driver 2007-08-27 Files: src/cups/rastertoprinter.c (1.109) (+3 -3) Accept "true" as well as "True" for boolean options -- it appears that in at least some cases CUPS is sending "true" rather than "True". 2007-08-27 Files: src/cups/cups-genppdupdate.in (1.30) (+2 -2) Support PPD file upgrading only from Gutenprint 5.0 and beyond. 2007-08-24 Files: src/escputil/escputil.c (1.90) (+14 -32) A few more fixes per Matt Broughton. 2007-08-19 Files: src/escputil/escputil.c (1.89) (+61 -47) Recognize -m option for all subcommands. 2007-08-11 Files: NEWS (1.331) (+12 -0) Add updates. 2007-08-11 Files: NEWS (1.330) (+23 -16) README (1.173) (+2 -2) configure.ac (1.167) (+3 -3) src/foomatic/foomatic-printermap (1.142) (+1 -0) src/main/printers.xml (1.188) (+2 -1) Support Epson CX4400. Bump version. 2007-08-07 Files: src/main/papers.xml (1.24) (+3 -3) Change CD - Custom to 120 mm rather than 118.8 mm. 2007-08-05 Files: src/foomatic/foomatic-printermap (1.141) (+1 -0) src/main/printers.xml (1.187) (+2 -1) Add HP LJ1022 2007-06-28 Files: src/foomatic/foomatic-printermap (1.140) (+2 -0) src/main/canon-printers.h (1.24) (+12 -0) src/main/printers.xml (1.186) (+3 -3) add mp710 and 740 to foomatic printermap, add extra entry for the mp710 and mp740 as they do not have duplex support 2007-06-28 Files: src/main/print-canon.c (1.211) (+2 -2) always force unit to 600 for the extended p command, fixes borders for the 300dpi mode of the iP4000 2007-06-28 Files: src/main/printers.xml (1.185) (+4 -2) add Canon MP710 and MP740 printers that, according to Gernot Hassenpflug, should work with the iP4000 driver, make the i560 printer use the BJC7000 driver 2007-06-21 Files: src/foomatic/foomatic-printermap (1.139) (+1 -0) src/main/printers.xml (1.184) (+2 -1) Add Epson PM-670C. 2007-06-21 Files: src/main/sequence.c (1.24) (+24 -5) Fix a compile problem on Solaris (reported by Norm Jacobs). =============================================================================== Name: gutenprint-5_1_3 2007-06-17 Files: doc/gutenprint.dox.in (1.5) (+263 -84) Update doxygen input 2007-06-17 Files: NEWS (1.329) (+30 -13) README (1.172) (+2 -2) configure.ac (1.166) (+3 -3) Prep for 5.1.3 2007-06-17 Files: src/main/printers.xml (1.183) (+8 -8) remove strange characters 2007-06-16 Files: src/main/printers.xml (1.182) (+9 -2) some tweaking for the PIXMA iP4300, patch by Andreas Matthias 2007-06-16 Files: src/main/canon-printers.h (1.23) (+6 -6) tweak margins for the pixma printers 2007-06-16 Files: src/main/canon-media.h (1.9) (+0 -10) remove obsolete iP4200 slotlist 2007-06-10 Files: src/main/printers.xml (1.181) (+11 -11) A number of Epson R-series printers do borderless better with the RX400 settings than with the R300 settings. 2007-06-04 Files: src/main/print-util.c (1.114) (+2 -2) Fix an overly enthusiastic conversion from ENABLE_NLS to HAVE_LOCALE_H =============================================================================== Name: gutenprint-5_1_2 2007-06-02 Files: po/cs.po (1.42) (+729 -719) po/da.po (1.77) (+729 -719) po/de.po (1.56) (+729 -719) po/el.po (1.57) (+729 -719) po/en_GB.po (1.148) (+729 -719) po/es.po (1.55) (+729 -719) po/fr.po (1.81) (+729 -719) po/hu.po (1.13) (+729 -719) po/ja.po (1.51) (+729 -719) po/nb.po (1.18) (+729 -719) po/nl.po (1.59) (+729 -719) po/pl.po (1.61) (+729 -719) po/pt.po (1.56) (+729 -719) po/sk.po (1.60) (+729 -719) po/sv.po (1.87) (+730 -720) po/zh_TW.po (1.16) (+729 -719) Gutenprint 5.1.2 release 2007-06-01 Files: NEWS (1.328) (+9 -7) src/main/print-ps.c (1.96) (+6 -1) Back out attempt to send device settings to printer. 2007-05-29 Files: NEWS (1.327) (+3 -0) 8) Printing to CD's on Epson printers now works correctly if the image is not placed at the top of the page. 2007-05-29 Files: src/main/print-escp2.c (1.377) (+4 -4) Fix printing to CD if the image is not placed at the top of the page. 2007-05-28 Files: NEWS (1.326) (+6 -0) src/foomatic/foomatic-printermap (1.138) (+1 -0) src/main/print-escp2-data.c (1.227) (+19 -1) src/main/printers.xml (1.180) (+11 -10) Fix borderless printing on Epson RX400 and related printers 2007-05-28 Files: NEWS (1.325) (+20 -0) Update release notes. 2007-05-28 Files: src/main/print-canon.c (1.210) (+2 -2) src/main/print-escp2.c (1.376) (+2 -2) Extend the custom CD size down to 65 mm. 2007-05-28 Files: src/main/print-ps.c (1.95) (+95 -109) Print correctly in color. Add device settings. 2007-05-28 Files: NEWS (1.324) (+14 -6) README (1.171) (+2 -2) Update for 5.1.2. 2007-05-28 Files: src/main/print-escp2.c (1.375) (+7 -2) Initialize the density parameters correctly. 2007-05-28 Files: src/main/print-vars.c (1.80) (+4 -1) Print out debug info for raw parameters. 2007-05-27 Files: src/main/dither-impl.h (1.27) (+1 -2) src/main/dither-main.c (1.54) (+0 -2) src/main/dither-ordered.c (1.19) (+1 -87) Back out unintended commit 2007-05-27 Files: src/main/dither-impl.h (1.26) (+4 -3) src/main/dither-main.c (1.53) (+3 -1) src/main/dither-ordered.c (1.18) (+88 -2) src/main/escp2-inks.c (1.58) (+21 -14) src/main/escp2-resolutions.c (1.42) (+6 -1) src/main/print-escp2-data.c (1.226) (+4 -4) Retune the R260 and 1400 2007-05-27 Files: src/main/print-vars.c (1.79) (+6 -10) Minor fix. 2007-05-27 Files: src/main/print-util.c (1.113) (+4 -1) src/main/print-vars.c (1.78) (+128 -32) Further increase debugging output 2007-05-26 Files: src/main/escp2-inks.c (1.57) (+30 -26) src/main/escp2-resolutions.c (1.41) (+4 -2) src/main/print-escp2-data.c (1.225) (+5 -5) Improve tunings of R260 family based on Roy Harrington's measurements. Also add 360x90 DPI mode for hyperfast printing. 2007-05-26 Files: src/main/print-util.c (1.112) (+8 -2) src/main/print-vars.c (1.77) (+87 -105) src/main/printers.c (1.80) (+46 -12) src/main/xml.c (1.38) (+13 -16) Improve debugging output 2007-05-26 Files: src/main/escp2-inks.c (1.56) (+6 -6) src/main/print-escp2-data.c (1.224) (+3 -3) Retuning for the RX580 2007-05-26 Files: src/main/print-escp2.c (1.374) (+4 -2) Don't change the drop size if the base resolutions don't match. 2007-05-21 Files: configure.ac (1.165) (+3 -3) Bump version. 2007-05-21 Files: po/cs.po (1.41) (+1297 -1133) po/da.po (1.76) (+1306 -1133) po/de.po (1.55) (+1272 -1124) po/el.po (1.56) (+1298 -1134) po/en_GB.po (1.147) (+1306 -1133) po/es.po (1.54) (+1297 -1133) po/fr.po (1.80) (+1308 -1135) po/hu.po (1.12) (+1306 -1133) po/ja.po (1.50) (+1297 -1133) po/nb.po (1.17) (+1297 -1133) po/nl.po (1.58) (+1306 -1133) po/pl.po (1.60) (+1296 -1132) po/pt.po (1.55) (+1297 -1133) po/sk.po (1.59) (+1297 -1133) po/sv.po (1.86) (+1307 -1134) po/zh_TW.po (1.15) (+1304 -1131) Gutenprint 5.1.1 release 2007-05-21 Files: NEWS (1.323) (+10 -10) Rename more Canon printers. 2007-05-21 Files: src/escputil/escputil.c (1.88) (+2 -2) src/gutenprintui2/plist.c (1.12) (+15 -16) src/main/print-ps.c (1.94) (+14 -14) src/main/print-util.c (1.111) (+3 -3) src/main/xml.c (1.37) (+3 -3) Try again to get the locale stuff correct. 2007-05-21 Files: NEWS (1.322) (+4 -0) Note updates to cups-genppdupdate. 2007-05-21 Files: src/cups/cups-genppdupdate.in (1.29) (+102 -48) Handle -n correctly (go through the motions, but don't actually update PPD files). Improve debugging granularity. Handle --help and --version. 2007-05-20 Files: src/main/print-ps.c (1.93) (+7 -7) src/main/xml.c (1.36) (+7 -4) Get the locale stuff really correct 2007-05-20 Files: src/main/xml.c (1.35) (+7 -4) Fix up locale handling. 2007-05-20 Files: NEWS (1.321) (+3 -0) src/gutenprintui2/plist.c (1.11) (+28 -10) src/main/ppd.c (1.3) (+8 -8) src/main/print-ps.c (1.92) (+49 -42) Fix handling of locale. Remove unnecessary and inappropriate copyright notice from Postsript output. Use stp_strdup consistently. 2007-05-17 Files: src/gutenprintui2/panel.c (1.14) (+2 -2) src/gutenprintui2/plist.c (1.10) (+8 -3) Fix a few valgrind issues 2007-05-17 Files: src/main/print-vars.c (1.76) (+4 -4) Translate during stp_fill_parameter_settings. From Alastair Robinson. 2007-05-17 Files: src/main/print-ps.c (1.91) (+2 -1) Note memory leak in ps_list_parameters. 2007-05-17 Files: src/main/print-escp2.c (1.373) (+1 -2) Remove stray debug printf. 2007-05-16 Files: src/main/print-escp2-data.c (1.223) (+3 -3) Fix CD positioning on R260 (RX580) and 1400. 2007-05-16 Files: src/main/escp2-inks.c (1.55) (+3 -4) Further improvements to 1400. 2007-05-15 Files: src/cups/genppd.c (1.134) (+2 -4) Remove spurious debugging calls. 2007-05-15 Files: src/main/escp2-inks.c (1.54) (+8 -5) src/main/escp2-resolutions.c (1.40) (+78 -43) src/main/print-escp2-data.c (1.222) (+8 -5) src/main/print-escp2.c (1.372) (+30 -5) src/main/print-escp2.h (1.112) (+4 -2) Further tunings for Stylus Photo 1400. 2007-05-13 Files: src/main/escp2-papers.c (1.105) (+2 -2) Minor improvement for Claria-based printers. 2007-05-13 Files: NEWS (1.320) (+10 -6) Update release notes. 2007-05-13 Files: src/main/escp2-inks.c (1.53) (+29 -1) src/main/print-escp2-data.c (1.221) (+8 -2) src/main/printers.xml (1.179) (+3 -3) Initial tuning for Stylus Photo 1400. 2007-05-12 Files: NEWS (1.319) (+8 -0) add some more canon changes 2007-05-12 Files: src/main/canon-printers.h (1.22) (+8 -8) src/main/print-canon.c (1.209) (+29 -3) switch to extended page margin command fixes printing with PIXMA printers connected to windows hosts (#1625202) based on a patch by Thilo Jeremias 2007-05-12 Files: src/testpattern/testpatterny.y (1.28) (+2 -2) Add rule for parameter_curve. 2007-05-12 Files: src/testpattern/testpatterny.y (1.27) (+6 -6) add missing fprintf format strings 2007-05-12 Files: src/gutenprintui2/plist.c (1.9) (+3 -3) fix arguments for g_message (patch from the SUSE gutenprint patches) 2007-05-12 Files: src/main/canon-printers.h (1.21) (+13 -0) src/main/printers.xml (1.178) (+2 -2) Fix resolutions for Canon S300 (1200dpi mode is still missing) https://bugs.launchpad.net/ubuntu/+source/gutenprint/+bug/110945 2007-05-12 Files: src/main/canon-modes.h (1.17) (+2 -2) Disable high modes for the iP4000 and iP4200. They are not working properly yet and their output is worse than the output of the default modes 2007-05-09 Files: src/main/escp2-inks.c (1.52) (+2 -2) src/main/escp2-papers.c (1.104) (+5 -5) src/main/print-escp2-data.c (1.219) (+5 -5) Further RX580 tuning 2007-05-09 Files: src/main/escp2-inks.c (1.51) (+2 -2) Correct 720 DPI definitions. 2007-05-08 Files: NEWS (1.318) (+1 -0) src/foomatic/foomatic-printermap (1.137) (+1 -0) src/main/printers.xml (1.177) (+2 -1) Add Epson PM-G4500. 2007-05-08 Files: src/main/print-ps.c (1.90) (+66 -8) 1701954 postscript_always_rgb 2007-05-06 Files: NEWS (1.317) (+24 -9) Update the 5.1.1 release notes. 2007-05-06 Files: src/main/print-escp2-data.c (1.218) (+4 -4) Fix the borders for the R800 so they definitely won't go over. 2007-05-06 Files: src/foomatic/foomatic-generator.in (1.63) (+24 -24) src/foomatic/printer_margins.c (1.21) (+2 -2) src/foomatic/printer_options.c (1.52) (+135 -88) Speed up foomatic data generation even more 2007-05-06 Files: src/main/escp2-papers.c (1.103) (+8 -8) Tweak papers a bit more. 2007-05-06 Files: configure.ac (1.164) (+3 -2) List i18n status in configure output. 2007-05-05 Files: src/main/escp2-channels.c (1.68) (+38 -24) src/main/escp2-inks.c (1.50) (+20 -3) src/main/escp2-papers.c (1.102) (+21 -20) src/main/print-escp2-data.c (1.217) (+2 -2) src/main/printers.xml (1.176) (+17 -13) Preliminary tuning for RX580 and related printers. 2007-05-05 Files: src/main/print-color.c (1.136) (+3 -1) Print out the GCR parameters when debugging is turned on. 2007-05-05 Files: src/main/escp2-inks.c (1.49) (+14 -12) src/main/print-escp2-data.c (1.216) (+6 -6) Initial ink drop tunings for RX580 2007-05-05 Files: NEWS (1.316) (+3 -1) src/foomatic/foomatic-printermap (1.136) (+3 -1) src/main/escp2-channels.c (1.67) (+12 -1) src/main/print-escp2-data.c (1.215) (+19 -1) src/main/print-ps.c (1.89) (+29 -1) src/main/printers.xml (1.175) (+3 -1) src/main/xml.c (1.34) (+5 -1) Preliminary support for Epson R240/R245. Don't call i18n stuff if ENABLE_NLS isn't set. 2007-04-29 Files: src/main/printers.xml (1.174) (+11 -11) rename MULTIPASS printers to PIXMA 2007-04-17 Files: po/de.po (1.54) (+317 -317) po/el.po (1.55) (+419 -419) po/es.po (1.53) (+416 -416) po/fr.po (1.79) (+440 -440) po/ja.po (1.49) (+777 -777) po/nb.po (1.16) (+94 -94) po/nl.po (1.57) (+1 -1) po/pl.po (1.59) (+121 -121) po/pt.po (1.54) (+351 -351) po/sk.po (1.58) (+741 -741) Message catalogs need to be in UTF-8 encoding so that the PPD files use the correct encoding for CUPS. nl.po is Dutch, not Norwegian... 2007-04-17 Files: po/nl.po (1.56) (+1 -1) src/cups/Makefile.am (1.93) (+3 -3) src/cups/cups-genppdconfig.in (1.14) (+2 -2) src/cups/genppd.c (1.133) (+4 -3) nl.po: "Engels" is "English" in Norwegian, right? Change to "Norwegian"... Set LANG, LANGUAGE, and LC_ALL to get localization to work on all platforms. StpPPDLocation was wrong (need base filename inserted there, since we are adding the locale subdirectory manually) 2007-04-16 Files: src/main/canon-media.h (1.8) (+1 -1) fix printing to cassette #1625202 2007-04-16 Files: src/main/canon-media.h (1.7) (+2 -1) src/main/canon-modes.h (1.16) (+1 -1) src/main/print-canon.c (1.208) (+5 -5) workaround CD printing like it was done for Gutenprint 5.0 until the cd print mode works properly 2007-03-31 Files: src/foomatic/foomatic-generator.in (1.62) (+5 -3) src/foomatic/printer_margins.c (1.20) (+8 -8) Speed up foomatic data generation by printing each complete perl expression on one line in printer_margins and eval'ing each line individually. This was somewhat of a surprise; I expected that slurping the whole thing in and doing one big eval would be faster (fewer calls to eval). In fact, trying that with printer_options slightly increased user CPU time and significantly increased system CPU time. Changing printer_margins to allow individual eval's all but eliminated system CPU time and slightly reduced user CPU time, with a net 25% improvement in data generation. 2007-03-29 Files: test/parse-escp2 (1.19) (+22 -10) Print horizontal position in verbose mode. Also correct the number of dots. 2007-03-24 Files: src/foomatic/foomatic-generator.in (1.61) (+2 -0) Recognize some of the Canon mode names. 2007-03-24 Files: configure.ac (1.163) (+3 -3) Enable dependency checking. 2007-03-20 Files: src/cups/genppd.c (1.132) (+6 -2) Added forgotten "#ifdef ENABLE_NLS ... #endif". This prevented from compiling with "--disable-nls". 2007-03-14 Files: src/main/canon-inks.h (1.14) (+25 -0) src/main/canon-modes.h (1.15) (+1 -0) src/main/canon-printers.h (1.20) (+1 -1) reenable CD printing for the PIXMA iP4200 2007-03-13 Files: src/gutenprintui2/plist.c (1.8) (+8 -2) Always parse lpc/lpstat output in the C locale 2007-03-13 Files: test/pixma_parse.c (1.13) (+4 -3) test/pixma_parse.h (1.6) (+2 -1) parse iP4200 CD printjobs (ignore undiscovered 0xa3 and 0xad blocks for now, they don't seem to have a big impact on the final image) 2007-03-13 Files: test/pixma_parse.c (1.12) (+6 -6) margins seem to get ignored for cd printing, the bounding box should be correct now print page_right and length from the ESC p) command in gutenprint units, too 2007-03-13 Files: src/main/canon-inks.h (1.13) (+12 -0) src/main/canon-modes.h (1.14) (+2 -0) src/main/canon-printers.h (1.19) (+1 -1) src/main/print-canon.c (1.207) (+259 -145) Ported CD Fine Adjustment controls from print-escp2.c (1549779) Moved page_setup to an extra function Fixed CD printing for the Canon PIXMA iP4000 - added a new printmode that can print to cds (not tuned) - modes that can print to cd need to have the MODE_FLAG_CD flag - ESC l) has a 3rd byte for the newer printers - removed sepcial cd handling from the ESC p) command - set default margins to the max of duplex and noduplex 2007-03-11 Files: src/main/print-escp2.c (1.371) (+7 -7) Fix up units interpretation and change defaults to match the normal CD defaults. 2007-03-11 Files: src/main/print-escp2.c (1.370) (+7 -7) Make custom CD sizes accessible in CUPS driver. 2007-03-11 Files: src/gutenprintui2/panel.c (1.13) (+4 -3) Fix roundoff error for dimension parameters. 2007-03-11 Files: src/cups/genppd.c (1.131) (+4 -2) Clear the PageSize parameter before describing other options to ensure that it doesn't incorrect affect the range of settings that can be taken on. 2007-03-08 Files: test/pixma_parse.c (1.11) (+56 -3) test/pixma_parse.h (1.5) (+7 -0) output the parameters of the extended p) command and the area containing ink (usefull to find the cd position) 2007-03-08 Files: include/gutenprint/bit-ops.h (1.3) (+11 -2) src/main/bit-ops.c (1.12) (+196 -1) src/main/print-canon.c (1.206) (+3 -213) move 3bit and 4bit folding code to bit-opts.c 2007-03-08 Files: src/main/canon-inks.h (1.12) (+27 -12) src/main/canon-modes.h (1.13) (+1 -0) src/main/print-canon.c (1.205) (+75 -6) Add inkset for the highest quality printmode on the PIXMA iP4000 (not enabled yet): - implemented 4bit fold - fixed a bug when adding the shades to the dither engine - fixed 6 color inks to still produce the same md5sum after the bugfix 2007-03-07 Files: test/pixma_parse.c (1.10) (+17 -4) test/pixma_parse.h (1.4) (+1 -1) correctly parse the highest quality mode for the PIXMA iP4000 2007-03-07 Files: test/pixma_parse.c (1.9) (+1 -1) fix some false positives for the iP6700 hack 2007-03-06 Files: src/main/canon-inks.h (1.11) (+32 -0) add some 4 bit dotsizes (will be used for the higher quality modes on the PIXMA iP4000) 2007-03-06 Files: src/main/canon-inks.h (1.10) (+20 -17) reorder the inksets 2007-03-06 Files: src/main/canon-inks.h (1.9) (+30 -28) src/main/canon-modes.h (1.12) (+59 -59) rename the inksets to not contain the printer names as the inksets might be shared between different printers 2007-03-06 Files: src/main/canon-inks.h (1.8) (+112 -88) rename dotsizes and inks to contain the number of levels 2007-03-05 Files: src/foomatic/gutenprint-version.c (1.3) (+2 -2) src/foomatic/paper_sizes.c (1.9) (+2 -2) src/foomatic/printer_margins.c (1.19) (+2 -2) src/foomatic/printer_options.c (1.51) (+2 -2) src/foomatic/printers.c (1.11) (+2 -2) src/testpattern/printer_options.c (1.4) (+2 -2) src/testpattern/printers.c (1.7) (+2 -2) Update: Grant Taylor's *-omatic database -> OpenPrinting database 2007-03-04 Files: doc/users_guide/title.sgml (1.4) (+1 -1) linuxprinting.org -> openprinting.org 2007-03-04 Files: AUTHORS (1.23) (+1 -2) NEWS (1.315) (+1 -1) README (1.170) (+1 -1) doc/gutenprint-users-manual.odt (1.2) (+383 -360) doc/gutenprint-users-manual.pdf (1.2) (+5322 -7397) src/foomatic/mk_printerlist.in (1.2) (+1 -1) src/foomatic/printer_margins.c (1.18) (+2 -2) Update linuxprinting.org -> openprinting.org 2007-03-03 Files: NEWS (1.314) (+46 -4) README (1.169) (+2 -2) configure.ac (1.162) (+3 -3) src/foomatic/foomatic-printermap (1.135) (+26 -0) src/main/escp2-channels.c (1.66) (+186 -1) src/main/escp2-inks.c (1.48) (+27 -1) src/main/escp2-papers.c (1.101) (+92 -1) src/main/print-escp2-data.c (1.214) (+43 -1) src/main/printers.xml (1.173) (+27 -1) Preliminary support for Claria printers -- untuned! Add support for some additional Epson printers. =============================================================================== Name: gutenprint-5_1_0 2007-03-03 Files: po/cs.po (1.40) (+1552 -1442) po/da.po (1.75) (+1527 -1406) po/de.po (1.53) (+1555 -1449) po/el.po (1.54) (+1503 -1419) po/en_GB.po (1.146) (+1526 -1404) po/es.po (1.52) (+1554 -1441) po/fr.po (1.78) (+1530 -1408) po/hu.po (1.11) (+1527 -1407) po/ja.po (1.48) (+1549 -1441) po/nb.po (1.15) (+1491 -1416) po/nl.po (1.55) (+2389 -2089) po/pl.po (1.58) (+1489 -1418) po/pt.po (1.53) (+1551 -1442) po/sk.po (1.57) (+1552 -1444) po/sv.po (1.85) (+1582 -1460) po/zh_TW.po (1.14) (+1531 -1430) Gutenprint 5.1.0 release 2007-03-03 Files: NEWS (1.313) (+7 -0) src/foomatic/foomatic-printermap (1.134) (+4 -0) src/main/printers.xml (1.172) (+5 -1) Added support for some new Epson derivatives 2007-03-03 Files: po/nl.po (1.54) (+3133 -4078) Updated Dutch translation 2007-03-02 Files: src/main/print-escp2.c (1.369) (+3 -2) Set initial advance correctly for resolutions where the vertical unit does not equal the vertical resolution. 2007-03-01 Files: configure.ac (1.161) (+4 -3) src/cups/Makefile.am (1.92) (+13 -8) src/cups/genppd.c (1.130) (+9 -5) Make translated and/or simplified PPD files work correctly with CUPS 1.2 generator. 2007-02-28 Files: configure.ac (1.160) (+3 -3) cups-1.2-enhancements seems to be an illegal configure feature name. 2007-02-27 Files: NEWS (1.312) (+0 -3) There is support for the Canon S200 now... 2007-02-27 Files: src/main/print-canon.c (1.204) (+3 -1) Free the head offset where used. 2007-02-27 Files: src/testpattern/run-testpattern-2.in (1.6) (+1 -1) Minor change to valgrind 2007-02-27 Files: src/main/print-escp2.c (1.368) (+3 -5) Don't attempt to extend the top margin in non-borderless mode on older borderless-capable printers (Ubuntu bug 82168, https://launchpad.net/ubuntu/+source/cupsys/+bug/82186). 2007-02-27 Files: test/parse-escp2 (1.18) (+4 -2) Remove unnecessary verbosity 2007-02-27 Files: src/main/bit-ops.c (1.11) (+24 -23) Better way of avoiding overrun in unpack 16 mode. 2007-02-27 Files: NEWS (1.311) (+5 -1) src/main/bit-ops.c (1.10) (+3 -1) src/main/escp2-resolutions.c (1.39) (+1 -69) src/main/print-escp2-data.c (1.213) (+14 -14) Various minor fixes 2007-02-25 Files: NEWS (1.310) (+93 -60) src/cups/genppd.c (1.129) (+12 -2) src/cups/rastertoprinter.c (1.108) (+82 -22) test/unprint.c (1.38) (+5 -3) Add Shrink Page If Necessary to Fit Borders option to CUPS driver 2007-02-25 Files: NEWS (1.309) (+17 -8) More updates. 2007-02-25 Files: README (1.168) (+53 -40) Prep for 5.1.0 release. 2007-02-25 Files: src/cups/cups-genppdupdate.in (1.28) (+14 -10) src/cups/genppd.c (1.128) (+200 -39) Add language support for driver interface. Add a list of language mappings to improve robustness of setlocale. On some systems, setlocale(LC_ALL, "de") fails, but de_DE works. Add more default information to PPD files for future use in extracting setting information. Change URI encoding to make the driver be the hostname and the resource be everything else. 2007-02-25 Files: src/main/print-canon.c (1.203) (+50 -69) merge init struct into privdata struct 2007-02-25 Files: src/main/print-canon.c (1.202) (+17 -18) mark init data as const in canon_init_printer and canon_deinit_printer 2007-02-25 Files: src/main/print-canon.c (1.201) (+1 -6) remove unused variables 2007-02-25 Files: configure.ac (1.159) (+3 -2) src/cups/cups-genppdupdate.in (1.27) (+76 -35) src/cups/genppd.c (1.127) (+7 -2) Enable cups-genppdupdate for CUPS 1.2. 2007-02-24 Files: NEWS (1.308) (+4 -0) add some more print-canon improvements 2007-02-24 Files: src/main/print-canon.c (1.200) (+2 -2) fix printers that do not support duplex 2007-02-24 Files: src/main/print-canon.c (1.199) (+6 -17) add support for DuplexNoTumble 2007-02-24 Files: src/main/Makefile.am (1.97) (+2 -1) src/main/buffer-image.c (1.1) (added +156 -0) src/main/util.h (1.34) (+5 -2) add an internal function to buffer and rotate stp_images 2007-02-24 Files: test/pixma_parse.c (1.8) (+3 -0) ESC ($ enables duplex printing 2007-02-24 Files: test/pixma_parse.c (1.7) (+4 -0) dump argument buffer for unknown bytes 2007-02-24 Files: src/cups/genppd.c (1.126) (+229 -246) Code cleanup 2007-02-24 Files: test/parse-escp2 (1.17) (+16 -0) Add GPL header 2007-02-23 Files: test/pixma_parse.c (1.6) (+4 -1) avoid endless loop 2007-02-23 Files: test/pixma_parse.c (1.5) (+17 -3) add -y parameter to limit the height of the generated ppm 2007-02-23 Files: test/pixma_parse.c (1.4) (+3 -1) test/pixma_parse.h (1.3) (+2 -1) print total number of dots 2007-02-23 Files: src/main/printers.xml (1.171) (+2 -2) ouch Gamma is stored as 1/Gamma in printers.xml => output should be ok for the newer canon printers now 2007-02-23 Files: src/main/canon-printers.h (1.18) (+21 -67) remove broken hsl adjustment curve for the newer printers 2007-02-20 Files: src/cups/genppd.c (1.125) (+25 -3) src/cups/rastertoprinter.c (1.107) (+21 -4) Add CUPS 1.2 custom option parameters and code to handle them. 2007-02-20 Files: test/pixma_parse.c (1.3) (+1 -0) fix handling of non extended ESC t) commands 2007-02-17 Files: doc/developer/Makefile.am (1.20) (+2 -2) doc/users_guide/Makefile.am (1.45) (+2 -2) Remove CATALOG.local in make clean 2007-02-13 Files: scripts/autogen.sh (1.34) (+1 -1) add alternative path for docbook 4.1 2007-02-12 Files: test/parse-escp2 (1.16) (+97 -49) Use -v to annotate the output and -V to print the detail. Also, don't print empty rows. 2007-02-11 Files: test/parse-escp2 (1.15) (+64 -16) Print out more data, and handle offset heads. 2007-02-10 Files: src/cups/genppd.c (1.124) (+56 -14) Add additional key to tell Gutenprint Postscript driver what each option really means. 2007-02-10 Files: src/cups/Makefile.am (1.91) (+2 -2) Don't attempt to install PPD files unless we're actually building CUPS driver. 2007-02-10 Files: src/cups/cups-genppdupdate.in (1.26) (+3 -5) Clarify warning if existing setting is no longer valid (the old message made it look like the PPD file wasn't being updated). 2007-02-10 Files: src/main/print-escp2-data.c (1.212) (+2 -2) Fix paper feed definitions for R800. 2007-02-05 Files: src/main/papers.xml (1.23) (+8 -1) src/main/print-escp2.c (1.367) (+68 -8) Enable variable CD size. Submitted by wackojacko32@ntlworld.com. 2007-02-04 Files: src/main/escp2-driver.c (1.36) (+2 -2) src/main/print-escp2-data.c (1.211) (+2 -2) src/main/print-escp2.c (1.366) (+19 -15) Try again to get borderless working. 2007-02-02 Files: doc/README.maintaining (1.23) (+7 -7) Update build dependencies. 2007-01-30 Files: src/main/print-escp2-data.c (1.210) (+83 -83) src/main/print-escp2.c (1.365) (+28 -14) src/main/print-escp2.h (1.111) (+23 -22) Another attempt at full bleed 2007-01-29 Files: src/main/print-escp2-data.c (1.209) (+3 -3) Change CX4600 and friends to use normal 5760 resolutions. 2007-01-29 Files: src/main/escp2-resolutions.c (1.38) (+1 -6) Remove transposed resolutions that largely duplicate others. 2007-01-29 Files: src/main/escp2-driver.c (1.35) (+3 -2) src/main/print-escp2-data.c (1.208) (+82 -82) src/main/print-escp2.c (1.364) (+16 -5) src/main/print-escp2.h (1.110) (+4 -2) Further zero-margin improvements 2007-01-28 Files: src/main/print-escp2.c (1.363) (+11 -6) Allow vertical full bleed 2007-01-28 Files: src/main/escp2-channels.c (1.65) (+9 -17) Back out incorrect checkin. 2007-01-28 Files: src/main/escp2-driver.c (1.34) (+2 -2) src/main/print-escp2.c (1.362) (+2 -2) Trying too hard to maximize print quality at the bottom of the page leads to some passes not getting printed. 2007-01-27 Files: NEWS (1.307) (+88 -1164) README (1.167) (+2 -5) Prepare for 5.1.0. 2007-01-27 Files: src/main/print-escp2-data.c (1.207) (+2 -2) Enable borderless printing for C82. 2007-01-27 Files: src/main/escp2-resolutions.c (1.37) (+5 -1) src/main/print-escp2-data.c (1.206) (+167 -86) src/main/print-escp2.c (1.361) (+18 -9) src/main/print-escp2.h (1.109) (+6 -3) It turns out that the requirement for fast printing on many of the new printers is that the first column must be aligned to 1/180", not to 8 dot positions per se. This means that we can offer 5760x2880 by aligning printing to 32 columns, and 360 DPI by aligning to 2 columns. The latter gives us better positioning accuracy (worst case error 1/360" rather than 1/90"). Improve printing at top and bottom of page even in non-borderless mode on borderless-capable printers. 2007-01-27 Files: test/.cvsignore (1.8) (+1 -0) Ignore files 2007-01-27 Files: test/parse-escp2 (1.14) (+36 -8) Print out a bit more detail. 2007-01-27 Files: src/main/Makefile.am (1.96) (+5 -5) Complete renaming olympus driver to dyesub. 2007-01-26 Files: src/main/Makefile.am (1.95) (+9 -2) test/Makefile.am (1.48) (+2 -2) Add some missing files 2007-01-26 Files: src/main/print-escp2.c (1.360) (+22 -5) Attempt to handle C8x-style printers correctly. Needs testing. 2007-01-25 Files: src/main/escp2-driver.c (1.33) (+1 -16) src/main/print-escp2.c (1.359) (+34 -14) Fix up full bleed printing for real (I hope!) 2007-01-25 Files: src/main/escp2-driver.c (1.32) (+8 -3) src/main/print-escp2-data.c (1.205) (+23 -23) src/main/print-escp2.c (1.358) (+24 -16) src/main/print-escp2.h (1.108) (+5 -4) Improve print quality in borderless mode 2007-01-25 Files: test/parse-escp2 (1.13) (+15 -5) Handle negative values correctly. 2007-01-24 Files: src/main/Makefile.am (1.94) (+2 -2) Add print-canon.h to the list of sources. 2007-01-24 Files: src/foomatic/foomatic-printermap (1.133) (+1 -0) src/main/printers.xml (1.170) (+2 -1) Add Xerox WorkCentre M118. 2007-01-24 Files: configure.ac (1.158) (+5 -3) Clean up confusing wording. 2007-01-23 Files: configure.ac (1.157) (+3 -3) Add a few more warnings. 2007-01-23 Files: test/parse-escp2 (1.12) (+92 -1) Add a bit of explanation to the output. 2007-01-23 Files: include/gutenprint/vars.h (1.4) (+4 -1) Add raw accessor. 2007-01-23 Files: include/gutenprint/util.h (1.5) (+3 -2) Add stp_putraw. 2007-01-23 Files: src/foomatic/foomatic-printermap (1.132) (+1 -0) Add Lexmark Optra E220. 2007-01-23 Files: src/main/escp2-channels.c (1.64) (+17 -9) src/main/escp2-driver.c (1.31) (+9 -13) src/main/print-escp2-data.c (1.204) (+207 -105) src/main/print-escp2.c (1.357) (+16 -13) src/main/print-escp2.h (1.107) (+5 -2) src/main/print-util.c (1.110) (+15 -1) src/main/print-weave.c (1.66) (+3 -3) src/main/printers.xml (1.169) (+10 -9) Fix borderless (bug 1588200). Add a few more Lexmark printers. 2006-12-19 Files: src/main/printers.xml (1.168) (+2 -2) Correction. 2006-12-19 Files: src/foomatic/foomatic-printermap (1.131) (+2 -0) src/main/printers.xml (1.167) (+3 -1) Added the Lexmark X73 and the Compaq IJ1200 (both compatible with Lexmark Z42). 2006-12-09 Files: src/foomatic/foomatic-printermap (1.130) (+1 -0) src/main/printers.xml (1.166) (+2 -1) support for Canon PIXMA iP4300 2006-11-19 Files: src/main/print-canon.c (1.198) (+2 -2) replace hardcoded number of colors in the buffer calculation code for the I) raster mode, thanks to Karl Guenter Wuensch for tracking this down 2006-11-15 Files: src/gutenprintui2/plist.c (1.7) (+10 -3) If an unknown printer model is found in the printrc file, convert it to Postscript level 2. 2006-11-15 Files: src/gutenprintui2/printrcy.y (1.2) (+129 -80) Don't die if for some reason there's no current printer (if stpui_plist_create fails). 2006-11-04 Files: src/main/printers.xml (1.165) (+2 -1) PIXMA iP6700 (untested) 2006-11-04 Files: src/main/print-canon.c (1.197) (+2 -54) remove cruft 2006-11-04 Files: src/foomatic/foomatic-printermap (1.129) (+1 -0) src/main/canon-inks.h (1.7) (+23 -0) src/main/canon-modes.h (1.11) (+91 -57) src/main/canon-printers.h (1.17) (+12 -0) src/main/print-canon.c (1.196) (+320 -239) src/main/print-canon.h (1.3) (+1 -1) - some code to support the PIXMA iP6700 (untested) - added Photo Black (k) support - moved delay settings to canon-modes.h - channel setup moved to a seperate function - first attempts to clean up the duplicated variables all around the place - more cleanup to do - md5sum changed for some printers in CMYK+Color+360x360dmt mode the printjob still look ok, only the amount of C,M,Y,K dots seem to have changed a bit 2006-11-01 Files: test/pixma_parse.c (1.2) (+34 -8) test/pixma_parse.h (1.2) (+5 -4) Warning FIXES support for the PIXMA iP6700: ESC t) color order for this printer is CMYKcmk and not CMYKcmyk a colorshift may happen when small and large dots of the same color get printed to the same position => clip values for now Thanks to Karl Günter Wünsch for debugging these issues 2006-10-08 Files: src/testpattern/run-testpattern-2.in (1.5) (+13 -4) Correct exit status generation; generate useful status when creating md5 checksums. 2006-10-08 Files: src/testpattern/printer_options.c (1.3) (+16 -2) src/testpattern/run-testpattern-2.in (1.4) (+27 -19) Only pass the desired printer names to printer_options. If not using md5 mode, use a single testpattern process to run everything. This is much faster. Also, collect the exit status in that case. 2006-10-08 Files: src/testpattern/run-testpattern-2.in (1.3) (+37 -19) Allow specifying different options to test. 2006-10-07 Files: src/main/escp2-channels.c (1.63) (+231 -7) src/main/escp2-inks.c (1.47) (+57 -17) src/main/escp2-papers.c (1.100) (+480 -13) src/main/escp2-resolutions.c (1.36) (+159 -17) src/main/print-escp2-data.c (1.203) (+391 -949) src/main/print-escp2.c (1.356) (+64 -27) src/main/print-escp2.h (1.106) (+21 -96) Start converting Epson driver data into named data rather than hard-coded struct references. Ultimately the goal is to make it all into external data files. 2006-10-01 Files: src/main/print-olympus.c (1.72) (+6 -3) code cleanup: - fixed compiler warnings 2006-10-01 Files: src/cups/genppd.c (1.123) (+64 -79) Generate PPD-compliant resolution names for Gutenprint 5.0 with CUPS 1.2 and Gutenprint 5.1+ in all cases. Also ensure that the lower of the two axial resolutions is correct so that programs that use the lower resolution to determine how to render data will behave correctly, and that the Gutenprint default resolution will be the default in the PPD files. 2006-10-01 Files: src/foomatic/foomatic-printermap (1.128) (+1 -0) src/main/print-olympus.c (1.71) (+137 -194) src/main/printers.xml (1.164) (+2 -1) new printer: - Sony UP-DR100 code cleanup: - defined macro LIST to simplify list definition - blocksize changed to constant SHRT_MAX for printers that don't use blocks 2006-10-01 Files: src/foomatic/foomatic-printermap (1.127) (+1 -0) src/main/print-olympus.c (1.70) (+100 -8) src/main/printers.xml (1.163) (+4 -3) new printers: - limited support for Sony DPP-EX5 and DPP-EX7 (4x6 pagesize only) 2006-09-30 Files: src/foomatic/foomatic-printermap (1.126) (+1 -0) src/main/print-olympus.c (1.69) (+246 -151) src/main/printers.xml (1.162) (+3 -1) new printers: - support for Kodak Easyshare Printer Dock & compatible, this include: Kodak Printer Dock Kodak Printer Dock Plus Kodak Printer Dock 6000 Kodak Printer Dock 4000 Kodak Printer Dock Series 3 Kodak Printer Dock Plus Series 3 Kodak Photo Printer 500 Kodak Photo Printer 300 fixes: - dyesub_media_size can redefine default pagesize to achieve more precise measures - Resolution parameters changed to correspond with manufacturer specs on all printers code cleanup: - dyesub_print_bytes renamed to dyesub_nputc 2006-09-30 Files: src/main/canon-media.h (1.6) (+8 -0) src/main/canon-printers.h (1.16) (+1 -1) the PIXMA iP4200 does not have a cd tray 2006-09-30 Files: test/Makefile.am (1.47) (+4 -2) test/pixma_parse.c (1.1) (added +907 -0) test/pixma_parse.h (1.1) (added +265 -0) add pixma_parse a parser for canon bjl printjobs that can also generate ppm images from the raster data 2006-09-30 Files: src/main/print-canon.c (1.195) (+7 -3) some fixes for the multiraster mode: when packing the pixels -128 can't be used for the repeate sequence because it means end of line in multiraster mode, ESC e) skips raster blocks not lines in mulitraster mode 2006-09-30 Files: src/main/canon-printers.h (1.15) (+3 -3) src/main/print-canon.c (1.194) (+3 -2) adjust borders and enable ESC p) for the PIXMA iP4000 2006-09-29 Files: src/main/print-canon.c (1.193) (+13 -6) enable MediaDetection when the cd slot is detected 2006-09-29 Files: src/main/print-canon.c (1.192) (+15 -2) prepare for DuplexNoTumble support 2006-09-28 Files: AUTHORS (1.22) (+1 -1) include/gutenprint/util.h (1.4) (+3 -3) src/cups/rastertoprinter.c (1.106) (+4 -4) src/main/module.c (1.26) (+3 -3) src/main/print-olympus.c (1.68) (+378 -378) src/main/printers.xml (1.161) (+2 -2) rename olympus driver to dyesub (i.e. all olympus_* func, struct and defs to dyesub_*) 2006-09-28 Files: src/foomatic/foomatic-printermap (1.125) (+1 -0) src/main/print-olympus.c (1.67) (+62 -1) src/main/printers.xml (1.160) (+2 -1) support for: - Fujifilm FinePix NX-500 2006-09-24 Files: src/foomatic/foomatic-printermap (1.124) (+1 -0) src/main/papers.xml (1.22) (+5 -5) src/main/print-olympus.c (1.66) (+102 -67) src/main/printers.xml (1.159) (+2 -1) new printers: - support for canon cp-10 fixes: - "Card" papersize is now portrait oriented - olympus_describe_output returns right output type now code cleanup: - rewriten olympus_describe_resolution and removed all_res_list - simplified of olympus_do_print's init part 2006-09-22 Files: src/main/canon-media.h (1.5) (+47 -0) src/main/canon-printers.h (1.14) (+29 -29) src/main/print-canon.c (1.191) (+19 -41) Fix paper slot handling for the PIXMA iP4000 and other printers 2006-09-22 Files: configure.ac (1.156) (+2 -3) m4/stp_gimp.m4 (1.10) (+0 -43) Remove GIMP 1.2 autoconf code. 2006-09-22 Files: include/gutenprintui/.cvsignore (1.2) (removed) include/gutenprintui/Makefile.am (1.4) (removed) include/gutenprintui/gutenprintui.h (1.3) (removed) src/gutenprintui/.cvsignore (1.2) (removed) Remove last parts of gutenprintui. 2006-09-22 Files: include/Makefile.am (1.8) (+2 -2) remove gutenprintui 2006-09-22 Files: src/cups/.cvsignore (1.10) (+4 -4) src/ghost/.cvsignore (1.13) (+1 -3) Update .cvsignore files 2006-09-22 Files: Makefile.am (1.148) (+2 -2) Undo incorrect change. 2006-09-22 Files: Makefile.am (1.147) (+2 -2) src/main/print-olympus.c (1.65) (+1 -69) - fix: removed duplicated code (result of previous bad merge) 2006-09-22 Files: configure.ac (1.155) (+38 -29) src/cups/Makefile.am (1.90) (+5 -2) Check correctly for CUPS 1.2 and compile appropriate commands. 2006-09-21 Files: src/foomatic/foomatic-printermap (1.123) (+1 -1) src/main/print-olympus.c (1.64) (+515 -452) src/main/printers.xml (1.158) (+2 -2) summary from olymp-reorg-branch: - olympus_do_print splited into subroutines olympus_print_* - new struct olympus_print_vars_t holds set of printing variables - support for landscape page mode (per page option) - bugfix [ 1242055 ] Sony UP-DR150 Support - probably fix of unreported bug on Sony UP-DP10 (similar to UP-DR150) 2006-09-19 Files: src/cups/genppd.c (1.122) (+75 -52) src/main/canon-modes.h (1.10) (+42 -42) src/main/escp2-resolutions.c (1.35) (+10 -10) src/main/print-olympus.c (1.63) (+44 -44) Revert changes to resolution option names in core drivers. Update genppd to generate valid resolution option keywords and do some more cleanup of the generated PPD files. 2006-09-19 Files: src/cups/canon.c (1.7) (removed) src/cups/epson.c (1.8) (removed) Remove old CUPS backends which are obsolete in CUPS 1.2 and beyond and only cause user confusion... 2006-09-19 Files: src/cups/Makefile.am (1.89) (+3 -2) src/cups/genppd.c (1.121) (+96 -207) Use ALL_LINGUAS from configure.ac rather than scanning all of the locale subdirectories to determine what languages are available. Move the locale/localization setup code to a new "set_language()" function - this will be needed for the multi-language PPD support. 2006-09-18 Files: configure.ac (1.154) (+12 -4) po/cs.po (1.39) (+1500 -1460) po/da.po (1.74) (+1453 -1394) po/de.po (1.52) (+1463 -1421) po/el.po (1.53) (+1488 -1456) po/en_GB.po (1.145) (+1453 -1394) po/es.po (1.51) (+1503 -1460) po/fr.po (1.77) (+1453 -1394) po/hu.po (1.10) (+1453 -1394) po/ja.po (1.47) (+1503 -1460) po/nb.po (1.14) (+1488 -1454) po/nl.po (1.53) (+1492 -1458) po/pl.po (1.57) (+1455 -1448) po/pt.po (1.52) (+1503 -1460) po/sk.po (1.56) (+1498 -1458) po/sv.po (1.84) (+1454 -1395) po/zh_TW.po (1.13) (+1490 -1447) src/cups/Makefile.am (1.88) (+12 -10) src/cups/canon.c (1.6) (+0 -693) src/cups/genppd.c (1.120) (+452 -254) src/main/canon-modes.h (1.9) (+42 -42) src/main/escp2-resolutions.c (1.34) (+10 -10) src/main/print-olympus.c (1.62) (+44 -44) Add CUPS 1.2 driver interface. Clean up resolution option names to stick to "NNNdpi" or "NNNxNNNdpi" whenever possible. configure.ac: - Only build CUPS PPDs by default if we are using CUPS 1.1.x. src/cups/Makefile.am: - Drop canon and epson backends. - Add gutenprint.M.m driver interface. src/cups/genppd.c: - When CUPS_DRIVER_INTERFACE is defined, build as a CUPS driver interface instead of a standalone PPD generator. - Add cat_ppd(), generate_ppd(), and list_ppds() functions. - Factor out the PPD creation code in write_ppd(), which is now part of generate_ppd(), and then call write_ppd() from either cat_ppd() or generate_ppd(), as needed. src/main/*: - Fix resolution option names - the PPD spec requires the suffix "dpi" and if the X and Y resolutions are the same only a single number should be provided. I didn't mess with the Epson driver suffixes (sw, mw, etc.) since they select the weave mode, but most of the Epson PPD files will not pass a cupstestppd test and probably won't work with Windows apps (you'll be stuck with the default resolution in the PPD file...) 2006-09-18 Files: po/POTFILES.in (1.22) (+0 -9) Remove GIMP 1.2 files 2006-09-18 Files: NEWS (1.306) (+1 -1) Bump version so make snapshot works. Release notes still need to be updated. 2006-09-18 Files: README (1.166) (+24 -31) configure.ac (1.153) (+8 -84) src/Makefile.am (1.20) (+1 -3) src/gimp/Makefile.am (1.37) (removed) src/gimp/print-image-gimp.c (1.14) (removed) src/gimp/print-intl.h (1.7) (removed) src/gimp/print.c (1.67) (removed) src/gimp/print_gimp.h (1.45) (removed) src/gutenprintui/Makefile.am (1.6) (removed) src/gutenprintui/gutenprintui-internal.h (1.3) (removed) src/gutenprintui/gutenprintui.pc.in (1.3) (removed) src/gutenprintui/panel.c (1.10) (removed) src/gutenprintui/plist.c (1.4) (removed) src/gutenprintui/print-image-thumbnail.c (1.2) (removed) src/gutenprintui/printrc.h (1.2) (removed) src/gutenprintui/printrcl.l (1.2) (removed) src/gutenprintui/printrcy.y (1.2) (removed) src/gutenprintui/ui-utils.c (1.3) (removed) Remove GIMP 1.2 support. 2006-09-18 Files: m4/stp_option.m4 (1.8) (+3 -2) Fix STP_ADD_COMPILER_ARG correctly. 2006-09-18 Files: include/gutenprint/Makefile.am (1.3) (+1 -1) src/gutenprintui2/panel.c (1.12) (+86 -13) src/main/Makefile.am (1.93) (+2 -2) src/main/mark.c (1.2) (+442 -0) src/main/page.c (1.2) (+191 -0) src/main/ppd.c (1.2) (+2644 -0) src/main/ppd.h (1.2) (+345 -0) src/main/print-ps.c (1.88) (+223 -281) First cut at new Postscript driver and changes to the UI code. This code provided by David Suffield of HP. This driver parses PPD files for options and dynamically creates options based on the PPD files. 2006-09-18 Files: configure.ac (1.152) (+3 -3) Open up Gutenprint 5.1 branch 2006-09-18 Files: src/main/ppd.c (1.1) (added) file ppd.c was initially added on branch new-ps-driver-branch. =============================================================================== Name: gutenprint-5_0-bp 2006-09-14 Files: Makefile.am (1.146) (+1 -26) Remove EPM commands/targets from top-level makefile. 2006-09-14 Files: packaging/cups-gutenprint.gif (1.2) (removed) packaging/cups-gutenprint.list.in (1.2) (removed) Remove EPM packaging files. 2006-09-14 Files: configure.ac (1.151) (+2 -3) Remove packaging/cups-gutenprint.list from the list of output files. 2006-09-14 Files: m4/stp_option.m4 (1.7) (+1 -1) Fix duplicate optimizer option bug in STP_ADD_COMPILER_ARG - since CFLAGS already contains the option, we don't need to add it a second time. 2006-09-14 Files: src/main/printers.c (1.79) (+9 -4) A few minor fixes. 2006-09-13 Files: Makefile.am (1.145) (+27 -1) configure.ac (1.150) (+3 -3) cups-gutenprint.list.in (1.2) (removed) packaging/cups-gutenprint.gif (1.1) (added) packaging/cups-gutenprint.list.in (1.1) (added) Prepare CUPS driver packaging changes, and move all of the packaging files under a subdirectory. Add new logo image from Martin Owens. 2006-09-13 Files: configure.ac (1.149) (+9 -2) Initialize common compiler options from the environment, otherwise certain versions of autoconf will erroneously add "-g -O2" to the compiler options. Still need to figure out why we are getting double optimizer options from the STP_FIRST_COMPILER_ARG macro... 2006-09-12 Files: configure.ac (1.148) (+6 -3) src/cups/rastertoprinter.c (1.105) (+4 -4) src/main/curve.c (1.52) (+6 -6) src/main/print-canon.c (1.190) (+7 -3) src/main/print-escp2.c (1.355) (+4 -2) src/main/print-olympus.c (1.61) (+7 -3) src/main/print-pcl.c (1.145) (+5 -2) src/main/sequence.c (1.23) (+4 -4) More portability fixes... configure.ac: - Add explicit check for "finite" math function, and define isfinite to finite if it exists. - Define __attribute__ conditionally, since it may have already been defined in util.h... src/cups/rastertoprinter.c: - Mark all static functions as static. src/main/curve.c src/main/print-canon.c src/main/print-escp2.c src/main/print-olympus.c src/main/print-pcl.c src/main/sequence.c: - Use isfinite() instead of finite(), since isfinite() is part of the ISO C standard and finite() is not. 2006-09-12 Files: configure.ac (1.147) (+8 -3) include/gutenprint/util.h (1.3) (+6 -2) src/cups/genppd.c (1.119) (+6 -17) Fix some non-portable stuff... configure.ac: - If CC is GCC, we never set the optimization flags. - If CC is not GCC, we tried optimization flags that were not supported by commercial compilers (-O6 in particular) which produced warnings but not errors. Changed to only try -O... include/gutenprint/util.h: - __attribute__ is primarily only available on GCC and with a few GCC-compatible commercial compilers. Since the autoheader stuff isn't available here, and since util.h is a public header, added a GCC check and definition to allow it to be used with commercial compilers that don't implement __attribute__. src/cups/genppd.c: - setenv() and unsetenv() are not portable. - Changed to just call setlocale() with the language that was passed. 2006-09-10 Files: include/gutenprint/ppd.h (1.1) (added) src/main/ppd.h (1.1) (added) file ppd.h was initially added on branch new-ps-driver-branch. 2006-09-10 Files: src/main/page.c (1.1) (added) file page.c was initially added on branch new-ps-driver-branch. 2006-09-10 Files: src/main/mark.c (1.1) (added) file mark.c was initially added on branch new-ps-driver-branch. 2006-09-10 Files: src/foomatic/foomatic-printermap (1.122) (+1 -0) src/main/print-olympus.c (1.60) (+84 -1) src/main/printers.xml (1.157) (+2 -1) add support for Olympus PS-100 (untested - see Feature Request 1527186) https://sourceforge.net/tracker/?func=detail&aid=1527186&group_id=1537&atid=351537 2006-09-10 Files: src/main/print-canon.c (1.189) (+3 -1) don't send the A) command for empty lines, got broken when I commited the F) command support 2006-09-10 Files: src/main/print-canon.c (1.188) (+18 -6) fix K only printing when using the F) raster command 2006-09-10 Files: src/main/print-canon.c (1.187) (+14 -7) make number of rasterlines in every F) command #definable 2006-09-09 Files: src/main/canon-printers.h (1.13) (+2 -2) src/main/print-canon.c (1.186) (+93 -22) Attempt to implement the F) raster command probably the MP150 does not support the A) raster command Not tested very well. I run out of ink ;( 2006-09-09 Files: src/main/print-canon.c (1.185) (+47 -30) get rid of static comp_buf size, prepare for I) J) L) F) raster sequence 2006-09-09 Files: src/main/canon-printers.h (1.12) (+1 -1) the MP150 needs the r) command, too 2006-09-08 Files: src/main/canon-media.h (1.4) (+1 -1) src/main/print-canon.c (1.184) (+9 -16) always use the first paper as default when the type is not set 2006-09-08 Files: src/main/print-canon.c (1.183) (+1 -17) remove unused lum adjustment curve 2006-09-08 Files: src/foomatic/foomatic-printermap (1.121) (+1 -0) src/main/canon-inks.h (1.6) (+12 -0) src/main/canon-modes.h (1.8) (+6 -0) src/main/canon-printers.h (1.11) (+12 -0) src/main/printers.xml (1.156) (+2 -1) add support for the Canon PIXMA iP2000 (untested) 2006-09-08 Files: src/foomatic/foomatic-printermap (1.120) (+1 -0) src/main/printers.xml (1.155) (+2 -1) Add support for CANON MP500 which is according to http://gentoo-wiki.com/Canon_pixma_series similar to the iP4200 (untested) 2006-09-08 Files: src/foomatic/foomatic-printermap (1.119) (+6 -0) src/main/printers.xml (1.154) (+7 -1) add support for Canon PIXUS iP3100, i560/865, PIXMA ip3100 mp700/730 printers that are, according to http://gentoo-wiki.com/Canon_pixma_series, compatible to the PIXMA iP3000 (all untested) 2006-09-08 Files: src/foomatic/foomatic-printermap (1.118) (+9 -0) src/main/printers.xml (1.153) (+10 -1) add support for PIXUS iP4100, i860/865, PIXMA ip4100 mp750/760/770/780/790 printers that are, according to http://gentoo-wiki.com/Canon_pixma_series, compatible to the PIXMA iP4000 (all untested) 2006-09-08 Files: src/foomatic/foomatic-printermap (1.117) (+1 -0) src/main/canon-modes.h (1.7) (+6 -0) src/main/canon-printers.h (1.10) (+12 -0) src/main/printers.xml (1.152) (+2 -1) add support for MULITPASS MP830 (untested) 2006-09-08 Files: src/main/canon-printers.h (1.9) (+7 -1) the MP150 seems to require AckTime=Short, too 2006-08-31 Files: src/main/canon-printers.h (1.8) (+28 -27) src/main/print-canon.c (1.182) (+2 -3) different printers require different args for the ESC r) command 2006-08-31 Files: src/main/canon-printers.h (1.7) (+41 -26) src/main/print-canon.c (1.181) (+8 -6) per printer control command list 2006-08-31 Files: src/main/print-canon.c (1.180) (+1 -28) Remove workaround that I added to emulate the old modesetting code The old set_ink_ranges returned when it did not find a matching ink This was the case when printing Monochrome with DMT The old code would then configure the printer to do DMT without feeding the correct dot_sizes to the dither engine 2006-08-31 Files: src/main/canon-media.h (1.3) (+1 -1) src/main/canon-printers.h (1.6) (+168 -78) src/main/print-canon.c (1.179) (+31 -98) src/main/printers.xml (1.151) (+10 -7) Attempt to improve the color correction for the PIXMA and MULTIPASS printers a bit. Hopefully the colors are a bit better now (at least blue looks more like blue ;)). The darker colors probably contain to much black. The HSL adjustment curves were moved to canon-printers.h The standard curves were removed from all other printers because the hsl adjustment code seemed to be blindly copyed from the epson driver. It was never used. 2006-08-31 Files: src/main/print-util.c (1.109) (+3 -2) avoid crash when t2 is NULL 2006-08-29 Files: src/main/canon-modes.h (1.6) (+3 -1) Reenable 300x300dpi mode for PIXMA iP4000 add 600x600dpi draft mode 2006-08-29 Files: src/foomatic/foomatic-printermap (1.116) (+2 -0) src/main/canon-inks.h (1.5) (+13 -0) src/main/canon-modes.h (1.5) (+6 -0) src/main/canon-printers.h (1.5) (+12 -0) src/main/printers.xml (1.150) (+3 -1) basic support for PIXMA iP3000 and PIXMA iP5000 (untested) 2006-08-29 Files: src/foomatic/foomatic-printermap (1.115) (+1 -0) src/main/canon-inks.h (1.4) (+21 -0) src/main/canon-modes.h (1.4) (+6 -0) src/main/canon-printers.h (1.4) (+12 -0) src/main/printers.xml (1.149) (+2 -1) basic support for MULTIPASS MP150 (untested) 2006-08-29 Files: src/foomatic/foomatic-printermap (1.114) (+2 -0) src/main/canon-inks.h (1.3) (+26 -0) src/main/canon-modes.h (1.3) (+5 -0) src/main/canon-printers.h (1.3) (+12 -0) src/main/printers.xml (1.148) (+3 -1) basic PIXMA iP4200 and iP5200 support (untested), the iP4200 support is based on a patch by Michael Thayer 2006-08-29 Files: src/main/print-canon.c (1.178) (+11 -13) warning fixes 2006-08-29 Files: src/main/printers.xml (1.147) (+2 -2) Rename Canon iP4000 to Canon PIXMA iP4000 2006-08-29 Files: src/testpattern/run-testpattern-2.in (1.2) (+29 -16) Add -m switch to print the md5sum for every generated printjob 2006-08-29 Files: src/main/canon-inks.h (1.2) (+212 -0) src/main/canon-media.h (1.2) (+31 -3) src/main/canon-modes.h (1.2) (+216 -0) src/main/canon-printers.h (1.2) (+368 -0) src/main/print-canon.c (1.177) (+313 -1700) src/main/print-canon.h (1.2) (+34 -25) - new mode setting code - remove EXPERIMENTAL_STUFF - remove supported resolutions array - every printer can now support an   unlimited amount of modes - modedefintions can be found in canon-modes.h - ink definitons can be found in canon-inks.h - printer caps can be found in canon-printers.h - the inklist can be used to generate the values for the extended ESC (t command - WEAVE and 5Pixelin1byte flags are now possible for every mode - move paper definition from print-canon.h to canon-media.h Although this looks like a complete rewrite all printers still support all modes they supported before The md5sums for every parameter combination testable with run-testpattern-2 are identical. Exceptions: bjc-6000,bjc-6100,bjc-6200,bjc-6500: CMYK+BW+360x360dmt bjc-7000: CMYK+BW+300x300dpi Reason: Before the change the printer was configured to print CMYK when we only used the K channel. Now we configure the printer to print CcMmYK. bjc-s200: Gray+BW+360x360dpi Reason: Before the change BW+360x360dpi and Gray+BW+360x360dpi produced different outputs. Now they are the same. bjc-PIXMA-iP4000: BW+600x600dpi Reason: Before the change the driver has been using uninitialized memory in this mode. Also fixes http://sourceforge.net/tracker/index.php?func=detail&aid=1487718&group_id=1537&atid=101537 2006-08-28 Files: src/main/canon-modes.h (1.1) (added +3642 -0) file canon-modes.h was initially added on branch canon_experimental. 2006-08-07 Files: src/main/canon-inks.h (1.1) (added +3116 -0) file canon-inks.h was initially added on branch canon_experimental. 2006-08-07 Files: src/main/print-canon.c (1.176) (+1 -5) Remove bogus default settings 2006-08-07 Files: include/gutenprint/xml.h (1.2) (+6 -2) Add missing closing brace for 'extern "C"' when using a C++ compiler. 2006-08-07 Files: configure.ac (1.146) (+12 -2) configure.ac: Teach PACKAGE_DATA_DIR about $datarootdir, used in new versions of autoconf, so that it is correctly defined with all new and old autoconf versions. 2006-07-30 Files: doc/Makefile.am (1.49) (+4 -4) doc/Makefile.am: Install documentation correctly when building in a VPATH. =============================================================================== Name: gutenprint-5_0_0 2006-07-30 Files: po/cs.po (1.38) (+287 -285) po/da.po (1.73) (+569 -468) po/de.po (1.51) (+288 -287) po/el.po (1.52) (+287 -282) po/en_GB.po (1.144) (+307 -302) po/es.po (1.50) (+287 -286) po/fr.po (1.76) (+287 -282) po/hu.po (1.9) (+550 -458) po/ja.po (1.46) (+287 -285) po/nb.po (1.13) (+287 -285) po/nl.po (1.52) (+287 -282) po/pl.po (1.56) (+287 -282) po/pt.po (1.51) (+287 -285) po/sk.po (1.55) (+287 -285) po/sv.po (1.83) (+288 -286) po/zh_TW.po (1.12) (+287 -282) Gutenprint 5.0.0 release 2006-07-23 Files: src/main/canon-printers.h (1.1) (added +2915 -0) file canon-printers.h was initially added on branch canon_experimental. 2006-07-22 Files: src/main/canon-media.h (1.1) (added +1959 -0) src/main/print-canon.c (1.175) (+43 -121) src/main/print-canon.h (1.1) (added +153 -0) Cleanup Step 1 create a header for the canon driver move paper definitions to canon-media.h make it possible to select different paper definitions for different papers preparations for quality selection remove a now obsolete hack for CD printing 2006-07-22 Files: NEWS (1.305) (+3 -0) src/main/escp2-driver.c (1.30) (+4 -2) src/main/print-escp2-data.c (1.202) (+79 -79) src/main/print-escp2.c (1.354) (+11 -1) src/main/print-escp2.h (1.105) (+5 -2) Fix bottom margin for Epson R800 and R1800. 2006-07-22 Files: README (1.165) (+1 -2) Minor update to README. 2006-07-20 Files: po/da.po (1.72) (+5 -9) Another da.po update 2006-07-20 Files: po/da.po (1.71) (+16 -12) Updated Danish translation 2006-07-16 Files: src/gutenprintui/plist.c (1.3) (+3 -3) Fix problem with g_strconcat and remove one last Gimp-Print nit. 2006-07-16 Files: doc/Makefile.am (1.48) (+2 -2) Make install-data-local depend on the installed documentation. 2006-07-16 Files: configure.ac (1.145) (+2 -3) Don't print out install user's manual in config summary 2006-07-16 Files: configure.ac (1.144) (+7 -12) doc/developer/Makefile.am (1.19) (+1 -3) Remove configure option for user guide 2006-07-16 Files: NEWS (1.304) (+17 -1973) README (1.164) (+12 -306) configure.ac (1.143) (+2 -3) doc/Makefile.am (1.47) (+10 -11) doc/gutenprint-users-manual.odt (1.1) (added +603 -0) doc/gutenprint-users-manual.pdf (1.1) (added +4178 -0) 1260142 User documentation needs updating for 5.0.0 2006-07-16 Files: NEWS (1.303) (+2 -1) Clean up duplication. 2006-07-16 Files: NEWS (1.302) (+19 -4) src/gutenprintui/panel.c (1.9) (+69 -59) Fix a problem with image rotation in the GIMP 1.2/Cinepaint plugin. 2006-07-11 Files: doc/developer/gutenprint.xml (1.2) (+1 -1) doc/developer/gutenprint.xml: Use URI in DOCTYPE in place of absolute filename. This is much more portable, and XML catalogues are now supported on current systems. 2006-07-08 Files: src/foomatic/Makefile.am (1.50) (+7 -3) 1033007 Foomatic XML data generation is locale-dependent 2006-07-07 Files: include/gutenprint/string-list.h (1.3) (+4 -4) include/gutenprint/string-list.h: The name and text members of the stp_param_string_t structure should be const for use in static initialisers. 2006-07-07 Files: src/main/print-weave.c (1.65) (+13 -14) src/main/print-weave.c: stpi_softweave_t is not "logically const". 2006-07-07 Files: include/gutenprint/string-list.h (1.2) (+4 -4) src/main/path.c (1.19) (+3 -3) src/main/print-list.c (1.24) (+2 -2) src/main/sequence.c (1.22) (+2 -2) src/main/sequence.c: deconst_sequence is inlined. src/main/print-list.c: deconst_list is inlined. src/main/path.c: Fix the constness of the struct dirent pointers passed to strcoll. include/gutenprint/string-list.h: The name and text members of the stp_param_string_t structure should not be const. 2006-07-07 Files: NEWS (1.301) (+3 -0) src/main/print-pcl.c (1.144) (+41 -1) src/main/printers.xml (1.146) (+47 -47) 1518131 Kyocera KM-2530 CUPS+Gutenprint PPD - A4 paper 2006-07-06 Files: NEWS (1.300) (+1 -4) Remove prerelease wording. 2006-07-05 Files: doc/5.0-release-plan.txt (1.10) (+37 -8) Update on what has been accomplished in 5.0. 2006-07-05 Files: README (1.163) (+10 -3) Clarify development libraries a bit more. 2006-07-04 Files: NEWS (1.299) (+3 -0) In the GIMP 2.4 and above (forthcoming as of Gutenprint 5.0 release), the enhanced Print plugin will be named "Print with Gutenprint" so as not to collide with the GtkPrint-based plugin bundled with that version of the GIMP. The Print plugin bundled with GIMP 2.0 and 2.2 is based on Gimp-Print 4.2; the Print plugin in this package simply replaces the Print plugin in those versions of the GIMP. 2006-07-04 Files: po/da.po (1.70) (+249 -345) Updated da.po 2006-07-04 Files: NEWS (1.298) (+42 -28) README (1.162) (+76 -58) configure.ac (1.142) (+36 -11) src/gimp2/Makefile.am (1.7) (+14 -3) src/gimp2/print-gutenprint.c (1.1) (added +63 -0) src/gimp2/print-print.c (1.1) (added +52 -0) src/gimp2/print.c (1.8) (+6 -24) src/gimp2/print_gimp.h (1.5) (+14 -1) In the GIMP 2.4 and above (forthcoming as of Gutenprint 5.0 release), the enhanced Print plugin will be named "Print with Gutenprint" so as not to collide with the GtkPrint-based plugin bundled with that version of the GIMP. The Print plugin bundled with GIMP 2.0 and 2.2 is based on Gimp-Print 4.2; the Print plugin in this package simply replaces the Print plugin in those versions of the GIMP. 2006-07-04 Files: src/cups/rastertoprinter.c (1.104) (+4 -4) src/ghost/ijsgutenprint.c (1.18) (+3 -3) Be a bit more defensive about printing things out. 2006-07-01 Files: src/ghost/ijsgutenprint.c (1.17) (+2 -2) Use safe_get_string_parameter rather than stp_get_string_parameter when calling fprintf. 2006-06-26 Files: NEWS (1.297) (+13 -9) Add note that color laser printers are supported in grayscale only. 2006-06-25 Files: src/cups/rastertoprinter.c (1.103) (+7 -4) Another spot we attempted to print a null pointer. 2006-06-25 Files: src/cups/rastertoprinter.c (1.102) (+4 -3) Don't attempt to printf a null pointer (not all versions of libc will handle this gracefully). 2006-06-25 Files: src/main/print-vars.c (1.75) (+9 -3) Don't attempt to copy zero bytes from a null pointer. 2006-06-25 Files: configure.ac (1.141) (+3 -3) Slight improvement in wording of warning message. 2006-06-22 Files: NEWS (1.296) (+3 -2) po/hu.po (1.8) (+996 -1676) Update Hungarian translation 2006-06-22 Files: NEWS (1.295) (+10 -5) src/ghost/ijsgutenprint.c (1.16) (+25 -17) 1501816 ijsgutenprint/foomatic only prints first page 2006-06-04 Files: NEWS (1.294) (+367 -8) NEWS: Add changes between previous 5.0.0 release candidates. 2006-06-04 Files: src/main/print-ps.c (1.87) (+29 -25) print-ps.c: The Postscript driver now handles PPD files with non-integer imageable areas correctly in all locales (the PPD files certain HP inkjet printers using the HPIJS driver have non-integer imageable areas for some paper sizes). In 5.0.0-rc3, this was handled incorrectly in locales that do not use the decimal point (".") for separating fractions from integers. 2006-06-01 Files: src/main/escp2-channels.c (1.62) (+3 -3) src/main/print-escp2.c (1.353) (+12 -3) Make gray transitions work on R2400 2006-05-31 Files: src/main/print-escp2-data.c (1.201) (+17 -17) Use unidirectional mode by default above 1440x720 on R2400 and above 1440x1440 on R800 (yields better smoothness). 2006-05-31 Files: src/main/escp2-papers.c (1.99) (+21 -21) Improve matte black on R2400. 2006-05-31 Files: src/main/escp2-papers.c (1.98) (+22 -22) Improve matte black ink on R800. 2006-05-31 Files: src/escputil/escputil.c (1.87) (+27 -23) src/escputil/escputil.c: Print a proper error message when a raw device was not specified when needed. 2006-05-31 Files: src/cups/rastertoprinter.c (1.101) (+14 -6) Fix printers without borderless capability. 2006-05-30 Files: src/cups/cups-genppdconfig.in (1.13) (+18 -153) src/cups/cups-genppdconfig.in: Remove perlmenu support. 2006-05-30 Files: src/cups/rastertoprinter.c (1.100) (+6 -6) Use the imageable area to define the margins, not the bounding box from CUPS. 2006-05-30 Files: src/main/print-ps.c (1.86) (+3 -1) Don't disable PPDFile parameter when the PPD file is set. 2006-05-29 Files: m4extra/pkg.m4 (1.1) (added +156 -0) m4extra/pkg.m4: Add pkg-config macros. 2006-05-29 Files: po/en_GB.po (1.143) (+997 -1691) Update British English translation. 2006-05-29 Files: po/cs.po (1.37) (+182 -175) po/da.po (1.69) (+344 -248) po/de.po (1.50) (+182 -175) po/el.po (1.51) (+182 -175) po/en_GB.po (1.142) (+181 -174) po/es.po (1.49) (+182 -175) po/fr.po (1.75) (+916 -1395) po/hu.po (1.7) (+181 -174) po/ja.po (1.45) (+182 -175) po/nb.po (1.12) (+182 -175) po/nl.po (1.51) (+182 -175) po/pl.po (1.55) (+182 -175) po/pt.po (1.50) (+182 -175) po/sk.po (1.54) (+182 -175) po/sv.po (1.82) (+361 -254) po/zh_TW.po (1.11) (+181 -174) 20060528 snapshot 2006-05-28 Files: NEWS (1.293) (+39 -351) README (1.161) (+264 -83) configure.ac (1.140) (+18 -14) Start prep for 5.0.0 release 2006-05-28 Files: src/main/printers.xml (1.145) (+5 -5) Reorder some printers. 2006-05-28 Files: doc/Makefile.am (1.46) (+6 -1) Install the FAQ. 2006-05-28 Files: src/main/escp2-driver.c (1.29) (+23 -4) src/main/print-escp2-data.c (1.200) (+82 -81) src/main/print-escp2.c (1.352) (+116 -45) src/main/print-escp2.h (1.104) (+6 -2) 1) In the Epson driver, make the cutoff for deciding whether to print unidirectional vs. bidirectional printer-dependent rather than always 720 DPI. Many of the newer printers do just fine printing bidirectionally even at very high resolutions, and some actually do better in bidirectional mode. 2) For determining which quality modes to make available, factor in the extra passes as well as the horizontal and vertical resolutions. This is because some of the newer printers can't print at higher than 1440 DPI horizontally without slowing down by about an order of magnitude, so we're offering high quality (2-pass) and highest quality (4-pass) mode at 1440x2880 DPI. For this purpose, 1440x2880 high quality would be treated as equivalent to 2880x2880 and 1440x2880 highest quality would be treated as equivalent to 5760x2880. This allows us to offer "super photo" and "ultra photo" modes on the R800 and friends. 2006-05-28 Files: src/testpattern/Makefile.am (1.25) (+2 -1) Rebuild run-testpattern-2 if it changes. 2006-05-28 Files: src/cups/genppd.c (1.118) (+15 -17) src/escputil/escputil.c (1.86) (+19 -19) src/foomatic/printer_options.c (1.50) (+10 -10) src/ghost/ijsgutenprint.c (1.15) (+3 -3) src/gutenprintui/panel.c (1.8) (+12 -12) src/gutenprintui/ui-utils.c (1.2) (+5 -5) src/gutenprintui2/panel.c (1.11) (+12 -12) src/gutenprintui2/ui-utils.c (1.3) (+5 -5) src/main/dither-main.c (1.52) (+6 -7) src/main/generic-options.c (1.10) (+4 -4) src/main/print-canon.c (1.174) (+7 -7) src/main/print-color.c (1.135) (+5 -5) src/main/print-escp2.c (1.351) (+10 -10) src/main/print-lexmark.c (1.154) (+6 -6) src/main/print-olympus.c (1.59) (+5 -5) src/main/print-pcl.c (1.143) (+6 -6) src/main/print-ps.c (1.85) (+2 -2) src/testpattern/printer_options.c (1.2) (+10 -10) Various i18n fixes. 2006-05-28 Files: po/zh_TW.po (1.10) (+2 -2) Fix up name of language 2006-05-28 Files: po/fr.po (1.74) (+2 -2) po/zh_TW.po (1.9) (+2 -2) Fix up name of language 2006-05-27 Files: po/da.po (1.68) (+92 -196) Updated Danish translation 2006-05-27 Files: po/fr.po (1.73) (+2529 -3263) Updated French translation from Regis. 2006-05-24 Files: man/ijsgutenprint.1.in (1.4) (+14 -207) Remove all Gutenprint options from the man page. 2006-05-24 Files: man/ijsgutenprint.1.in (1.3) (+17 -7) ijsgutenprint.1.in: Document that ijsgutenprint must be invoked via Foomatic, and that the options documented here are not complete. 2006-05-24 Files: po/sv.po (1.81) (+1633 -2132) Updated Swedish translation 2006-05-22 Files: src/cups/cups-genppdupdate.in (1.25) (+9 -7) cups-genppdupdate.in: Make sure egrep always has input files, otherwise it will freeze waiting on stdin. 2006-05-22 Files: src/foomatic/foomatic-generator.in (1.60) (+21 -5) Assigned order parameter to the options in the Foomatic data. This way the options can be presented in a more user-friendly order, especially inside each group non-numerical options come first, then each numerical option preceeded by its "Enable" option (foomatic-db-engine CVS of May 22 2006 needed that order parameter is taken into account in PPD build). 2006-05-21 Files: README (1.160) (+721 -450) First draft of Gutenprint 5.0 README. =============================================================================== Name: gutenprint-5_0_0-rc3 2006-05-18 Files: po/cs.po (1.36) (+42 -27) po/da.po (1.67) (+42 -27) po/de.po (1.49) (+42 -27) po/el.po (1.50) (+42 -27) po/en_GB.po (1.141) (+42 -27) po/es.po (1.48) (+42 -27) po/fr.po (1.72) (+42 -27) po/hu.po (1.6) (+42 -27) po/ja.po (1.44) (+42 -27) po/nb.po (1.11) (+42 -27) po/nl.po (1.50) (+42 -27) po/pl.po (1.54) (+42 -27) po/pt.po (1.49) (+42 -27) po/sk.po (1.53) (+42 -27) po/sv.po (1.80) (+43 -28) po/zh_TW.po (1.8) (+42 -27) Gutenprint 5.0.0-rc3 release 2006-05-15 Files: po/fr.po (1.71) (+17 -17) Clean up a few messages that may break PPD files. 2006-05-14 Files: doc/README.maintaining (1.22) (+5 -10) doc/README.maintaining: Update CVS instructions for the new SourceForge CVS repositories. 2006-05-14 Files: src/cups/Makefile.am (1.87) (+4 -2) Distribute test-ppds 2006-05-14 Files: NEWS (1.292) (+3 -0) Final prep for 5.0.0-rc3. 2006-05-14 Files: src/cups/test-ppds (1.2) (+40 -2) Run in relaxed mode by default. Run strict check also, but don't signal an exit status on strict errors. 2006-05-14 Files: src/cups/Makefile.am (1.86) (+3 -1) src/cups/test-ppds (1.1) (added +32 -0) Check PPD files for conformance in make check 2006-05-13 Files: README (1.159) (+8 -8) Prep for 5.0.0-rc3 release. 2006-05-13 Files: NEWS (1.291) (+35 -18) 1487715 HP DeskJet 690 and related crash in grayscale w/photo ink 1487717 Canon/Lexmark printers fail in color mode w/BW inks 1487720 Canon printers crash in grayscale with photo ink 2006-05-12 Files: src/testpattern/.cvsignore (1.4) (+2 -0) More files to ignore. 2006-05-12 Files: src/main/print-canon.c (1.173) (+2 -7) Permit use of color printing with black and white inks (obviously, still prints in grayscale). 2006-05-12 Files: configure.ac (1.139) (+4 -2) src/testpattern/Makefile.am (1.24) (+4 -3) src/testpattern/printer_options.c (1.1) (added +263 -0) src/testpattern/run-testpattern-2.in (1.1) (added +756 -0) test/Makefile.am (1.46) (+1 -5) Add improved test based on testpattern generator. 2006-05-12 Files: src/main/print-lexmark.c (1.153) (+5 -18) Handle grayscale mode correctly with color inks. 2006-05-12 Files: src/main/print-pcl.c (1.142) (+11 -8) Handle photo ink cartridge in black and white mode correctly. 2006-05-07 Files: test/run-testdither (1.11) (+32 -40) test/run-weavetest (1.24) (+2 -2) test/testdither.c (1.49) (+147 -87) Fix paths. Make testdither valgrind-able. 2006-05-06 Files: NEWS (1.290) (+18 -14) src/main/escp2-resolutions.c (1.33) (+34 -4) src/main/print-escp2-data.c (1.199) (+3 -3) src/main/print-escp2.h (1.103) (+3 -2) Do not attempt to use resolutions above 1440x1440 on CX4600 and related printers. These resolutions are not recommended by the manual and are likely to result in extremely slow printing. 2006-05-06 Files: po/cs.po (1.35) (+86 -75) po/da.po (1.66) (+1138 -1001) po/de.po (1.48) (+86 -75) po/el.po (1.49) (+86 -75) po/en_GB.po (1.140) (+86 -75) po/es.po (1.47) (+86 -75) po/fr.po (1.70) (+86 -75) po/hu.po (1.5) (+86 -75) po/ja.po (1.43) (+86 -75) po/nb.po (1.10) (+86 -75) po/nl.po (1.49) (+86 -75) po/pl.po (1.53) (+86 -75) po/pt.po (1.48) (+86 -75) po/sk.po (1.52) (+86 -75) po/sv.po (1.79) (+87 -76) po/zh_TW.po (1.7) (+86 -75) Gutenprint 20060505 snapshot 2006-05-06 Files: scripts/global.mk (1.10) (+2 -2) src/cups/Makefile.am (1.85) (+5 -4) src/foomatic/Makefile.am (1.49) (+4 -3) test/Makefile.am (1.45) (+4 -1) Attempt to work with non-GNU make 2006-05-05 Files: NEWS (1.289) (+4 -4) Note improvements to the CX4600 and friends. 2006-05-05 Files: test/escp2-weavetest.c (1.37) (+10 -1) Add a spinner to show progress. 2006-05-05 Files: test/run-weavetest (1.23) (+10 -2) Set STP_DATA_PATH and STP_MODULE_PATH. Add 24 to the list of row separations in case we need it. 2006-05-04 Files: src/main/print-escp2-data.c (1.198) (+2 -2) CX4600 and related printers need mod-8 positioning for good performance. 2006-05-04 Files: src/gimp/print.c (1.66) (+2 -1) Warn translators not to translate the "" component of the menu path. 2006-05-04 Files: NEWS (1.288) (+5 -0) po/cs.po (1.34) (+2 -2) po/da.po (1.65) (+2 -2) po/pt.po (1.47) (+2 -2) 1478819 bad translation format 2006-05-04 Files: po/da.po (1.64) (+7425 -120) Fix botched po file 2006-05-04 Files: po/da.po (1.63) (+120 -8132) Updated Danish PO 2006-05-04 Files: src/gimp2/print.c (1.7) (+2 -1) Warn translators not to translate the top level part of the menu. 2006-05-01 Files: NEWS (1.287) (+1 -1) Correct bug ID. 2006-05-01 Files: NEWS (1.286) (+12 -5) src/main/print-escp2-data.c (1.197) (+10 -10) Improve performance for R800 and related printers. 2006-04-30 Files: NEWS (1.285) (+26 -20) src/main/escp2-driver.c (1.28) (+10 -4) src/main/escp2-resolutions.c (1.32) (+39 -1) src/main/print-escp2-data.c (1.196) (+80 -80) src/main/print-escp2.c (1.350) (+13 -2) src/main/print-escp2.h (1.102) (+5 -2) 1479124 Very poor performance with Epson R2400, R800, and R1800 R800 still needs to be fully tested. 2006-04-29 Files: test/parse-escp2 (1.11) (+1 -1) Comment 2006-04-29 Files: test/parse-escp2 (1.10) (+103 -54) Stream the input (don't slurp it all into memory). 2006-04-25 Files: po/cs.po (1.33) (+900 -862) po/da.po (1.62) (+899 -862) po/de.po (1.47) (+900 -862) po/el.po (1.48) (+899 -863) po/en_GB.po (1.139) (+900 -862) po/es.po (1.46) (+900 -862) po/fr.po (1.69) (+900 -862) po/hu.po (1.4) (+899 -862) po/ja.po (1.42) (+900 -862) po/nb.po (1.9) (+900 -862) po/nl.po (1.48) (+900 -862) po/pl.po (1.52) (+894 -862) po/pt.po (1.46) (+900 -862) po/sk.po (1.51) (+900 -862) po/sv.po (1.78) (+901 -863) po/zh_TW.po (1.6) (+895 -862) Gutenprint 20060425 snapshot 2006-04-23 Files: NEWS (1.284) (+7 -7) Minor updates. 2006-04-22 Files: NEWS (1.283) (+44 -28) src/main/print-escp2-data.c (1.195) (+152 -32) src/main/print-escp2.h (1.101) (+3 -2) Fix input slots for RX700, R1800, and R2400 2006-04-22 Files: src/cups/genppd.c (1.117) (+11 -3) Set the HWMargins to borderless. 2006-04-20 Files: NEWS (1.282) (+4 -0) src/main/papers.xml (1.21) (+22 -1) Add a few more paper sizes 2006-04-19 Files: NEWS (1.281) (+20 -15) Note further IJS improvements. 2006-04-19 Files: src/ghost/ijsgutenprint.c (1.14) (+22 -12) Try to abort job cleanly. 2006-04-19 Files: src/ghost/ijsgutenprint.c (1.13) (+22 -17) 1466678 Epson Stylus Photo R300 fails to eject last page (That bug refers specifically to 4.2, but the problem is certainly present in 5.0) 2006-04-18 Files: src/testpattern/testpattern.c (1.44) (+4 -1) Read the test pattern file with LC_LANG set to C to avoid language-specific parsing problems. 2006-04-17 Files: po/cs.po (1.32) (+3057 -1114) po/da.po (1.61) (+3318 -938) po/de.po (1.46) (+2594 -707) po/el.po (1.47) (+2989 -1061) po/en_GB.po (1.138) (+3272 -932) po/es.po (1.45) (+3051 -1121) po/fr.po (1.68) (+4345 -2332) po/hu.po (1.3) (+4179 -1381) po/ja.po (1.41) (+3056 -1114) po/nb.po (1.8) (+2986 -1058) po/nl.po (1.47) (+2997 -1067) po/pl.po (1.51) (+2920 -1000) po/pt.po (1.45) (+3056 -1114) po/sk.po (1.50) (+3052 -1122) po/sv.po (1.77) (+3057 -1115) po/zh_TW.po (1.5) (+3313 -930) Gutenprint 20060417 snapshot release 2006-04-17 Files: src/main/print-canon.c (1.172) (+27 -12) Clean up segfaults for many CcMmYK/CcMmYyK printers. Pending review by Sascha. 2006-04-17 Files: src/main/printers.c (1.78) (+8 -4) Clean up memory leak. 2006-04-17 Files: NEWS (1.280) (+86 -20) include/gutenprint/printers.h (1.3) (+4 -2) include/gutenprint/vars.h (1.3) (+28 -1) src/cups/genppd.c (1.116) (+12 -3) src/cups/rastertoprinter.c (1.99) (+91 -7) src/foomatic/printer_margins.c (1.17) (+12 -2) src/ghost/ijsgutenprint.c (1.12) (+172 -8) src/main/print-canon.c (1.171) (+2 -1) src/main/print-escp2.c (1.349) (+56 -17) src/main/print-lexmark.c (1.152) (+2 -1) src/main/print-olympus.c (1.58) (+31 -8) src/main/print-pcl.c (1.141) (+2 -1) src/main/print-ps.c (1.84) (+31 -6) src/main/print-raw.c (1.38) (+2 -1) src/main/printers.c (1.77) (+10 -1) 1318890 Borderless print scaled wrongly 1467956 Print to CD prints incorrectly with CUPS driver 2006-04-16 Files: src/escputil/d4lib.c (1.7) (+21 -19) src/escputil/escputil.c (1.85) (+32 -25) Improve robustness in some cases. Improve debug output. 2006-04-16 Files: test/parse-escp2 (1.9) (+14 -18) Minor additional performance tuning. Fix up old printers. 2006-04-15 Files: test/parse-escp2 (1.8) (+91 -134) Performance improvements and use strict mode. 2006-04-13 Files: src/main/escp2-papers.c (1.97) (+2 -2) Improve tuning of inkjet paper on R300 family. 2006-04-13 Files: src/main/print-ps.c (1.83) (+13 -7) Compute the media size and bounding box correctly. 2006-04-13 Files: test/unprint.c (1.37) (+3 -3) Print out the size information for the unprinted image. 2006-03-29 Files: man/cups-genppdupdate.8.in (1.5) (+25 -4) 1) -N option means reset options to defaults (i. e. don't try to extract previous options from the PPD file). 2) -o option means output PPD files into the specified directory rather than /etc/cups/ppd 3) You can specify PPD files on the command line, which overrides either the default directory or the directory specified with -o. If you do this, you can either specify the exact PPD file by name or the base name of a PPD file (i. e. a queue name) in the PPD directory. For example, you can specify "espr2400" as shorthand for "/etc/cups/ppd/espr2400.ppd". 4) Hungarian is now in the list of languages. 5) It no longer tries (and fails) to update Foomatic PPD files; it simply ignores them silently. 2006-03-29 Files: NEWS (1.279) (+26 -6) Add information about changes to cups-genppdupdate and bug 1458059. 2006-03-29 Files: src/cups/cups-genppdupdate.in (1.24) (+107 -42) 1) -N option means reset options to defaults (i. e. don't try to extract previous options from the PPD file). 2) -o option means output PPD files into the specified directory rather than /etc/cups/ppd 3) You can specify PPD files on the command line, which overrides either the default directory or the directory specified with -o. If you do this, you can either specify the exact PPD file by name or the base name of a PPD file (i. e. a queue name) in the PPD directory. For example, you can specify "espr2400" as shorthand for "/etc/cups/ppd/espr2400.ppd". 4) Hungarian is now in the list of languages. 5) It no longer tries (and fails) to update Foomatic PPD files; it simply ignores them silently. 2006-03-28 Files: src/main/print-canon.c (1.170) (+2 -2) only 600x600 dpi is working for the PIXMA iP4000 2006-03-28 Files: src/main/print-lexmark.c (1.151) (+92 -149) 1458059 Lexmark Z52 not working (Only partially tested) 2006-03-28 Files: src/main/bit-ops.c (1.9) (+2 -2) Compute line width correctly for uncompressed case. 2006-03-26 Files: NEWS (1.278) (+9 -9) README (1.158) (+15 -17) configure.ac (1.138) (+3 -3) Bump version. 2006-03-26 Files: src/main/print-escp2-data.c (1.194) (+2 -2) Allow 5760x2880 DPI on R2400. 2006-03-26 Files: NEWS (1.277) (+107 -25) Clarify wording. State relationship of options to their Gimp-Print 4.2 equivalents. 2006-03-26 Files: src/main/print-weave.c (1.64) (+15 -2) Add some more debug information. 2006-03-23 Files: NEWS (1.276) (+167 -105) Minor reorganization 2006-03-21 Files: NEWS (1.275) (+1015 -26) doc/Makefile.am (1.45) (+2 -7) doc/gutenprint-options (1.3) (removed) Move options description into release notes. 2006-03-19 Files: configure.ac (1.137) (+74 -8) Print configureation summary after configure is complete. 2006-03-19 Files: autogen.sh (1.7) (+12 -2) If user passes --help or -h to autogen.sh and configure exists, pass the help option through to configure. 2006-03-19 Files: src/main/print-dither-matrices.c (1.36) (+4 -4) Use stp_erprintf rather than stderr. 2006-03-19 Files: src/main/print-canon.c (1.169) (+34 -19) 1379402 BJC-4400: SEGFAULT (photo-ink/color mode) 2006-03-18 Files: src/gutenprintui2/panel.c (1.10) (+4 -4) Display thumbnail correctly in CMY mode. 2006-03-18 Files: src/cups/epson.c (1.7) (+7 -6) Reduce sleep time if write to printer would block to 2 ms from 200 ms. 2 ms is probably more appropriate for today's computers and printers. 2006-03-18 Files: src/main/print-canon.c (1.168) (+11 -3) Handle CCMMYK and CCMMYYK inks correctly; force PrintingMode to black and white if we're using only black ink. 2006-03-13 Files: src/foomatic/Makefile.am (1.48) (+3 -1) src/foomatic/foomatic-generator.in (1.59) (+19 -7) src/foomatic/printer_margins.c (1.16) (+8 -1) src/foomatic/printer_options.c (1.49) (+6 -2) Generate simplified Foomatic data in addition to full-featured data, similar to the recent addition to the CUPS driver. 2006-03-13 Files: src/foomatic/foomatic-templates-ijs/gutenprint.xml (1.6) (+12 -15) Update the comments. 2006-03-13 Files: NEWS (1.274) (+6 -0) Minor tweak 2006-03-12 Files: src/main/papers.xml (1.20) (+2 -2) Rename Epson 4x6 Photo Paper to reduce confusion 2006-03-12 Files: src/main/printers.xml (1.144) (+2 -2) Rename Kyocera FS-600 (KPDL-2) to Kyocera FS-600 - KPDL-2 to make for a legal PPD file. 2006-03-12 Files: src/cups/genppd.c (1.115) (+5 -4) If the number of paper sizes is small, list them all in the simplified PPD. This avoids problems with some of the dye sub printers that only support a very small number of obscure page sizes. 2006-03-12 Files: NEWS (1.273) (+9 -10) Rearrange the release notes somewhat. 2006-03-11 Files: NEWS (1.272) (+550 -580) README (1.157) (+46 -18) Updates 2006-03-11 Files: src/main/escp2-papers.c (1.96) (+6 -6) Improve grayscale on plain paper for R300 and friends. 2006-03-11 Files: configure.ac (1.136) (+16 -2) src/cups/Makefile.am (1.84) (+4 -4) src/cups/cups-genppdupdate.in (1.23) (+13 -5) src/cups/genppd.c (1.114) (+121 -96) src/cups/rastertoprinter.c (1.98) (+10 -3) Offer simplified PPD files in CUPS. 2006-03-11 Files: configure.ac (1.135) (+3 -3) src/escputil/escputil.c (1.84) (+60 -29) src/main/print-escp2-data.c (1.193) (+2 -2) Detect getopt_long() correctly. Add options to allow specifying number of line pairs and patterns in escputil explicitly. Change alignment pair count for Stylus Photo 700 to 15 in response to reports. This seems out of whack, though. 2006-03-04 Files: NEWS (1.271) (+57 -18) Update the release notes. 2006-03-04 Files: src/main/print-ps.c (1.82) (+3 -1) PPD file parameter should always be active. 2006-03-03 Files: po/fr.po (1.67) (+1913 -1912) Updated French translation from Olivier Poulet 2006-03-03 Files: NEWS (1.270) (+752 -1068) src/foomatic/foomatic-generator.in (1.58) (+47 -34) src/foomatic/foomatic-printermap (1.113) (+555 -553) src/main/printers.c (1.76) (+174 -60) src/main/printers.xml (1.143) (+789 -1457) List all printers, generating PPD files and foomatic data for them, rather than using a compatibility list. Allow use of parameter sets rather than having to list all parameters for each printer. 2006-03-02 Files: src/main/print-escp2-data.c (1.192) (+2 -2) CX4600 and friends are 4-color printers, not 6-color printers. 2006-02-25 Files: src/foomatic/foomatic-printermap (1.112) (+6 -7) Corrected Foomatic IDs of some printers. 2006-02-18 Files: configure.ac (1.134) (+3 -3) po/hu.po (1.2) (+5116 -0) Add Hungarian translation 2006-02-07 Files: src/escputil/escputil.c (1.83) (+2 -1) Need ctype.h for isgraph. 2006-02-06 Files: NEWS (1.269) (+22 -1) src/foomatic/foomatic-printermap (1.111) (+10 -0) src/main/print-escp2-data.c (1.191) (+70 -2) src/main/printers.xml (1.142) (+41 -1) Corrected support for Epson PM-970C and PM-980C. Support for Epson Stylus Photo 830U. Support for Japanese Epson printers: * Expected full support for E-150, E-200 * Experimental support for PM-A900, PM-D800, PM-G730, PX-V630 * Preliminary support for PM-A650, PM-A750, PM-A890 2006-02-05 Files: src/main/escp2-papers.c (1.95) (+22 -22) Improve tuning for R2400 matte 2006-02-04 Files: src/escputil/escputil.c (1.82) (+535 -340) Print more status for older printers. Refactor the status code. 2006-02-04 Files: NEWS (1.268) (+1 -0) src/foomatic/foomatic-printermap (1.110) (+1 -0) src/main/printers.xml (1.141) (+5 -1) Add Epson Stylus Photo 830U 2006-02-03 Files: src/main/escp2-papers.c (1.94) (+26 -26) Improve R2400 tuning on photo ink set. 2006-02-02 Files: src/main/print-escp2.c (1.348) (+39 -32) 1422101 Raw output does not work on R800 and related printers 2006-01-31 Files: src/main/escp2-channels.c (1.61) (+6 -6) src/main/escp2-papers.c (1.93) (+26 -26) Improve greens on R800. Improve R2400. 2006-01-29 Files: m4extra/glib.m4 (1.1) (added +196 -0) Add glib-1.2 m4 macros. 2006-01-28 Files: src/escputil/d4lib.c (1.6) (+77 -11) src/escputil/escputil.c (1.81) (+2 -2) Improve debugging output 2006-01-28 Files: src/escputil/escputil.c (1.80) (+109 -9) 1417603 escputil seg faults if you type ctrl-D to prompt 1417600 escputil clean and nozzle check don't work on new printers Improve debug messages. 2006-01-28 Files: src/main/escp2-papers.c (1.92) (+8 -8) A few more tweaks for the R300 2006-01-23 Files: src/ghost/.cvsignore (1.12) (+1 -0) Add ijsgutenprint.5.0. 2006-01-23 Files: doc/Makefile.am (1.44) (+3 -3) Install gutenprint-options from $(srcdir), so VPATH builds do not break. 2006-01-21 Files: scripts/mkchlog (1.10) (+54 -14) Print the log for files on the mainline that have been removed. This retains history when files are moved around. =============================================================================== Name: gutenprint-5_0_0-rc2 2006-01-21 Files: po/cs.po (1.31) (+1271 -960) po/da.po (1.60) (+1281 -960) po/de.po (1.45) (+1233 -960) po/el.po (1.46) (+1271 -959) po/en_GB.po (1.137) (+1272 -959) po/es.po (1.44) (+1271 -960) po/fr.po (1.66) (+1271 -960) po/ja.po (1.40) (+1271 -960) po/nb.po (1.7) (+1271 -960) po/nl.po (1.46) (+1271 -960) po/pl.po (1.50) (+1268 -958) po/pt.po (1.44) (+1271 -960) po/sk.po (1.49) (+1271 -960) po/sv.po (1.76) (+1274 -961) po/zh_TW.po (1.4) (+1268 -960) Gutenprint 5.0.0-rc2 release 2006-01-16 Files: NEWS (1.267) (+5 -0) Note instructions for printing directly to CD. 2006-01-16 Files: NEWS (1.266) (+9 -0) Add list of bugs fixed. 2006-01-16 Files: doc/gutenprint-options (1.2) (+731 -729) Update description of Laminate Pattern. 2006-01-16 Files: src/testpattern/run-testpattern-1 (1.6) (+4 -3) Update this script also. 2006-01-15 Files: src/testpattern/run-testpattern (1.20) (+2 -1) src/testpattern/testpattern.c (1.43) (+11 -5) Return error status correctly, and do not error out unnecessarily 2006-01-14 Files: NEWS (1.265) (+32 -23) doc/Makefile.am (1.43) (+7 -2) doc/gutenprint-options (1.1) (added) Add gutenprint-options documentation 2006-01-13 Files: configure.ac (1.133) (+21 -2) src/main/util.h (1.33) (+2 -8) Add a feature test for GCC __attribute__ syntax. 2006-01-10 Files: NEWS (1.264) (+8 -4) src/foomatic/foomatic-printermap (1.109) (+2 -0) src/main/print-escp2-data.c (1.190) (+41 -9) src/main/print-escp2.h (1.100) (+3 -2) src/main/printers.xml (1.140) (+9 -1) Change quality settings for some newer printers that need higher resolutions (1.5 pl and PictureMate). Add higher resolutions for RX700 (up to 5760x2880). Add Japanese equivalents of RX700 and R2400. 2006-01-09 Files: src/main/print-escp2.c (1.347) (+1 -14) Remove unused MultiChannelLimit option 2006-01-09 Files: m4extra/gettext.m4 (1.2) (+510 -276) m4extra/gtk.m4 (1.1) (added +194 -0) m4extra/lcmessage.m4 (1.2) (+28 -17) m4extra/libtool.m4 (1.2) (+6333 -338) m4extra/progtest.m4 (1.2) (+71 -26) Add GTK-1.2 m4 macro to m4extra. Update existing m4extra m4 macros. 2006-01-08 Files: src/main/escp2-papers.c (1.91) (+4 -4) More tweaks for R800. 2006-01-08 Files: NEWS (1.263) (+9 -2) Improve R800 tuning. 2006-01-08 Files: src/main/escp2-papers.c (1.90) (+46 -46) Improve tuning of R800. 2006-01-08 Files: src/main/escp2-papers.c (1.89) (+4 -4) More improvement for the R300. 2006-01-07 Files: NEWS (1.262) (+10 -9) README (1.156) (+64 -66) Increase the prominence of CUPS 2006-01-07 Files: NEWS (1.261) (+4 -5) Upgrade status of Epson PictureMate 2006-01-07 Files: src/main/print-escp2-data.c (1.189) (+2 -2) Went a bit too far last time... 2006-01-07 Files: src/main/escp2-papers.c (1.88) (+3 -3) src/main/print-escp2-data.c (1.188) (+2 -2) Improve the PictureMate some more 2006-01-07 Files: src/main/escp2-inks.c (1.46) (+7 -7) src/main/escp2-papers.c (1.87) (+3 -3) src/main/escp2-resolutions.c (1.31) (+7 -1) src/main/print-escp2-data.c (1.187) (+5 -5) Further improvements for PictureMate 2006-01-07 Files: src/foomatic/foomatic-generator.in (1.57) (+2 -0) Add a few more suffixes used by Epson printers. 2006-01-06 Files: NEWS (1.260) (+2 -1) src/main/escp2-channels.c (1.60) (+2 -2) src/main/escp2-driver.c (1.27) (+2 -2) src/main/escp2-inks.c (1.45) (+4 -4) src/main/escp2-resolutions.c (1.30) (+26 -1) src/main/print-escp2-data.c (1.186) (+5 -5) src/main/print-escp2.h (1.99) (+3 -2) Initial cut at PictureMate tuning. 2006-01-06 Files: NEWS (1.259) (+3 -3) Update RX700 status 2006-01-05 Files: src/main/print-escp2-data.c (1.185) (+4 -4) Fixes for RX700 from Chuck McCrobie. 2006-01-01 Files: NEWS (1.258) (+53 -46) Minor tweaks 2005-12-31 Files: NEWS (1.257) (+6 -4) src/foomatic/foomatic-printermap (1.108) (+1 -0) src/main/printers.xml (1.139) (+8 -1) Add Epson Stylus CX4500 2005-12-31 Files: src/cups/genppd.c (1.113) (+2 -51) Don't create UI constraints for color options in black and white mode, since there aren't actually any conflicts. 2005-12-31 Files: src/escputil/escputil.c (1.79) (+4 -1) Warn if printer is not known 2005-12-31 Files: src/foomatic/foomatic-printermap (1.107) (+1 -0) src/main/printers.xml (1.138) (+5 -1) Add Epson PictureMake Deluxe 2005-12-31 Files: src/escputil/escputil.c (1.78) (+154 -57) Respond more reasonably to unknown printer: 1) If identify is requested, always print the printer name whether we know about it or not. 2) If ink level is requested and the ink cartridge ID is 0x40, use an auxiliary set of color names. 3) If extended ink level is requested, first get ink color names and then attempt to use those to read ink names. 2005-12-31 Files: NEWS (1.256) (+12 -6) src/foomatic/foomatic-printermap (1.106) (+2 -0) src/main/escp2-channels.c (1.59) (+163 -1) src/main/escp2-inks.c (1.44) (+22 -1) src/main/escp2-papers.c (1.86) (+21 -1) src/main/print-escp2-data.c (1.184) (+37 -2) src/main/print-escp2.h (1.98) (+6 -2) src/main/printers.xml (1.137) (+9 -1) Preliminary support for the Epson E-100/PictureMate. 2005-12-31 Files: src/cups/genppd.c (1.112) (+2 -116) Don't generate UI constraints for the quality and image type parameters, since they don't disable anything any more. 2005-12-31 Files: NEWS (1.255) (+12 -3) Update printer list 2005-12-31 Files: src/foomatic/foomatic-printermap (1.105) (+8 -8) Add a few more printers. 2005-12-31 Files: src/main/papers.xml (1.19) (+2 -2) 4x6 photo paper has become very common. 2005-12-31 Files: NEWS (1.254) (+11 -5) src/foomatic/foomatic-printermap (1.104) (+5 -0) src/main/print-escp2-data.c (1.183) (+52 -3) src/main/printers.xml (1.136) (+49 -8) Add a few more Epson multi-function printers. Fix up escputil -e output on multi-function printers. 2005-12-31 Files: README (1.155) (+1 -1) Minor wording change 2005-12-31 Files: src/escputil/d4lib.c (1.5) (+8 -8) src/escputil/escputil.c (1.77) (+2 -2) Improve performance 2005-12-30 Files: src/gutenprintui/panel.c (1.7) (+12 -10) src/gutenprintui2/panel.c (1.9) (+12 -10) Minor fix to option group separators 2005-12-30 Files: src/main/print-color.c (1.134) (+2 -2) Move GCR curve to advanced 4, since other GCR parameters are in advanced4. 2005-12-30 Files: README (1.154) (+3 -3) Minor wording change. 2005-12-30 Files: NEWS (1.253) (+8 -7) README (1.153) (+9 -9) Bump version 2005-12-30 Files: NEWS (1.252) (+6 -4) src/gutenprintui/panel.c (1.6) (+14 -5) src/gutenprintui2/panel.c (1.8) (+14 -4) Eliminate spurious horizontal lines drawn through some options in the GIMP plugin in some cases. 2005-12-30 Files: src/main/escp2-papers.c (1.85) (+4 -4) Improve tuning of premium papers. 2005-12-29 Files: src/main/escp2-inks.c (1.43) (+3 -3) Correct names of a few sets of drop sizes. 2005-12-29 Files: NEWS (1.251) (+29 -14) Note latest round of updates. 2005-12-29 Files: src/cups/genppd.c (1.111) (+4 -7) src/main/dither-main.c (1.51) (+32 -51) src/main/escp2-driver.c (1.26) (+3 -1) src/main/print-color.c (1.133) (+4 -11) src/main/print-escp2-data.c (1.182) (+15 -15) src/main/print-escp2.c (1.346) (+151 -112) Allow specification of all options along with Quality and Image Type. This improves the user interface by making it more apparent that the other options are available. 2005-12-29 Files: configure.ac (1.132) (+5 -2) doc/README.maintaining (1.21) (+2 -2) src/gutenprintui/gutenprintui.pc.in (1.2) (+2 -1) src/gutenprintui2/gutenprintui2.pc.in (1.2) (+2 -1) src/main/gutenprint.pc.in (1.2) (+2 -1) Use the pkg-config Libs.private feature to separate out inter-library dependencies which are only required when linking statically. This simplifies the dependencies for dynamic linking and package management. For packages depending upon the .pc files, pkg-config 0.18 or above is required to use this feature (but not for building gutenprint). 2005-12-24 Files: src/cups/genppd.c (1.110) (+16 -6) src/cups/rastertoprinter.c (1.97) (+12 -5) 1389787 CUPS driver does not set Quality correctly 2005-12-24 Files: src/cups/cups-genppdupdate.in (1.22) (+4 -5) 1389785 cups-genppdupdate sets PPD file owners incorrectly 2005-11-22 Files: doc/.cvsignore (1.11) (+3 -0) Ignore generated gutenprintui2 files. 2005-11-22 Files: debian/.cvsignore (1.8) (removed) Remove .cvsignore. 2005-11-22 Files: doc/developer/Makefile.am (1.18) (+2 -2) doc/users_guide/Makefile.am (1.44) (+3 -3) src/cups/Makefile.am (1.83) (+3 -3) src/foomatic/Makefile.am (1.47) (+2 -2) Replace the use of the deprecated $(mkinstalldirs) with $(mkdir_p). 2005-11-21 Files: doc/README.maintaining (1.20) (+6 -12) Update build tools version requirements. 2005-11-21 Files: NEWS (1.250) (+6 -4) src/foomatic/foomatic-printermap (1.103) (+1 -0) src/main/printers.xml (1.135) (+8 -1) Add Epson DX4200. 2005-11-21 Files: Makefile.am (1.144) (+1 -4) configure.ac (1.131) (+4 -4) doc/Makefile.am (1.42) (+1 -5) doc/developer/Makefile.am (1.17) (+1 -5) doc/developer/using.xml (1.3) (+1 -4) doc/users_guide/Makefile.am (1.43) (+1 -5) include/Makefile.am (1.7) (+1 -5) include/gutenprint/Makefile.am (1.2) (+1 -5) include/gutenprintui/Makefile.am (1.3) (+1 -5) include/gutenprintui2/Makefile.am (1.3) (+1 -5) man/Makefile.am (1.22) (+1 -5) samples/Makefile.am (1.6) (+1 -5) scripts/Makefile.am (1.5) (+1 -5) src/Makefile.am (1.19) (+1 -5) src/cups/Makefile.am (1.82) (+1 -5) src/escputil/Makefile.am (1.20) (+0 -4) src/foomatic/Makefile.am (1.46) (+1 -5) src/ghost/Makefile.am (1.38) (+1 -5) src/gimp/Makefile.am (1.36) (+1 -5) src/gimp2/Makefile.am (1.6) (+1 -5) src/gutenprintui/Makefile.am (1.5) (+1 -5) src/gutenprintui2/Makefile.am (1.6) (+1 -5) src/main/Makefile.am (1.92) (+1 -5) src/testpattern/Makefile.am (1.23) (+1 -5) test/Makefile.am (1.44) (+1 -5) Makefile.am: Removed AUTOMAKE_OPTIONS and MAINT_CHARSET from all Makefile.am files. These were obsolete with current automake versions. configure.ac: Added automake options to AM_INIT_AUTOMAKE. Bumped version to -rc2 to match the version in NEWS. 2005-10-30 Files: src/main/escp2-papers.c (1.84) (+2 -2) Further slight improvement for photo quality inkjet paper. 2005-10-30 Files: src/main/escp2-papers.c (1.83) (+5 -5) More tuning for R200 et al. 2005-10-29 Files: NEWS (1.249) (+12 -2) src/main/escp2-channels.c (1.58) (+3 -3) src/main/escp2-papers.c (1.82) (+23 -23) src/main/print-escp2-data.c (1.181) (+2 -2) Retune the Epson Stylus Photo R200 and related printers. 2005-10-28 Files: NEWS (1.248) (+12 -3) src/foomatic/foomatic-printermap (1.102) (+3 -0) src/main/printers.xml (1.134) (+13 -1) Support Epson Stylus Photo R220, R320, and R340 2005-10-28 Files: NEWS (1.247) (+9 -4) src/foomatic/foomatic-printermap (1.101) (+2 -0) src/main/printers.xml (1.133) (+9 -1) Add support for Epson C68 and D68 2005-10-26 Files: NEWS (1.246) (+34 -10) src/gutenprintui2/plist.c (1.6) (+19 -15) src/main/print-vars.c (1.74) (+58 -10) Load the printrc file correctly in all locales. Improve debug output. 2005-10-23 Files: NEWS (1.245) (+2 -0) src/foomatic/foomatic-printermap (1.100) (+1 -0) src/main/escp2-channels.c (1.57) (+283 -20) src/main/escp2-inks.c (1.42) (+28 -1) src/main/escp2-papers.c (1.81) (+234 -1) src/main/escp2-resolutions.c (1.29) (+11 -1) src/main/print-dither-matrices.c (1.35) (+16 -8) src/main/print-escp2-data.c (1.180) (+39 -2) src/main/print-escp2.c (1.345) (+28 -17) src/main/print-escp2.h (1.97) (+7 -2) src/main/printers.xml (1.132) (+7 -3) test/unprint.c (1.36) (+7 -2) Add baseline support for Epson Stylus Photo R2400, with partial tuning. Add transposed (720x1440 and 1440x2880) resolutions to Epson driver. This may give better results in some cases. 2005-10-21 Files: COPYING (1.8) (+2 -2) Update FSF address. 2005-10-21 Files: NEWS (1.244) (+1 -0) DuplexTumble for iP4000 2005-10-21 Files: src/main/print-canon.c (1.167) (+84 -6) duplex support for the iP4000 (NoToumble not yet supported) patch by Andreas Kemnade 2005-10-21 Files: AUTHORS (1.21) (+3 -0) NEWS (1.243) (+3 -0) canon s200 support 2005-10-21 Files: src/foomatic/foomatic-printermap (1.99) (+1 -0) src/main/print-canon.c (1.166) (+309 -21) src/main/printers.xml (1.131) (+5 -1) support for canon s200, patch by Karsten Festag 2005-10-21 Files: NEWS (1.242) (+6 -1) src/foomatic/foomatic-printermap (1.98) (+4 -0) src/main/print-olympus.c (1.57) (+113 -4) src/main/printers.xml (1.130) (+3 -1) - added code support for Sony UP-DR150 - added new Canon printers SELPHY CP-510, SELPHY CP-710 (Canon CP-220 series) - added Olympus P-11 (Olympus P-10 series) 2005-10-18 Files: include/gutenprint/color.h (1.2) (+7 -2) include/gutenprint/curve-cache.h (1.2) (+2 -2) include/gutenprint/image.h (1.2) (+4 -2) src/cups/genppd.c (1.109) (+4 -4) src/ghost/ijsgutenprint.c (1.11) (+3 -3) src/main/curve-cache.c (1.6) (+2 -2) src/main/path.c (1.18) (+2 -2) src/main/print-escp2.h (1.96) (+3 -3) src/main/print-olympus.c (1.56) (+3 -2) src/main/print-pcl.c (1.140) (+2 -2) Fix some miscellaneous warnings 2005-10-10 Files: src/main/print-ps.c (1.81) (+17 -4) 1304710 Postscript driver corrupts output if width not multiple of 4 2005-10-06 Files: src/gutenprintui2/panel.c (1.7) (+36 -30) src/main/print-escp2.c (1.344) (+7 -3) Print correctly if quadtone ink is selected in color mode (force the mode to grayscale). 2005-10-02 Files: src/cups/genppd.c (1.108) (+2 -4) Remove comment about initialize_stp_options (4.2 holdover). 2005-10-01 Files: NEWS (1.241) (+7 -24) Correct the list of printers for which four color mode is incompatible with glossy paper, and remove specific blurb about resolutions on C80. 2005-10-01 Files: NEWS (1.240) (+10 -3) Note improvements to escputil. 2005-10-01 Files: src/escputil/escputil.c (1.76) (+84 -49) src/foomatic/foomatic-printermap (1.97) (+6 -0) src/main/printers.xml (1.129) (+37 -1) Improve escputil -i and escputil -e by recognizing the ink output of more printers. 2005-10-01 Files: NEWS (1.239) (+14 -5) src/foomatic/foomatic-printermap (1.96) (+4 -0) src/main/printers.xml (1.128) (+23 -1) Preliminary support for Epson Stylus CX-3700, CX-4700, CX-7700, DX-3850, and DX-4800. 2005-09-28 Files: AUTHORS (1.20) (+3 -0) NEWS (1.238) (+2 -0) cd printing for pixma printer 2005-09-28 Files: src/main/print-canon.c (1.165) (+127 -17) CD label support for Canon PIXMA iP4000, patch by Andreas Kemnade 2005-09-28 Files: src/main/print-canon.c (1.164) (+24 -7) attempt to fix offset handling for the 5 pixel in 1 byte compression, don't discard the last pixels when shiffting the buffer 2005-09-18 Files: NEWS (1.237) (+7 -3) src/foomatic/foomatic-printermap (1.95) (+3 -1) src/main/printers.xml (1.127) (+15 -5) Support a few more UK models 2005-09-17 Files: NEWS (1.236) (+27 -2) src/foomatic/foomatic-printermap (1.94) (+8 -0) src/main/print-escp2-data.c (1.179) (+18 -1) src/main/printers.xml (1.126) (+45 -1) 5) Preliminary support for the Epson Stylus C87, C88, CX3800, CX3810, CX4200, CX4800, CX5800, CX7800, and DX3800. These printers are expected to be fully functional (for the multi-function devices, this package supports only the printer function). 7) Experimental support for the Epson Stylus Photo RX700. This printer may or may not function correctly, and is not likely to be properly tuned. 2005-09-17 Files: NEWS (1.235) (+18 -142) src/gutenprintui/gutenprintui-internal.h (1.2) (+2 -1) src/gutenprintui/panel.c (1.5) (+176 -43) src/gutenprintui2/gutenprintui-internal.h (1.3) (+2 -1) src/gutenprintui2/panel.c (1.6) (+177 -43) src/main/color-conversion.h (1.11) (+2 -1) src/main/print-color.c (1.132) (+100 -45) src/main/print-ps.c (1.80) (+3 -1) src/main/print-raw.c (1.37) (+2 -1) 1) The Postscript driver now produces more accurate colors. Previous releases produced overly pale colors with the default settings. 2) The Postscript driver now accepts red, green, and blue rather than cyan, magenta, and yellow options. 3) The GIMP plugin now offers improved choices in the color adjustment window for viewing individual channels of the output. It now offers red/green/blue, cyan/magenta/yellow, or cyan/magenta/yellow/black as appropriate. 4) The GIMP plugin is now significantly more responsive. 2005-09-17 Files: NEWS (1.234) (+2 -0) src/foomatic/foomatic-printermap (1.93) (+2 -0) src/main/printers.xml (1.125) (+9 -1) Add Epson CX3800 2005-09-02 Files: po/cs.po (1.30) (+147 -142) po/da.po (1.59) (+733 -639) po/de.po (1.44) (+147 -142) po/el.po (1.45) (+147 -142) po/en_GB.po (1.136) (+147 -142) po/es.po (1.43) (+147 -142) po/fr.po (1.65) (+147 -142) po/ja.po (1.39) (+147 -142) po/nb.po (1.6) (+147 -142) po/nl.po (1.45) (+147 -142) po/pl.po (1.49) (+147 -142) po/pt.po (1.43) (+147 -142) po/sk.po (1.48) (+147 -142) po/sv.po (1.75) (+148 -143) po/zh_TW.po (1.3) (+147 -142) Gutenprint 5.0.0-rc1 release 2005-08-27 Files: NEWS (1.233) (+5 -5) Minor formatting improvement. 2005-08-27 Files: NEWS (1.232) (+10 -6) src/foomatic/foomatic-templates-ijs/STP_InputSlot.xml (1.1) (added +20 -0) src/foomatic/foomatic-templates-ijs/STP_MediaType.xml (1.1) (added +20 -0) Added template files to rename "STP_InputSlot" and "STP_MediaType" to "InputSlot" and "Mediatype", removed duplicate Canon Pixma item from NEWS file, updated NEWS file. 2005-08-25 Files: src/main/print-canon.c (1.163) (+2 -2) 1268829 iP4000 PPD File Problem 2005-08-17 Files: po/da.po (1.58) (+1702 -1922) Danish translation 2005-08-14 Files: NEWS (1.231) (+412 -90) README (1.152) (+12 -293) Clean up release notes 2005-08-14 Files: src/gutenprintui/panel.c (1.4) (+12 -7) src/gutenprintui2/panel.c (1.5) (+12 -7) Make sure the printable width and height global variables are never used uninitialised. This could otherwise result in settings corruption. 2005-08-14 Files: src/main/escp2-papers.c (1.80) (+9 -1) src/main/print-escp2.c (1.343) (+4 -4) Applied patch from Dan Torop to fix a segfault when printing with an Epson R800 and particular paper types: - print-escp2.c: Perform stricted pointer checking in adjust_print_quality(), to avoid dereferencing an invalid pointer. - escp2-papers.c: Add missing papertypes for the R800. 2005-08-14 Files: src/cups/cups-genppdupdate.in (1.21) (+2 -2) Handle filenames containing metacharacters correctly. 2005-08-14 Files: NEWS (1.230) (+25 -20) README (1.151) (+0 -35) src/main/escp2-inks.c (1.41) (+19 -3) src/main/escp2-resolutions.c (1.28) (+10 -1) src/main/print-escp2-data.c (1.178) (+73 -69) src/main/print-escp2.c (1.342) (+2 -1) src/main/print-escp2.h (1.95) (+4 -3) Support 5760x2880 on R800/R1800 2005-08-13 Files: po/cs.po (1.29) (+91 -91) po/da.po (1.57) (+91 -91) po/de.po (1.43) (+91 -91) po/el.po (1.44) (+91 -91) po/en_GB.po (1.135) (+91 -91) po/es.po (1.42) (+91 -91) po/fr.po (1.64) (+91 -91) po/ja.po (1.38) (+91 -91) po/nb.po (1.5) (+91 -91) po/nl.po (1.44) (+91 -91) po/pl.po (1.48) (+91 -91) po/pt.po (1.42) (+91 -91) po/sk.po (1.47) (+91 -91) po/sv.po (1.74) (+92 -92) po/zh_TW.po (1.2) (+522 -465) Gutenprint 20050813 snapshot 2005-08-13 Files: src/main/escp2-papers.c (1.79) (+4 -4) Reduce density on premium glossy slightly on R800. 2005-08-13 Files: src/escputil/escputil.c (1.75) (+57 -26) Handle printers that return status but don't respond to @EJL ID. 2005-08-13 Files: src/main/escp2-papers.c (1.78) (+22 -22) Improve grayscale and density on R800. 2005-08-11 Files: NEWS (1.229) (+3 -1) Note Traditional Chinese translation added. 2005-08-11 Files: configure.ac (1.130) (+4 -2) Remove cups-genppdconfig.5.0 prior to renaming cups-genppdconfig to cups-genppdconfig.5.0 to prevent problems of mv refusing to overwrite file in some cases. 2005-08-10 Files: src/foomatic/printer_options.c (1.48) (+3 -3) src/ghost/ijsgutenprint.c (1.10) (+11 -4) Change option values for boolean options from 0/1 to false/true. For some reason, 0/1 seems to result in the options always being set true, whatever the defaults in the PPD files. This resulted in full bleed always being enabled. ijsgutenprint still accepts 0 and 1 in addition to false and true. 2005-08-10 Files: src/main/printers.xml (1.124) (+187 -187) Darken images slightly 2005-08-10 Files: configure.ac (1.129) (+3 -3) po/zh_TW.po (1.1) (added +16237 -0) Add zh_TW support 2005-08-02 Files: src/cups/cups-genppdconfig.in (1.12) (+1 -2) Don't include the Locale::gettext module, which isn't actually used. 2005-08-02 Files: po/cs.po (1.28) (+352 -343) po/da.po (1.56) (+351 -343) po/de.po (1.42) (+352 -343) po/el.po (1.43) (+352 -343) po/en_GB.po (1.134) (+353 -343) po/es.po (1.41) (+352 -343) po/fr.po (1.63) (+352 -343) po/ja.po (1.37) (+352 -343) po/nb.po (1.4) (+352 -343) po/nl.po (1.43) (+352 -343) po/pl.po (1.47) (+352 -343) po/pt.po (1.41) (+352 -343) po/sk.po (1.46) (+352 -343) po/sv.po (1.73) (+353 -344) Gutenprint 20050801 snapshot 2005-08-02 Files: NEWS (1.228) (+15 -11) Note addition of Canon Pixma i4000. 2005-08-01 Files: src/main/print-canon.c (1.162) (+2 -2) make valgrind happy 2005-07-30 Files: src/main/print-canon.c (1.161) (+2 -2) eliminate warning 2005-07-30 Files: NEWS (1.227) (+5 -0) Canon PIXMA iP4000 2005-07-30 Files: AUTHORS (1.19) (+3 -0) add myself 2005-07-30 Files: src/foomatic/foomatic-printermap (1.92) (+1 -0) src/main/print-canon.c (1.160) (+289 -5) src/main/printers.xml (1.123) (+5 -1) add basic support for Canon PIXMA iP4000, colors still need a lot of work 2005-07-30 Files: src/main/print-canon.c (1.159) (+2 -2) LightCyanTransition should set the Cyan Density, not Magenta... 2005-07-30 Files: src/main/print-canon.c (1.158) (+2 -37) remove canon_fold_2bit() because it is functionaly identical to stp_fold() 2005-07-30 Files: src/main/print-canon.c (1.157) (+2 -2) inks_cnt should be set to the correct number of inks 2005-07-30 Files: NEWS (1.226) (+21 -8) Further updates 2005-07-30 Files: src/ghost/ijsgutenprint.c (1.9) (+3 -3) Purge float parameters before merging with print variables, so that we don't remove important settings like gamma. 2005-07-30 Files: src/foomatic/foomatic-generator.in (1.56) (+1 -1) Fix output type definition. 2005-07-28 Files: src/main/dither-predithered.c (1.3) (+19 -25) Allow specification of variable drop sizes with predithered mode. 2005-07-28 Files: src/testpattern/testpattern.sample (1.9) (+1 -1) src/testpattern/testpatternl.l (1.17) (+2 -2) Always return allocated strings so free will work correctly 2005-07-16 Files: po/cs.po (1.27) (+705 -547) po/da.po (1.55) (+693 -547) po/de.po (1.41) (+705 -548) po/el.po (1.42) (+705 -547) po/en_GB.po (1.133) (+715 -550) po/es.po (1.40) (+706 -551) po/fr.po (1.62) (+706 -548) po/ja.po (1.36) (+706 -548) po/nb.po (1.3) (+693 -547) po/nl.po (1.42) (+706 -548) po/pl.po (1.46) (+693 -547) po/pt.po (1.40) (+706 -548) po/sk.po (1.45) (+706 -548) po/sv.po (1.72) (+707 -549) Gutenprint 20050715 snapshot 2005-07-15 Files: NEWS (1.225) (+13 -8) README (1.150) (+76 -71) Minor updates 2005-07-15 Files: configure.ac (1.128) (+5 -3) Turn on PPD file translation. 2005-07-15 Files: NEWS (1.224) (+12 -8) Note bug fix for boundary condition with 6-color printing. 2005-07-14 Files: src/main/channel.c (1.29) (+3 -1) Fix boundary condition identified by Stephen Tweedie. 2005-07-13 Files: NEWS (1.223) (+282 -483) README (1.149) (+30 -36) Prep for 5.0.0-rc1 2005-07-13 Files: scripts/mkchlog (1.9) (+1 -1) Properly identify branch lists in comments. 2005-07-04 Files: src/cups/cups-genppdupdate.in (1.20) (+2 -3) Relax PPD permissions and ownership checks. 2005-07-04 Files: NEWS (1.222) (+1 -1) Advance release. 2005-07-04 Files: src/main/color-conversion.h (1.10) (+1 -2) src/main/color-conversions.c (1.20) (+1 -106) src/main/print-color.c (1.131) (+1 -3) Remove dead code 2005-07-04 Files: src/main/channel.c (1.28) (+35 -22) Fix all known combinations of split output, GCR, extra color channels, and gloss. 2005-07-03 Files: include/gutenprint/channel.h (1.6) (+3 -1) src/main/channel.c (1.27) (+113 -5) src/main/color-conversions.c (1.19) (+27 -23) src/main/escp2-channels.c (1.56) (+5 -5) src/main/escp2-papers.c (1.77) (+35 -35) src/main/print-canon.c (1.156) (+9 -9) src/main/print-color.c (1.130) (+44 -21) src/main/print-escp2.c (1.341) (+25 -25) src/main/print-lexmark.c (1.150) (+9 -9) src/main/print-pcl.c (1.139) (+9 -9) Do the composite generation in GCR by adding the composite component back in rather than subtracting the black ink component out. This enables us to adjust the grayscale without changing the channel densities, which permits us to get more gamut out of inksets with radically unbalanced colors. ***NOTE*** At present, gloss generation is broken (segfaults). This does not appear to be a new problem; I still need to identify where this broke. 2005-07-02 Files: src/main/escp2-channels.c (1.55) (+3 -3) src/main/escp2-papers.c (1.76) (+20 -20) Improvements for the R300. 2005-07-01 Files: Makefile.am (1.143) (+2 -19) configure.ac (1.127) (+2 -3) debian/Makefile.am (1.13) (removed) debian/README.Debian (1.55) (removed) debian/README.building (1.9) (removed) debian/changelog (1.71) (removed) debian/compat (1.2) (removed) debian/control.in (1.49) (removed) debian/copyright (1.9) (removed) debian/cupsys-driver-gutenprint.docs (1.2) (removed) debian/cupsys-driver-gutenprint.install (1.2) (removed) debian/cupsys-driver-gutenprint.postinst (1.3) (removed) debian/cupsys-driver-gutenprint.postrm (1.4) (removed) debian/escputil.docs (1.4) (removed) debian/escputil.install (1.3) (removed) debian/foomatic-db-gutenprint.install (1.3) (removed) debian/gimp-print.docs (1.3) (removed) debian/gimp-print.install (1.4) (removed) debian/gimp-print.postrm (1.3) (removed) debian/gimp-print.preinst (1.3) (removed) debian/gutenprint-doc.doc-base (1.2) (removed) debian/gutenprint-doc.install (1.3) (removed) debian/gutenprint-locales.install (1.2) (removed) debian/ijsgutenprint.install (1.3) (removed) debian/libgutenprint-dev.docs (1.2) (removed) debian/libgutenprint-dev.install (1.3) (removed) debian/libgutenprint-doc.doc-base.developer.in (1.2) (removed) debian/libgutenprint-doc.doc-base.reference.in (1.2) (removed) debian/libgutenprint-doc.install.in (1.3) (removed) debian/libgutenprint.install.in (1.3) (removed) debian/libgutenprintui1-dev.install (1.2) (removed) debian/libgutenprintui1.install.in (1.2) (removed) debian/libgutenprintui2-dev.install (1.3) (removed) debian/libgutenprintui2.install.in (1.2) (removed) debian/rules (1.59) (removed) Remove Debian packaging. 2005-07-01 Files: NEWS (1.221) (+10 -11) src/foomatic/foomatic-printermap (1.91) (+1 -0) src/main/print-olympus.c (1.55) (+2 -2) - added Canon SELPHY CP-600 - changed status of (most of) dye-sub printers from experimental to normal 2005-07-01 Files: src/main/color-conversions.c (1.18) (+10 -44) src/main/escp2-papers.c (1.75) (+34 -34) Improve saturation (maybe a bit too much; we will have to look at it) 2005-06-30 Files: src/main/print-list.c (1.23) (+18 -9) src/main/sequence.c (1.21) (+9 -4) Eliminate a few warnings 2005-06-30 Files: src/main/print-color.c (1.129) (+3 -3) Improve black generation curve (from Stephen Tweedie) 2005-06-30 Files: src/gutenprintui/panel.c (1.3) (+2 -2) src/gutenprintui2/panel.c (1.4) (+2 -2) Another missing translation. 2005-06-30 Files: src/main/color-conversion.h (1.9) (+2 -1) src/main/color-conversions.c (1.17) (+13 -5) src/main/print-color.c (1.128) (+11 -10) Add hue-only correction 2005-06-30 Files: src/main/print-color.c (1.127) (+11 -11) src/main/print-escp2.c (1.340) (+2 -2) Translate some options 2005-06-29 Files: include/gutenprint/bit-ops.h (1.2) (+11 -1) include/gutenprint/weave.h (1.2) (+3 -3) src/main/bit-ops.c (1.8) (+274 -1) src/main/escp2-resolutions.c (1.27) (+3 -1) src/main/print-escp2.c (1.339) (+2 -2) src/main/print-weave.c (1.63) (+9 -2) test/run-weavetest (1.22) (+1 -1) Enable x16 weave. Add 720hq and 1440x720hq2 per report from Stephen Tweedie that 1440x720hq2 works better than 2880x720. 2005-06-29 Files: src/main/escp2-papers.c (1.74) (+20 -20) Improve light ink generation on second-generation photo printers (from Stephen Tweedie). 2005-06-27 Files: po/sv.po (1.71) (+0 -0) Update from freetranslations.org 2005-06-26 Files: debian/Makefile.am (1.12) (+3 -1) Distribute libgutenprintui1 files. 2005-06-26 Files: src/main/print-escp2.c (1.338) (+9 -9) Remove stray erprintf. 2005-06-26 Files: src/main/escp2-channels.c (1.54) (+6 -6) src/main/escp2-inks.c (1.40) (+3 -3) src/main/escp2-papers.c (1.73) (+42 -42) src/main/print-escp2-data.c (1.177) (+2 -2) src/main/print-escp2.c (1.337) (+12 -2) Further improve R800. 2005-06-26 Files: debian/changelog (1.70) (+12 -0) debian/control.in (1.48) (+63 -6) debian/libgutenprint.install.in (1.2) (+4 -4) debian/libgutenprintui1-dev.install (1.1) (added) debian/libgutenprintui1.install.in (1.1) (added) debian/rules (1.58) (+25 -15) Update Debian pacakging for 5.0.0-rc1: - New upstream release candidate. - Upgrade to Standards-Version 3.6.2 - Create a dummy cupsys-driver-gimpprint package to enable upgrades from stable. - Re-add libgutenprintui1 packages, required for cinepaint. - debian/rules, add LIBRARYUI_VERSION, required to support separate sonames for libgutenprint and libgutenprintui*. 2005-06-26 Files: configure.ac (1.126) (+34 -20) src/gutenprintui/Makefile.am (1.4) (+6 -6) src/gutenprintui2/Makefile.am (1.5) (+6 -6) src/main/Makefile.am (1.91) (+2 -2) Enable soname versioning for all shared libraries. libgutenprint, libgutenprintui and libgutenprintui2 may all be independently versioned, using the GUTENPRINT* macros at the top of configure.ac. 2005-06-25 Files: src/main/escp2-inks.c (1.39) (+3 -3) src/main/escp2-papers.c (1.72) (+229 -183) src/main/print-escp2-data.c (1.176) (+2 -2) src/main/printers.xml (1.122) (+187 -187) Increase gamma further for Epson printers to produce better tonality. Improve greens on all Epson printers. Retune drop sizes on R300-class printers. R800 still needs to be retuned. 2005-06-22 Files: NEWS (1.220) (+2 -0) src/foomatic/foomatic-printermap (1.90) (+1 -0) src/main/printers.xml (1.121) (+5 -1) Add Epson RX425 2005-06-19 Files: src/main/escp2-channels.c (1.53) (+3 -3) src/main/escp2-papers.c (1.71) (+49 -49) Improve R800 tuning 2005-06-18 Files: src/ghost/ijsgutenprint.c (1.8) (+10 -4) Print debug messages correctly. 2005-06-18 Files: src/main/escp2-papers.c (1.70) (+63 -63) src/main/printers.xml (1.120) (+186 -186) Change gamma for all Epson printers by 1.25 to iprove tonality. Improve black generation on Ultrachrome printers, and green on 2200. 2005-06-15 Files: src/main/string-list.c (1.19) (+13 -5) Don't segfault if we ask for a param string that doesn't exist. 2005-06-14 Files: include/gutenprint/channel.h (1.5) (+14 -5) src/main/channel.c (1.26) (+142 -213) src/main/escp2-channels.c (1.52) (+294 -75) src/main/escp2-inks.c (1.38) (+2 -2) src/main/escp2-papers.c (1.69) (+11 -11) src/main/print-escp2.c (1.336) (+114 -4) src/main/print-escp2.h (1.94) (+10 -3) Generate auxiliary channels with curves rather than hue angles. This yields better results on the R800, since using hue angles means that at certain points only one ink can be used. The magenta ink on the R800 is very weak, and does not generate a satisfactory magenta. This probably still needs more tuning, but it should yield better results and is easier to generalize. Improve tunings of small drop sizes on R800. 2005-06-14 Files: src/gutenprintui2/plist.c (1.5) (+3 -7) Use cleaner way of building path to gutenprintuirc file. This code isn't actually used at this point, but it should be cleaned up. 2005-06-14 Files: src/main/sequence.c (1.20) (+16 -15) Fix unnecessary warnings. 2005-06-07 Files: src/main/escp2-channels.c (1.51) (+15 -4) src/main/escp2-papers.c (1.68) (+89 -1) src/main/print-escp2-data.c (1.175) (+4 -4) src/main/print-escp2.h (1.93) (+5 -2) New formulation of DuraBrite inks on C82, C84, and C86 permit using black ink with glossy paper. 2005-06-02 Files: src/main/escp2-resolutions.c (1.26) (+3 -1) src/main/print-escp2-data.c (1.174) (+18 -1) src/main/printers.xml (1.119) (+6 -6) Enable 2880x2880 resolution for Stylus C86 and related printers. 2005-05-27 Files: src/main/escp2-channels.c (1.50) (+186 -1) src/main/print-escp2-data.c (1.173) (+2 -2) src/main/print-escp2.h (1.92) (+4 -2) test/escp2-weavetest.c (1.36) (+55 -10) test/run-weavetest (1.21) (+1 -1) [ 1207063 ] Epson CX3650:different vertical offsets for different colors Enhance weave test to check more things and to not signal an error on a completely missing pass number. 2005-05-18 Files: configure.ac (1.125) (+3 -3) Bump version 2005-05-17 Files: doc/users_guide/history.sgml (1.4) (+7 -7) doc/users_guide/users-guide.sgml (1.9) (+2 -2) Fix project name in the project history chapter. Fix the manual title. 2005-05-17 Files: configure.ac (1.124) (+3 -3) po/nb.po (1.2) (+5746 -0) po/no.po (1.62) (removed) Rename no.po to nb.po, because nb_NO is the correct locale for Norwegian Bokmål. 2005-05-17 Files: README (1.148) (+1 -1) configure.ac (1.123) (+3 -3) src/main/Makefile.am (1.90) (+3 -3) Enable shared library versioning for 5.0.0. The SONAME of libgutenprint is 'libgutenprint.so.2', and the library is now named 'libgutenprint.so.2.0.0'. 2005-05-10 Files: NEWS (1.219) (+57 -58) Change Gutenprint to Gimp-Print. 2005-05-08 Files: src/main/channel.c (1.25) (+17 -8) src/main/color-conversions.c (1.16) (+43 -42) src/main/escp2-channels.c (1.49) (+3 -3) src/main/escp2-papers.c (1.67) (+102 -102) src/main/print-canon.c (1.155) (+7 -7) src/main/print-lexmark.c (1.149) (+7 -7) src/main/print-pcl.c (1.138) (+7 -7) Simplify and improve luminosity correction by performing the luminosity adjustment on the color component only, ignoring the gray component. This solves some problems with dark cyans and greens, whereby they improperly lose some gray component. This requires retuning all printers, which has been approximated here. Improve tunings of R800. In particular, use much less yellow ink. The yellow ink on the R800 appears to be very strong indeed. 2005-05-07 Files: test/testdither.c (1.48) (+77 -12) Fix various buffer overflow problems and 4.2'isms. 2005-05-05 Files: src/cups/cups-genppdconfig.in (1.11) (+20 -16) Handle nonexistence of PPD directories prior to creating them, avoiding unnecessary error messages. 2005-05-05 Files: debian/changelog (1.69) (+2 -1) debian/control.in (1.47) (+3 -3) debian/cupsys-driver-gutenprint.postrm (1.3) (+1 -0) debian/rules (1.57) (+1 -2) Sync Debian dependencies with current Debian packages. Remove PPD directory in cupsys-driver-gimpprint postrm. 2005-04-30 Files: src/cups/cups-genppdupdate.in (1.19) (+2 -6) Back out non-portable gid check. =============================================================================== Name: gutenprint-5_0_0_beta4 2005-04-29 Files: po/cs.po (1.26) (+327 -278) po/da.po (1.54) (+309 -263) po/de.po (1.40) (+324 -281) po/el.po (1.41) (+329 -283) po/en_GB.po (1.132) (+327 -278) po/es.po (1.39) (+330 -280) po/fr.po (1.61) (+328 -279) po/ja.po (1.35) (+327 -278) po/nl.po (1.41) (+332 -286) po/no.po (1.61) (+333 -284) po/pl.po (1.45) (+330 -284) po/pt.po (1.39) (+327 -278) po/sk.po (1.44) (+329 -280) po/sv.po (1.70) (+329 -279) Gutenprint 5.0.0-beta4 release 2005-04-28 Files: src/cups/cups-genppdupdate.in (1.18) (+6 -2) Require PPD files to be group owned by either root or lpadmin. The check can be extended to support other groups if needed. PPD files are now owned by group lpadmin on Debian GNU/Linux, and so the gid=0 check fails. 2005-04-27 Files: src/cups/cups-genppdupdate.in (1.17) (+2 -1) Fix regex used for filename/directory check. 2005-04-27 Files: debian/changelog (1.68) (+12 -0) debian/control.in (1.46) (+2 -2) debian/foomatic-db-gutenprint.install (1.2) (+2 -2) debian/gutenprint-doc.install (1.2) (+0 -9) debian/ijsgutenprint.install (1.2) (+1 -1) debian/libgutenprint-dev.install (1.2) (+0 -1) debian/rules (1.56) (+4 -1) Update Debian packaging for 5.0.0-beta4. 2005-04-26 Files: NEWS (1.218) (+2 -3) Remove the regression comment. 2005-04-26 Files: src/escputil/escputil.c (1.74) (+1 -2) Remove inappropriate close call. 2005-04-25 Files: NEWS (1.217) (+6 -0) Note need for -m option in some cases. 2005-04-25 Files: src/escputil/escputil.c (1.73) (+138 -135) Enable -m option to at least do something. 2005-04-24 Files: NEWS (1.216) (+5 -3) Improve suggestion for verifying printer operation. 2005-04-24 Files: src/escputil/d4lib.c (1.4) (+35 -6) src/escputil/d4lib.h (1.4) (+1 -1) src/escputil/escputil.c (1.72) (+220 -252) Further attempts to improve the robustness of escputil. 2005-04-23 Files: src/main/channel.c (1.24) (+3 -1) Fix valgrind problem. 2005-04-23 Files: src/testpattern/run-testpattern (1.19) (+2 -2) src/testpattern/run-testpattern-1 (1.5) (+1 -1) Fix valgrind options. 2005-04-23 Files: NEWS (1.215) (+81 -13) Update release notes for 5.0.0-beta4. 2005-04-23 Files: src/cups/genppd.c (1.107) (+22 -9) src/cups/rastertoprinter.c (1.96) (+29 -3) Enable optional 16 bits per channel when used with ESPGS 8.15 or OS X 10.4. 2005-04-23 Files: src/escputil/d4lib.c (1.3) (+19 -5) src/escputil/d4lib.h (1.3) (+1 -0) src/escputil/escputil.c (1.71) (+44 -37) Improve robustness in general. Flush any status messages left over after status command. 2005-04-21 Files: src/foomatic/foomatic-generator.in (1.55) (+4 -87) Used simple numbered option names for auto-abbreviation of option names too long for PPDs again. 2005-04-21 Files: src/escputil/d4lib.c (1.2) (+38 -5) src/escputil/d4lib.h (1.2) (+1 -0) src/escputil/escputil.c (1.70) (+5 -14) Speed up escputil by reducing unnecessary retries when flushing data. Also handle EAGAIN robustly (retry rather than fail). 2005-04-20 Files: src/foomatic/foomatic-generator.in (1.54) (+116 -11) Fixed following issues in the foomatic-generator - XML file of 'Resolution' option had no default values set - Option names are abbreviated now only if really needed. The abbreviations are human-readable and no cryptic numerical names - If a printer has no 'STP_Quality' option (all non ESC/P-2) the 'STP_Resolution' option is member of 'PrintoutMode' 2005-04-19 Files: doc/gutenprint.dox.in (1.4) (+1 -1) doc/gutenprintui2.dox.in (1.3) (+1 -1) Use variable substitution for perl 2005-04-19 Files: doc/gutenprintui2.dox.in (1.2) (+3 -3) More minor updates 2005-04-19 Files: doc/Makefile.am (1.41) (+2 -1) Minor omission 2005-04-19 Files: doc/Makefile.am (1.40) (+10 -6) Need explicit target for gutenprintui2. 2005-04-19 Files: NEWS (1.214) (+18 -4) README (1.147) (+0 -17) configure.ac (1.122) (+3 -2) doc/.cvsignore (1.10) (+1 -0) doc/Makefile.am (1.39) (+6 -2) doc/gutenprint.dox.in (1.3) (+1 -1) doc/gutenprintui2.dox.in (1.1) (added +1294 -0) Documentation updates 2005-04-18 Files: src/ghost/Makefile.am (1.37) (+1 -3) src/ghost/README (1.94) (removed) Remove obsolete README file 2005-04-18 Files: configure.ac (1.121) (+2 -12) man/Makefile.am (1.21) (+2 -14) man/gutenprint-color.7.in (1.2) (removed) man/gutenprint-dithers.7.in (1.2) (removed) man/gutenprint-imagetypes.7.in (1.2) (removed) man/gutenprint-inktypes.7.in (1.2) (removed) man/gutenprint-mediasizes.7.in (1.2) (removed) man/gutenprint-mediasources.7.in (1.2) (removed) man/gutenprint-mediatypes.7.in (1.2) (removed) man/gutenprint-models.7.in (1.2) (removed) man/gutenprint-resolutions.7.in (1.2) (removed) man/gutenprint.3.in (1.2) (removed) man/ijsgutenprint.1.in (1.2) (+10 -42) Remove old, outdated documentation. 2005-04-18 Files: doc/gutenprint.dox.in (1.2) (+1 -1) Don't include source listings in Doxygen-generated documentation. 2005-04-17 Files: src/main/escp2-driver.c (1.25) (+12 -2) Add (commented out) possible commands to solve the borderless problem. 2005-04-17 Files: NEWS (1.213) (+5 -0) Note PM-G800. 2005-04-17 Files: NEWS (1.212) (+15 -6) src/foomatic/foomatic-printermap (1.89) (+6 -1) src/main/print-escp2-data.c (1.172) (+18 -1) src/main/printers.xml (1.118) (+22 -2) Add preliminary support for PM-G800. Assume it uses the same drop sizes as the PX-G900 aka Stylus Photo R800, with the same inks as the R300. Add nominal support for PX-G920, PM-G720, PM-G820. 2005-04-17 Files: NEWS (1.211) (+4 -0) src/foomatic/foomatic-printermap (1.88) (+2 -0) src/main/printers.xml (1.117) (+9 -1) Add PX-G900 and PX-G5000. 2005-04-17 Files: doc/Makefile.am (1.38) (+2 -2) Fix dependency so that doc gets rebuilt if gutenprint.dox changes. 2005-04-17 Files: src/main/escp2-channels.c (1.48) (+2 -1) Add one color extended inkset to make testpattern happy. 2005-04-17 Files: src/main/escp2-channels.c (1.47) (+20 -3) Correct extended channels for R800. Add three-color non-gloss photo inkset for the benefit of run-testpattern. 2005-04-17 Files: src/escputil/Makefile.am (1.19) (+1 -1) Need to distribute d4lib.h. 2005-04-17 Files: NEWS (1.210) (+43 -5) Prep for 5.0.0-beta4. 2005-04-17 Files: src/foomatic/printer_options.c (1.47) (+13 -6) Ensure that "enable" options are next to the value they control. 2005-04-17 Files: src/ghost/ijsgutenprint.c (1.7) (+143 -35) Handle incorrect paper size for printing to CD's more gracefully. Print more debugging output when run under CUPS. 2005-04-16 Files: src/foomatic/foomatic-generator.in (1.53) (+17 -2) src/foomatic/foomatic-templates-ijs/gutenprint.xml (1.5) (+1 -1) src/foomatic/printer_options.c (1.46) (+1 -3) src/ghost/ijsgutenprint.c (1.6) (+23 -1) Remap long option names to avoid exceeding 40-character limit in PPD files. The remapping information is stored in the PPD file so there's no hidden state anywhere. 2005-04-16 Files: src/ghost/ijsgutenprint.c (1.5) (+2 -1) Handle 16 bit correctly. 2005-04-16 Files: src/cups/rastertoprinter.c (1.95) (+4 -3) Don't treat failure to get named media size as an error; this is as expected for custom page sizes. 2005-04-16 Files: src/main/printers.c (1.75) (+2 -2) Fix error message if page is too long. 2005-04-16 Files: src/cups/rastertoprinter.c (1.94) (+98 -30) [ 1179480 ] Print to CD fails with CUPS driver 2005-04-15 Files: src/main/escp2-inks.c (1.37) (+4 -2) src/main/print-escp2-data.c (1.171) (+2 -2) Use only the smallest drop size at 2880x2880 on R800 2005-04-13 Files: src/main/escp2-inks.c (1.36) (+3 -3) Improve tuning at 2880x1440 and 1440x1440. 2005-04-13 Files: src/main/escp2-channels.c (1.46) (+100 -121) Fix channel definitions for R800. 2005-04-12 Files: test/run-weavetest (1.20) (+1 -1) Add some more head combinations. 2005-04-12 Files: po/cs.po (1.25) (+1568 -901) po/da.po (1.53) (+1493 -848) po/de.po (1.39) (+1540 -909) po/el.po (1.40) (+1633 -974) po/en_GB.po (1.131) (+1668 -945) po/es.po (1.38) (+1574 -926) po/fr.po (1.60) (+1573 -928) po/ja.po (1.34) (+1571 -921) po/nl.po (1.40) (+1567 -917) po/no.po (1.60) (+1634 -987) po/pl.po (1.44) (+1527 -883) po/pt.po (1.38) (+1571 -927) po/sk.po (1.43) (+1571 -921) po/sv.po (1.69) (+1673 -1021) Update .po files. They still need to be translated for real. 2005-04-12 Files: po/POTFILES.in (1.21) (+30 -0) Add more files to the list to be translated. 2005-04-12 Files: src/main/dither-impl.h (1.25) (+5 -2) src/main/dither-main.c (1.50) (+11 -3) Add placeholder for EvenBetter Screening, in case we decide to use it. This will allow translators to get started. 2005-04-12 Files: NEWS (1.209) (+18 -15) README (1.146) (+14 -13) src/foomatic/Makefile.am (1.45) (+2 -2) src/foomatic/foomatic-generator.in (1.52) (+9 -1) src/foomatic/foomatic-templates-ijs/gutenprint.xml (1.4) (+1 -1) src/foomatic/gutenprint-version.c (1.2) (+5 -2) src/ghost/Makefile.am (1.36) (+5 -4) Rename ijsgutenprint to ijsgutenprint.5.0 (and in general track the major/minor release ID). 2005-04-10 Files: include/gutenprint/util.h (1.2) (+16 -2) src/cups/rastertoprinter.c (1.93) (+11 -7) src/ghost/ijsgutenprint.c (1.4) (+10 -6) src/main/print-version.c (1.8) (+15 -1) Version lock CUPS and Foomatic data to library, not to application-level driver (rastertogutenprint and ijsgutenprint respectively). 2005-04-10 Files: src/main/curve.c (1.51) (+4 -4) Eliminate unnecessary warning. 2005-04-10 Files: src/main/escp2-papers.c (1.66) (+42 -42) Improved tunings for R800. 2005-04-10 Files: src/main/escp2-channels.c (1.45) (+26 -19) Correct offsets for R800 (at least in CMYKRB mode). 2005-04-10 Files: NEWS (1.208) (+33 -52) README (1.145) (+103 -16) Updates 2005-04-09 Files: src/foomatic/foomatic-templates-ijs/gutenprint.xml (1.3) (+1 -1) src/ghost/ijsgutenprint.c (1.3) (+34 -5) Version lock Foomatic data to ijsgutenprint 2005-04-09 Files: src/gutenprintui2/plist.c (1.4) (+3 -3) Quote printer queue names (from Sven Neumann) 2005-04-09 Files: include/gutenprintui2/curve.h (1.2) (+1 -1) src/gutenprintui2/curve.c (1.2) (+1 -1) src/gutenprintui2/gutenprintui-internal.h (1.2) (+4 -4) src/gutenprintui2/panel.c (1.3) (+17 -16) src/gutenprintui2/plist.c (1.3) (+5 -5) src/gutenprintui2/ui-utils.c (1.2) (+10 -10) Clean up unnecessary warnings. 2005-04-09 Files: include/gutenprint/vars.h (1.2) (+6 -6) Fix comments 2005-04-09 Files: src/escputil/escputil.c (1.69) (+4 -2) Eventually try to force packet mode if we can't read anything from the printer. 2005-04-09 Files: src/escputil/escputil.c (1.68) (+1 -9) Remove some unnecessary code. 2005-04-09 Files: src/escputil/Makefile.am (1.18) (+2 -0) src/escputil/d4lib.c (1.1) (added +1519 -0) src/escputil/d4lib.h (1.1) (added +55 -0) src/escputil/escputil.c (1.67) (+547 -259) Further improvements to printer detection: now works even if a new printer is out of ink! Changes by Markus Plail Using d4lib from mtink package by Jean-Jacques Sarton Files: NEWS (1.207) (+109 -6) README (1.144) (+9 -9) configure.ac (1.120) (+4 -4) doc/5.0-release-plan.txt (1.9) (+4 -0) Start preparations for 5.0-beta4. 2005-04-05 Files: src/cups/genppd.c (1.106) (+3 -2) One more suggestion from Mike. 2005-04-05 Files: src/cups/genppd.c (1.105) (+11 -7) Minor updates from Mike Sweet. 2005-04-05 Files: src/escputil/escputil.c (1.66) (+113 -64) src/main/print-escp2-data.c (1.170) (+152 -70) src/main/print-escp2.c (1.335) (+19 -1) src/main/print-escp2.h (1.91) (+10 -2) Autodetect printer, and print ink colors in escputil appropriate for the printer. 2005-04-04 Files: src/escputil/escputil.c (1.65) (+43 -27) Cleanup. Previous patch was from Markus Plail . 2005-04-04 Files: src/escputil/escputil.c (1.64) (+187 -35) Add extended ink information. This is required for some printers, such as the Stylus Photo R800, and works with others. Still need to get the cartridge names right. 2005-04-03 Files: src/main/print-escp2-data.c (1.169) (+207 -275) src/main/print-escp2.c (1.334) (+37 -16) src/main/print-escp2.h (1.90) (+18 -28) Cleanup redundant options (roll feed and print to CD) 2005-04-03 Files: src/main/escp2-channels.c (1.44) (+42 -23) src/main/escp2-driver.c (1.24) (+2 -1) src/main/print-escp2.c (1.333) (+133 -26) src/main/print-escp2.h (1.89) (+5 -2) Make the use of gloss enhancer orthogonal to the choice of ink. This is an easier interface for people to master. 2005-04-03 Files: src/main/channel.c (1.23) (+43 -2) Handle case of output having a gloss channel but no other transformations. 2005-04-02 Files: src/main/escp2-channels.c (1.43) (+32 -4) src/main/escp2-inks.c (1.35) (+7 -5) src/main/escp2-papers.c (1.65) (+48 -48) src/main/print-escp2-data.c (1.168) (+5 -5) Continued tuning on R800 2005-03-29 Files: src/main/print-canon.c (1.154) (+7 -3) src/main/print-lexmark.c (1.148) (+5 -2) src/main/print-pcl.c (1.137) (+5 -2) Set black channel correctly in all drivers 2005-03-29 Files: src/main/papers.xml (1.18) (+1 -8) Remove duplicate entry. 2005-03-28 Files: src/main/escp2-papers.c (1.64) (+12 -12) More preliminary tunings. 2005-03-28 Files: src/main/escp2-papers.c (1.63) (+21 -21) Preliminary tunings for R800 matte based on glossy numbers. 2005-03-28 Files: include/gutenprint/channel.h (1.4) (+3 -1) src/main/channel.c (1.22) (+104 -21) src/main/escp2-channels.c (1.42) (+11 -11) src/main/print-escp2.c (1.332) (+16 -4) Add support for gloss enhancer 2005-03-27 Files: src/main/escp2-channels.c (1.41) (+4 -6) src/main/escp2-papers.c (1.62) (+235 -1) src/main/print-escp2-data.c (1.167) (+2 -2) src/main/print-escp2.c (1.331) (+3 -3) src/main/print-escp2.h (1.88) (+5 -2) Start tuning the R800. 2005-03-27 Files: src/cups/genppd.c (1.104) (+11 -3) Add other supported Ghostscript versions. 2005-03-26 Files: include/gutenprint/channel.h (1.3) (+3 -1) src/main/channel.c (1.21) (+47 -8) src/main/print-escp2.c (1.330) (+26 -1) Fix multi-hue code. Add optional lower limit for multi-channel generation, so that below that limit only CMY inks are used. 2005-03-26 Files: src/main/channel.c (1.20) (+3 -8) Don't mishandle boundary case of hue being exactly one of the auxiliary channels. 2005-03-26 Files: src/main/escp2-channels.c (1.40) (+3 -3) Use ultrachrome as a starting point for CMYKRB. 2005-03-26 Files: src/main/channel.c (1.19) (+34 -14) Second attempt at getting the ink quantity right. 2005-03-25 Files: src/foomatic/foomatic-generator.in (1.51) (+86 -80) src/foomatic/foomatic-templates-ijs/gutenprint.xml (1.2) (+6 -6) src/foomatic/printer_options.c (1.45) (+55 -55) src/ghost/ijsgutenprint.c (1.2) (+262 -207) Fix Foomatic (finally!) 2005-03-23 Files: src/main/printers.xml (1.116) (+4 -4) Stylus CX3500/3600/3650 apparently has the same head as the CX4600. 2005-03-22 Files: src/main/channel.c (1.18) (+16 -9) Minor cleanup. 2005-03-22 Files: include/gutenprint/channel.h (1.2) (+3 -1) src/main/channel.c (1.17) (+416 -125) src/main/color-conversion.h (1.8) (+3 -7) src/main/color-conversions.c (1.15) (+2 -231) src/main/escp2-channels.c (1.39) (+45 -44) src/main/print-color.c (1.126) (+3 -7) src/main/print-escp2.c (1.329) (+2 -2) src/main/print-escp2.h (1.87) (+3 -2) Preliminary support for true N-color output for Stylus Photo R800 and R1800. No support for gloss enhancer yet. That should be easier. 2005-03-22 Files: src/main/escp2-inks.c (1.34) (+3 -3) Fix bad drop sizes (thanks Josh Metzler) 2005-03-21 Files: src/main/printers.xml (1.115) (+4 -4) Stylus CX3500, 3600, and 3650 are based on the C66, not the C62. 2005-03-21 Files: src/main/printers.xml (1.114) (+17 -17) Change the punctuation of the CX all-in-ones to match Epson's own usage. 2005-03-20 Files: src/main/print-pcl.c (1.136) (+20 -13) Allow A4 printing on HP DesignJets. 2005-03-17 Files: NEWS (1.206) (+17 -0) src/foomatic/foomatic-printermap (1.87) (+11 -0) src/main/printers.xml (1.113) (+50 -1) Add some more printers and all-in-ones to the list. 2005-03-13 Files: NEWS (1.205) (+2 -0) src/foomatic/foomatic-printermap (1.86) (+1 -0) src/main/print-escp2-data.c (1.166) (+20 -2) src/main/printers.xml (1.112) (+5 -1) Add Epson Stylus Photo R1800 =============================================================================== Name: gutenprint-5_0_0-beta3 2005-02-13 Files: po/cs.po (1.24) (+341 -318) po/da.po (1.52) (+341 -318) po/de.po (1.38) (+338 -318) po/el.po (1.39) (+341 -318) po/en_GB.po (1.130) (+341 -318) po/es.po (1.37) (+341 -318) po/fr.po (1.59) (+341 -318) po/ja.po (1.33) (+341 -318) po/nl.po (1.39) (+341 -318) po/no.po (1.59) (+341 -318) po/pl.po (1.43) (+341 -318) po/pt.po (1.37) (+341 -318) po/sk.po (1.42) (+341 -318) po/sv.po (1.68) (+342 -319) Gutenprint 5.0.0 beta 3 release 2005-02-11 Files: test/run-testdither (1.10) (+1 -1) Remove Hybrid UniTone 2005-02-11 Files: NEWS (1.204) (+18 -7) Prep for Gutenprint 5.0.0-beta3. 2005-02-06 Files: debian/Makefile.am (1.11) (+1 -3) debian/changelog (1.67) (+4 -1) debian/control.in (1.45) (+1 -48) debian/libgutenprintui-dev.install (1.2) (removed) debian/libgutenprintui.install.in (1.2) (removed) debian/rules (1.55) (+5 -8) Remove libgutenprintui packages, since libgimp1.2 and gimp1.2 are no longer available in Debian unstable and hence it has no users. Remove libgtk1.2 build dependency. 2005-02-06 Files: doc/Makefile.am (1.37) (+2 -1) Add a rule to allow "make dist" to succeed if not running with maintainer-mode enabled. 2005-02-06 Files: src/gutenprintui2/Makefile.am (1.4) (+4 -4) Look for the headers needed to generate typebuiltins.c using a relative path, required to build from CVS using a VPATH make. Patch from Christian Meder. 2005-02-06 Files: po/en_GB.po (1.129) (+1 -1) Make sure the encoding of generated PPDs is UTF-8. 2005-02-03 Files: src/cups/Makefile.am (1.81) (+2 -2) When creating untranslated PPDs, ensure the locale is set to "C", otherwise the user's current locale and charset is used. 2005-02-02 Files: NEWS (1.203) (+2 -0) src/foomatic/foomatic-printermap (1.85) (+2 -0) src/main/print-olympus.c (1.54) (+2 -2) added canon selphy cp-400 and cp-500 2005-01-30 Files: debian/control.in (1.44) (+13 -13) Update package descriptions to make them lintian-clean. 2005-01-30 Files: .cvsignore (1.24) (+1 -0) doc/developer/Makefile.am (1.16) (+3 -3) doc/users_guide/Makefile.am (1.42) (+9 -9) scripts/.cvsignore (1.4) (+2 -0) scripts/autogen.sh (1.33) (+1 -1) Build improvements from Christian Meder : - Use $(LN_S) -f when building documentation with VPATH set. - Copy, rather than symlink, automake scripts. 2005-01-30 Files: AUTHORS (1.18) (+1 -1) Add Mark Tomlinson's new address. 2005-01-28 Files: include/gutenprintui/gutenprintui.h (1.2) (+4 -1) include/gutenprintui2/gutenprintui.h (1.2) (+4 -1) src/gutenprintui/panel.c (1.2) (+74 -5) src/gutenprintui/plist.c (1.2) (+50 -11) src/gutenprintui2/panel.c (1.2) (+73 -5) src/gutenprintui2/plist.c (1.2) (+50 -11) Add copy count spin button to GIMP UI. Suggested by Dan Casimiro. 2005-01-14 Files: NEWS (1.202) (+1 -1) Minor fix 2005-01-14 Files: NEWS (1.201) (+9 -5) src/main/dither-main.c (1.49) (+7 -1) src/testpattern/run-testpattern (1.18) (+3 -1) Disable Unitone dithering due to numerical stability issues 2005-01-04 Files: NEWS (1.200) (+14 -4) Update release notes. 2004-12-29 Files: configure.ac (1.119) (+3 -3) src/gimp2/Makefile.am (1.5) (+2 -2) Allow building plugin for all GIMP 2.x releases 2004-12-18 Files: NEWS (1.199) (+2 -0) src/foomatic/foomatic-printermap (1.84) (+2 -0) src/main/printers.xml (1.111) (+9 -1) Support Stylus CX3600 and CX3650 2004-12-14 Files: src/main/escp2-inks.c (1.33) (+27 -1) src/main/print-escp2-data.c (1.165) (+22 -1) src/main/print-escp2.h (1.86) (+3 -2) src/main/printers.xml (1.110) (+3 -3) Change the Stylus C66 to use the drop sizes and densities determined by Alastair Robinson. 2004-12-07 Files: src/main/escp2-papers.c (1.61) (+3 -3) Change photo2 Matte paper subchannel to 0.5. 2004-12-06 Files: src/main/print-list.c (1.22) (+2 -2) Fix documentation to match function signature. 2004-12-05 Files: src/gutenprintui/Makefile.am (1.3) (+2 -2) src/gutenprintui2/Makefile.am (1.3) (+2 -2) src/main/Makefile.am (1.89) (+2 -2) pkg-config data files live in $(libdir)/pkgconfig, rather than $(prefix)/lib/pkgconfig. This change is to conform with existing practice, as well as preparing for multiarch systems. 2004-12-01 Files: src/main/print-list.c (1.21) (+82 -73) Document list internals. Replace check_list() with a static assertion. Remove redundant internal helpers. 2004-11-28 Files: include/gutenprint/gutenprint-intl.h (1.2) (+2 -2) include/gutenprint/list.h (1.2) (+291 -50) include/gutenprint/printers.h (1.2) (+3 -3) Fully document stp_list_t. Minor Doxygen corrections. 2004-11-28 Files: configure.ac (1.118) (+3 -3) Correct quoting and argument order of STP_ADD_COMPILER_ARGS. 2004-11-22 Files: src/cups/genppd.c (1.103) (+4 -4) src/main/generic-options.c (1.9) (+3 -3) Process the Quality setting correctly. 2004-11-19 Files: NEWS (1.198) (+47 -20) README (1.143) (+78 -68) Rename Gimp-Print to Gutenprint 2004-11-16 Files: debian/changelog (1.66) (+5 -1) Update changelog with plug-in location and FAQ duplicate removal changes. 2004-11-16 Files: debian/gimp-print.docs (1.2) (+2 -1) debian/gimp-print.install (1.3) (+1 -3) Install the GIMP 2.0 Print plugin into the right place. Don't install two separate copies of the FAQ. 2004-11-02 Files: configure.ac (1.117) (+4 -4) m4/stp_option.m4 (1.6) (+8 -8) configure.ac: - Check if we're using GCC using $ac_compiler_gnu rather than "gcc". - Use the correct arguments ordering when calling STP_ADD_COMPILER_ARGS. m4/stp_option.m4: - Swap the $2 and $3 arguments of STP_ADD_COMPILER_ARG and the macros which call it. - Ensure the brackets match up in the m4 macros. - Don't mix up shell variables and m4 strings (CFLAGS). 2004-11-01 Files: src/gimp2/print.c (1.6) (+2 -2) src/gimp2/print_gimp.h (1.4) (+2 -2) Include the libgutenprintui2 headers rather than the old libgutenprintui ones. 2004-11-01 Files: configure.ac (1.116) (+6 -3) Don't build the GIMP 2.0 Print plug-in unless the pkg-config check succeeds. 2004-11-01 Files: debian/control.in (1.43) (+3 -3) debian/cupsys-driver-gutenprint.postinst (1.2) (+5 -5) debian/cupsys-driver-gutenprint.postrm (1.2) (+5 -5) Reload cupsys with force-reload in cupsys-driver-gutenprint maintainer scripts. All development packages depend on pkg-config. 2004-10-31 Files: include/gutenprintui/Makefile.am (1.2) (+3 -2) include/gutenprintui2/Makefile.am (1.2) (+3 -3) Conditionally install libgutenprintui and libgutenprintui2 headers. This should prevent glib-mkenums being run when libgutenprintui2 is not being built. 2004-10-31 Files: src/cups/cups-genppdconfig.in (1.10) (+4 -4) src/cups/cups-genppdupdate.in (1.16) (+3 -3) Put PPDs in $cupsmodeldir/gutenprint rather than $cupsmodeldir/gimp-print. Allow updating of old Gimp-Print PPDs in addition to Gutenprint PPDs. 2004-10-31 Files: debian/control.in (1.42) (+2 -1) debian/libgutenprint-doc.install.in (1.2) (+1 -1) debian/libgutenprintui2-dev.install (1.2) (+3 -3) Correct dependencies to allow upgrade from gimp-print packages. Correct packaging errors so that the correct files are placed in the right packages. 2004-10-26 Files: src/gutenprintui/Makefile.am (1.2) (+3 -2) src/gutenprintui2/Makefile.am (1.2) (+3 -2) src/main/Makefile.am (1.88) (+2 -2) Add the libtool "-no-undefined" option when linking shared libraries. This should allow correct building on Microsoft Windows and IBM AIX systems. 2004-10-23 Files: debian/changelog (1.65) (+6 -0) Update version for 5.0.0-beta3. 2004-10-18 Files: NEWS (1.197) (+7 -7) Start updating for 5.0-b3 2004-10-17 Files: configure.ac (1.115) (+4 -4) Bump version 2004-10-13 Files: src/main/color-conversions.c (1.14) (+20 -22) Alastair Robinson's latest -- much better cyan tones. 2004-09-30 Files: src/main/print-escp2-data.c (1.164) (+2 -2) Fix comment 2004-09-30 Files: NEWS (1.196) (+2 -0) src/foomatic/foomatic-printermap (1.83) (+1 -0) src/main/print-escp2-data.c (1.163) (+19 -1) src/main/printers.xml (1.109) (+8 -1) Support Epson Stylus CX4600. 2004-09-29 Files: src/gimp/print.c (1.65) (+11 -6) src/gimp2/print.c (1.5) (+10 -5) Handle unnamed image correctly 2004-09-28 Files: src/main/color-conversions.c (1.13) (+32 -27) Latest code from Alastair Robinson 2004-09-22 Files: po/en_GB.po (1.128) (+67 -76) Recode from ISO-8859-1 to UTF-8. Update fuzzy translations from Gutenprint renaming. Use a proper multiplication sign, rather than 'x', for resolutions and media sizes. 2004-09-17 Files: .cvsignore (1.23) (+3 -3) Makefile.am (1.142) (+3 -3) README (1.142) (+33 -30) autogen.sh (1.6) (+1 -1) configure.ac (1.114) (+132 -132) cups-gimpprint.list.in (1.4) (removed) cups-gutenprint.list.in (1.1) (added) cups/cups-gimpprint.list.in (1.2) (removed) debian/Makefile.am (1.10) (+20 -16) debian/README.Debian (1.54) (+11 -7) debian/README.building (1.8) (+7 -7) debian/changelog (1.64) (+22 -0) debian/control.in (1.41) (+176 -83) debian/copyright (1.8) (+1 -1) debian/cupsys-driver-gimpprint.docs (1.5) (removed) debian/cupsys-driver-gimpprint.install (1.7) (removed) debian/cupsys-driver-gimpprint.postinst (1.6) (removed) debian/cupsys-driver-gimpprint.postrm (1.6) (removed) debian/cupsys-driver-gutenprint.docs (1.1) (added) debian/cupsys-driver-gutenprint.install (1.1) (added) debian/cupsys-driver-gutenprint.postinst (1.1) (added) debian/cupsys-driver-gutenprint.postrm (1.1) (added) debian/foomatic-db-gimp-print.install (1.3) (removed) debian/foomatic-db-gutenprint.install (1.1) (added) debian/gimp-print.install (1.2) (+1 -1) debian/gimp-print.postrm (1.2) (+2 -2) debian/gimp-print.preinst (1.2) (+2 -2) debian/gimpprint-doc.doc-base (1.3) (removed) debian/gimpprint-doc.install (1.3) (removed) debian/gimpprint-locales.install (1.3) (removed) debian/gutenprint-doc.doc-base (1.1) (added) debian/gutenprint-doc.install (1.1) (added) debian/gutenprint-locales.install (1.1) (added) debian/ijsgimpprint.install (1.3) (removed) debian/ijsgutenprint.install (1.1) (added) debian/libgimpprint-dev.docs (1.5) (removed) debian/libgimpprint-dev.install (1.5) (removed) debian/libgimpprint-doc.doc-base.developer.in (1.2) (removed) debian/libgimpprint-doc.doc-base.reference.in (1.2) (removed) debian/libgimpprint-doc.install.in (1.5) (removed) debian/libgimpprint.install.in (1.3) (removed) debian/libgutenprint-dev.docs (1.1) (added) debian/libgutenprint-dev.install (1.1) (added) debian/libgutenprint-doc.doc-base.developer.in (1.1) (added) debian/libgutenprint-doc.doc-base.reference.in (1.1) (added) debian/libgutenprint-doc.install.in (1.1) (added) debian/libgutenprint.install.in (1.1) (added) debian/libgutenprintui-dev.install (1.1) (added) debian/libgutenprintui.install.in (1.1) (added) debian/libgutenprintui2-dev.install (1.1) (added) debian/libgutenprintui2.install.in (1.1) (added) debian/rules (1.54) (+42 -38) doc/.cvsignore (1.9) (+3 -3) doc/FAQ.html (1.10) (+5 -5) doc/Makefile.am (1.36) (+11 -11) doc/README.maintaining (1.19) (+34 -44) doc/developer/.cvsignore (1.6) (+17 -17) doc/developer/Makefile.am (1.15) (+15 -15) doc/developer/copying.xml (1.2) (+8 -8) doc/developer/escp2.xml (1.2) (+1 -1) doc/developer/gimpprint.xml (1.2) (removed) doc/developer/gutenprint.xml (1.1) (added +59 -0) doc/developer/introduction.xml (1.2) (+18 -18) doc/developer/new-printer.xml (1.2) (+1 -1) doc/developer/problems.xml (1.2) (+4 -4) doc/developer/using.xml (1.2) (+34 -34) doc/developer/weave.xml (1.2) (+1 -1) doc/gimpprint.dox.in (1.6) (removed) doc/gutenprint.dox.in (1.1) (added +1294 -0) doc/users_guide/README (1.7) (+1 -1) doc/users_guide/cups-edition.sgml (1.2) (+5 -5) doc/users_guide/cups.sgml (1.4) (+15 -15) doc/users_guide/gimp-edition.sgml (1.2) (+5 -5) doc/users_guide/gimp.sgml (1.3) (+5 -5) doc/users_guide/history.sgml (1.3) (+10 -10) doc/users_guide/title.sgml (1.3) (+8 -8) doc/users_guide/users-guide.sgml (1.8) (+2 -2) doc/users_guide/util-edition.sgml (1.2) (+5 -5) doc/users_guide/utils.sgml (1.6) (+3 -3) include/Makefile.am (1.6) (+3 -3) include/gimp-print-ui/Makefile.am (1.2) (removed) include/gimp-print-ui/gimp-print-ui.h (1.5) (removed) include/gimp-print-ui2/.cvsignore (1.2) (removed) include/gimp-print-ui2/Makefile.am (1.5) (removed) include/gimp-print-ui2/curve.h (1.2) (removed) include/gimp-print-ui2/gammacurve.h (1.2) (removed) include/gimp-print-ui2/gimp-print-ui.h (1.4) (removed) include/gimp-print/.cvsignore (1.3) (removed) include/gimp-print/Makefile.am (1.16) (removed) include/gimp-print/array.h (1.10) (removed) include/gimp-print/bit-ops.h (1.2) (removed) include/gimp-print/channel.h (1.3) (removed) include/gimp-print/color.h (1.7) (removed) include/gimp-print/curve-cache.h (1.3) (removed) include/gimp-print/curve.h (1.14) (removed) include/gimp-print/dither.h (1.4) (removed) include/gimp-print/gimp-print-intl-internal.h (1.5) (removed) include/gimp-print/gimp-print-intl.h (1.6) (removed) include/gimp-print/gimp-print-module.h (1.2) (removed) include/gimp-print/gimp-print-version.h.in (1.5) (removed) include/gimp-print/gimp-print.h (1.41) (removed) include/gimp-print/image.h (1.7) (removed) include/gimp-print/list.h (1.4) (removed) include/gimp-print/module.h (1.3) (removed) include/gimp-print/mxml.h (1.3) (removed) include/gimp-print/paper.h (1.5) (removed) include/gimp-print/path.h (1.2) (removed) include/gimp-print/printers.h (1.7) (removed) include/gimp-print/sequence.h (1.8) (removed) include/gimp-print/string-list.h (1.8) (removed) include/gimp-print/util.h (1.10) (removed) include/gimp-print/vars.h (1.16) (removed) include/gimp-print/weave.h (1.4) (removed) include/gimp-print/xml.h (1.8) (removed) include/gutenprint/.cvsignore (1.1) (added +3 -0) include/gutenprint/Makefile.am (1.1) (added +63 -0) include/gutenprint/array.h (1.1) (added +169 -0) include/gutenprint/bit-ops.h (1.1) (added +175 -0) include/gutenprint/channel.h (1.1) (added +91 -0) include/gutenprint/color.h (1.1) (added +143 -0) include/gutenprint/curve-cache.h (1.1) (added +82 -0) include/gutenprint/curve.h (1.1) (added +705 -0) include/gutenprint/dither.h (1.1) (added +204 -0) include/gutenprint/gutenprint-intl-internal.h (1.1) (added +88 -0) include/gutenprint/gutenprint-intl.h (1.1) (added +89 -0) include/gutenprint/gutenprint-module.h (1.1) (added +67 -0) include/gutenprint/gutenprint-version.h.in (1.1) (added +90 -0) include/gutenprint/gutenprint.h (1.1) (added +67 -0) include/gutenprint/image.h (1.1) (added +146 -0) include/gutenprint/list.h (1.1) (added +337 -0) include/gutenprint/module.h (1.1) (added +111 -0) include/gutenprint/mxml.h (1.1) (added +182 -0) include/gutenprint/paper.h (1.1) (added +159 -0) include/gutenprint/path.h (1.1) (added +63 -0) include/gutenprint/printers.h (1.1) (added +289 -0) include/gutenprint/sequence.h (1.1) (added +409 -0) include/gutenprint/string-list.h (1.1) (added +100 -0) include/gutenprint/util.h (1.1) (added +187 -0) include/gutenprint/vars.h (1.1) (added +1549 -0) include/gutenprint/weave.h (1.1) (added +180 -0) include/gutenprint/xml.h (1.1) (added +93 -0) include/gutenprintui/.cvsignore (1.1) (added) include/gutenprintui/Makefile.am (1.1) (added) include/gutenprintui/gutenprintui.h (1.1) (added) include/gutenprintui2/.cvsignore (1.1) (added +3 -0) include/gutenprintui2/Makefile.am (1.1) (added +62 -0) include/gutenprintui2/curve.h (1.1) (added +127 -0) include/gutenprintui2/gammacurve.h (1.1) (added +85 -0) include/gutenprintui2/gutenprintui.h (1.1) (added +182 -0) m4/stp.m4 (1.6) (+3 -3) m4/stp_cups.m4 (1.9) (+1 -1) m4/stp_gimp.m4 (1.9) (+1 -1) m4/stp_option.m4 (1.5) (+1 -1) m4/stp_path_lib.m4 (1.4) (removed) m4/stp_pkgconfig.m4 (1.6) (removed) m4extra/stp_release.m4.in (1.3) (+1 -1) man/.cvsignore (1.8) (+11 -11) man/Makefile.am (1.20) (+13 -13) man/cups-calibrate.8.in (1.8) (+8 -8) man/cups-genppd.8.in (1.5) (+6 -7) man/cups-genppdconfig.8.in (1.6) (+6 -7) man/cups-genppdupdate.8.in (1.4) (+6 -7) man/escputil.1.in (1.11) (+3 -3) man/gimpprint-color.7.in (1.4) (removed) man/gimpprint-dithers.7.in (1.4) (removed) man/gimpprint-imagetypes.7.in (1.5) (removed) man/gimpprint-inktypes.7.in (1.4) (removed) man/gimpprint-mediasizes.7.in (1.4) (removed) man/gimpprint-mediasources.7.in (1.4) (removed) man/gimpprint-mediatypes.7.in (1.4) (removed) man/gimpprint-models.7.in (1.9) (removed) man/gimpprint-resolutions.7.in (1.6) (removed) man/gimpprint.3.in (1.8) (removed) man/gutenprint-color.7.in (1.1) (added) man/gutenprint-dithers.7.in (1.1) (added) man/gutenprint-imagetypes.7.in (1.1) (added) man/gutenprint-inktypes.7.in (1.1) (added) man/gutenprint-mediasizes.7.in (1.1) (added) man/gutenprint-mediasources.7.in (1.1) (added) man/gutenprint-mediatypes.7.in (1.1) (added) man/gutenprint-models.7.in (1.1) (added) man/gutenprint-resolutions.7.in (1.1) (added) man/gutenprint.3.in (1.1) (added) man/ijsgimpprint.1.in (1.8) (removed) man/ijsgutenprint.1.in (1.1) (added +105 -0) po/.cvsignore (1.10) (+2 -2) po/POTFILES.in (1.20) (+10 -5) po/cs.po (1.23) (+359 -333) po/da.po (1.51) (+359 -338) po/de.po (1.37) (+359 -333) po/el.po (1.38) (+358 -334) po/en_GB.po (1.127) (+361 -333) po/es.po (1.36) (+359 -333) po/fr.po (1.58) (+359 -333) po/ja.po (1.32) (+359 -333) po/nl.po (1.38) (+359 -333) po/no.po (1.58) (+358 -333) po/pl.po (1.42) (+359 -338) po/pt.po (1.36) (+359 -333) po/sk.po (1.41) (+359 -333) po/sv.po (1.67) (+360 -334) scripts/Makefile.am (1.4) (+1 -2) scripts/autogen.sh (1.32) (+16 -16) scripts/buildgimpprintdebs (1.3) (removed) scripts/global.mk (1.9) (+8 -8) src/Makefile.am (1.18) (+3 -3) src/cups/.cvsignore (1.9) (+1 -1) src/cups/Makefile.am (1.80) (+22 -22) src/cups/README (1.4) (+7 -7) src/cups/cups-calibrate.c (1.5) (+4 -4) src/cups/cups-genppdconfig.in (1.9) (+6 -6) src/cups/cups-genppdupdate.in (1.15) (+19 -19) src/cups/genppd.c (1.102) (+15 -19) src/cups/rastertoprinter.c (1.92) (+123 -127) src/escputil/Makefile.am (1.17) (+1 -1) src/escputil/escputil.c (1.63) (+3 -3) src/foomatic/.cvsignore (1.9) (+1 -1) src/foomatic/Makefile.am (1.44) (+10 -10) src/foomatic/foomatic-generator.in (1.50) (+112 -112) src/foomatic/foomatic-templates-ijs/gimp-print.xml (1.5) (removed) src/foomatic/foomatic-templates-ijs/gutenprint.xml (1.1) (added +45 -0) src/foomatic/gimp-print-version.c (1.4) (removed) src/foomatic/gutenprint-version.c (1.1) (added +42 -0) src/foomatic/paper_sizes.c (1.8) (+2 -6) src/foomatic/printer_margins.c (1.15) (+2 -6) src/foomatic/printer_options.c (1.44) (+3 -7) src/foomatic/printers.c (1.10) (+2 -6) src/ghost/.cvsignore (1.11) (+1 -1) src/ghost/Makefile.am (1.35) (+4 -4) src/ghost/README (1.93) (+21 -21) src/ghost/ijsgimpprint.c (1.55) (removed) src/ghost/ijsgutenprint.c (1.1) (added +1571 -0) src/gimp/Makefile.am (1.35) (+4 -4) src/gimp/print-intl.h (1.6) (+7 -6) src/gimp/print.c (1.64) (+3 -3) src/gimp/print_gimp.h (1.44) (+3 -12) src/gimp2/Makefile.am (1.4) (+4 -4) src/gimp2/print-intl.h (1.3) (+6 -6) src/gimp2/print.c (1.4) (+3 -3) src/gimp2/print_gimp.h (1.3) (+3 -12) src/gutenprintui/.cvsignore (1.1) (added) src/gutenprintui/Makefile.am (1.1) (added) src/gutenprintui/gutenprintui-internal.h (1.1) (added) src/gutenprintui/gutenprintui.pc.in (1.1) (added) src/gutenprintui/panel.c (1.1) (added) src/gutenprintui/plist.c (1.1) (added) src/gutenprintui/print-image-thumbnail.c (1.1) (added) src/gutenprintui/printrc.h (1.1) (added) src/gutenprintui/printrcl.l (1.1) (added) src/gutenprintui/printrcy.y (1.1) (added) src/gutenprintui/ui-utils.c (1.1) (added) src/gutenprintui2/.cvsignore (1.1) (added +12 -0) src/gutenprintui2/Makefile.am (1.1) (added +100 -0) src/gutenprintui2/curve.c (1.1) (added +1055 -0) src/gutenprintui2/gammacurve.c (1.1) (added +495 -0) src/gutenprintui2/gutenprintui-internal.h (1.1) (added +253 -0) src/gutenprintui2/gutenprintui2.pc.in (1.1) (added +12 -0) src/gutenprintui2/panel.c (1.1) (added +5543 -0) src/gutenprintui2/plist.c (1.1) (added +1838 -0) src/gutenprintui2/print-image-thumbnail.c (1.1) (added +130 -0) src/gutenprintui2/printrc.h (1.1) (added +44 -0) src/gutenprintui2/printrcl.l (1.1) (added +117 -0) src/gutenprintui2/printrcy.y (1.1) (added +447 -0) src/gutenprintui2/ui-utils.c (1.1) (added +874 -0) src/libgimpprintui/.cvsignore (1.5) (removed) src/libgimpprintui/Makefile.am (1.12) (removed) src/libgimpprintui/gimp-print-ui-internal.h (1.17) (removed) src/libgimpprintui/gimpprintui.pc.in (1.2) (removed) src/libgimpprintui/panel.c (1.75) (removed) src/libgimpprintui/plist.c (1.42) (removed) src/libgimpprintui/print-image-thumbnail.c (1.7) (removed) src/libgimpprintui/printrc.h (1.5) (removed) src/libgimpprintui/printrcl.l (1.11) (removed) src/libgimpprintui/printrcy.y (1.16) (removed) src/libgimpprintui/ui-utils.c (1.11) (removed) src/libgimpprintui2/.cvsignore (1.3) (removed) src/libgimpprintui2/Makefile.am (1.6) (removed) src/libgimpprintui2/curve.c (1.2) (removed) src/libgimpprintui2/gammacurve.c (1.2) (removed) src/libgimpprintui2/gimp-print-ui-internal.h (1.4) (removed) src/libgimpprintui2/gimpprintui2.pc.in (1.3) (removed) src/libgimpprintui2/panel.c (1.10) (removed) src/libgimpprintui2/plist.c (1.6) (removed) src/libgimpprintui2/print-image-thumbnail.c (1.3) (removed) src/libgimpprintui2/printrc.h (1.3) (removed) src/libgimpprintui2/printrcl.l (1.5) (removed) src/libgimpprintui2/printrcy.y (1.4) (removed) src/libgimpprintui2/ui-utils.c (1.4) (removed) src/main/.cvsignore (1.22) (+1 -4) src/main/Makefile.am (1.87) (+15 -15) src/main/array.c (1.16) (+4 -4) src/main/bit-ops.c (1.7) (+5 -5) src/main/channel.c (1.16) (+4 -4) src/main/color-conversion.h (1.7) (+7 -7) src/main/color-conversions.c (1.12) (+5 -5) src/main/color.c (1.10) (+4 -4) src/main/curve-cache.c (1.5) (+5 -5) src/main/curve.c (1.50) (+6 -6) src/main/dither-ed.c (1.18) (+4 -4) src/main/dither-eventone.c (1.40) (+4 -4) src/main/dither-impl.h (1.24) (+5 -5) src/main/dither-inks.c (1.25) (+4 -4) src/main/dither-inlined-functions.h (1.6) (+5 -1) src/main/dither-main.c (1.48) (+4 -4) src/main/dither-matrix-1x1.xml (1.2) (+3 -3) src/main/dither-matrix-2x1.xml (1.2) (+3 -3) src/main/dither-matrix-4x1.xml (1.2) (+3 -3) src/main/dither-ordered.c (1.17) (+4 -4) src/main/dither-predithered.c (1.2) (+4 -4) src/main/dither-very-fast.c (1.15) (+4 -4) src/main/escp2-channels.c (1.38) (+4 -4) src/main/escp2-driver.c (1.23) (+4 -4) src/main/escp2-inks.c (1.32) (+4 -4) src/main/escp2-papers.c (1.60) (+40 -40) src/main/escp2-resolutions.c (1.25) (+4 -4) src/main/generic-options.c (1.8) (+4 -4) src/main/generic-options.h (1.5) (+4 -4) src/main/gimp-print-internal.h (1.72) (removed) src/main/gimpprint.dtd (1.7) (removed) src/main/gimpprint.pc.in (1.4) (removed) src/main/gimpprint.xsd (1.8) (removed) src/main/gutenprint-internal.h (1.1) (added +87 -0) src/main/gutenprint.dtd (1.1) (added +224 -0) src/main/gutenprint.pc.in (1.1) (added +11 -0) src/main/gutenprint.xsd (1.1) (added +370 -0) src/main/image.c (1.6) (+3 -3) src/main/libgimpprint.sym (1.6) (removed) src/main/libgutenprint.sym (1.1) (added +440 -0) src/main/module.c (1.25) (+5 -5) src/main/mxml-attr.c (1.7) (+3 -3) src/main/mxml-file.c (1.7) (+3 -3) src/main/mxml-node.c (1.7) (+3 -3) src/main/mxml-search.c (1.7) (+3 -3) src/main/papers.xml (1.17) (+5 -5) src/main/path.c (1.17) (+5 -5) src/main/print-canon.c (1.153) (+12 -12) src/main/print-color.c (1.125) (+18 -18) src/main/print-dither-matrices.c (1.34) (+4 -4) src/main/print-escp2-data.c (1.162) (+4 -4) src/main/print-escp2.c (1.328) (+4 -4) src/main/print-escp2.h (1.85) (+5 -5) src/main/print-lexmark.c (1.147) (+11 -10) src/main/print-list.c (1.20) (+8 -8) src/main/print-olympus.c (1.53) (+30 -30) src/main/print-papers.c (1.35) (+4 -4) src/main/print-pcl.c (1.135) (+10 -10) src/main/print-ps.c (1.79) (+6 -6) src/main/print-raw.c (1.36) (+4 -4) src/main/print-util.c (1.108) (+5 -5) src/main/print-vars.c (1.73) (+8 -8) src/main/print-version.c (1.7) (+24 -24) src/main/print-weave.c (1.62) (+5 -5) src/main/printers.c (1.74) (+4 -4) src/main/printers.xml (1.108) (+5 -5) src/main/sequence.c (1.19) (+5 -5) src/main/string-list.c (1.18) (+4 -4) src/main/util.h (1.32) (+6 -6) src/main/xml.c (1.33) (+18 -16) src/testpattern/Makefile.am (1.22) (+3 -3) src/testpattern/printers.c (1.6) (+2 -6) src/testpattern/testpattern.h (1.15) (+2 -2) test/Makefile.am (1.43) (+9 -9) test/bjc-unprint.c (1.10) (+2 -2) test/curve.c (1.22) (+62 -66) test/escp2-weavetest.c (1.35) (+3 -7) test/pcl-unprint.c (1.11) (+3 -3) test/testdither.c (1.47) (+5 -9) test/unprint.c (1.35) (+2 -2) test/xml-curve.c (1.6) (+2 -2) Rename Gimp-Print to Gutenprint. 2004-09-15 Files: src/main/print-color.c (1.124) (+19 -12) src/main/print-escp2.c (1.327) (+4 -4) Separate out "black transition" from "black gamma" 2004-09-12 Files: jmv/README (1.4) (removed) Remove unused directory. 2004-09-12 Files: include/gimp-print-ui2/Makefile.am (1.4) (+6 -2) src/libgimpprintui2/Makefile.am (1.5) (+6 -2) Only trigger typebuiltins regeneration on Makefile change in maintainer-mode. 2004-09-12 Files: src/gimp/instead_of_gimp_main.c (1.6) (removed) Remove unused code. =============================================================================== Name: gimp-print-5_0_0-beta2 2004-08-26 Files: po/cs.po (1.22) (+797 -648) po/da.po (1.50) (+797 -649) po/de.po (1.36) (+789 -648) po/el.po (1.37) (+798 -659) po/en_GB.po (1.126) (+16 -16) po/es.po (1.35) (+797 -648) po/fr.po (1.57) (+797 -648) po/ja.po (1.31) (+797 -648) po/nl.po (1.37) (+797 -649) po/no.po (1.57) (+797 -648) po/pl.po (1.41) (+795 -648) po/pt.po (1.35) (+797 -648) po/sk.po (1.40) (+797 -648) po/sv.po (1.66) (+798 -649) Gimp-Print 5.0.0-beta2 release 2004-08-25 Files: NEWS (1.195) (+2 -1) Note the necessity for further changes after 5.0 release. 2004-08-25 Files: src/main/print-escp2.c (1.326) (+1 -2) CD X adjustment and y adjustment are not string lists. Fix memory leak from valgrind. 2004-08-25 Files: NEWS (1.194) (+1 -1) Note addition of dimension data type. 2004-08-25 Files: NEWS (1.193) (+12 -12) Bug ID's should be numbered from low to high. 2004-08-25 Files: NEWS (1.192) (+3 -1) Note that dimension settings aren't available in Foomatic. 2004-08-24 Files: src/main/print-escp2-data.c (1.161) (+13 -13) Change density tunings for 2880-capable 4pl prints. 2004-08-24 Files: src/testpattern/run-testpattern (1.17) (+1 -1) Need to specify --skin=memcheck for valgrind 2004-08-23 Files: NEWS (1.191) (+21 -15) src/main/escp2-inks.c (1.31) (+15 -15) src/main/print-escp2-data.c (1.160) (+17 -17) src/main/print-escp2.h (1.84) (+4 -4) Change tunings for 2880-capable 4 pl printers 2004-08-23 Files: src/foomatic/foomatic-printermap (1.82) (+2 -0) Add the HP LaserJet 1010 and 1015. 2004-08-23 Files: NEWS (1.190) (+2 -0) Add LaserJet 1010 and 1015 as supported by the PCL-5 driver. 2004-08-22 Files: po/en_GB.po (1.125) (+796 -651) Update British English translation for CD label printing and new printers. 2004-08-22 Files: NEWS (1.189) (+42 -95) Simplify the list of Epson printers that require the magic activation sequence. Convert tabs to spaces. 2004-08-22 Files: scripts/mkchlog (1.8) (+49 -16) Build the change log more accurately. Preserve ordering even between versions checked in very closely together, and also combine related checkins better. 2004-08-21 Files: NEWS (1.188) (+50 -23) src/foomatic/foomatic-printermap (1.81) (+8 -0) src/main/printers.xml (1.107) (+40 -1) Preliminary support for more Epson variant printers 2004-08-21 Files: NEWS (1.187) (+20 -12) Update with 1013565. 2004-08-21 Files: src/libgimpprintui/plist.c (1.41) (+257 -13) src/libgimpprintui2/plist.c (1.5) (+257 -13) 1013565 GIMP plugin may not exit at completion Use fclose() rather than incorrect pclose() to close off stream to print process. This must have been missed in earlier rearchitecture. 2004-08-21 Files: src/testpattern/testpatterny.y (1.26) (+97 -10) Add debugging 2004-08-21 Files: NEWS (1.186) (+14 -11) Note change in layout of GIMP plugins. 2004-08-21 Files: NEWS (1.185) (+32 -15) Note latest bug fixes and improvements. 2004-08-21 Files: src/main/escp2-papers.c (1.59) (+15 -15) 1013470 QUALITY - ESP R300 generates poor black 2004-08-21 Files: src/main/print-color.c (1.123) (+1 -1) src/main/printers.xml (1.106) (+1 -1) 1013465 QUALITY - highlights and shadows blown out Previous checkin used the wrong bug ID. 2004-08-21 Files: src/main/print-color.c (1.122) (+11 -2) src/main/printers.xml (1.105) (+141 -141) 1013470 QUALITY - ESP R300 generates poor black Change to color conversion suggested by Alastair M. Robinson. This brings up the highlights somewhat and also slightly brightens the shadows. In addition, the gamma values for Epson printers were recalibrated. The new values seem to do very well. 2004-08-21 Files: src/main/escp2-papers.c (1.58) (+3 -3) Need a bit more black ink on the R300. 2004-08-21 Files: src/libgimpprintui2/panel.c (1.9) (+12 -1) Allocate extra space for GtkScrolledWindows which don't request enough by default. 2004-08-19 Files: src/libgimpprintui/panel.c (1.74) (+44 -29) src/libgimpprintui/ui-utils.c (1.10) (+8 -6) src/libgimpprintui2/gimp-print-ui-internal.h (1.3) (+2 -5) src/libgimpprintui2/panel.c (1.8) (+54 -38) src/libgimpprintui2/ui-utils.c (1.3) (+12 -19) Put dynamically-generated tables into GtkScrolledWindows. Fix table widget packing to use optimal amounts of space. Prevent dialog windows from shrinking smaller than their size requisition. GTK+-2.0 only: Don't use gtk_window_set_wmclass(). Replace gtk_window_set_policy() with gtk_window_set_resizable(). 2004-08-19 Files: NEWS (1.184) (+2 -1) Note new fine adjustments for CD printing. 2004-08-19 Files: include/gimp-print/vars.h (1.15) (+71 -1) src/cups/genppd.c (1.101) (+32 -6) src/cups/rastertoprinter.c (1.91) (+12 -2) src/foomatic/foomatic-generator.in (1.49) (+43 -2) src/foomatic/printer_options.c (1.43) (+25 -1) src/ghost/ijsgimpprint.c (1.54) (+28 -2) src/libgimpprintui/panel.c (1.73) (+129 -1) src/libgimpprintui/plist.c (1.40) (+13 -3) src/libgimpprintui/printrcl.l (1.10) (+3 -2) src/libgimpprintui/printrcy.y (1.15) (+18 -2) src/libgimpprintui2/panel.c (1.7) (+129 -1) src/libgimpprintui2/plist.c (1.4) (+13 -3) src/libgimpprintui2/printrcl.l (1.4) (+3 -2) src/libgimpprintui2/printrcy.y (1.3) (+18 -2) src/main/escp2-driver.c (1.22) (+6 -1) src/main/print-escp2-data.c (1.159) (+131 -66) src/main/print-escp2.c (1.325) (+35 -4) src/main/print-escp2.h (1.83) (+7 -2) src/main/print-vars.c (1.72) (+88 -1) src/main/printers.c (1.73) (+31 -1) Support dimension-valued parameters 2004-08-19 Files: NEWS (1.183) (+4 -0) Update the list of fixed bugs. 2004-08-18 Files: NEWS (1.182) (+16 -10) Update list of fixes. 2004-08-18 Files: src/main/print-olympus.c (1.52) (+62 -5) Color adjustment for Olympus P-200 and Sony UP-DP10. 2004-08-15 Files: NEWS (1.181) (+1 -0) src/foomatic/foomatic-printermap (1.80) (+1 -0) NEC SuperScript 1400 works with pcl-4 driver 2004-08-15 Files: src/main/path.c (1.16) (+2 -2) Fix comment syntax 2004-08-15 Files: src/cups/genppd.c (1.100) (+38 -2) src/main/path.c (1.15) (+37 -1) Define _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN if these were not already defined by the dirent.h provided by the system C library. The implementation is taken from the GNU C library dirent.h. 2004-08-09 Files: src/cups/genppd.c (1.99) (+86 -5) src/main/path.c (1.14) (+92 -9) Replace the use of BSD scandir() with stpi_scandir(), a replacement taken from GNU libc, with non-portable macros removed. 2004-08-04 Files: scripts/global.mk (1.8) (+1 -1) src/cups/Makefile.am (1.79) (+2 -2) src/foomatic/Makefile.am (1.43) (+2 -2) src/testpattern/Makefile.am (1.21) (+1 -2) test/Makefile.am (1.42) (+2 -2) Replace the use of DEFS and INCLUDES with LOCAL_CPPFLAGS in order to ensure that local includes come first on the compiler command line. Put GNUCFLAGS last in LOCAL_CPPCFLAGS so that compiler options all come after the include flags. 2004-08-04 Files: configure.ac (1.113) (+3 -3) Prevent the building of loadable modules when building a static libgimpprint. 2004-08-03 Files: src/cups/Makefile.am (1.78) (+2 -12) Add missing "\" where a command continues over several lines. Remove old, commented-out, code. 2004-08-03 Files: src/main/.cvsignore (1.21) (+2 -56) src/main/curve.c (1.49) (+4 -1) src/main/sequence.c (1.18) (+4 -1) ieeefp.h declares finite() on Sun systems. 2004-08-03 Files: NEWS (1.180) (+7 -0) Note 1002380. 2004-08-03 Files: src/libgimpprintui/panel.c (1.72) (+2 -1) src/libgimpprintui2/panel.c (1.6) (+2 -1) 1002380 Printing grayscale image w/old printrc file crashes at start 2004-08-01 Files: src/libgimpprintui/panel.c (1.71) (+1 -2) Remove stray debugging printf. 2004-08-01 Files: NEWS (1.179) (+8 -8) Note the CUPS issue a bit more prominently. 2004-08-01 Files: NEWS (1.178) (+180 -438) Remove release notes for alpha releases now that we're at beta 2. Other updates. 2004-08-01 Files: src/main/escp2-channels.c (1.37) (+2 -2) Fix channels for R800 2004-07-31 Files: NEWS (1.177) (+88 -31) README (1.141) (+17 -17) Prep for 5.0-beta2 release. Note that the release is not imminent; this is just early preparation. 2004-07-31 Files: configure.ac (1.112) (+4 -4) Bump version 2004-07-31 Files: src/main/print-canon.c (1.152) (+5 -5) More complete fix (tested with valgrind) for buffer overrun. Also increase compression buffer size because "compression" can actually expand the data a bit. 2004-07-31 Files: src/main/print-canon.c (1.151) (+5 -5) 980678 Canon DMT not correct 2004-07-31 Files: src/libgimpprintui2/plist.c (1.3) (+5 -4) src/libgimpprintui2/printrcl.l (1.3) (+18 -16) Handle version 3 printrc correctly 2004-07-31 Files: src/main/print-canon.c (1.150) (+3 -3) Print newlines at the end of debug messages. 2004-07-31 Files: src/libgimpprintui/panel.c (1.70) (+6 -1) 1000661 GIMP plugin does not refresh correctly in some cases 2004-07-31 Files: src/libgimpprintui2/panel.c (1.5) (+6 -1) 1000661 GIMP plugin does not refresh preview correctly in some cases 2004-07-31 Files: src/libgimpprintui/panel.c (1.69) (+4 -2) src/libgimpprintui2/panel.c (1.4) (+2 -1) 1001029 Display problems w/preview - see description 2004-07-31 Files: src/main/print-canon.c (1.149) (+5 -5) Tentative fix for 982642 Canon 6200 Photo Ink Problems 2004-07-31 Files: src/main/print-escp2.c (1.324) (+36 -5) Add option to print all the way to the hole for CD's. BTW, tested on ESP960, and it works. 2004-07-30 Files: src/main/print-escp2-data.c (1.158) (+6 -6) src/main/print-escp2.c (1.323) (+10 -13) Fix printing to CD, at least for R300 (needs retesting on 950) 2004-07-30 Files: test/unprint.c (1.34) (+11 -11) sizeof(long) doesn't work correctly in this usage on 64 bit platforms. 2004-07-25 Files: src/main/print-escp2-data.c (1.157) (+22 -4) Try again printing to CD. 2004-07-24 Files: configure.ac (1.111) (+6 -5) include/gimp-print-ui2/.cvsignore (1.1) (added) include/gimp-print-ui2/Makefile.am (1.3) (+23 -2) include/gimp-print-ui2/curve.h (1.1) (added) include/gimp-print-ui2/gammacurve.h (1.1) (added) include/gimp-print-ui2/gimp-print-ui.h (1.3) (+5 -1) src/libgimpprintui2/.cvsignore (1.2) (+4 -14) src/libgimpprintui2/Makefile.am (1.4) (+21 -1) src/libgimpprintui2/curve.c (1.1) (added) src/libgimpprintui2/gammacurve.c (1.1) (added) src/libgimpprintui2/panel.c (1.3) (+21 -20) Add two new widgets: StpuiCurve and StpuiGammaCurve, based on the GTK+ GtkCurve and GtkGammaCurve widgets. Use these widgets in libgimpprintui and the print plugin. 2004-07-24 Files: src/main/printers.xml (1.104) (+3 -1) Add Olympus P200 back. 2004-07-24 Files: src/main/Makefile.am (1.86) (+2 -1) src/main/dither-impl.h (1.23) (+4 -2) src/main/dither-main.c (1.47) (+14 -5) src/main/dither-predithered.c (1.1) (added +128 -0) src/testpattern/run-testpattern (1.16) (+1 -1) Add "predithered" dither algorithm 2004-07-24 Files: src/main/channel.c (1.15) (+3 -2) src/main/color-conversion.h (1.6) (+3 -2) src/main/color-conversions.c (1.11) (+5 -1) src/main/print-color.c (1.121) (+2 -1) src/testpattern/run-testpattern-1 (1.4) (+2 -2) Add predithered color correction 2004-07-24 Files: src/main/printers.c (1.72) (+57 -70) src/main/printers.xml (1.103) (+1039 -1298) Change the XML data format to allow specification of arbitrary parameters. This simplifies the syntax. 2004-07-24 Files: src/cups/Makefile.am (1.77) (+2 -2) Force PPD files to rebuild if printers.xml changes. 2004-07-24 Files: doc/5.0-release-plan.txt (1.8) (+7 -7) Update the release plan 2004-07-22 Files: NEWS (1.176) (+2 -0) man/gimpprint-models.7.in (1.8) (+2 -1) src/foomatic/foomatic-printermap (1.79) (+1 -0) src/main/print-olympus.c (1.51) (+58 -3) src/main/printers.xml (1.102) (+4 -1) Support for Olympus P-200 2004-07-09 Files: NEWS (1.175) (+4 -1) man/gimpprint-models.7.in (1.7) (+2 -1) src/foomatic/foomatic-printermap (1.78) (+2 -0) src/main/print-olympus.c (1.50) (+169 -33) src/main/printers.xml (1.101) (+4 -1) support for Olympus P-440 2004-07-04 Files: po/en_GB.po (1.124) (+128 -320) Update the British English translation. 2004-07-02 Files: src/main/libgimpprint.sym (1.5) (+279 -189) Update the symbol list. 2004-07-01 Files: src/main/print-olympus.c (1.49) (+51 -54) - code cleanup; pagesize and laminate pattern moved to privdata structure 2004-06-30 Files: NEWS (1.174) (+5 -0) man/gimpprint-models.7.in (1.6) (+3 -1) src/foomatic/foomatic-printermap (1.77) (+3 -0) src/main/print-olympus.c (1.48) (+161 -9) src/main/printers.xml (1.100) (+7 -1) - fixed bugs in canon-cp100 - wrong papersize in header - wrong size of card paper - changed Card papersize - added Wide Postcard papersize - support for Canon CP-220, CP-330 (compatible with CP-100 + wide postcard papersize) - partial support for Olympus P-10 2004-06-30 Files: src/main/papers.xml (1.16) (+12 -5) - changed Card papersize - added Wide Postcard papersize 2004-06-30 Files: src/main/print-escp2-data.c (1.156) (+66 -66) src/main/print-escp2.c (1.322) (+13 -1) src/main/print-escp2.h (1.82) (+7 -2) Add SupportsPacketMode read-only boolean parameter to Epson driver to allow utilities to determine whether they need to take the printer out of packet mode. 2004-06-28 Files: configure.ac (1.110) (+4 -3) m4/stp_gimp.m4 (1.8) (+2 -1) src/gimp2/Makefile.am (1.3) (+2 -2) Install the GIMP 2.0 plug-in into the GIMP 2.0 plug-in directory, rather than the GIMP 1.2 directory. 2004-06-28 Files: src/main/print-olympus.c (1.47) (+28 -26) code clean up in color layer "management" =============================================================================== Name: gimp-print-5_0_0-beta1 2004-06-26 Files: po/cs.po (1.21) (+457 -337) po/da.po (1.49) (+437 -333) po/de.po (1.35) (+458 -339) po/el.po (1.36) (+439 -334) po/en_GB.po (1.123) (+527 -352) po/es.po (1.34) (+458 -339) po/fr.po (1.56) (+458 -339) po/ja.po (1.30) (+454 -337) po/nl.po (1.36) (+452 -337) po/no.po (1.56) (+439 -333) po/pl.po (1.40) (+436 -333) po/pt.po (1.34) (+460 -341) po/sk.po (1.39) (+458 -339) po/sv.po (1.65) (+459 -340) Gimp-Print 5.0.0-beta1 release 2004-06-26 Files: src/libgimpprintui2/Makefile.am (1.3) (+1 -5) Need to distribute gimpprintui2.pc.in. 2004-06-26 Files: doc/Makefile.am (1.35) (+2 -1) doc/gimpprint.dox.in (1.5) (+1 -1) Remove old gimpprint/html tree before regenerating it 2004-06-26 Files: doc/gimpprint.dox.in (1.4) (+1 -1) Don't document xmli18n-tmp.h 2004-06-26 Files: src/main/print-olympus.c (1.46) (+3 -3) Grab the right amount of data from the channel code. 2004-06-26 Files: NEWS (1.173) (+125 -109) README (1.140) (+21 -10) Prep for 5.0-beta1 release 2004-06-24 Files: src/main/print-olympus.c (1.45) (+50 -2) - "rastertoprinter vs. olympus driver" bug removed reported 2003-12-26: [ 865841 ] Canon CP-200 2004-06-14: [ 972478 ] Olympus-P400 misregistration 2004-06-23 Files: test/pcl-unprint.c (1.10) (+82 -49) Don't segfault when we see end raster graphics for the second time. Added some more PCL commands. 2004-06-23 Files: src/gimp/print.c (1.63) (+5 -3) Don't free string in the middle. 2004-06-23 Files: src/gimp2/print.c (1.3) (+2 -2) Use C comment syntax rather than C++ syntax. 2004-06-23 Files: doc/5.0-release-plan.txt (1.7) (+10 -9) Updates. 2004-06-22 Files: configure.ac (1.109) (+51 -47) include/Makefile.am (1.5) (+2 -2) include/gimp-print-ui2/Makefile.am (1.2) (+40 -0) include/gimp-print-ui2/gimp-print-ui.h (1.2) (+175 -0) scripts/global.mk (1.7) (+5 -0) src/Makefile.am (1.17) (+3 -1) src/gimp2/.cvsignore (1.1) (added +5 -0) src/gimp2/Makefile.am (1.2) (+52 -0) src/gimp2/print-image-gimp.c (1.2) (+447 -0) src/gimp2/print-intl.h (1.2) (+38 -0) src/gimp2/print.c (1.2) (+457 -0) src/gimp2/print_gimp.h (1.2) (+55 -0) src/libgimpprintui2/.cvsignore (1.1) (added) src/libgimpprintui2/Makefile.am (1.2) (+80 -0) src/libgimpprintui2/gimp-print-ui-internal.h (1.2) (+247 -0) src/libgimpprintui2/gimpprintui2.pc.in (1.2) (+11 -0) src/libgimpprintui2/panel.c (1.2) (+4730 -0) src/libgimpprintui2/plist.c (1.2) (+1461 -0) src/libgimpprintui2/print-image-thumbnail.c (1.2) (+130 -0) src/libgimpprintui2/printrc.h (1.2) (+44 -0) src/libgimpprintui2/printrcl.l (1.2) (+112 -0) src/libgimpprintui2/printrcy.y (1.2) (+382 -0) src/libgimpprintui2/ui-utils.c (1.2) (+881 -0) Add GTK+ 2.0 port of libgimpprintui and the GIMP Print plugin. 2004-06-22 Files: src/main/print-olympus.c (1.44) (+16 -6) *** empty log message *** 2004-06-21 Files: src/cups/rastertoprinter.c (1.90) (+3 -3) tiny bugfix in debug message :) 2004-06-20 Files: NEWS (1.172) (+2 -1) Minor clarification. 2004-06-20 Files: NEWS (1.171) (+176 -33) README (1.139) (+10 -11) configure.ac (1.108) (+4 -4) Advance to beta release 2004-06-20 Files: NEWS (1.170) (+0 -23) Duplex mention was added in the wrong place. Moving to the release notes for beta 1. 2004-06-20 Files: test/pcl-unprint.c (1.9) (+225 -192) Supress PNM output but continue diagnostic dump instead of just stopping if we don't like the input file. Added some extra PCL commands. 2004-06-20 Files: NEWS (1.169) (+23 -0) src/cups/genppd.c (1.98) (+37 -2) src/cups/rastertoprinter.c (1.89) (+15 -2) src/foomatic/foomatic-printermap (1.76) (+1 -1) src/foomatic/printer_options.c (1.42) (+4 -1) src/ghost/ijsgimpprint.c (1.53) (+56 -11) src/main/print-pcl.c (1.134) (+230 -86) src/main/printers.xml (1.99) (+7 -2) Duplex support for the "pcl-4" and "pcl-900" drivers. Split LaserJet 4V/4Si (4Si supports a duplexer). 2004-06-17 Files: configure.ac (1.107) (+46 -46) Disable GTK+ 2.0 checks until there is something that requires it. 2004-06-17 Files: src/main/printers.xml (1.98) (+246 -246) Change manufacturer names (capitalization) to comply with PPD standard. 2004-06-17 Files: NEWS (1.168) (+5 -3) man/gimpprint-models.7.in (1.5) (+5 -1) src/foomatic/foomatic-printermap (1.75) (+2 -1) src/main/print-olympus.c (1.43) (+33 -5) src/main/printers.xml (1.97) (+5 -2) - support for Fujifilm CX-550 2004-06-15 Files: src/libgimpprintui2/ui-utils.c (1.1) (added) file ui-utils.c was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/printrcy.y (1.1) (added) file printrcy.y was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/printrcl.l (1.1) (added) file printrcl.l was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/printrc.h (1.1) (added) file printrc.h was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/gimp2/print_gimp.h (1.1) (added +59 -0) file print_gimp.h was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/gimp2/print.c (1.1) (added +446 -0) file print.c was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/gimp2/print-intl.h (1.1) (added +38 -0) file print-intl.h was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/print-image-thumbnail.c (1.1) (added) file print-image-thumbnail.c was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/gimp2/print-image-gimp.c (1.1) (added +447 -0) file print-image-gimp.c was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/plist.c (1.1) (added) file plist.c was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/panel.c (1.1) (added) file panel.c was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/gimpprintui2.pc.in (1.1) (added) file gimpprintui2.pc.in was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/libgimpprintui2/gimp-print-ui-internal.h (1.1) (added) file gimp-print-ui-internal.h was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: src/gimp2/Makefile.am (1.1) (added +59 -0) src/libgimpprintui2/Makefile.am (1.1) (added) file Makefile.am was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: include/gimp-print-ui2/gimp-print-ui.h (1.1) (added) file gimp-print-ui.h was initially added on branch gtk2-20040615-branch. 2004-06-15 Files: include/gimp-print-ui2/Makefile.am (1.1) (added) file Makefile.am was initially added on branch gtk2-20040615-branch. 2004-06-13 Files: src/libgimpprintui/plist.c (1.39) (+3 -3) Don't choke if printrc file is trashed. 2004-06-13 Files: src/main/print-ps.c (1.78) (+11 -2) 972014 eksprx600_610.ppd crashes gimp-print-4.2.6-4 2004-06-12 Files: include/gimp-print/xml.h (1.7) (+3 -2) src/main/array.c (1.15) (+42 -2) Add stp_xmltree_create_from_array. 2004-06-12 Files: include/gimp-print/xml.h (1.6) (+6 -3) src/main/curve.c (1.48) (+3 -3) src/main/sequence.c (1.17) (+2 -2) Export XML interchange for curves, and improve const-correctness. 2004-06-12 Files: NEWS (1.167) (+10 -7) Correct DesignJet 2500/3500 page sizes. 2004-06-09 Files: src/main/print-pcl.c (1.133) (+16 -3) src/main/printers.xml (1.96) (+2 -2) DesignJet 2500 is 36" wide and the DesignJet 3500 is 54" wide. 2004-06-08 Files: src/testpattern/run-testpattern-1 (1.3) (+95 -0) Test raw driver to check 8-bit output. 2004-06-08 Files: src/testpattern/testpatterny.y (1.25) (+2 -2) Set page height rather than setting width twice. 2004-06-08 Files: src/testpattern/testpattern.c (1.42) (+6 -4) Set black value correctly. 2004-06-08 Files: src/main/color-conversions.c (1.10) (+3 -3) Print lut->steps when printing colorfunc information. 2004-06-07 Files: src/main/color-conversions.c (1.9) (+2 -1) Resample the gcr curve correctly. 2004-06-07 Files: src/libgimpprintui/printrcl.l (1.9) (+18 -16) Print better debug info. Accept file versions 2 and 3. 2004-06-07 Files: src/libgimpprintui/plist.c (1.38) (+4 -3) Bump the file version so that earlier alpha releases won't get confused. 2004-06-06 Files: src/main/color-conversions.c (1.8) (+7 -4) src/main/dither-main.c (1.46) (+2 -2) src/main/print-color.c (1.120) (+9 -9) src/main/print-util.c (1.107) (+8 -2) src/testpattern/run-testpattern (1.15) (+0 -10) Make gamma be an optional parameter rather than a mandatory user parameter. This also required changing the parameter merge slightly to permit it to set a defaulted parameter. Handle brightness correctly in uncorrected mode. Make dither algorithm be an advanced, rather than advanced2, parameter. Still needs to complete valgrind run. 2004-06-06 Files: src/testpattern/run-testpattern-1 (1.2) (+2 -4) Save some space in the printout. 2004-06-06 Files: doc/5.0-release-plan.txt (1.6) (+46 -3) Update the release plan. 2004-06-06 Files: src/main/color-conversions.c (1.7) (+101 -80) src/main/print-color.c (1.119) (+3 -2) src/testpattern/Makefile.am (1.20) (+3 -3) src/testpattern/run-testpattern-1 (1.1) (added +318 -0) src/testpattern/testpattern.c (1.41) (+3 -3) Fix up a few uses of lut->steps vs. 1 << bits. They aren't always equivalent. Where we can't avoid this, make sure that lut->steps is set correctly. Fix a null pointer issue. Fix a few indexing problems. Create the GCR curve in desaturated mode. Add a new test that exercises all of the color modes. Don't suppress error/debug output when using testpattern -n. 2004-06-05 Files: src/main/color-conversion.h (1.5) (+3 -1) src/main/color-conversions.c (1.6) (+54 -34) src/main/print-color.c (1.118) (+46 -17) Fix up brightness and contrast correction. Do color->gray conversion correctly. The luminance values should only be inverted if the input is black-based; whether the conversion inverts the color scale is irrelevant. 2004-06-04 Files: src/main/color-conversion.h (1.4) (+2 -1) src/main/color-conversions.c (1.5) (+366 -316) src/main/print-color.c (1.117) (+63 -21) Improve the behavior of the brightness and contrast controls. Needs considerably more testing! 2004-05-31 Files: configure.ac (1.106) (+2 -3) Remove AC_CONFIG_FILES([src/libgimpprintui/gimpprintui2.pc]) until that file is repopulated. 2004-05-30 Files: doc/5.0-release-plan.txt (1.5) (+11 -0) Updates 2004-05-30 Files: include/gimp-print/curve.h (1.13) (+3 -4) include/gimp-print/util.h (1.9) (+4 -3) src/main/curve.c (1.47) (+46 -16) src/main/print-canon.c (1.148) (+4 -4) src/main/print-color.c (1.116) (+21 -7) src/main/print-lexmark.c (1.146) (+4 -4) src/main/print-util.c (1.106) (+11 -3) test/curve.c (1.21) (+19 -6) Fix more problems with piecewise curves. Also fix a specific problem with with spline interpolation. 2004-05-26 Files: src/libgimpprintui/Makefile.am (1.11) (+2 -2) Revert change to build only a static libgimpprintui. 2004-05-26 Files: src/cups/genppd.c (1.97) (+13 -3) src/main/path.c (1.13) (+11 -2) Replace the non-portable use of BSD alphasort() with dirent_sort(). 2004-05-26 Files: src/gimp/print.c (1.62) (+2 -1) src/libgimpprintui/panel.c (1.68) (+3 -2) Fix a few memory leaks, tested with Valgrind 2004-05-26 Files: include/gimp-print-ui/gimp-print-ui.h (1.4) (+48 -6) include/gimp-print/string-list.h (1.7) (+9 -4) src/gimp/print.c (1.61) (+4 -1) src/libgimpprintui/Makefile.am (1.10) (+3 -3) src/libgimpprintui/gimp-print-ui-internal.h (1.16) (+2 -1) src/libgimpprintui/panel.c (1.67) (+256 -60) src/libgimpprintui/plist.c (1.37) (+272 -255) src/libgimpprintui/printrcl.l (1.8) (+9 -1) src/libgimpprintui/printrcy.y (1.14) (+88 -6) src/main/string-list.c (1.17) (+23 -13) Revamp the command logic. Rather than forcing the user to enter the command, offer a standard command built from the queue name and whether raw printing is required. Also offer a choice of file and custom command. 742187 huge delays with lpstat -d -p 700792 PostScript and -oraw 2004-05-23 Files: include/gimp-print/string-list.h (1.6) (+35 -13) include/gimp-print/vars.h (1.14) (+3 -20) src/ghost/ijsgimpprint.c (1.52) (+2 -2) src/libgimpprintui/gimp-print-ui-internal.h (1.15) (+4 -4) src/libgimpprintui/panel.c (1.66) (+6 -6) src/libgimpprintui/ui-utils.c (1.9) (+2 -2) src/main/printers.c (1.71) (+2 -2) src/main/string-list.c (1.16) (+16 -14) Change stp_string_list_t to use the new-style forward declared struct and typedef, and update function prototypes and code accordingly. 2004-05-23 Files: debian/Makefile.am (1.9) (+3 -4) debian/changelog (1.63) (+11 -0) debian/control.in (1.40) (+0 -47) debian/cupsys-driver-gimpprint.dirs (1.2) (removed) debian/cupsys-driver-gimpprint.postrm (1.5) (+3 -1) debian/cupsys-driver-gimpprint.prerm (1.2) (removed) debian/libgimpprint-doc.doc-base.developer.in (1.1) (added) debian/libgimpprint-doc.doc-base.in (1.4) (removed) debian/libgimpprint-doc.doc-base.reference.in (1.1) (added) debian/libgimpprint-doc.install.in (1.4) (+2 -2) debian/libgimpprintui-dev.install (1.4) (removed) debian/libgimpprintui.install (1.2) (removed) debian/rules (1.53) (+18 -21) Update Debian packaging for 5.0.0-alpha3. 2004-05-23 Files: configure.ac (1.105) (+7 -3) Determine the module path correctly. Previously, this would be set incorrectly if --prefix was used and $exec_prefix was set to "NONE". 2004-05-23 Files: src/cups/cups-genppdupdate.in (1.14) (+2 -2) Don't exit with a failure code when no PPDs have been upgraded. This can occur when there are no queues available, or are using 4.2 PPDs, and this can break upgrade scripts. 2004-05-23 Files: configure.ac (1.104) (+12 -25) src/libgimpprintui/Makefile.am (1.9) (+3 -7) src/libgimpprintui/gimpprintui.pc.in (1.1) (added) src/main/Makefile.am (1.85) (+1 -4) src/main/gimpprint.pc.in (1.3) (+3 -3) Fix VPATH build. Don't generate pkg-config templates, since this breaks VPATH builds with recent versions of automake. Allow cups-genppd and rastertogimpprint to be linked dynamically, even when --enable-static is used with a new option --disable-static-genppd. Always build libgimpprintui statically, since it only has a single user. 2004-05-22 Files: doc/users_guide/Makefile.am (1.41) (+13 -13) Fix VPATH build. 2004-05-22 Files: m4/gimp.m4 (1.5) (+41 -41) m4/stp_gimp.m4 (1.7) (+5 -4) Tighten GIMP 1.2 version checking so that even if forced, it will not be possible to build the GIMP 1.2 plugin if a version > 1.2 is found. 2004-05-18 Files: src/libgimpprintui/plist.c (1.36) (+10 -3) 955436 gimp plugin save printc with wrong locale 2004-05-17 Files: src/gimp/print.c (1.60) (+2 -1) Added missing "break" statement which caused compiler warning. 2004-05-16 Files: doc/5.0-release-plan.txt (1.4) (+12 -7) Updates 2004-05-16 Files: include/gimp-print/curve.h (1.12) (+87 -31) include/gimp-print/util.h (1.8) (+13 -11) src/main/curve.c (1.46) (+435 -73) test/curve.c (1.20) (+608 -194) Support piecewise curves =============================================================================== Name: gimp-print-5_0_0-alpha3 2004-05-13 Files: po/cs.po (1.20) (+628 -650) po/da.po (1.48) (+628 -650) po/de.po (1.34) (+628 -650) po/el.po (1.35) (+639 -661) po/en_GB.po (1.122) (+628 -650) po/es.po (1.33) (+628 -650) po/fr.po (1.55) (+628 -650) po/ja.po (1.29) (+628 -650) po/nl.po (1.35) (+628 -650) po/no.po (1.55) (+628 -650) po/pl.po (1.39) (+628 -650) po/pt.po (1.33) (+628 -650) po/sk.po (1.38) (+628 -650) po/sv.po (1.64) (+629 -651) Gimp-Print 5.0.0-alpha3 release 2004-05-13 Files: NEWS (1.166) (+3 -4) Clarify 2004-05-11 Files: scripts/autogen.sh (1.31) (+9 -0) Add check for pkg-config. 2004-05-11 Files: src/libgimpprintui/printrcy.y (1.13) (+3 -1) Fix a few errors 2004-05-10 Files: doc/README.maintaining (1.18) (+5 -1) Document the requirement for pkg-config. 2004-05-09 Files: .cvsignore (1.22) (+3 -0) doc/.cvsignore (1.8) (+3 -0) doc/developer/.cvsignore (1.5) (+2 -0) More files to ignore 2004-05-09 Files: NEWS (1.165) (+5 -1) Note removal of libprintut 2004-05-09 Files: Makefile.am (1.141) (+2 -2) configure.ac (1.103) (+6 -21) doc/README.maintaining (1.17) (+5 -17) include/gimp-print/curve.h (1.11) (+7 -2) include/gimp-print/util.h (1.7) (+5 -4) include/gimp-print/vars.h (1.13) (+4 -1) lib/.cvsignore (1.6) (removed) lib/Makefile.am (1.6) (removed) lib/alloca.c (1.2) (removed) lib/getopt.c (1.2) (removed) lib/getopt.h (1.2) (removed) lib/getopt1.c (1.2) (removed) lib/libprintut.h (1.8) (removed) lib/pathmax.h (1.2) (removed) lib/strcspn.c (1.2) (removed) lib/vasprintf.c (1.5) (removed) lib/xgetcwd.c (1.3) (removed) lib/xmalloc.c (1.5) (removed) lib/xmalloc.h (1.6) (removed) po/POTFILES.in (1.19) (+0 -9) scripts/global.mk (1.6) (+0 -1) src/cups/Makefile.am (1.76) (+7 -7) src/cups/genppd.c (1.96) (+14 -37) src/cups/rastertoprinter.c (1.88) (+6 -7) src/escputil/Makefile.am (1.16) (+1 -1) src/escputil/escputil.c (1.62) (+9 -10) src/foomatic/Makefile.am (1.42) (+6 -6) src/foomatic/gimp-print-version.c (1.3) (+1 -2) src/foomatic/paper_sizes.c (1.7) (+1 -2) src/foomatic/printer_margins.c (1.14) (+1 -2) src/foomatic/printer_options.c (1.41) (+1 -2) src/foomatic/printers.c (1.9) (+1 -2) src/ghost/Makefile.am (1.34) (+2 -2) src/ghost/ijsgimpprint.c (1.51) (+15 -15) src/gimp/Makefile.am (1.34) (+2 -2) src/gimp/print-image-gimp.c (1.13) (+9 -10) src/gimp/print.c (1.59) (+3 -4) src/libgimpprintui/panel.c (1.65) (+9 -10) src/libgimpprintui/plist.c (1.35) (+24 -25) src/libgimpprintui/print-image-thumbnail.c (1.6) (+3 -4) src/libgimpprintui/printrcl.l (1.7) (+1 -2) src/libgimpprintui/printrcy.y (1.12) (+1 -2) src/libgimpprintui/ui-utils.c (1.8) (+2 -3) src/main/path.c (1.12) (+3 -3) src/main/print-lexmark.c (1.145) (+5 -5) src/main/print-util.c (1.105) (+4 -4) src/testpattern/Makefile.am (1.19) (+3 -6) src/testpattern/printers.c (1.5) (+1 -2) src/testpattern/testpattern.c (1.40) (+12 -12) test/Makefile.am (1.41) (+7 -7) test/bjc-unprint.c (1.9) (+9 -14) test/escp2-weavetest.c (1.34) (+15 -16) test/pcl-unprint.c (1.8) (+29 -29) test/testdither.c (1.46) (+2 -3) test/unprint.c (1.33) (+18 -15) Remove libprintut, which is no longer required. Replace usage of xmalloc/xrealloc/xcalloc with the corresponding libgimpprint functions, stp_malloc/stp_realloc/stp_zalloc. 2004-05-09 Files: po/en_GB.po (1.121) (+1 -4) Remove RCS tag. 2004-05-09 Files: Makefile.am (1.140) (+12 -3) Require autogen.sh to have run today in order to build distribution (so that config.h will be up to date). 2004-05-08 Files: NEWS (1.164) (+32 -8) README (1.138) (+10 -10) debian/README.Debian (1.53) (+1 -1) Update information 2004-05-08 Files: src/escputil/escputil.c (1.61) (+43 -25) 855685 escputil does not return status for C84 2004-05-08 Files: include/gimp-print/module.h (1.2) (+7 -7) Module functions should be declared extern. 2004-05-07 Files: src/testpattern/testpatterny.y (1.24) (+2 -2) One more fix required. 2004-05-07 Files: include/gimp-print-ui/gimp-print-ui.h (1.3) (+2 -2) include/gimp-print/array.h (1.9) (+15 -16) include/gimp-print/channel.h (1.2) (+12 -12) include/gimp-print/color.h (1.6) (+10 -10) include/gimp-print/curve-cache.h (1.2) (+5 -5) include/gimp-print/curve.h (1.10) (+49 -50) include/gimp-print/dither.h (1.3) (+25 -25) include/gimp-print/list.h (1.3) (+10 -10) include/gimp-print/paper.h (1.4) (+3 -3) include/gimp-print/printers.h (1.6) (+34 -35) include/gimp-print/sequence.h (1.7) (+33 -34) include/gimp-print/util.h (1.6) (+18 -18) include/gimp-print/vars.h (1.12) (+129 -126) include/gimp-print/weave.h (1.3) (+15 -15) include/gimp-print/xml.h (1.5) (+5 -5) src/cups/genppd.c (1.95) (+8 -8) src/cups/rastertoprinter.c (1.87) (+12 -12) src/escputil/escputil.c (1.60) (+8 -8) src/foomatic/printer_margins.c (1.13) (+3 -3) src/foomatic/printer_options.c (1.40) (+3 -3) src/foomatic/printers.c (1.8) (+2 -2) src/ghost/ijsgimpprint.c (1.50) (+11 -11) src/libgimpprintui/gimp-print-ui-internal.h (1.14) (+3 -3) src/libgimpprintui/panel.c (1.64) (+18 -18) src/libgimpprintui/plist.c (1.34) (+9 -9) src/libgimpprintui/printrcy.y (1.11) (+2 -2) src/main/array.c (1.14) (+70 -94) src/main/bit-ops.c (1.6) (+3 -3) src/main/channel.c (1.14) (+16 -16) src/main/color-conversion.h (1.3) (+7 -7) src/main/color-conversions.c (1.4) (+47 -47) src/main/color.c (1.9) (+5 -5) src/main/curve-cache.c (1.4) (+4 -4) src/main/curve.c (1.45) (+190 -225) src/main/dither-ed.c (1.17) (+2 -2) src/main/dither-eventone.c (1.39) (+3 -3) src/main/dither-impl.h (1.22) (+5 -5) src/main/dither-inks.c (1.24) (+13 -13) src/main/dither-main.c (1.45) (+14 -14) src/main/dither-ordered.c (1.16) (+2 -2) src/main/dither-very-fast.c (1.14) (+2 -2) src/main/escp2-driver.c (1.21) (+27 -27) src/main/generic-options.c (1.7) (+3 -3) src/main/generic-options.h (1.4) (+3 -3) src/main/print-canon.c (1.147) (+38 -38) src/main/print-color.c (1.115) (+24 -24) src/main/print-dither-matrices.c (1.33) (+21 -21) src/main/print-escp2.c (1.321) (+67 -67) src/main/print-escp2.h (1.81) (+6 -6) src/main/print-lexmark.c (1.144) (+33 -33) src/main/print-list.c (1.19) (+203 -258) src/main/print-olympus.c (1.42) (+30 -30) src/main/print-papers.c (1.34) (+2 -2) src/main/print-pcl.c (1.132) (+20 -20) src/main/print-ps.c (1.77) (+19 -19) src/main/print-raw.c (1.35) (+9 -9) src/main/print-util.c (1.104) (+26 -26) src/main/print-vars.c (1.71) (+141 -206) src/main/print-weave.c (1.61) (+48 -48) src/main/printers.c (1.70) (+82 -121) src/main/sequence.c (1.16) (+137 -174) src/main/xml.c (1.32) (+3 -3) src/testpattern/printers.c (1.4) (+2 -2) src/testpattern/testpattern.c (1.39) (+4 -4) src/testpattern/testpattern.h (1.14) (+2 -2) test/curve.c (1.19) (+5 -5) test/escp2-weavetest.c (1.33) (+3 -3) test/testdither.c (1.45) (+3 -3) test/xml-curve.c (1.5) (+2 -2) Data types are typedefs of forward-declared structures rather than void pointers. "Cookies" embedded in the object structures are no longer required. The libgimpprint "internal" representation is identical to the external representation of datatypes, and hence the same datatype can be use for both external and internal functions. The new datatypes are structures rather than pointers, so it is clear whether a variable is being passed by value or by reference. 2004-05-07 Files: doc/developer/Makefile.am (1.14) (+2 -2) Fixed incorrect escaping of a shell variable. 2004-05-01 Files: src/libgimpprintui/panel.c (1.63) (+5 -7) Return FALSE from idle functions rather than yanking them. 2004-05-01 Files: src/main/print-escp2.c (1.320) (+3 -3) Offer the effective printing resolution (vs. the physical printer resolution) with escp2_describe_resolution. 2004-05-01 Files: src/main/channel.c (1.13) (+2 -1) src/main/color-conversions.c (1.3) (+11 -11) Process the zero mask correctly 2004-05-01 Files: po/hu.po (1.1) (added +15252 -0) file hu.po was initially added on branch gimp-print-4_2_branch. 2004-05-01 Files: src/main/print-canon.c (1.146) (+2 -2) src/main/print-escp2.c (1.319) (+3 -3) src/main/print-lexmark.c (1.143) (+2 -2) src/main/print-pcl.c (1.131) (+2 -2) Avoid depending upon possibly unset strings 2004-05-01 Files: src/libgimpprintui/panel.c (1.62) (+41 -11) Make sure printing mode is always set when necessary. 2004-04-30 Files: configure.ac (1.102) (+42 -6) src/cups/Makefile.am (1.75) (+2 -3) src/cups/genppd.c (1.94) (+5 -5) src/cups/rastertoprinter.c (1.86) (+6 -6) src/main/Makefile.am (1.84) (+1 -4) Move definitions from -D command line options to config.h. 2004-04-27 Files: NEWS (1.163) (+49 -9) configure.ac (1.101) (+4 -4) include/gimp-print/color.h (1.5) (+2 -5) include/gimp-print/dither.h (1.2) (+25 -25) include/gimp-print/list.h (1.2) (+15 -15) include/gimp-print/mxml.h (1.2) (+69 -69) include/gimp-print/string-list.h (1.5) (+4 -2) include/gimp-print/util.h (1.5) (+3 -3) include/gimp-print/weave.h (1.2) (+3 -3) include/gimp-print/xml.h (1.4) (+8 -8) src/libgimpprintui/plist.c (1.33) (+11 -11) src/main/array.c (1.13) (+6 -6) src/main/channel.c (1.12) (+6 -6) src/main/color.c (1.8) (+1 -6) src/main/curve.c (1.44) (+56 -56) src/main/dither-ed.c (1.16) (+6 -6) src/main/dither-eventone.c (1.38) (+7 -7) src/main/dither-impl.h (1.21) (+6 -6) src/main/dither-inks.c (1.23) (+7 -7) src/main/dither-inlined-functions.h (1.5) (+2 -2) src/main/dither-main.c (1.44) (+5 -5) src/main/mxml-attr.c (1.6) (+14 -14) src/main/mxml-file.c (1.6) (+94 -94) src/main/mxml-node.c (1.6) (+74 -74) src/main/mxml-search.c (1.6) (+26 -26) src/main/print-canon.c (1.145) (+10 -10) src/main/print-color.c (1.114) (+5 -6) src/main/print-dither-matrices.c (1.32) (+26 -26) src/main/print-escp2.c (1.318) (+10 -10) src/main/print-escp2.h (1.80) (+5 -5) src/main/print-lexmark.c (1.142) (+44 -44) src/main/print-list.c (1.18) (+17 -17) src/main/print-papers.c (1.33) (+22 -22) src/main/print-pcl.c (1.130) (+33 -33) src/main/print-vars.c (1.70) (+5 -5) src/main/print-weave.c (1.60) (+8 -8) src/main/printers.c (1.69) (+17 -17) src/main/sequence.c (1.15) (+22 -22) src/main/xml.c (1.31) (+27 -27) test/testdither.c (1.44) (+26 -26) Further API cleanup 2004-04-25 Files: configure.ac (1.100) (+64 -6) m4/stp_gimp.m4 (1.6) (+33 -20) Add configure checks for the GIMP 2.0. 2004-04-25 Files: src/main/module.c (1.24) (+8 -8) Fix function name changes due to header changes. The code compiled when building loadable modules was not converted previously. 2004-04-25 Files: doc/5.0-release-plan.txt (1.3) (+2 -2) Completed header file reorg. 2004-04-25 Files: doc/gimpprint.dox.in (1.3) (+2 -2) include/gimp-print/Makefile.am (1.15) (+13 -2) include/gimp-print/array.h (1.8) (+4 -4) include/gimp-print/bit-ops.h (1.1) (added) include/gimp-print/channel.h (1.1) (added) include/gimp-print/color.h (1.4) (+53 -10) include/gimp-print/curve-cache.h (1.1) (added) include/gimp-print/curve.h (1.9) (+5 -5) include/gimp-print/dither.h (1.1) (added) include/gimp-print/gimp-print-intl-internal.h (1.4) (+4 -4) include/gimp-print/gimp-print-intl.h (1.5) (+4 -4) include/gimp-print/gimp-print-module.h (1.1) (added) include/gimp-print/gimp-print.h (1.40) (+5 -5) include/gimp-print/image.h (1.6) (+14 -5) include/gimp-print/list.h (1.1) (added) include/gimp-print/module.h (1.1) (added) include/gimp-print/mxml.h (1.1) (added) include/gimp-print/paper.h (1.3) (+10 -5) include/gimp-print/path.h (1.1) (added) include/gimp-print/printers.h (1.5) (+46 -5) include/gimp-print/sequence.h (1.6) (+4 -4) include/gimp-print/string-list.h (1.4) (+5 -5) include/gimp-print/util.h (1.4) (+88 -5) include/gimp-print/vars.h (1.11) (+34 -4) include/gimp-print/weave.h (1.1) (added) include/gimp-print/xml.h (1.3) (+34 -15) src/main/Makefile.am (1.83) (+3 -15) src/main/array.c (1.12) (+13 -14) src/main/bit-ops.c (1.5) (+92 -94) src/main/bit-ops.h (1.2) (removed) src/main/channel.c (1.11) (+53 -53) src/main/color-conversion.h (1.2) (+7 -6) src/main/color-conversions.c (1.2) (+82 -84) src/main/color.c (1.7) (+72 -73) src/main/color.h (1.17) (removed) src/main/curve-cache.c (1.3) (+16 -16) src/main/curve-cache.h (1.2) (removed) src/main/curve.c (1.43) (+96 -97) src/main/dither-ed.c (1.15) (+5 -5) src/main/dither-eventone.c (1.37) (+15 -15) src/main/dither-inks.c (1.22) (+76 -76) src/main/dither-main.c (1.43) (+55 -56) src/main/dither-ordered.c (1.15) (+2 -2) src/main/dither-very-fast.c (1.13) (+4 -4) src/main/dither.h (1.24) (removed) src/main/escp2-driver.c (1.20) (+87 -88) src/main/generic-options.c (1.6) (+3 -3) src/main/generic-options.h (1.3) (+2 -2) src/main/gimp-print-internal.h (1.71) (+4 -7) src/main/image.c (1.5) (+8 -8) src/main/image.h (1.5) (removed) src/main/module.c (1.23) (+94 -96) src/main/module.h (1.6) (removed) src/main/mxml-attr.c (1.5) (+3 -3) src/main/mxml-file.c (1.5) (+3 -3) src/main/mxml-node.c (1.5) (+3 -3) src/main/mxml-search.c (1.5) (+3 -3) src/main/mxml.h (1.5) (removed) src/main/path.c (1.11) (+22 -23) src/main/path.h (1.4) (removed) src/main/print-canon.c (1.144) (+114 -115) src/main/print-color.c (1.113) (+69 -71) src/main/print-dither-matrices.c (1.31) (+102 -104) src/main/print-escp2.c (1.317) (+86 -88) src/main/print-escp2.h (1.79) (+8 -8) src/main/print-lexmark.c (1.141) (+184 -186) src/main/print-list.c (1.17) (+101 -101) src/main/print-olympus.c (1.41) (+154 -155) src/main/print-papers.c (1.32) (+49 -50) src/main/print-pcl.c (1.129) (+176 -179) src/main/print-ps.c (1.76) (+102 -103) src/main/print-raw.c (1.34) (+30 -31) src/main/print-util.c (1.103) (+88 -90) src/main/print-vars.c (1.69) (+257 -258) src/main/print-weave.c (1.59) (+182 -184) src/main/printers.c (1.68) (+165 -167) src/main/printers.h (1.14) (removed) src/main/sequence.c (1.14) (+46 -47) src/main/string-list.c (1.15) (+21 -21) src/main/util.h (1.31) (+15 -138) src/main/vars.h (1.17) (removed) src/main/weave.h (1.11) (removed) src/main/xml.c (1.30) (+77 -80) src/main/xml.h (1.11) (removed) test/escp2-weavetest.c (1.32) (+8 -9) test/testdither.c (1.43) (+52 -55) Move headers used by modules to include/gimp-print. Headers should now built independently from libgimpprint. Remove "__" prefix and suffix from include guards (underscore prefix is reserved by POSIX/SUSv3). 2004-04-24 Files: src/cups/rastertoprinter.c (1.85) (+45 -27) 938759 borderless print not working in gimp-print-5.0-alpha2 2004-04-22 Files: src/cups/genppd.c (1.93) (+3 -3) 939342 PPD files not Adobe compliant 2004-04-18 Files: src/main/color.h (1.16) (+1 -15) Remove obsolete (and #ifdef'ed out) enum. 2004-04-17 Files: po/uk.po (1.1) (added +15158 -0) file uk.po was initially added on branch gimp-print-4_2_branch. 2004-04-17 Files: po/nb.po (1.1) (added +16487 -0) file nb.po was initially added on branch gimp-print-4_2_branch. 2004-04-17 Files: src/foomatic/printer_options.c (1.39) (+3 -3) Use proper member for boolean parameter. 2004-04-14 Files: src/testpattern/testpatternl.l (1.16) (+3 -2) Handle single-quoted strings correctly 2004-04-14 Files: src/testpattern/testpatternl.l (1.15) (+2 -2) src/testpattern/testpatterny.y (1.23) (+3 -3) Handle curves correctly 2004-04-14 Files: doc/5.0-release-plan.txt (1.2) (+91 -52) Updates 2004-04-13 Files: doc/5.0-release-plan.txt (1.1) (added +1074 -0) Check in initial 5.0 release plan. 2004-04-13 Files: include/gimp-print/curve.h (1.8) (+3 -3) include/gimp-print/string-list.h (1.3) (+3 -3) include/gimp-print/vars.h (1.10) (+5 -5) src/cups/genppd.c (1.92) (+21 -21) src/cups/rastertoprinter.c (1.84) (+10 -10) src/escputil/escputil.c (1.59) (+3 -3) src/foomatic/printer_margins.c (1.12) (+4 -4) src/foomatic/printer_options.c (1.38) (+5 -5) src/ghost/ijsgimpprint.c (1.49) (+6 -6) src/gimp/print.c (1.58) (+2 -2) src/libgimpprintui/panel.c (1.61) (+22 -22) src/libgimpprintui/plist.c (1.32) (+10 -10) src/libgimpprintui/printrcy.y (1.10) (+2 -2) src/main/curve-cache.c (1.2) (+2 -2) src/main/curve.c (1.42) (+6 -6) src/main/escp2-driver.c (1.19) (+2 -2) src/main/print-canon.c (1.143) (+5 -5) src/main/print-color.c (1.112) (+3 -3) src/main/print-escp2.c (1.316) (+7 -7) src/main/print-lexmark.c (1.140) (+5 -5) src/main/print-olympus.c (1.40) (+5 -5) src/main/print-pcl.c (1.128) (+4 -4) src/main/print-ps.c (1.75) (+2 -2) src/main/print-raw.c (1.33) (+5 -5) src/main/print-util.c (1.102) (+10 -10) src/main/print-vars.c (1.68) (+18 -18) src/main/printers.c (1.67) (+13 -13) src/main/string-list.c (1.14) (+2 -2) src/testpattern/testpattern.c (1.38) (+4 -4) src/testpattern/testpatterny.y (1.22) (+2 -2) test/curve.c (1.18) (+22 -22) test/escp2-weavetest.c (1.31) (+2 -2) test/testdither.c (1.42) (+3 -3) test/xml-curve.c (1.4) (+2 -2) Rename global methods: stp_curve_free => stp_curve_destroy stp_string_list_free => stp_string_list_destroy stp_vars_free => stp_vars_destroy stp_parameter_list_free => stp_parameter_list_destroy stp_parameter_description_free => stp_parameter_description_destroy 2004-04-13 Files: src/foomatic/printer_options.c (1.37) (+3 -2) Use enable/disable option for both int and double options. 2004-04-11 Files: include/gimp-print/image.h (1.5) (+3 -3) include/gimp-print/printers.h (1.4) (+3 -3) Doxygen 2004-04-11 Files: include/gimp-print/vars.h (1.9) (+8 -6) Minor doc improvement. 2004-04-11 Files: include/gimp-print/gimp-print.h (1.39) (+8 -2) include/gimp-print/image.h (1.4) (+72 -42) include/gimp-print/printers.h (1.3) (+130 -20) include/gimp-print/vars.h (1.8) (+2 -2) Document with Doxygen. =============================================================================== Name: gimp-print-5_0_0-alpha2 2004-04-11 Files: po/cs.po (1.19) (+991 -778) po/da.po (1.47) (+960 -774) po/de.po (1.33) (+987 -783) po/el.po (1.34) (+989 -786) po/en_GB.po (1.120) (+998 -771) po/es.po (1.32) (+991 -783) po/fr.po (1.54) (+991 -783) po/ja.po (1.28) (+991 -782) po/nl.po (1.34) (+985 -784) po/no.po (1.54) (+983 -780) po/pl.po (1.38) (+969 -775) po/pt.po (1.32) (+991 -782) po/sk.po (1.37) (+991 -783) po/sv.po (1.63) (+992 -783) Gimp-Print 5.0.0-alpha2 release 2004-04-11 Files: doc/Makefile.am (1.34) (+3 -2) Rerun Doxygen whenever autogen is run. 2004-04-11 Files: include/gimp-print/util.h (1.3) (+3 -3) include/gimp-print/vars.h (1.7) (+2 -2) Doxygen 2004-04-11 Files: NEWS (1.162) (+146 -77) README (1.137) (+22 -4) Updates 2004-04-11 Files: configure.ac (1.99) (+21 -10) m4/gimp.m4 (1.4) (+3 -3) m4/stp_gimp.m4 (1.5) (+4 -4) Check for both gimptool-1.2 and gimptool Check that the version of gimptool is exactly 1.2.x. Make sure that only the numeric parts of `cups-config --version` are used when checking the version number. 2004-04-11 Files: src/testpattern/testpattern.c (1.37) (+4 -2) src/testpattern/testpatternl.l (1.14) (+3 -3) src/testpattern/testpatterny.y (1.21) (+36 -7) Fix some memory leaks 2004-04-11 Files: src/main/.cvsignore (1.20) (+2 -0) src/main/Makefile.am (1.82) (+8 -2) src/main/color-conversion.h (1.1) (added +187 -0) src/main/color-conversions.c (1.1) (added +2106 -0) src/main/curve-cache.c (1.1) (added +141 -0) src/main/curve-cache.h (1.1) (added) src/main/print-color.c (1.111) (+31 -2577) Split color conversion functions off from color core and curve cache. 2004-04-11 Files: src/main/print-weave.c (1.58) (+63 -69) Reduce the number of "noise" calls to get the weave parameters. 2004-04-10 Files: include/gimp-print/util.h (1.2) (+30 -6) include/gimp-print/vars.h (1.6) (+890 -171) Document with Doxygen. 2004-04-10 Files: NEWS (1.161) (+7 -6) README (1.136) (+2 -1) Note the correct GIMP dependency 2004-04-10 Files: src/main/printers.c (1.66) (+4 -3) Don't attempt to verify a read-only parameter. 2004-04-10 Files: src/main/print-vars.c (1.67) (+3 -1) Copy everything in stpi_fill_parameter_settings 2004-04-10 Files: src/ghost/ijsgimpprint.c (1.48) (+3 -2) Don't attempt to end job if something fails. 2004-04-10 Files: include/gimp-print/gimp-print-version.h.in (1.4) (+2 -2) Doxygen fix 2004-04-10 Files: NEWS (1.160) (+11 -5) include/gimp-print/color.h (1.3) (+3 -3) include/gimp-print/vars.h (1.5) (+6 -11) src/cups/genppd.c (1.91) (+3 -3) src/cups/rastertoprinter.c (1.83) (+3 -3) src/foomatic/printer_options.c (1.36) (+23 -2) src/ghost/ijsgimpprint.c (1.47) (+71 -16) src/libgimpprintui/panel.c (1.60) (+9 -8) src/main/dither-main.c (1.42) (+3 -3) src/main/generic-options.c (1.5) (+17 -4) src/main/print-canon.c (1.142) (+15 -15) src/main/print-color.c (1.110) (+36 -36) src/main/print-escp2.c (1.315) (+49 -54) src/main/print-lexmark.c (1.139) (+14 -14) src/main/print-olympus.c (1.39) (+13 -13) src/main/print-pcl.c (1.127) (+14 -14) src/main/print-ps.c (1.74) (+8 -8) src/main/print-raw.c (1.32) (+3 -3) src/main/print-vars.c (1.66) (+1 -4) src/main/printers.c (1.65) (+1 -3) Add new read_only flag to parameter struct. Change flags to be unsigned char rather than int. Change page number to a non-mandatory core integer parameter. Add dummy parameters to foomatic and IJS driver to permit turning off floating point options. Fix up a few filenames for doxygen. 2004-04-08 Files: include/gimp-print/gimp-print-intl-internal.h (1.3) (+26 -1) include/gimp-print/gimp-print-intl.h (1.4) (+24 -2) include/gimp-print/gimp-print-version.h.in (1.3) (+33 -4) Document with Doxygen. 2004-04-08 Files: debian/changelog (1.62) (+6 -0) Update version number for 5.0.0-alpha2 2004-04-07 Files: doc/gimpprint.dox.in (1.2) (+7 -7) Turn off unused C++-specific options. 2004-04-07 Files: include/gimp-print/color.h (1.2) (+47 -8) include/gimp-print/paper.h (1.2) (+62 -11) Document with Doxygen. 2004-04-07 Files: src/foomatic/foomatic-generator.in (1.48) (+1 -1) Updated "PrintoutMode" for the changes on the resolution options. 2004-04-07 Files: src/foomatic/foomatic-generator.in (1.47) (+21 -11) src/foomatic/foomatic-templates-ijs/RenderResolution.xml (1.1) (added +20 -0) src/foomatic/foomatic-templates-ijs/Resolution.xml (1.4) (+6 -6) Added option for the printer resolution, made rendering resolution the Adobe-compliant "Resolution" option in the PPDs. 2004-04-06 Files: src/main/print-vars.c (1.65) (+2 -2) Color conversion name should *not* be translated. 2004-04-06 Files: include/gimp-print/curve.h (1.7) (+436 -130) Document with Doxygen. 2004-04-06 Files: include/gimp-print/array.h (1.7) (+2 -2) Correct a typo. 2004-04-04 Files: m4/gimp.m4 (1.3) (+7 -7) m4extra/gimp.m4 (1.2) (removed) Add modified gimp.m4, so gimptool-1.2 is found rather than gimptool. 2004-04-04 Files: NEWS (1.159) (+4 -0) include/gimp-print/curve.h (1.6) (+3 -2) src/main/color.c (1.6) (+14 -13) src/main/curve.c (1.41) (+26 -5) src/main/escp2-driver.c (1.18) (+2 -2) src/main/module.c (1.22) (+11 -15) src/main/path.c (1.10) (+5 -7) src/main/print-dither-matrices.c (1.30) (+11 -15) src/main/print-list.c (1.16) (+14 -12) src/main/print-papers.c (1.31) (+4 -4) src/main/print-util.c (1.101) (+9 -2) src/main/printers.c (1.64) (+15 -15) src/main/sequence.c (1.13) (+4 -4) src/main/util.h (1.30) (+3 -3) src/main/xml.c (1.29) (+7 -9) src/testpattern/run-testpattern (1.14) (+3 -1) src/testpattern/testpattern.sample (1.8) (+3 -2) src/testpattern/testpatternl.l (1.13) (+5 -1) src/testpattern/testpatterny.y (1.20) (+35 -2) Add member function to create a curve from a stream (FILE *) Clean up use of stpi_debug_level. Use stpi_deprintf where appropriate and add an accessor to get the debug level rather than accessing it directly. Accessing directly won't work if it hasn't yet been set. Add a few things to testpattern. 2004-04-02 Files: src/ghost/ijsgimpprint.c (1.46) (+14 -5) Fix a few fallthroughs that shouldn't. Constrain the width to the page width. 2004-04-02 Files: src/main/printers.c (1.63) (+17 -3) Add a bit more debugging info 2004-04-02 Files: src/main/dither-main.c (1.41) (+2 -2) Dither algorithm should not be invalid if Quality parameter is not set, it should merely become inactive. 2004-04-02 Files: src/foomatic/printer_options.c (1.35) (+30 -5) Specify mandatory vs. non-mandatory parameters 2004-04-02 Files: src/foomatic/foomatic-generator.in (1.46) (+1 -1) Fixed bug of missing "Model" option in the Foomatic PPD files. 2004-04-01 Files: cups-gimpprint.list.in (1.3) (+7 -3) Partially fix this 2004-04-01 Files: NEWS (1.158) (+107 -31) README (1.135) (+12 -16) debian/README.Debian (1.52) (+1 -1) Prep for 5.0 alpha 2 2004-03-31 Files: configure.ac (1.98) (+4 -4) Increment version 2004-03-31 Files: src/main/print-color.c (1.109) (+44 -60) Don't offer GCR controls in black-only mode or when no black ink is present. 2004-03-30 Files: src/main/print-olympus.c (1.38) (+2 -2) Always offer the resolution setting, so that it can be described. 2004-03-30 Files: src/foomatic/printer_options.c (1.34) (+74 -71) Don't attempt to describe inactive options. 2004-03-30 Files: src/main/print-escp2.c (1.314) (+12 -7) Don't offer red and blue channels if we're not using them. 2004-03-29 Files: doc/gimpprint.dox.in (1.1) (added) Add doxygen config file for generating API documentation. 2004-03-29 Files: src/main/print-color.c (1.108) (+96 -24) Implement very basic CMYK->CMYKRB functions. 2004-03-29 Files: src/main/print-escp2.c (1.313) (+1 -2) src/main/print-olympus.c (1.37) (+9 -5) src/testpattern/testpatternl.l (1.12) (+9 -9) Fix a few memory leaks from valgrind 2004-03-28 Files: Makefile.am (1.139) (+1 -1) configure.ac (1.97) (+9 -20) debian/rules (1.52) (+1 -1) doc/developer/Makefile.am (1.13) (+1 -1) doc/users_guide/Makefile.am (1.40) (+1 -1) include/gimp-print-ui/gimp-print-ui.h (1.2) (+18 -2) include/gimp-print/image.h (1.3) (+6 -108) include/gimp-print/string-list.h (1.2) (+3 -3) include/gimp-print/vars.h (1.4) (+27 -51) m4/stp_option.m4 (1.4) (+42 -0) scripts/autogen.sh (1.30) (+1 -0) src/cups/cups-genppdconfig.in (1.8) (+1 -1) src/cups/genppd.c (1.90) (+44 -19) src/cups/rastertoprinter.c (1.82) (+56 -87) src/foomatic/Makefile.am (1.41) (+1 -1) src/foomatic/foomatic-generator.in (1.45) (+2 -2) src/foomatic/printer_margins.c (1.11) (+11 -1) src/foomatic/printer_options.c (1.33) (+15 -3) src/ghost/ijsgimpprint.c (1.45) (+13 -28) src/gimp/print-image-gimp.c (1.12) (+153 -162) src/gimp/print.c (1.57) (+26 -5) src/gimp/print_gimp.h (1.43) (+2 -2) src/libgimpprintui/Makefile.am (1.8) (+1 -1) src/libgimpprintui/gimp-print-ui-internal.h (1.13) (+2 -2) src/libgimpprintui/panel.c (1.59) (+134 -98) src/libgimpprintui/plist.c (1.31) (+77 -10) src/libgimpprintui/print-image-thumbnail.c (1.5) (+5 -29) src/libgimpprintui/printrcy.y (1.9) (+16 -2) src/main/Makefile.am (1.81) (+1 -1) src/main/channel.c (1.10) (+17 -6) src/main/color.c (1.5) (+2 -2) src/main/color.h (1.15) (+16 -3) src/main/dither-main.c (1.40) (+3 -4) src/main/escp2-channels.c (1.36) (+14 -14) src/main/escp2-driver.c (1.17) (+1 -4) src/main/escp2-inks.c (1.30) (+1 -1) src/main/escp2-papers.c (1.57) (+1 -1) src/main/escp2-resolutions.c (1.24) (+1 -1) src/main/generic-options.c (1.4) (+55 -2) src/main/generic-options.h (1.2) (+13 -1) src/main/image.c (1.4) (+4 -73) src/main/image.h (1.4) (+3 -15) src/main/print-canon.c (1.141) (+75 -34) src/main/print-color.c (1.107) (+2460 -908) src/main/print-escp2-data.c (1.155) (+2 -2) src/main/print-escp2.c (1.312) (+200 -43) src/main/print-escp2.h (1.78) (+2 -3) src/main/print-lexmark.c (1.138) (+96 -77) src/main/print-list.c (1.15) (+71 -76) src/main/print-olympus.c (1.36) (+31 -18) src/main/print-pcl.c (1.126) (+76 -39) src/main/print-ps.c (1.73) (+47 -36) src/main/print-raw.c (1.31) (+43 -18) src/main/print-util.c (1.100) (+65 -1) src/main/print-vars.c (1.64) (+64 -192) src/main/print-weave.c (1.57) (+5 -4) src/main/printers.c (1.62) (+185 -101) src/main/printers.h (1.13) (+5 -2) src/main/printers.xml (1.95) (+1 -242) src/main/sequence.c (1.12) (+12 -7) src/main/string-list.c (1.13) (+5 -5) src/main/vars.h (1.16) (+13 -5) src/testpattern/testpattern.c (1.36) (+149 -174) src/testpattern/testpattern.h (1.13) (+4 -4) src/testpattern/testpatternl.l (1.11) (+3 -2) src/testpattern/testpatterny.y (1.19) (+42 -26) test/testdither.c (1.41) (+9 -22) Revamp the color API. Use explicit core options to specify input type, desired printer mode, input depth, and such rather than implying it from image properties. Add additional color functions to support CMYKRB output and inputs in K, W, RGB, CMY, CMYK, KCMY, and raw in all combinations. Add additional color corrections: raw, density-only, threshold, and desaturation. Remove the progress update functions from the stp_image_t. It's now the responsibility of the get_row() function to do progress updates if needed. Add autoconf macro to safely add compiler options to command line. Ensure that aclocal.m4 is correctly rebuilt by autogen.sh. This has passed a full round of tests on the branch, which had no relevant differences from the merge sandbox. Valgrind tests are still running, but thus far nothing has shown up. However, further testing will still be required, particularly on the IJS driver. 2004-03-28 Files: configure.ac (1.96) (+10 -3) doc/Makefile.am (1.33) (+29 -5) include/gimp-print/array.h (1.6) (+109 -7) include/gimp-print/sequence.h (1.5) (+286 -12) src/main/array.c (1.11) (+3 -5) Add support for generating API documentation with doxygen. Document the sequence and array modules as examples. 2004-03-22 Files: src/main/print-escp2-data.c (1.154) (+66 -66) src/main/print-escp2.h (1.77) (+4 -2) Set the page size correctly for printing to CD 2004-03-22 Files: src/main/print-escp2.c (1.311) (+19 -6) Make the numerous integer and raw parameters internal rather than advanced4. 2004-03-21 Files: src/foomatic/foomatic-generator.in (1.44) (+12 -4) src/foomatic/printer_options.c (1.32) (+3 -3) Avoid saving option XMLs w/o constraints or choices, remove eron quotes in option XML files, fix bug of "escp-..." options not included in PPDs, prevent printer_options.c from outputting "(null)" on empty help texts. 2004-03-21 Files: src/main/print-ps.c (1.72) (+59 -13) 919224 Postscript driver fails in non-US locale with a PPD file 2004-03-19 Files: src/foomatic/foomatic-generator.in (1.43) (+43 -16) src/foomatic/printer_options.c (1.31) (+6 -2) Used parameter classes and levels for option group assignment in Foomatic. 2004-03-19 Files: src/foomatic/foomatic-generator.in (1.42) (+193 -38) Adapted "PrintoutMode" to Gimp-Print 5.0.x. 2004-03-16 Files: src/main/print-escp2.c (1.310) (+3 -3) Rename Full Bleed to Borderless 2004-03-16 Files: src/libgimpprintui/panel.c (1.58) (+7 -2) src/main/print-olympus.c (1.35) (+18 -11) 916809 Default paper size is "Custom" for some printers 2004-03-16 Files: src/libgimpprintui/Makefile.am (1.7) (+2 -2) src/main/Makefile.am (1.80) (+2 -2) Force deletion of files to be removed. 2004-03-16 Files: src/cups/cups-genppdconfig.in (1.7) (+3 -3) Add version suffix to cups-genppdupdate invocation. 2004-03-16 Files: debian/README.building (1.7) (+2 -1) debian/changelog (1.61) (+14 -0) debian/control.in (1.39) (+8 -9) debian/copyright (1.7) (+8 -6) debian/libgimpprint-doc.doc-base.in (1.3) (+1 -1) debian/libgimpprint-doc.install.in (1.3) (+1 -1) debian/rules (1.51) (+3 -5) Fix up libgimpprint-doc manual. Small changes to build instructions. Update build-dependencies. Add GFDL to copyright. 2004-03-16 Files: doc/developer/Makefile.am (1.12) (+15 -10) Distribute gimpprint.pdf. Don't break with VPATH builds. 2004-03-15 Files: src/foomatic/foomatic-generator.in (1.41) (+158 -69) src/foomatic/printer_options.c (1.30) (+3 -3) Continued work on Foomatic support. It is not yet polished, but it should work now. Only the PrintoutMode option is not adapted yet (option temporarily deactivated). 2004-03-14 Files: src/main/print-olympus.c (1.34) (+34 -9) Eliminate use of scanf, which can break in certain locales. 2004-03-14 Files: src/foomatic/foomatic-generator.in (1.40) (+104 -14) src/foomatic/foomatic-templates-ijs/NumericalOptions.xml (1.1) (added +21 -0) src/foomatic/foomatic-templates-ijs/OtherOptions.xml (1.1) (added +20 -0) src/foomatic/printer_margins.c (1.10) (+5 -1) src/foomatic/printer_options.c (1.29) (+7 -5) Started to make the Foomatic data generation working (not ready yet!). 2004-03-12 Files: src/foomatic/.cvsignore (1.8) (+0 -1) src/foomatic/Makefile.am (1.40) (+2 -5) src/foomatic/foomatic-generator.in (1.39) (+0 -9) src/foomatic/stp_limits.c (1.11) (removed) Remove obsolete stp_limits 2004-03-12 Files: src/foomatic/printer_options.c (1.28) (+26 -13) Print boolean parameters. Fix perl output. Don't print very advanced options. 2004-03-12 Files: src/foomatic/printer_options.c (1.27) (+34 -13) Include more information in the printer options output. 2004-03-12 Files: src/main/print-vars.c (1.63) (+2 -1) Include the category when filling the parameter. 2004-03-12 Files: src/foomatic/printer_options.c (1.26) (+20 -2) Put int and float values in the options list. 2004-03-03 Files: NEWS (1.157) (+1 -0) src/foomatic/foomatic-printermap (1.74) (+74 -2) Added HP LaserJet 1012 to NEWS. Make sure foomatic-printermap is up-to-date! 2004-03-01 Files: src/cups/rastertoprinter.c (1.81) (+4 -3) fixed bug 907765; CUPS filter progress meter reports incorrect page number 2004-03-01 Files: src/cups/rastertoprinter.c (1.80) (+3 -3) Per Mike Sweet, logged page numbers should be 1-based rather than 0-based. 2004-02-28 Files: NEWS (1.156) (+5 -5) Stylus Photo R300 is no longer experimental. 2004-02-28 Files: src/main/escp2-papers.c (1.56) (+4 -4) Improve premium glossy. 2004-02-28 Files: src/main/escp2-channels.c (1.35) (+23 -1) src/main/escp2-driver.c (1.16) (+5 -3) src/main/escp2-papers.c (1.55) (+46 -2) src/main/print-escp2-data.c (1.153) (+4 -4) src/main/print-escp2.c (1.309) (+13 -14) src/main/print-escp2.h (1.76) (+4 -3) Complete initial tuning for R300. Fix oversampled printing (pseudo-resolutions). 2004-02-28 Files: src/main/escp2-inks.c (1.29) (+5 -5) src/main/print-escp2-data.c (1.152) (+4 -4) Complete initial tuning of R300 drop sizes 2004-02-28 Files: src/main/escp2-inks.c (1.28) (+5 -3) src/main/escp2-resolutions.c (1.23) (+5 -1) src/main/print-escp2-data.c (1.151) (+3 -3) First cut (incomplete) at tuning Epson R300 2004-02-27 Files: Makefile.am (1.138) (+12 -5) Don't rebuild the change log unnecessarily. 2004-02-27 Files: doc/developer/Makefile.am (1.11) (+2 -2) Fix a typo 2004-02-27 Files: doc/users_guide/Makefile.am (1.39) (+28 -22) Don't distribute the Postscript user's guide and .eps files (saves about 500K in the bz2ball). Also don't distribute two copies of the .pnd files (saves another 200K or so). 2004-02-27 Files: Makefile.am (1.137) (+12 -3) Don't rebuild the change log if it isn't needed 2004-02-26 Files: doc/developer/.cvsignore (1.4) (+2 -9) doc/developer/Makefile.am (1.10) (+99 -99) doc/developer/copying.texi (1.3) (removed) doc/developer/copying.xml (1.1) (added +40 -0) doc/developer/dither.texi (1.2) (removed) doc/developer/dither.xml (1.1) (added +679 -0) doc/developer/escp2.texi (1.5) (removed) doc/developer/escp2.xml (1.1) (added +1843 -0) doc/developer/functions.texi (1.6) (removed) doc/developer/gimpprint.texi (1.3) (removed) doc/developer/gimpprint.xml (1.1) (added) doc/developer/gpl-appendix.xml (1.1) (added +502 -0) doc/developer/gpl.texi (1.2) (removed) doc/developer/indices.texi (1.2) (removed) doc/developer/integrating.texi (1.5) (removed) doc/developer/introduction.texi (1.3) (removed) doc/developer/introduction.xml (1.1) (added +62 -0) doc/developer/new-printer.texi (1.4) (removed) doc/developer/new-printer.xml (1.1) (added +882 -0) doc/developer/overview.texi (1.3) (removed) doc/developer/problems.texi (1.3) (removed) doc/developer/problems.xml (1.1) (added +21 -0) doc/developer/using.texi (1.3) (removed) doc/developer/using.xml (1.1) (added +235 -0) doc/developer/weave.texi (1.4) (removed) doc/developer/weave.xml (1.1) (added +1409 -0) Replace the Texinfo developer's reference with a new DocBook/XML version. Currently HTML and PDF output is available in the Makefile, HTML being the default for distribution. 2004-02-22 Files: NEWS (1.155) (+5 -1) src/foomatic/foomatic-printermap (1.73) (+2 -0) src/main/printers.xml (1.94) (+13 -1) Add Epson R200 and RX600 2004-02-22 Files: test/testdither.c (1.40) (+3 -3) Increase size of band printed 2004-02-16 Files: src/cups/Makefile.am (1.74) (+2 -2) src/foomatic/Makefile.am (1.39) (+2 -2) Rebuild databases if the data files (printers.xml and papers.xml) change. 2004-02-16 Files: src/main/papers.xml (1.15) (+15 -2) Add Super A0, Super B0, and Super A1 paper sizes. 2004-02-10 Files: src/cups/rastertoprinter.c (1.79) (+29 -3) Add warning and workaround for broken psnup print jobs. This patch was contributed by Martin Kögler. 2004-02-10 Files: NEWS (1.154) (+4 -0) src/foomatic/foomatic-printermap (1.72) (+2 -0) src/main/printers.xml (1.93) (+19 -1) Add support for Epson Stylus CX-5300 and 5400 2004-02-08 Files: AUTHORS (1.17) (+1 -1) doc/README.maintaining (1.16) (+4 -4) include/gimp-print/array.h (1.5) (+2 -2) include/gimp-print/sequence.h (1.4) (+2 -2) m4/stp_path_lib.m4 (1.3) (+2 -2) m4/stp_pkgconfig.m4 (1.5) (+2 -2) man/cups-calibrate.8.in (1.7) (+3 -3) man/cups-genppd.8.in (1.4) (+3 -3) man/cups-genppdconfig.8.in (1.5) (+4 -4) man/cups-genppdupdate.8.in (1.3) (+4 -4) man/gimpprint-color.7.in (1.3) (+3 -3) man/gimpprint-dithers.7.in (1.3) (+3 -3) man/gimpprint-imagetypes.7.in (1.4) (+3 -3) man/gimpprint-inktypes.7.in (1.3) (+3 -3) man/gimpprint-mediasizes.7.in (1.3) (+3 -3) man/gimpprint-mediasources.7.in (1.3) (+3 -3) man/gimpprint-mediatypes.7.in (1.3) (+3 -3) man/gimpprint-models.7.in (1.4) (+3 -3) man/gimpprint-resolutions.7.in (1.5) (+3 -3) man/gimpprint.3.in (1.7) (+3 -3) man/ijsgimpprint.1.in (1.7) (+3 -3) po/cs.po (1.18) (+326 -277) po/da.po (1.46) (+320 -277) po/de.po (1.32) (+324 -277) po/el.po (1.33) (+323 -277) po/en_GB.po (1.119) (+330 -282) po/es.po (1.31) (+326 -277) po/fr.po (1.53) (+326 -277) po/ja.po (1.27) (+326 -277) po/nl.po (1.33) (+326 -277) po/no.po (1.53) (+323 -277) po/pl.po (1.37) (+322 -278) po/pt.po (1.31) (+326 -277) po/sk.po (1.36) (+326 -277) po/sv.po (1.62) (+327 -278) src/cups/cups-genppdconfig.in (1.6) (+2 -2) src/cups/cups-genppdupdate.in (1.13) (+2 -2) src/main/array.c (1.10) (+2 -2) src/main/color.c (1.4) (+2 -2) src/main/gimpprint.dtd (1.6) (+2 -2) src/main/gimpprint.xsd (1.7) (+2 -2) src/main/module.c (1.21) (+2 -2) src/main/module.h (1.5) (+2 -2) src/main/path.c (1.9) (+2 -2) src/main/path.h (1.3) (+3 -3) src/main/print-list.c (1.14) (+2 -2) src/main/sequence.c (1.11) (+2 -2) src/main/xml.c (1.28) (+2 -2) src/main/xml.h (1.10) (+3 -3) Change my email address from "roger@whinlatter.uklinux.net" to "rleigh@debian.org". The former address will be moved to "rleigh@ukfsn.net" in a few months. 2004-02-08 Files: src/cups/Makefile.am (1.73) (+2 -2) Add "-export-dynamic" to STATIC_LD, required for modules to function with a static cups-genppd. Without this option, modules cannot resolve symbols exported from libgimpprint (the executable does not have a dynamic symbol table). 2004-02-08 Files: debian/README.Debian (1.51) (+2 -2) debian/README.building (1.6) (+1 -1) debian/changelog (1.60) (+7 -0) debian/control.in (1.38) (+26 -26) debian/copyright (1.6) (+6 -4) debian/cupsys-driver-gimpprint.install (1.6) (+3 -3) debian/cupsys-driver-gimpprint.postinst (1.5) (+2 -2) debian/rules (1.50) (+5 -5) Update Debian packaging for 5.0 alpha. Change all references from 4.3 to 5.0. 2004-02-08 Files: src/libgimpprintui/panel.c (1.57) (+151 -20) 874269 [Usability] Printer model list sorted incorrectly 2004-02-07 Files: include/gimp-print/printers.h (1.2) (+3 -2) src/cups/genppd.c (1.89) (+4 -11) src/foomatic/foomatic-generator.in (1.38) (+1 -20) src/foomatic/printers.c (1.7) (+3 -1) src/main/printers.c (1.61) (+10 -1) src/main/printers.xml (1.92) (+243 -243) Add manufacturer tag to printer description 2004-02-07 Files: src/main/escp2-driver.c (1.15) (+10 -8) 890082 epson3000 with compressed strips Tested on Stylus Color 3000 and Stylus Photo EX at all resolutions. 2004-01-31 Files: src/escputil/escputil.c (1.58) (+5 -4) Epson R800 supports 8 colors 2004-01-31 Files: NEWS (1.153) (+4 -0) src/foomatic/foomatic-printermap (1.71) (+2 -0) src/main/escp2-channels.c (1.34) (+336 -2) src/main/print-escp2-data.c (1.150) (+7 -5) src/main/print-escp2.c (1.308) (+31 -1) src/main/print-escp2.h (1.75) (+10 -4) src/main/printers.xml (1.91) (+13 -1) test/unprint.c (1.32) (+20 -6) Preliminary (4-color only) support for Epson Stylus Photo R800. Drop sizes are completely untuned. 2004-01-26 Files: NEWS (1.152) (+1 -0) Add note for Brother HL-1440 per Jorge Quinonez 2004-01-21 Files: scripts/autogen.sh (1.29) (+7 -4) autogen.sh fixes from Andree Leidenfrost to prevent harmless warning messages. 2004-01-21 Files: src/main/dither-main.c (1.39) (+2 -1) src/main/dither.h (1.23) (+3 -3) Include "dither.h" to correctly prototype all functions. Rename stpi_dither_matrix_iterated_init() argument name "exp" to "exponent" to quell compiler warnings. 2004-01-21 Files: src/libgimpprintui/panel.c (1.56) (+3 -3) Use the correct signature for a GCallback. The ToggleButton needs a GtkWidget* and gpointer, and returns void. 2004-01-21 Files: doc/users_guide/Makefile.am (1.38) (+12 -12) Fix install error when using the provided install-sh. =============================================================================== Name: gimp-print-5_0_0-alpha1 2004-01-11 Files: po/cs.po (1.17) (+17 -17) po/da.po (1.45) (+17 -17) po/de.po (1.31) (+17 -17) po/el.po (1.32) (+17 -17) po/en_GB.po (1.118) (+18 -18) po/es.po (1.30) (+17 -17) po/fr.po (1.52) (+17 -17) po/ja.po (1.26) (+17 -17) po/nl.po (1.32) (+17 -17) po/no.po (1.52) (+17 -17) po/pl.po (1.36) (+17 -17) po/pt.po (1.30) (+17 -17) po/sk.po (1.35) (+17 -17) po/sv.po (1.61) (+18 -18) Gimp-Print 5.0.0-alpha1 release 2004-01-07 Files: configure.ac (1.95) (+13 -19) Fix AC_LIBOBJ error with autoconf 2.58 and 2.59. 2004-01-04 Files: debian/README.Debian (1.50) (+2 -3) debian/changelog (1.59) (+8 -0) debian/cupsys-driver-gimpprint.install (1.5) (+3 -3) debian/cupsys-driver-gimpprint.postinst (1.4) (+2 -2) debian/libgimpprint-dev.install (1.4) (+6 -6) debian/libgimpprintui-dev.install (1.3) (+5 -5) debian/rules (1.49) (+20 -3) Fix Debian packaging for the CUPS versioned binaries change. 2003-12-29 Files: src/main/print-color.c (1.106) (+20 -14) Fix random crash when using saturation > 1.4. 2003-12-25 Files: src/cups/Makefile.am (1.72) (+6 -1) Workaround for 865265 genppd may operate incorrectly (5.0A). 2003-12-25 Files: NEWS (1.151) (+26 -0) Add explanation of color control changes. 2003-12-24 Files: configure.ac (1.94) (+29 -18) Don't check whether to auto-build testpattern generator until we know whether we're building tests. 2003-12-24 Files: NEWS (1.150) (+92 -8) Update information on CUPS run path problem (865265). 2003-12-20 Files: src/cups/genppd.c (1.88) (+6 -3) Make the ending comment match the actual PPD filename. 2003-12-19 Files: NEWS (1.149) (+1 -1) Minor update 2003-12-19 Files: NEWS (1.148) (+34 -3) More notes. 2003-12-19 Files: configure.ac (1.93) (+3 -3) debian/README.Debian (1.49) (+3 -2) Bump interface version and prep for 5.0 alpha 2003-12-19 Files: README (1.134) (+10 -9) Prep for 5.0 alpha 2003-12-19 Files: NEWS (1.147) (+90 -42) Un-collapse printer listing. 2003-12-18 Files: NEWS (1.146) (+84 -61) Updated the list of PCL printers. 2003-12-18 Files: configure.ac (1.92) (+13 -13) m4/stp_option.m4 (1.3) (+12 -6) Print automatic options correctly (patch from Roger Leigh). 2003-12-17 Files: src/cups/Makefile.am (1.71) (+2 -2) src/cups/cups-genppdupdate.in (1.12) (+85 -50) src/cups/genppd.c (1.87) (+37 -27) 1) For 4.2.6, the *PCFileName will change to STPnnnnn.PDF There will be no other changes. Since the PPD file already contains the name in the comment in the last line of the file, there's no need to do anything further. 2) For 5.0, the *PCFileName will be constructed as in 4.2.6. There will be the following new attributes: *PCFileName: "STP00000.PDF" *StpDriverName: "escp2-ex" *StpPPDLocation: "/usr/share/cups/model/gimp-print/5.0/stp-escp2-ex.5.0.ppd.gz" *StpLocale: "C" I'll probably add an extra argument to genppd for the *StpPPDLocation. Note that we'll have a problem if the file name contains quotes. We can probably accept that at least during alpha, since it's an extreme corner case. The files will be named stp-...ppd, for example: stp-escp2-ex.5.0.ppd or stp-escp2-ex.5.0.ppd.gz if compressed. There will be two standard options for where they are installed: $cups_modeldir/gimp-print/.// (default) or $cups_modeldir// (alternate) The *FileVersion will continue to contain the entire Gimp-Print version so that rastertogimpprint can gracefully fail in the case of a mismatch. The reason for including the major and minor number in the filename, as well as in the default directory, is to enable the Gimp-Print PPD files to be recognized by filename even if they're moved, such as by Tyler's packaging. 3) The genppdupdate script will search as follows: i) A generated name using *StpDriverName as the root, and the correct filename and the correct *FileVersion, in either the *StpPPDLocation, or the two standard directories with or without compression. If more than one valid file exists, the newest file (based on mtime) will be used. If the mtimes are equal, or cannot be determined, the one in the default directory and/or with compression (in that order of precedence) will be used. This will permit the upgrade to work if *StpPPDLocation is changed ii) A generated name based on *%Gimp-Print Filename in either of the two valid directories, otherwise following the same rules above. This will permit upgrading from late 4.3 releases. iii) A generated name based on *PCFileName, if the PCFileName is "old style". If it's new style, we expect to have already found *StpDriverName. 2003-12-13 Files: po/en_GB.po (1.117) (+42 -417) Update British English translation. 2003-12-13 Files: man/gimpprint-resolutions.7.in (1.4) (+1 -2) Small markup fix reported by Eric Raymond. 2003-12-13 Files: src/main/print-canon.c (1.140) (+2 -2) Fix paper transport for Canon printers. Thanks to Karsten Festag at gmx.de for finding this. 2003-12-12 Files: NEWS (1.145) (+545 -1205) 5.0 alpha release notes 2003-12-12 Files: configure.ac (1.91) (+13 -13) Replace (automatic) options with the variable keyed off. 2003-12-12 Files: configure.ac (1.90) (+3 -3) Fix use of cups-config. 2003-12-12 Files: NEWS (1.144) (+4 -4) README (1.133) (+11 -12) configure.ac (1.89) (+35 -11) src/cups/.cvsignore (1.8) (+4 -4) src/cups/Makefile.am (1.70) (+15 -8) src/cups/cups-genppdupdate.in (1.11) (+72 -43) src/cups/genppd.c (1.86) (+20 -17) 0) Bump version to 5.0.0-alpha1. 1) Automatically detect whether to use level 2 or level 3 PPD files. In addition, add -2 and -3 arguments to genppd rather than use conditional compilation. 2) Add the major.minor version to the PPD files, e. g. escp2-ex.5.0.ppd.gz 3) Add -enable-cups-ppds-at-top-level to install PPD files at top level. 4) Change the default "language" when using --no-nls to "C" rather than "en". This puts the PPD files in the right place. 5) Disable make uninstall of the PPD files when --enable-cups-ppds-at-top-level is in use (this would simply blow away all of the PPD files). 6) Add a -d (debug) option to cups-genppdupdate rather than aving to edit the script. 7) Add a few more places for cups-genppdupdate to look when trying to find a PPD file. 8) When a PPD file is found by cups-genppdupdate, make sure that it's valid (it should have a *FileVersion that matches what we expect). 9) Build the test pattern generator when we build tests. =============================================================================== Name: gimp-print-4_3_25 2003-12-03 Files: po/cs.po (1.16) (+73 -69) po/da.po (1.44) (+65 -71) po/de.po (1.30) (+65 -71) po/el.po (1.31) (+65 -71) po/en_GB.po (1.116) (+67 -73) po/es.po (1.29) (+65 -71) po/fr.po (1.51) (+65 -71) po/ja.po (1.25) (+65 -71) po/nl.po (1.31) (+65 -71) po/no.po (1.51) (+65 -71) po/pl.po (1.35) (+65 -71) po/pt.po (1.29) (+65 -71) po/sk.po (1.34) (+65 -71) po/sv.po (1.60) (+66 -72) Gimp-Print 4.3.25 release 2003-12-03 Files: NEWS (1.143) (+22 -3) README (1.132) (+1 -1) configure.ac (1.88) (+3 -3) debian/README.Debian (1.48) (+1 -1) Prep for 4.3.25 2003-12-03 Files: src/main/print-escp2.c (1.307) (+4 -3) Don't attempt to set default weave if nothing is specified. 2003-12-02 Files: src/cups/.cvsignore (1.7) (+4 -4) Fix the ignores. 2003-12-02 Files: doc/developer/escp2.texi (1.4) (+18 -9) doc/developer/weave.texi (1.3) (+22 -22) A few more changes for renaming 2003-12-02 Files: NEWS (1.142) (+1 -1) doc/developer/escp2.texi (1.3) (+6 -6) doc/developer/new-printer.texi (1.3) (+91 -70) doc/users_guide/gimp.sgml (1.2) (+0 -12) man/gimpprint-resolutions.7.in (1.3) (+117 -162) po/cs.po (1.15) (+87 -272) po/da.po (1.43) (+86 -80) po/de.po (1.29) (+87 -265) po/el.po (1.30) (+86 -195) po/en_GB.po (1.115) (+87 -81) po/es.po (1.28) (+87 -283) po/fr.po (1.50) (+87 -265) po/ja.po (1.24) (+87 -265) po/nl.po (1.30) (+87 -290) po/no.po (1.50) (+86 -80) po/pl.po (1.34) (+86 -177) po/pt.po (1.28) (+87 -265) po/sk.po (1.33) (+87 -283) po/sv.po (1.59) (+88 -266) src/ghost/README (1.92) (+19 -55) src/main/escp2-driver.c (1.14) (+11 -9) src/main/escp2-resolutions.c (1.22) (+32 -32) src/main/print-escp2-data.c (1.149) (+25 -25) src/main/print-escp2.c (1.306) (+56 -66) src/main/print-escp2.h (1.74) (+18 -18) test/unprint.c (1.31) (+9 -9) Change "microweave" to "interleave" 2003-11-28 Files: src/main/printers.xml (1.90) (+3 -3) The CX-6300 and 6400 appear to actually be based on the C84, not the C64. 2003-11-25 Files: src/main/print-color.c (1.105) (+137 -98) Performance improvements: 1) In RGB->CMYK conversion, cache previous data to avoid unnecessary computation. 2) Perform interpolation calculations inline rather than through function calls. 3) Avoid unnecessary int->unsigned conversions. All yield measurable improvement. 2003-11-25 Files: src/main/channel.c (1.9) (+136 -73) Performance improvements: 1) Eliminate use of floating point to compute density (do it with unsigned arithmetic). At least on Pentium III, this saves time presumably by avoiding conversion. Should be tested elsewhere. 2) Cache previous values to avoid unnecessary computation in runs of repeated data. 2003-11-25 Files: src/main/array.c (1.9) (+2 -2) src/main/color.c (1.3) (+2 -2) src/main/print-papers.c (1.30) (+2 -2) src/main/sequence.c (1.10) (+3 -12) Inline some key things that are frequently used. Effect checked by profiling; this yields measurable improvement. 2003-11-25 Files: src/main/print-escp2.c (1.305) (+11 -13) Complete the fix for CD printing. 2003-11-25 Files: src/main/print-escp2.c (1.304) (+6 -6) Scale the CD mask by the printed resolution, rather than the physical printer resolution. 2003-11-23 Files: Makefile.am (1.136) (+2 -2) README (1.131) (+1 -1) cups-gimpprint.list.in (1.2) (+3 -3) debian/libgimpprint-doc.doc-base.in (1.2) (+2 -2) doc/developer/copying.texi (1.2) (+7 -7) doc/developer/gimpprint.texi (1.2) (+7 -7) doc/developer/integrating.texi (1.4) (+6 -6) doc/developer/introduction.texi (1.2) (+5 -5) doc/developer/overview.texi (1.2) (+3 -3) doc/developer/problems.texi (1.2) (+4 -4) doc/developer/using.texi (1.2) (+1 -1) doc/users_guide/cups.sgml (1.3) (+2 -2) doc/users_guide/history.sgml (1.2) (+1 -1) m4/stp.m4 (1.5) (+3 -3) m4/stp_cups.m4 (1.8) (+1 -1) m4/stp_gimp.m4 (1.4) (+1 -1) m4/stp_option.m4 (1.2) (+1 -1) m4extra/stp_release.m4.in (1.2) (+1 -1) src/cups/cups-calibrate.c (1.4) (+6 -6) src/cups/cups-genppdconfig.in (1.5) (+4 -4) src/cups/cups-genppdupdate.in (1.10) (+2 -2) src/cups/genppd.c (1.85) (+3 -2) src/cups/rastertoprinter.c (1.78) (+4 -4) src/foomatic/foomatic-templates-ijs/gimp-print.xml (1.4) (+8 -8) src/main/gimpprint.dtd (1.5) (+2 -2) Standardize on "Gimp-Print" capitalization throughout the package. 2003-11-23 Files: configure.ac (1.87) (+3 -3) Make profiling work 2003-11-23 Files: src/cups/rastertoprinter.c (1.77) (+4 -4) Fix some formats 2003-11-22 Files: src/testpattern/run-testpattern (1.13) (+2 -1) Use 8-bit RGB mode, since that's what matters most. 2003-11-22 Files: src/main/module.c (1.20) (+14 -5) src/main/print-olympus.c (1.33) (+8 -6) src/main/xml.c (1.27) (+5 -3) Do not use built-in paths if user has set path variables =============================================================================== Name: gimp-print-4_3_24 2003-11-22 Files: po/cs.po (1.14) (+772 -623) po/da.po (1.42) (+770 -622) po/de.po (1.28) (+769 -623) po/el.po (1.29) (+773 -623) po/en_GB.po (1.114) (+780 -624) po/es.po (1.27) (+773 -623) po/fr.po (1.49) (+773 -623) po/ja.po (1.23) (+773 -623) po/nl.po (1.29) (+771 -623) po/no.po (1.49) (+771 -623) po/pl.po (1.33) (+771 -621) po/pt.po (1.27) (+773 -623) po/sk.po (1.32) (+773 -623) po/sv.po (1.58) (+774 -624) Gimp-Print 4.3.24 2003-11-22 Files: NEWS (1.141) (+6 -3) Final prep for 4.3.24. 2003-11-22 Files: src/testpattern/Makefile.am (1.18) (+1 -3) Don't condition distribution data on BUILD_TESTPATTERN. 2003-11-22 Files: NEWS (1.140) (+5 -5) Note bug ID's 2003-11-22 Files: NEWS (1.139) (+34 -24) debian/README.Debian (1.47) (+1 -1) Prep for Gimp-Print 4.3.24 2003-11-22 Files: src/cups/rastertoprinter.c (1.76) (+59 -57) 821992 4.3.18: cannot print from applications in OS X 2003-11-21 Files: test/bjc-unprint.c (1.8) (+3 -1) Protect malloc.h 2003-11-21 Files: src/main/module.c (1.19) (+3 -3) Fix symbol names for OS X 10.2 per Tyler Blessing and Jim Lovell. 2003-11-20 Files: NEWS (1.138) (+8 -4) src/foomatic/foomatic-printermap (1.70) (+1 -0) src/main/escp2-inks.c (1.27) (+57 -1) src/main/print-escp2-data.c (1.148) (+29 -5) src/main/print-escp2.h (1.73) (+4 -2) src/main/printers.xml (1.89) (+7 -1) Take a complete guess at the PM-G800 2003-11-20 Files: configure.ac (1.86) (+3 -2) Need to create include/gimp-print-ui/Makefile 2003-11-20 Files: NEWS (1.137) (+23 -15) src/foomatic/foomatic-printermap (1.69) (+3 -0) src/main/print-escp2-data.c (1.147) (+26 -3) src/main/print-weave.c (1.56) (+53 -68) src/main/printers.xml (1.88) (+19 -1) Preliminary support for Epson Stylus Photo R300 2003-11-20 Files: include/Makefile.am (1.4) (+2 -2) include/gimp-print-ui/Makefile.am (1.1) (added) include/gimp-print-ui/gimp-print-ui.h (1.1) (added) include/gimp-print/Makefile.am (1.14) (+1 -2) include/gimp-print/gimp-print-ui.h (1.4) (removed) src/gimp/instead_of_gimp_main.c (1.5) (+1 -1) src/gimp/print.c (1.56) (+2 -2) src/gimp/print_gimp.h (1.42) (+2 -2) src/libgimpprintui/panel.c (1.55) (+2 -2) src/libgimpprintui/plist.c (1.30) (+3 -3) src/libgimpprintui/print-image-thumbnail.c (1.4) (+3 -3) src/libgimpprintui/printrcl.l (1.6) (+2 -2) src/libgimpprintui/printrcy.y (1.8) (+2 -2) src/libgimpprintui/ui-utils.c (1.7) (+2 -2) Move include/gimp-print/gimp-print-ui.h to include/gimp-print-ui/gimp-print-ui.h gimp-print-ui.h is installed into $includedir/gimp-print-ui, keeping the libgimpprintui headers separate from the libgimpprint headers. 2003-11-16 Files: NEWS (1.136) (+17 -0) Added section on new 1440x1440 resolution for Epson Stylus Photo 2200; also added comments on choices of dither algorithms, weave patterns, and printing direction. 2003-11-16 Files: src/main/escp2-driver.c (1.13) (+3 -2) src/main/escp2-resolutions.c (1.21) (+36 -31) src/main/print-escp2-data.c (1.146) (+8 -8) src/main/print-escp2.c (1.303) (+29 -16) src/main/print-escp2.h (1.72) (+8 -4) Add 1440x1440 for Stylus Photo 2200. This resolution appears to offer some advantages in some cases. 2003-11-16 Files: NEWS (1.135) (+89 -0) src/main/print-escp2-data.c (1.145) (+111 -57) src/main/printers.xml (1.87) (+2 -2) Stylus Photo 900 supports direct to CD printing; 2200 does not 2003-11-16 Files: src/main/print-escp2.c (1.302) (+2 -2) Avoid a buffer overrun. 2003-11-16 Files: src/main/print-escp2.c (1.301) (+3 -2) Handle asymmetric resolutions. 2003-11-16 Files: src/main/papers.xml (1.14) (+22 -1) src/main/print-escp2-data.c (1.144) (+123 -66) src/main/print-escp2.c (1.300) (+151 -33) src/main/print-escp2.h (1.71) (+10 -2) Support printing to CD's (RFE 727099). 2003-11-16 Files: src/libgimpprintui/panel.c (1.54) (+5 -3) Don't blindly assume that PageSize is the only parameter of class PAGE_SIZE. 2003-11-16 Files: src/main/print-papers.c (1.29) (+10 -7) Eliminate a memory leak and unsafe free. 2003-11-15 Files: src/main/papers.xml (1.13) (+8 -1) Add European 10cm x 15cm 2003-11-15 Files: src/main/dither-eventone.c (1.36) (+4 -3) Another minor logic error 2003-11-15 Files: src/main/dither-eventone.c (1.35) (+3 -3) Fix a logic problem 2003-11-14 Files: src/main/dither-eventone.c (1.34) (+31 -17) src/main/dither-inks.c (1.21) (+3 -3) src/main/dither-main.c (1.38) (+2 -2) A few more tweaks for UniTone 2003-11-14 Files: src/main/print-escp2-data.c (1.143) (+8 -8) Don't try to use extra nozzles on the older printers. 2003-11-14 Files: src/main/dither-eventone.c (1.33) (+21 -31) src/main/dither-impl.h (1.20) (+5 -4) src/main/dither-main.c (1.37) (+7 -6) test/run-testdither (1.9) (+1 -1) test/testdither.c (1.39) (+20 -20) Rename Single EvenTone to UniTone 2003-11-14 Files: src/main/dither-eventone.c (1.32) (+46 -33) src/main/dither-impl.h (1.19) (+3 -2) src/main/dither-inks.c (1.20) (+14 -10) src/main/dither.h (1.22) (+6 -5) src/main/print-canon.c (1.139) (+8 -2) src/main/print-escp2-data.c (1.142) (+8 -8) src/main/print-escp2.c (1.299) (+7 -2) src/main/print-lexmark.c (1.137) (+7 -4) src/main/print-pcl.c (1.125) (+15 -9) Fix a bug in Even Tone that causes a crash when there are a lot of empty lines. Add the concept of ink darkness, and have single Even Tone not use very light inks (such as yellow) in its calculations. 2003-11-13 Files: src/main/dither-eventone.c (1.31) (+43 -11) Further improvements to single EvenTone. 2003-11-13 Files: test/unprint.c (1.30) (+10 -5) Add -b option to print all channels in black 2003-11-12 Files: src/main/dither-eventone.c (1.30) (+3 -3) Further improvements. 2003-11-12 Files: src/main/dither-eventone.c (1.29) (+18 -8) Considerable improvement 2003-11-12 Files: src/main/dither-eventone.c (1.28) (+80 -61) Considerable improvement in "single eventone" 2003-11-11 Files: src/main/dither-eventone.c (1.27) (+21 -26) src/main/dither-main.c (1.36) (+6 -2) Fix a few problems. 2003-11-11 Files: src/main/dither-eventone.c (1.26) (+218 -12) src/main/dither-impl.h (1.18) (+5 -3) src/main/dither-main.c (1.35) (+3 -1) Add a few more Even Tone variants 2003-11-09 Files: README (1.130) (+9 -9) include/gimp-print/vars.h (1.3) (+4 -3) src/cups/Makefile.am (1.69) (+4 -4) src/cups/genppd.c (1.84) (+3 -3) src/main/dither-eventone.c (1.25) (+8 -3) src/main/dither-impl.h (1.17) (+3 -2) src/main/dither-main.c (1.34) (+25 -13) src/main/generic-options.c (1.3) (+5 -3) src/main/print-canon.c (1.138) (+20 -19) src/main/print-color.c (1.104) (+25 -25) src/main/print-escp2.c (1.298) (+48 -48) src/main/print-lexmark.c (1.136) (+16 -16) src/main/print-olympus.c (1.32) (+14 -30) src/main/print-pcl.c (1.124) (+16 -16) src/main/print-ps.c (1.71) (+9 -9) src/main/print-raw.c (1.30) (+2 -2) Add a category (text string) to options for GUI's to use. Fix the installation in the CUPS directory (last commit broke it). Create a new hybrid Even Tone dither algorithm that uses a small amount of ordered dither to break up patterns. Experimentally thus far, this algorithm works very well. 2003-11-09 Files: src/main/color.c (1.2) (+1 -2) Remove unneeded declaration 2003-11-08 Files: configure.ac (1.85) (+12 -8) src/cups/Makefile.am (1.68) (+2 -3) src/cups/genppd.c (1.83) (+3 -3) src/cups/rastertoprinter.c (1.75) (+3 -3) Simplify the CUPS installation a bit. Fix installation of language catalogs. 2003-11-08 Files: configure.ac (1.84) (+6 -6) Use -pedantic only in maintainer mode; it creates too much noise otherwise. 2003-11-08 Files: src/main/dither-ed.c (1.14) (+23 -17) src/main/dither-eventone.c (1.24) (+8 -6) src/main/dither-impl.h (1.16) (+4 -3) src/main/dither-main.c (1.33) (+7 -5) src/main/dither-ordered.c (1.14) (+18 -12) src/main/dither-very-fast.c (1.12) (+18 -12) src/main/dither.h (1.21) (+5 -4) src/main/print-canon.c (1.137) (+2 -2) src/main/print-escp2.c (1.297) (+2 -2) src/main/print-lexmark.c (1.135) (+2 -2) src/main/print-pcl.c (1.123) (+2 -2) test/testdither.c (1.38) (+5 -5) Add mask argument to dither to permit masking off part of the print. Intended to be used for e. g. printing direct to CD's. 2003-11-06 Files: configure.ac (1.83) (+3 -3) Bump version while we're at it. 2003-11-06 Files: configure.ac (1.82) (+11 -10) src/cups/Makefile.am (1.67) (+27 -20) src/cups/cups-genppdconfig.in (1.4) (+8 -7) src/cups/cups-genppdupdate.in (1.9) (+3 -2) src/cups/genppd.c (1.82) (+10 -5) src/cups/rastertoprinter.c (1.74) (+42 -12) Version the CUPS programs and PPD files to permit having multiple versions installed concurrently. The versioning only extends to the major and minor number; the micro number is not versioned. Interlock the PPD files with rastertoprinter (which is now named rastertogimpprint..). If the version of Gimp-Print installed does not match the PPD file, error out. 2003-11-05 Files: src/cups/rastertoprinter.c (1.73) (+12 -3) Improve error message if verify fails. 2003-11-05 Files: src/main/print-escp2.c (1.296) (+3 -1) Use staggered weave correctly =============================================================================== Name: gimp-print-4_3_23 2003-11-05 Files: po/cs.po (1.13) (+64 -35) po/da.po (1.41) (+64 -35) po/de.po (1.27) (+64 -35) po/el.po (1.28) (+64 -35) po/en_GB.po (1.113) (+65 -36) po/es.po (1.26) (+64 -35) po/fr.po (1.48) (+64 -35) po/ja.po (1.22) (+64 -35) po/nl.po (1.28) (+64 -35) po/no.po (1.48) (+64 -35) po/pl.po (1.32) (+64 -35) po/pt.po (1.26) (+64 -35) po/sk.po (1.31) (+64 -35) po/sv.po (1.57) (+65 -36) Gimp-Print 4.3.23 release 2003-11-05 Files: NEWS (1.134) (+12 -1) README (1.129) (+1 -1) debian/README.Debian (1.46) (+1 -1) Bump version, prep for release 2003-11-05 Files: configure.ac (1.81) (+11 -12) More robust way to check for -finline-limit, suggested by Mike Sweet. 2003-11-04 Files: NEWS (1.133) (+1 -0) src/foomatic/foomatic-printermap (1.68) (+1 -0) Add support for IBM 4312 (pcl-4) 2003-11-04 Files: configure.ac (1.80) (+3 -3) Bump version. 2003-11-04 Files: configure.ac (1.79) (+18 -12) Fix gcc 2. 2003-11-03 Files: src/main/print-escp2.c (1.295) (+41 -2) src/main/print-weave.c (1.55) (+5 -5) src/main/weave.h (1.10) (+4 -4) test/escp2-weavetest.c (1.30) (+7 -4) test/run-weavetest (1.19) (+3 -3) Enable the weave pattern to be parameterized by the Epson driver. Fix the staggered zigzag pattern completely. 2003-11-02 Files: src/main/print-weave.c (1.54) (+2 -1) Insert missing break to stop fallthrough problem. This does not fix the staggered weave pattern, but it does prevent an assertion failure. Currently this pattern fails on many (but not all) patterns where the number of nozzles and the inter-nozzle spacing are both multiples of 3. =============================================================================== Name: gimp-print-4_3_22 2003-11-02 Files: po/cs.po (1.12) (+524 -482) po/da.po (1.40) (+517 -477) po/de.po (1.26) (+520 -482) po/el.po (1.27) (+526 -482) po/en_GB.po (1.112) (+529 -483) po/es.po (1.25) (+524 -482) po/fr.po (1.47) (+524 -482) po/ja.po (1.21) (+524 -482) po/nl.po (1.27) (+524 -483) po/no.po (1.47) (+523 -479) po/pl.po (1.31) (+518 -477) po/pt.po (1.25) (+524 -482) po/sk.po (1.30) (+524 -482) po/sv.po (1.56) (+525 -483) Gimp-Print 4.3.22 release 2003-11-02 Files: NEWS (1.132) (+89 -1) Bump version 2003-11-02 Files: src/main/escp2-papers.c (1.54) (+1 -82) Eliminate the last old color adjustments. 2003-11-02 Files: configure.ac (1.78) (+3 -3) Bump the version 2003-11-02 Files: src/main/dither-ed.c (1.13) (+4 -20) src/main/dither-impl.h (1.15) (+3 -2) src/main/dither-main.c (1.32) (+18 -1) A bit more code cleanup 2003-11-02 Files: src/main/dither-eventone.c (1.23) (+19 -6) Improve the diffusion pattern 2003-11-01 Files: src/main/escp2-inks.c (1.26) (+2 -2) src/main/print-escp2-data.c (1.141) (+2 -2) Epson C43/C44 are really the same as C40 etc. 2003-11-01 Files: src/main/printers.xml (1.86) (+5 -5) Stylus C43/44 are really the same as the 40/41/42. 2003-11-01 Files: src/main/escp2-papers.c (1.53) (+4 -4) Complete tuning on the 870 etc. 2003-11-01 Files: src/main/dither-eventone.c (1.22) (+171 -143) src/main/dither-impl.h (1.14) (+3 -18) src/main/dither-inks.c (1.19) (+1 -2) src/main/dither-main.c (1.31) (+3 -3) Do some code refactoring 2003-11-01 Files: src/main/dither-eventone.c (1.21) (+52 -50) I believe I've finally solved (at least in Gimp-Print) the problem of handling variable drop sizes. The trick is in the interpretation of the error value. The code change is quite straightforward. The assumption is that we always want to print the larger or smaller drop size (the smaller drop size may be zero) of the range defined by the unadjusted, uncorrected input value. This is because we always want to fill the page with small drops before printing any large drops(*). We don't want to print unnecessary large drops or leave unnecessary holes. The insight is that at any given point we aren't trying to perform an N-value dither; we're trying to perform an ordinary single-value dither -- on or off, where "on" corresponds to the larger drop and "off" corresponds to the smaller drop. After all, if the page is filled with small drops, we might as well treat them as though they're turned off, since they're all the same anyway. So the trick is that we simply compute a new input value that's defined as the point within the range, and use this value in all calculations. The error value is based on this relative value; the raw input is only used to pick the range and compute where within the range we lie. For example: suppose we have three drop sizes with values of 8000, 16000, and 65535 (on a scale of 0-65535), and an input value of 10000. We use the input value of 10000 to determine that the choices we're interested in are drop sizes 1 and 2. We compute the new, relative input value as 65535 * (10000 - 8000) / (16000 - 8000), or 16383. So we want to print 1/4 of the positions with drop size 2 and 3/4 with drop size 1. We now perform normal Even Tone dithering on this value of 16383. So if we decide to print a large drop, we have an error of 49152, and if we don't print we have an error of -16383. Simple! 2003-11-01 Files: src/main/dither-main.c (1.30) (+15 -3) If the user doesn't specify the dither algorithm, don't use Even Tone if the aspect ratio is greater than 2, since it works poorly. 2003-11-01 Files: src/main/escp2-papers.c (1.52) (+22 -22) src/main/print-escp2-data.c (1.140) (+2 -2) Complete tuning C80 2003-10-31 Files: src/main/escp2-papers.c (1.51) (+2 -2) Fix density 2003-10-31 Files: src/main/escp2-papers.c (1.50) (+51 -4) Start working on the C80. 2003-10-29 Files: src/main/escp2-papers.c (1.49) (+2 -2) Improve photo quality inkjet paper 2003-10-28 Files: src/main/escp2-channels.c (1.33) (+3 -3) src/main/escp2-inks.c (1.25) (+2 -4) src/main/escp2-papers.c (1.48) (+191 -219) src/main/escp2-resolutions.c (1.20) (+25 -2) src/main/print-canon.c (1.136) (+12 -12) src/main/print-escp2-data.c (1.139) (+60 -61) src/main/print-escp2.h (1.70) (+3 -2) src/main/print-lexmark.c (1.134) (+12 -12) src/main/print-pcl.c (1.122) (+12 -12) Retune most of the Epson printers. There's still some more work to be done on older printers. Fix the resolutions for some printers. Change the HSL maps so that the saturation and luminosity adjustments are done on the basis of the original, rather than the adjusted, hue. This makes the curves a bit more intuitive. Propagate the necessary changes to the PCL, Lexmark, and Canon drivers. 2003-10-28 Files: configure.ac (1.77) (+2 -3) One more thing to remove vestiges of gimpprint-config 2003-10-28 Files: man/.cvsignore (1.7) (+0 -1) man/Makefile.am (1.19) (+1 -2) man/gimpprint-config.1.in (1.7) (removed) Remove references to nonexistent gimpprint-config 2003-10-26 Files: src/main/print-color.c (1.103) (+7 -5) Use the correct color functions for 8-bit RGB. 2003-10-26 Files: src/libgimpprintui/panel.c (1.53) (+7 -7) Align the horizontal center button with the horizontal positioning entries, and likewise the vertical. Suggested by Stephen Gildea. 2003-10-25 Files: src/main/print-escp2.c (1.294) (+2 -2) Make sure that the privdata structure does not have any uninitialized data. 2003-10-24 Files: src/main/escp2-driver.c (1.12) (+6 -2) src/main/escp2-resolutions.c (1.19) (+94 -114) src/main/print-escp2-data.c (1.138) (+126 -64) src/main/print-escp2.c (1.293) (+83 -6) src/main/print-escp2.h (1.69) (+27 -3) Split off microweave into separate setting 2003-10-24 Files: src/main/escp2-papers.c (1.47) (+6 -6) Improve plain paper on EX. 2003-10-24 Files: src/libgimpprintui/panel.c (1.52) (+1 -5) Remove spurious debugging printfs 2003-10-21 Files: src/libgimpprintui/panel.c (1.51) (+22 -9) Hold down control key with middle mouse button to move image along a fixed grid. 2003-10-20 Files: src/main/print-dither-matrices.c (1.29) (+3 -3) Fix the cache *correctly* this time... 2003-10-20 Files: src/main/print-dither-matrices.c (1.28) (+9 -8) Don't die if the dither matrix isn't yet in cache 2003-10-20 Files: src/main/print-dither-matrices.c (1.27) (+13 -2) src/main/print-papers.c (1.28) (+7 -3) src/main/printers.c (1.60) (+2 -1) src/main/xml.c (1.26) (+57 -18) src/main/xml.h (1.9) (+6 -2) Don't autoload XML files. Instead, allow components to register XML files for loading, or load them explicitly when needed. Change the printer code to register its XML file, and the paper and dither matrix code to load when needed. In addition to allowing components to intelligently order the loading of the XML files (and thereby avoid problems with hidden dependencies and random load order), this speeds up startup because the dither matrices are large and take on the order of a second each to load. Finally, cache the actual dither matrix when loaded, not just the filename. This speeds up individual pages. 2003-10-20 Files: src/main/print-vars.c (1.62) (+2 -2) The default driver name (ps2) should not be translated; it's merely a token. 2003-10-20 Files: src/testpattern/run-testpattern (1.12) (+10 -2) Run all instances of the test pattern in one process. Much faster that way. 2003-10-20 Files: src/main/print-dither-matrices.c (1.26) (+18 -19) Cache the value as well as the name of the dither matrix. 2003-10-20 Files: src/testpattern/run-testpattern (1.11) (+37 -22) src/testpattern/testpattern.c (1.35) (+49 -90) src/testpattern/testpattern.h (1.12) (+2 -1) src/testpattern/testpatternl.l (1.10) (+4 -2) src/testpattern/testpatterny.y (1.18) (+36 -5) Allow multiple testpatterns in one file, as a performance optimization. 2003-10-19 Files: src/main/print-escp2-data.c (1.137) (+3 -3) Don't try to use softweave on the 400/500; we have the head parameters all wrong. The SC600 has 64 black nozzles. 2003-10-19 Files: src/main/print-escp2-data.c (1.136) (+2 -2) Per spec sheet SC1520 has 128 black nozzles. 2003-10-19 Files: src/main/print-escp2-data.c (1.135) (+4 -4) Per documentation SC800 has 128 black nozzles. 2003-10-19 Files: src/main/print-escp2.c (1.292) (+1 -1) 819581 Epson St. C. 640 - vertical "image position" not correct This was checked in last night with a different message. 2003-10-19 Files: src/main/escp2-channels.c (1.32) (+3 -3) src/main/escp2-papers.c (1.46) (+20 -20) src/main/print-escp2.c (1.291) (+4 -1) Tune matte black on the 2200 2003-10-19 Files: src/main/escp2-channels.c (1.31) (+2 -2) src/main/escp2-papers.c (1.45) (+10 -10) Improve 2200 2003-10-18 Files: src/main/print-color.c (1.102) (+4 -4) Compute constants for color-black printing correctly. 2003-10-18 Files: src/cups/rastertoprinter.c (1.72) (+6 -3) Print better error message. 2003-10-18 Files: src/main/print-vars.c (1.61) (+1 -2) Set up the default variable list correctly (remove something that shouldn't be there). 2003-10-17 Files: src/main/print-color.c (1.101) (+920 -1045) Support 8 and 16 bit versions of all color functions. 2003-10-17 Files: src/main/dither-main.c (1.29) (+3 -2) Use fast dither matrix with Even Tone; it doesn't really matter and it speeds things up some. 2003-10-17 Files: src/testpattern/testpattern.c (1.34) (+2 -1) Set the input color model correctly 2003-10-17 Files: src/main/print-vars.c (1.60) (+3 -3) Fix error in copying vars 2003-10-16 Files: src/testpattern/extended.sample (1.7) (+27 -27) src/testpattern/run-testpattern (1.10) (+19 -19) src/testpattern/testpattern.c (1.33) (+262 -218) src/testpattern/testpattern.h (1.11) (+14 -9) src/testpattern/testpattern.sample (1.7) (+25 -23) src/testpattern/testpatternl.l (1.9) (+27 -2) src/testpattern/testpatterny.y (1.17) (+107 -18) Support more input types and bit depths. 2003-10-16 Files: NEWS (1.131) (+12 -0) src/foomatic/foomatic-printermap (1.67) (+4 -0) src/main/printers.xml (1.85) (+37 -1) Add Epson Stylus CX-6300, CX-6400, CX-8300, CX-8400 2003-10-15 Files: NEWS (1.130) (+2 -0) src/foomatic/foomatic-generator.in (1.37) (+2 -0) src/foomatic/foomatic-printermap (1.66) (+1 -0) src/main/print-olympus.c (1.31) (+124 -16) Basic support for Fujifilm CX-400. Color model moved from global to printer capabilities. 2003-10-15 Files: src/main/printers.xml (1.84) (+5 -1) Add Fujifilm CX-400 2003-10-15 Files: src/main/papers.xml (1.12) (+7 -1) Add 4x7" paper size 2003-10-14 Files: src/testpattern/testpattern.c (1.32) (+416 -313) src/testpattern/testpattern.h (1.10) (+4 -4) src/testpattern/testpatterny.y (1.16) (+4 -4) More cleanup 2003-10-14 Files: src/testpattern/testpatterny.y (1.15) (+4 -1) Add definitions for RGB. 2003-10-14 Files: src/testpattern/testpatterny.y (1.14) (+4 -7) A bit more simplification 2003-10-14 Files: src/testpattern/testpattern.c (1.31) (+25 -7) src/testpattern/testpatternl.l (1.8) (+10 -10) src/testpattern/testpatterny.y (1.13) (+94 -50) Simplify the language a bit more 2003-10-14 Files: src/testpattern/testpattern.c (1.30) (+111 -101) Some more simplification 2003-10-14 Files: src/main/print-canon.c (1.135) (+7 -4) src/main/print-lexmark.c (1.133) (+7 -4) Make sure we do not try to compose a curve of two null values 2003-10-13 Files: configure.ac (1.76) (+5 -3) include/gimp-print/image.h (1.2) (+4 -2) src/main/.cvsignore (1.19) (+0 -1) src/main/channel.c (1.8) (+2 -2) src/testpattern/extended.sample (1.6) (+34 -34) src/testpattern/run-testpattern (1.9) (+55 -54) src/testpattern/testpattern.c (1.29) (+134 -203) src/testpattern/testpattern.h (1.9) (+8 -44) src/testpattern/testpattern.sample (1.6) (+60 -60) src/testpattern/testpatternl.l (1.7) (+43 -45) src/testpattern/testpatterny.y (1.12) (+123 -119) Don't build CUPS PPD files if we're not building CUPS driver at all unless the user insists. Add new constant to specify the maximum number of channels rather than assuming 32 everywhere. Clean up test pattern generator. Don't hard code channel names; use arrays of channels. Also improve the language a bit. 2003-10-11 Files: src/ghost/ijsgimpprint.c (1.44) (+5 -3) src/libgimpprintui/panel.c (1.50) (+3 -2) src/main/print-vars.c (1.59) (+5 -3) Make sure we don't free a null curve. 2003-10-11 Files: src/main/curve.c (1.40) (+3 -6) In stp_curve_free do *not* check that the curve exists prior to destroying it. Destroying a null curve is an error and should fail. 2003-10-10 Files: src/main/escp2-papers.c (1.44) (+3 -3) Tweak the blues a bit. 2003-10-10 Files: src/libgimpprintui/panel.c (1.49) (+2 -1) Don't keep a stale pv pointer around. 2003-10-10 Files: src/main/dither-main.c (1.28) (+3 -1) Fix valgrind problem: don't try to set anything when describing a parameter we don't own. 2003-10-10 Files: src/main/escp2-papers.c (1.43) (+7 -7) More tuning for the 2200. 2003-10-09 Files: src/main/escp2-papers.c (1.42) (+3 -3) Improve greens 2003-10-09 Files: src/main/escp2-papers.c (1.41) (+3 -3) Fix up densities on 2200 2003-10-09 Files: src/main/escp2-channels.c (1.30) (+4 -4) src/main/escp2-papers.c (1.40) (+77 -32) Retune the 2200 2003-10-07 Files: src/main/print-escp2.c (1.290) (+9 -1) Expand the bottom margin when full bleed is selected. Make sure that all necessary parameters get set or defaulted appropriately. 2003-10-07 Files: src/main/escp2-inks.c (1.24) (+4 -4) src/main/print-escp2-data.c (1.134) (+2 -2) Retune 2200. 2003-10-07 Files: configure.ac (1.75) (+3 -3) Allow relatively large procedures to be inlined so that the dither code can be inlined. 2003-10-06 Files: src/main/escp2-papers.c (1.39) (+12 -12) Improve 2200 output 2003-10-03 Files: src/main/escp2-papers.c (1.38) (+4 -4) Minor improvements to the 2200. 2003-10-03 Files: src/main/print-escp2-data.c (1.133) (+2 -2) Fix margins on 2200 2003-10-03 Files: src/main/escp2-papers.c (1.37) (+11 -11) Do some work on 2200. 2003-10-03 Files: src/main/escp2-channels.c (1.29) (+3 -3) Minor tweak for 960. 2003-10-02 Files: src/main/escp2-papers.c (1.36) (+2 -2) Minor additional tuning. 2003-10-02 Files: src/main/escp2-papers.c (1.35) (+4 -4) Minor 960 improvements 2003-10-01 Files: debian/Makefile.am (1.8) (+5 -5) debian/changelog (1.58) (+11 -0) debian/control.in (1.37) (+28 -25) debian/gimp-print.docs (1.1) (added) debian/gimp-print.install (1.1) (added) debian/gimp-print.postrm (1.1) (added) debian/gimp-print.preinst (1.1) (added) debian/gimp1.2-print.docs (1.6) (removed) debian/gimp1.2-print.install (1.3) (removed) debian/gimp1.2-print.postrm (1.5) (removed) debian/gimp1.2-print.preinst (1.5) (removed) debian/libgimpprintui-dev.install (1.2) (+2 -2) debian/rules (1.48) (+3 -3) Update package descriptions from Debian unstable. Update package dependencies. Rename gimp1.2-print to gimp-print in line with gimp1.2 -> gimp package changes. 2003-10-01 Files: src/testpattern/testpattern.h (1.8) (+3 -1) Fix YYSTYPE compatibility problem between different versions of GNU flex. 2003-10-01 Files: po/en_GB.po (1.111) (+57 -87) Update British English translation. 2003-10-01 Files: src/main/print-olympus.c (1.30) (+47 -21) Fix non-standard papersizes (add them to papers.xml). Fix Olympus P400 bug (small papersizes are printed in wide mode). 2003-10-01 Files: src/main/papers.xml (1.11) (+21 -1) Add non-standard papers (used by Sony and Canon printers) 2003-09-30 Files: src/main/escp2-channels.c (1.28) (+2 -2) Fix the offsets for the 960. 2003-09-29 Files: src/main/print-color.c (1.100) (+2 -2) Fix the calculation. 2003-09-29 Files: src/main/escp2-papers.c (1.34) (+6 -6) More tuning on speculation 2003-09-29 Files: src/main/escp2-papers.c (1.33) (+31 -31) Further improve SP960. 2003-09-29 Files: src/main/print-color.c (1.99) (+12 -5) Smooth out the black generation. 2003-09-28 Files: src/main/print-olympus.c (1.29) (+5 -3) - up-dp10 init_printer bug solved 2003-09-28 Files: src/main/escp2-papers.c (1.32) (+22 -22) Guesses at other tunings 2003-09-28 Files: src/main/escp2-papers.c (1.31) (+24 -24) Further improve tunings. 2003-09-28 Files: src/main/escp2-papers.c (1.30) (+31 -31) Retune the 960. 2003-09-28 Files: src/main/print-color.c (1.98) (+4 -1) Don't adjust saturation down too much for dark colors. Tested with Hutcheson Consulting's RGBEXPLORER8 target (from www.hutchcolor.com). 2003-09-27 Files: src/main/escp2-papers.c (1.29) (+110 -110) Retune the EX again. Get better color and tone from plain paper; improve smoothness of texture on good paper; improve greens and blues substantially. Take a stab at tuning other printers. Fix a point error in the 2200 in the yellow-green. 2003-09-27 Files: src/libgimpprintui/panel.c (1.48) (+8 -6) Fix thumbnail display of landscape and seascape mode. 2003-09-26 Files: src/main/print-olympus.c (1.28) (+66 -39) - printer feature handling modified; BLOCK_ALIGN and WHITE_BORDER feature added 2003-09-26 Files: src/main/escp2-papers.c (1.28) (+138 -138) src/main/print-escp2-data.c (1.132) (+2 -2) src/main/print-escp2.c (1.289) (+5 -1) src/main/print-escp2.h (1.68) (+3 -2) Support adjusting dark/light transition by paper type and tune inkjet and other low quality papers. 2003-09-26 Files: src/main/print-olympus.c (1.27) (+6 -4) - up-dp10 lamination repaired (wrong size) 2003-09-26 Files: src/main/print-olympus.c (1.26) (+283 -99) - all resolution, pagesize and printsize stuff rewritten (needed for easier support of other printers) - support for non-standard pagesizes added (like Sony's UPC-xxxx) - disabled useless options in interface - borderless capability added 2003-09-25 Files: src/main/print-color.c (1.97) (+6 -2) Ensure that input buffer is initialized to zeros prior to passing it outside. 2003-09-25 Files: src/cups/rastertoprinter.c (1.71) (+3 -3) Fix an off-by-one error that in combination with an uninitialized memory problem in the core sometimes caused a thin line to be printed at the very top of the page. Also ensure that we don't read beyond the end of the data that we should read for this page. (Two fixes in one line...how about that?) 2003-09-25 Files: src/cups/cups-genppdupdate.in (1.8) (+2 -2) "Restart" is more clear than "Reload". 2003-09-25 Files: src/main/escp2-inks.c (1.23) (+5 -3) Put 1440x720 ink tunings for 777/680 back the way they were. =============================================================================== Name: gimp-print-4_3_21 2003-09-24 Files: po/cs.po (1.11) (+244 -215) po/da.po (1.39) (+244 -215) po/de.po (1.25) (+239 -215) po/el.po (1.26) (+244 -215) po/en_GB.po (1.110) (+246 -216) po/es.po (1.24) (+244 -215) po/fr.po (1.46) (+244 -215) po/ja.po (1.20) (+244 -215) po/nl.po (1.26) (+244 -215) po/no.po (1.46) (+244 -215) po/pl.po (1.30) (+244 -215) po/pt.po (1.24) (+244 -215) po/sk.po (1.29) (+244 -215) po/sv.po (1.55) (+245 -216) Gimp-Print 4.3.21 2003-09-24 Files: NEWS (1.129) (+35 -20) Prep for 4.3.21 2003-09-24 Files: src/main/escp2-papers.c (1.27) (+4 -4) Further tuning 2003-09-24 Files: src/main/escp2-papers.c (1.26) (+88 -43) Tune 2200 much more accurately. For now, use the same settings for matte as for photo; this will have to be looked at later. 2003-09-23 Files: src/main/print-canon.c (1.134) (+1 -2) Apply the rest of the patch from Peter Missel 2003-09-23 Files: src/main/escp2-papers.c (1.25) (+22 -22) More neutral grays on the 2200 with photo ink using a starting point of .01 for black in vs. .02. 2003-09-22 Files: src/main/print-canon.c (1.133) (+16 -3) Fix 668342 per Peter Missel (he's having CVS troubles) 2003-09-22 Files: .cvsignore (1.21) (+3 -0) m4/.cvsignore (1.2) (+1 -1) po/.cvsignore (1.9) (+4 -0) test/.cvsignore (1.7) (+1 -0) Update CVS ignores 2003-09-22 Files: NEWS (1.128) (+2 -1) Add PX-V500 to list of new printers 2003-09-21 Files: NEWS (1.127) (+7 -0) Note improvements in the Even Tone dither algorithm 2003-09-21 Files: src/main/dither-eventone.c (1.20) (+3 -2) Reset the dither value for each row, and use the base value to select the candidate dot sizes rather than the adjusted value. Testing demonstrated that resetting the dither value for each row did the best job of eliminating dither artifacts, but there were problems from large dots being introduced too early. Using the base value to select the candidate dot size avoids this problem. Thus far this has been tested at 720x360 DPI (two dot sizes) and 1440x720 DPI (three dot sizes) on the C80 using three color mode. This requires further testing under other conditions. 2003-09-21 Files: src/main/dither-eventone.c (1.19) (+5 -6) Further improve quality by saving the accumulated dither value across rows. This results in significantly improved black-only sweep patterns with no apparent loss of quality elsewhere. 2003-09-21 Files: src/main/dither-eventone.c (1.18) (+11 -8) 1) There were some integer overflow issues in some cases; the changes in the first block fix these. 2) The resetting of "range" back to 0 for each pass through the loop ensured that nothing was being printed until the returned dither value exceeded 32768. This wasn't a problem in the case of only one level (where find_segment always returns 0 or 65536), but where there are multiple levels it returns something in between. This causes the most problems when only one channel is being printed, since it means that only the smaller dot value gets printed until the midpoint of the range is reached, at which point only the larger dot value gets printed. This change uses the accumulated value for the whole line to decide whether to print. It improves black-only printing considerably. For color printing, the improvement is much less noticeable using the test pattern (printing a pure gray ramp in CMY would probably show it). This change has some other effects, too. It seems to improve the distribution of colored dots when printing CMY, and it gets rid of a lot of the Even Tone artifacts that we're used to seeing (vertical patterning in light midtones). However, it may very slightly degrade the smoothness. I tried another version of the change, initializing range to the first column of the dither matrix. This didn't significantly improve black printing, and it had a slight but noticeable effect on smoothness. I'm going to try something else, saving the range value across rows, to see what that does. 2003-09-21 Files: src/main/print-canon.c (1.132) (+2 -3) src/main/print-lexmark.c (1.132) (+4 -7) src/main/print-pcl.c (1.121) (+9 -11) Change calls to stpi_dither_set_inks to ensure smallest dot size is used whenever possible. 2003-09-21 Files: src/main/print-canon.c (1.131) (+14 -14) src/main/print-lexmark.c (1.131) (+14 -14) src/main/print-pcl.c (1.120) (+14 -14) Propagate new curves to other drivers. 2003-09-21 Files: NEWS (1.126) (+9 -1) src/foomatic/foomatic-printermap (1.65) (+3 -0) src/main/escp2-channels.c (1.27) (+128 -2) src/main/escp2-papers.c (1.24) (+5 -5) src/main/print-escp2-data.c (1.131) (+17 -1) src/main/print-escp2.h (1.67) (+5 -4) src/main/printers.xml (1.83) (+19 -1) Preliminary support for Epson Stylus C63/C64 and PX-V500 2003-09-21 Files: NEWS (1.125) (+107 -5) README (1.128) (+9 -9) configure.ac (1.74) (+3 -3) debian/README.Debian (1.45) (+1 -1) Bump version 2003-09-20 Files: src/main/escp2-channels.c (1.26) (+2 -2) src/main/escp2-papers.c (1.23) (+46 -2) src/main/print-escp2-data.c (1.130) (+2 -2) src/main/print-escp2.h (1.66) (+3 -2) Retune C80 2003-09-20 Files: src/main/escp2-channels.c (1.25) (+4 -4) Improve transition for Ultrachrome inks on glossy media. I don't know why the constants for the *color* inks should differ between glossy and matte media types, but they seem to. Fix the channel definition for 6-color photo for the 2200 and 960. 2003-09-20 Files: src/main/escp2-papers.c (1.22) (+22 -22) Tune UltraChrome matte black 2003-09-20 Files: src/main/escp2-papers.c (1.21) (+24 -24) Retune 870. 2003-09-19 Files: src/main/escp2-papers.c (1.20) (+91 -45) Tune the Stylus Photo 960. 2003-09-19 Files: src/main/escp2-papers.c (1.19) (+165 -119) src/main/escp2-resolutions.c (1.18) (+1 -22) src/main/print-escp2-data.c (1.129) (+3 -3) src/main/print-escp2.c (1.288) (+6 -1) src/main/print-escp2.h (1.65) (+3 -2) Add additional gcr transition (gamma) parameter to paper definition. Start tuning Stylus Photo 960. 2003-09-19 Files: src/main/print-color.c (1.96) (+3 -3) Use black gamma rather than black density to adjust GCR transition. This will necessitate retuning the 870. 2003-09-18 Files: src/main/print-escp2.h (1.64) (+4 -5) Correct comment 2003-09-18 Files: src/main/printers.xml (1.82) (+6 -21) Adjust C80 series to use same basic parameters as other Epson printers. 2003-09-18 Files: src/main/channel.c (1.7) (+56 -14) src/main/color.h (1.14) (+2 -2) src/main/escp2-channels.c (1.24) (+4 -4) src/main/escp2-inks.c (1.22) (+2 -2) src/main/escp2-papers.c (1.18) (+218 -113) src/main/print-color.c (1.95) (+22 -17) src/main/print-escp2-data.c (1.128) (+20 -3) src/main/print-escp2.c (1.287) (+9 -5) src/main/print-escp2.h (1.63) (+4 -2) src/main/print-vars.c (1.58) (+17 -4) Support Epson C83 and C84. Use less dark ink in pale regions to improve smoothness of transition. Take gray value (including black and composite) into account when choosing light vs. dark ink. In areas with large gray value, prefer more dark ink to improve tonality and reduce ink consumption, since grain is less of an issue here. Change Epson driver to always use as many small dots as possible before starting to use large dots. Previously the choice depended to some extent on the value of density selected by the user, which is incorrect. This code was probably a holdover from 4.2 where ink darkness and dot size were used interchangeably. Use CMYK densities rather than CMY gamma values in Epson paper list. It's likely to be more useful to adjust the ink values linearly to correct for color casts. It's also necessary to reduce the amount of black on the Stylus Photo 870 and friends. When scaling a floating point parameter, handle the case of a defaulted parameter correctly. Improve tunings for Stylus Photo EX and 870 families of printers. The 960 and 2200 will come later. Overall, these changes improve quality quite substantially. By visual inspection the 870 output is almost indistinguishable from true photographic output, and the EX output is also much improved. 2003-09-18 Files: NEWS (1.124) (+3 -1) src/foomatic/foomatic-printermap (1.64) (+5 -1) src/main/printers.xml (1.81) (+19 -1) Add Epson C83 and C84, and Canon CP-200 and CP-300. 2003-09-18 Files: src/foomatic/foomatic-generator.in (1.36) (+2 -0) Handle Sony printers 2003-09-18 Files: src/main/print-olympus.c (1.25) (+2 -2) Make sure that there's always a string list available for the Laminate option to avoid a crash. 2003-09-16 Files: src/main/print-olympus.c (1.24) (+451 -437) only change of indentation (conformable with other drivers) 2003-09-16 Files: src/main/print-olympus.c (1.23) (+74 -2) laminate pattern feature added (mainly for sony up-dp10) 2003-09-15 Files: NEWS (1.123) (+2 -0) src/foomatic/foomatic-printermap (1.63) (+1 -0) src/main/print-olympus.c (1.22) (+96 -20) src/main/printers.xml (1.80) (+5 -1) preliminary support of Sony UP-DP10 2003-09-15 Files: src/main/print-olympus.c (1.21) (+84 -3) color adjustment for p400 and cpX00 2003-09-12 Files: src/main/print-olympus.c (1.20) (+117 -44) - default color adjustment added - minor code cleanup 2003-09-09 Files: src/main/print-ps.c (1.70) (+2 -2) 802621 alignment is off the page with ps-print 2003-09-07 Files: src/main/escp2-inks.c (1.21) (+2 -2) src/main/print-escp2-data.c (1.127) (+2 -2) Minor adjustments to 680/777 tunings at 720x720dpi. 2003-09-02 Files: src/main/print-escp2-data.c (1.126) (+3 -3) Expand C80/C82 margins to zero margin top and bottom. 2003-09-02 Files: src/main/escp2-driver.c (1.11) (+2 -11) Do not incorrectly adjust the bottom margin for printers with offset print heads. The page bottom should be left as is; the printer automatically corrects for this. 2003-09-01 Files: src/main/.cvsignore (1.18) (+6 -0) Ignore some more files =============================================================================== Name: gimp-print-4_3_20 2003-09-01 Files: po/cs.po (1.10) (+124 -119) po/da.po (1.38) (+123 -119) po/de.po (1.24) (+124 -119) po/el.po (1.25) (+123 -119) po/en_GB.po (1.109) (+133 -121) po/es.po (1.23) (+124 -119) po/fr.po (1.45) (+124 -119) po/ja.po (1.19) (+124 -119) po/nl.po (1.25) (+124 -119) po/no.po (1.45) (+123 -119) po/pl.po (1.29) (+123 -119) po/pt.po (1.23) (+124 -119) po/sk.po (1.28) (+124 -119) po/sv.po (1.54) (+125 -120) Gimp-Print 4.3.19 release 2003-09-01 Files: doc/developer/Makefile.am (1.9) (+2 -2) Avoid a rebuild of the doc from the tarball. 2003-09-01 Files: NEWS (1.122) (+1 -1) Update release date 2003-09-01 Files: NEWS (1.121) (+56 -3) README (1.127) (+9 -9) configure.ac (1.73) (+3 -3) debian/README.Debian (1.44) (+1 -1) Bump version 2003-09-01 Files: src/main/escp2-channels.c (1.23) (+31 -4) src/main/escp2-papers.c (1.17) (+17 -17) Correct head offset for printers offering fast-360 mode (it was reversed). Complete tuning work on Stylus Photo 960 and 2200. 2003-09-01 Files: src/main/print-escp2-data.c (1.125) (+72 -72) Rearrange a few things for readability. 2003-09-01 Files: src/main/print-color.c (1.94) (+76 -94) Fix bright colors mode, remove HSL-adjusted mode since that's now subsumed by Accurate Colors. 2003-09-01 Files: src/main/escp2-papers.c (1.16) (+75 -14) Tune Stylus Photo 960. Add Matte Paper Heavyweight. 2003-08-31 Files: src/main/escp2-inks.c (1.20) (+2 -2) src/main/print-escp2-data.c (1.124) (+3 -3) Retune high resolutions for Stylus Photo 870+ printers 2003-08-31 Files: src/main/print-escp2-data.c (1.123) (+2 -2) C80 needed further density increase. 2003-08-31 Files: src/main/escp2-inks.c (1.19) (+9 -7) src/main/print-escp2-data.c (1.122) (+2 -2) Recalibrate C80 and C82 2003-08-30 Files: src/main/escp2-channels.c (1.22) (+304 -575) src/main/escp2-papers.c (1.15) (+210 -267) src/main/print-canon.c (1.130) (+20 -20) src/main/print-color.c (1.93) (+68 -67) src/main/print-escp2-data.c (1.121) (+3 -3) src/main/print-escp2.c (1.286) (+27 -25) src/main/print-escp2.h (1.62) (+80 -49) src/main/print-lexmark.c (1.130) (+45 -47) src/main/print-pcl.c (1.119) (+19 -19) src/main/printers.xml (1.79) (+125 -125) Completely rework the High Accuracy mode. This commit changes the algorithm by which the High Accuracy mode adjusts the color. This mode does much less gamut reduction, and what it does is mostly in the very dark highly saturated regime where inkjets have much more gamut than monitors anyway. This work is not complete. I've tuned the Photo EX and the Stylus Photo 870 type printers, but not the C80, STP 960, or Ultrachrome. In addition, the other color modes need fixing too. It's likely that HSLAdjust will come out and Bright will also likely change significantly. 2003-08-30 Files: src/foomatic/foomatic-generator.in (1.35) (+2 -0) src/foomatic/foomatic-printermap (1.62) (+2 -0) Add some new Olympus/Canon printers 2003-08-30 Files: src/libgimpprintui/panel.c (1.47) (+15 -15) Bump copyright notices 2003-08-30 Files: src/main/print-olympus.c (1.19) (+3 -3) Fix const warnings 2003-08-27 Files: NEWS (1.120) (+4 -0) src/main/print-olympus.c (1.18) (+35 -21) src/main/printers.xml (1.78) (+5 -1) canon-cp100 added 2003-08-27 Files: AUTHORS (1.16) (+3 -0) *** empty log message *** 2003-08-25 Files: NEWS (1.119) (+5 -3) man/gimpprint-models.7.in (1.3) (+3 -1) src/main/printers.xml (1.77) (+5 -1) support for OLYMPUS P400 2003-08-25 Files: src/main/print-olympus.c (1.17) (+141 -29) support for OLYMPUS P400 printer capability sructure enhanced 2003-08-24 Files: src/cups/cups-genppdupdate.in (1.7) (+18 -8) Use Perl glob(), rather than shell globbing, to prevent errors being printed by grep when there are no PPD files to process. Use @PERL@ rather than hardcoding the path to the interpreter. 2003-08-24 Files: man/ijsgimpprint.1.in (1.6) (+12 -10) Fold examples to display correctly on 80 col terminals and printers. 2003-08-22 Files: debian/control.in (1.36) (+11 -6) debian/rules (1.47) (+4 -27) man/cups-calibrate.8.in (1.6) (+5 -5) man/cups-genppd.8.in (1.3) (+19 -19) man/cups-genppdconfig.8.in (1.4) (+9 -9) man/cups-genppdupdate.8.in (1.2) (+12 -12) man/escputil.1.in (1.10) (+10 -10) man/gimpprint-color.7.in (1.2) (+11 -11) man/gimpprint-config.1.in (1.6) (+16 -16) man/gimpprint-dithers.7.in (1.2) (+11 -11) man/gimpprint-imagetypes.7.in (1.3) (+11 -11) man/gimpprint-inktypes.7.in (1.2) (+11 -11) man/gimpprint-mediasizes.7.in (1.2) (+13 -13) man/gimpprint-mediasources.7.in (1.2) (+11 -11) man/gimpprint-mediatypes.7.in (1.2) (+11 -11) man/gimpprint-models.7.in (1.2) (+192 -192) man/gimpprint-resolutions.7.in (1.2) (+11 -11) man/gimpprint.3.in (1.6) (+13 -13) man/ijsgimpprint.1.in (1.5) (+38 -38) Update all manual pages to correctly distinguish between hyphens and en-dashes/minus signs. This is required to allow copy/paste in a unicode locale, where hyphens are not represented as a '-'. 2003-08-22 Files: src/main/print-olympus.c (1.16) (+8 -4) printable size corrected 2003-08-22 Files: src/main/print-olympus.c (1.15) (+11 -15) *** empty log message *** 2003-08-22 Files: src/main/print-olympus.c (1.14) (+28 -35) caps->block_size added; minor code improvement 2003-08-21 Files: src/main/print-olympus.c (1.13) (+3 -1) in/out channel test thrown away; testpattern pass now 2003-08-20 Files: src/main/print-olympus.c (1.12) (+93 -26) output resizing added; it seems now fully funcional :) 2003-08-20 Files: src/main/print-olympus.c (1.11) (+52 -46) switched from olympus_print to olympus_do_print 2003-08-20 Files: src/main/print-olympus.c (1.10) (+85 -71) variable renaming, minor bug fix 2003-08-20 Files: src/main/print-olympus.c (1.9) (+137 -54) src/main/util.h (1.29) (+3 -2) printer capabilities structure rewritten for easier support of new printers 2003-08-20 Files: src/main/print-olympus.c (1.8) (+80 -2) src/main/printers.xml (1.76) (+2 -2) code update =============================================================================== Name: gimp-print-4_3_19 2003-08-08 Files: po/cs.po (1.9) (+931 -928) po/da.po (1.37) (+645 -897) po/de.po (1.23) (+689 -934) po/el.po (1.24) (+843 -900) po/en_GB.po (1.108) (+922 -915) po/es.po (1.22) (+960 -952) po/fr.po (1.44) (+954 -950) po/ja.po (1.18) (+932 -933) po/nl.po (1.24) (+869 -918) po/no.po (1.44) (+861 -913) po/pl.po (1.28) (+852 -909) po/pt.po (1.22) (+937 -937) po/sk.po (1.27) (+955 -955) po/sv.po (1.53) (+935 -930) Gimp-Print 4.3.19 release 2003-08-08 Files: NEWS (1.118) (+62 -1) README (1.126) (+13 -9) configure.ac (1.72) (+3 -3) debian/README.Debian (1.43) (+1 -1) Increment version 2003-08-08 Files: src/testpattern/extended.sample (1.5) (+7 -7) Fix the resolution parameter 2003-08-08 Files: src/main/escp2-channels.c (1.21) (+6 -6) Further color improvements 2003-08-08 Files: src/main/escp2-papers.c (1.14) (+57 -57) src/main/print-canon.c (1.129) (+22 -1) src/main/print-color.c (1.92) (+19 -3) src/main/print-escp2.c (1.285) (+27 -13) src/main/print-escp2.h (1.61) (+3 -2) src/main/print-lexmark.c (1.129) (+22 -1) src/main/print-pcl.c (1.118) (+21 -4) Enable ink limiting. This is not the final version of ink limiting, which should do more channel merging, but it's a start. 2003-08-08 Files: src/main/escp2-channels.c (1.20) (+2 -2) Improve reds 2003-08-08 Files: src/main/escp2-channels.c (1.19) (+5 -5) Further improve color. 2003-08-08 Files: src/main/print-color.c (1.91) (+2 -2) Increase the luminosity adjustment in areas of moderate saturation. 2003-08-08 Files: src/main/escp2-channels.c (1.18) (+19 -19) Further improve magenta and red 2003-08-08 Files: src/main/escp2-channels.c (1.17) (+3 -3) Improve red-magenta 2003-08-07 Files: src/testpattern/extended.sample (1.4) (+7 -7) src/testpattern/testpattern.c (1.28) (+3 -1) Clear Quality and ImageType to allow setting individual parameters 2003-08-06 Files: src/main/escp2-channels.c (1.16) (+397 -261) src/main/escp2-driver.c (1.10) (+2 -3) src/main/print-escp2-data.c (1.120) (+181 -121) src/main/print-escp2.c (1.284) (+23 -38) src/main/print-escp2.h (1.60) (+17 -6) Minor data rearrangement in the Epson driver 2003-08-03 Files: src/main/escp2-papers.c (1.13) (+4 -4) Tune Premium Luster and Premium Semigloss papers on ESP 870 and successors. 2003-08-03 Files: src/main/escp2-papers.c (1.12) (+5 -5) Tune Premium Semigloss for 960 and Premium Luster for ultrachrome photo. 2003-08-03 Files: src/main/print-canon.c (1.128) (+7 -1) src/main/print-escp2.c (1.283) (+7 -1) src/main/print-lexmark.c (1.128) (+6 -1) src/main/print-pcl.c (1.117) (+7 -1) Handle lack of density parameter correctly 2003-08-03 Files: src/main/escp2-channels.c (1.15) (+2 -2) Use Ultrachrome tunings for all pigment printers for now. 2003-08-03 Files: src/main/escp2-papers.c (1.11) (+7 -1) Tune Watercolor Radiant White for Ultrachrome matte black inks 2003-08-02 Files: src/main/escp2-papers.c (1.10) (+3 -3) Tune premium luster for STP 950/960. 2003-08-02 Files: src/main/print-color.c (1.90) (+2 -2) Set the color correction properly. 2003-08-02 Files: src/escputil/escputil.c (1.57) (+4 -3) Handle reads returning zero bytes correctly in status readback. 2003-08-02 Files: src/main/escp2-channels.c (1.14) (+30 -19) Minor rearrangement 2003-07-24 Files: src/main/print-util.c (1.99) (+1 -21) Finish getting rid of xio. 2003-07-24 Files: src/escputil/Makefile.am (1.15) (+1 -1) src/escputil/escputil.c (1.56) (+162 -353) src/main/print-escp2-data.c (1.119) (+61 -1) src/main/print-escp2.c (1.282) (+77 -7) src/main/print-escp2.h (1.59) (+9 -2) Store escputil alignment parameters in the driver rather than separately in escputil. Make sure escputil actually waits a second between polls to call to avoid overly quick looping. Remove alternate alignment procedure that never worked. Print out printer name correctly rather than printing entire ID line. Add option to print out short name when using --identify command. 2003-07-23 Files: src/main/print-util.c (1.98) (+1 -141) src/main/util.h (1.28) (+2 -16) Remove xio, which is no longer needed now that mxml provides string I/O. 2003-07-23 Files: src/main/curve.c (1.39) (+52 -84) src/main/mxml-attr.c (1.4) (+3 -2) src/main/mxml-file.c (1.4) (+625 -205) src/main/mxml-node.c (1.4) (+3 -2) src/main/mxml-search.c (1.4) (+3 -2) src/main/mxml.h (1.4) (+9 -2) src/main/xml.c (1.25) (+3 -3) Update to mxml 1.1.1 plus a few bug fixes. Fix problem in curve code whereby rescaling wraparound curves increases the number of points. 2003-07-23 Files: test/curve.c (1.17) (+106 -13) Fix some memory leaks. Add checks on very large curves. 2003-07-22 Files: src/main/curve.c (1.38) (+3 -3) src/main/dither-main.c (1.27) (+2 -2) src/main/generic-options.c (1.2) (+2 -2) src/main/module.c (1.18) (+2 -2) src/main/path.c (1.8) (+2 -1) src/main/print-canon.c (1.127) (+7 -7) src/main/print-color.c (1.89) (+18 -16) src/main/print-escp2.c (1.281) (+4 -4) src/main/print-lexmark.c (1.127) (+3 -3) src/main/print-pcl.c (1.116) (+4 -4) src/main/print-ps.c (1.69) (+2 -2) src/main/print-raw.c (1.29) (+2 -2) More const cleanup. Store CMYK lookup table in lut_t rather than statically. 2003-07-22 Files: src/main/escp2-channels.c (1.13) (+12 -12) Const correctness 2003-07-20 Files: src/cups/rastertoprinter.c (1.70) (+33 -7) Improve logging 2003-07-19 Files: src/cups/genppd.c (1.81) (+96 -16) src/main/dither-main.c (1.26) (+3 -3) src/main/print-color.c (1.88) (+6 -6) src/main/print-escp2.c (1.280) (+2 -2) Clean up PPD files. Rearrange options a bit. 2003-07-19 Files: src/cups/genppd.c (1.80) (+51 -19) src/cups/rastertoprinter.c (1.69) (+32 -11) src/main/Makefile.am (1.79) (+47 -42) src/main/dither-main.c (1.25) (+85 -18) src/main/escp2-resolutions.c (1.17) (+1 -5) src/main/generic-options.c (1.1) (added +257 -0) src/main/generic-options.h (1.1) (added +67 -0) src/main/print-color.c (1.87) (+65 -37) src/main/print-escp2.c (1.279) (+4 -4) src/main/print-vars.c (1.57) (+18 -6) Make the quality code more pervasive (don't actually introduce it into other family drivers yet). Introduce a new ImageType setting. Rename the ImageOptimization setting to ColorCorrection. Remove a few unnecessary resolution options from the Epson driver. 2003-07-19 Files: src/cups/genppd.c (1.79) (+3 -3) Update copyright notice 2003-07-18 Files: src/foomatic/foomatic-templates-ijs/Brightness.xml (1.5) (removed) src/foomatic/foomatic-templates-ijs/Contrast.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/Cyan.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/Density.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/DitherAlgorithm.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/Gamma.xml (1.5) (removed) src/foomatic/foomatic-templates-ijs/ImageOptimization.xml (1.2) (removed) src/foomatic/foomatic-templates-ijs/InkType.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/InputSlot.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/Magenta.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/MediaType.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/Quality.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/Saturation.xml (1.5) (removed) src/foomatic/foomatic-templates-ijs/Yellow.xml (1.4) (removed) Remove template files for options that don't require special processing. These need to be generated on the fly. 2003-07-18 Files: src/cups/Makefile.am (1.66) (+3 -3) src/cups/genppd.c (1.78) (+2 -5) src/cups/gimp-print-cups.c (1.6) (removed) src/cups/gimp-print-cups.h (1.3) (removed) src/cups/rastertoprinter.c (1.68) (+2 -3) src/main/print-color.c (1.86) (+5 -5) src/main/printers.c (1.59) (+5 -5) Rename Cyan, Magenta, Yellow, and Black to avoid having a common prefix with CyanDensity etc. That caused problems with the PPD files. 2003-07-17 Files: src/cups/rastertoprinter.c (1.67) (+111 -86) Print out origin of all messages 2003-07-15 Files: NEWS (1.117) (+10 -1) src/foomatic/foomatic-printermap (1.61) (+4 -0) src/main/print-escp2-data.c (1.118) (+16 -2) src/main/printers.xml (1.75) (+34 -2) Support for Epson Stylus Photo 935, C43SX, C43UX, C44SX, C44UX 2003-07-13 Files: src/main/print-escp2.c (1.278) (+3 -4) Make auto-adjust dot size off by default 2003-07-12 Files: src/cups/genppd.c (1.77) (+8 -6) For non-mandatory options, "None" should not alias to a real value. 2003-07-12 Files: src/cups/genppd.c (1.76) (+25 -12) Handle default values more appropriately. 2003-07-12 Files: src/cups/cups-genppdupdate.in (1.6) (+27 -13) Extract Gimp-Print Filename more safely. Generate final output file more safely. 2003-07-12 Files: src/cups/rastertoprinter.c (1.66) (+13 -8) Handle case where "None" is the valid name of an option. Handle rendering resolutions higher than the printing resolution. 2003-07-12 Files: src/cups/genppd.c (1.75) (+3 -3) Need to start fine adjustments from 0, not 0.005. 2003-07-12 Files: src/cups/cups-genppdupdate.in (1.5) (+7 -8) Eliminate use of Compress::Zlib, which is non-standard 2003-07-12 Files: src/cups/cups-genppdupdate.in (1.4) (+22 -6) src/cups/genppd.c (1.74) (+144 -14) src/cups/rastertoprinter.c (1.65) (+5 -5) src/libgimpprintui/panel.c (1.46) (+8 -2) src/main/channel.c (1.6) (+64 -5) src/main/color.h (1.13) (+2 -1) src/main/escp2-channels.c (1.12) (+34 -25) src/main/escp2-driver.c (1.9) (+4 -1) src/main/print-color.c (1.85) (+14 -1) src/main/print-escp2-data.c (1.117) (+61 -61) src/main/print-escp2.c (1.277) (+91 -25) src/main/print-escp2.h (1.58) (+9 -2) src/main/print-pcl.c (1.115) (+21 -2) src/main/print-vars.c (1.56) (+6 -3) Add constraints to PPD files so that Quality setting and color vs. grayscale/black and white can turn off some options. Fix cups-genppdupdate. This will not work correctly in 4.3.18; the PPD files will need to be updated manually one last time. Add preliminary support for ink limiting (currently disabled). Send the advance commands for passes with zero advance in the Epson driver to try to work around some printer problems with printing very close to the start of the page. Merge print vars correctly in cases where a user value is not active. 2003-07-12 Files: src/main/dither-main.c (1.24) (+2 -2) Make default really be EvenTone rather than adaptive hybrid 2003-07-12 Files: src/libgimpprintui/plist.c (1.29) (+10 -9) Use stderr rather than stdout for error/debug messages 2003-07-12 Files: src/main/xml.c (1.24) (+4 -4) Use stpi_erprintf rather than explicit stderr 2003-07-12 Files: src/main/curve.c (1.37) (+7 -7) Use stpi_erprintf rather that stderr. 2003-07-12 Files: include/gimp-print/vars.h (1.2) (+3 -3) Type constness fix (previous change lost when the headers were split). 2003-07-07 Files: src/cups/cups-genppdupdate.in (1.3) (+3 -3) Correct the use of an uninitialised variable. =============================================================================== Name: gimp-print-4_3_18 2003-07-07 Files: po/cs.po (1.8) (+117 -107) po/da.po (1.36) (+117 -107) po/de.po (1.22) (+115 -107) po/el.po (1.23) (+117 -107) po/en_GB.po (1.107) (+118 -108) po/es.po (1.21) (+117 -107) po/fr.po (1.43) (+117 -107) po/ja.po (1.17) (+117 -107) po/nl.po (1.23) (+117 -107) po/no.po (1.43) (+117 -107) po/pl.po (1.27) (+117 -107) po/pt.po (1.21) (+117 -107) po/sk.po (1.26) (+117 -107) po/sv.po (1.52) (+118 -108) Gimp-Print 4.3.18 2003-07-07 Files: NEWS (1.116) (+18 -1) README (1.125) (+1 -1) configure.ac (1.71) (+3 -3) debian/README.Debian (1.42) (+1 -1) Prep for 4.3.18 2003-07-07 Files: src/cups/genppd.c (1.73) (+3 -3) Properly close off all options. 2003-07-07 Files: NEWS (1.115) (+6 -0) src/foomatic/foomatic-printermap (1.60) (+2 -0) src/main/printers.xml (1.74) (+16 -1) Add support for Epson 3100 and 3200 2003-06-29 Files: include/gimp-print/Makefile.am (1.13) (+9 -2) include/gimp-print/paper.h (1.1) (added) Add paper.h (split out from gimp-print.h) 2003-06-29 Files: debian/changelog (1.57) (+7 -0) debian/control.in (1.35) (+1 -1) Sync Debian package dependencies with Debian unstable 2003-06-29 Files: po/en_GB.po (1.106) (+34 -58) Update British English translation 2003-06-29 Files: include/gimp-print/array.h (1.4) (+4 -4) include/gimp-print/curve.h (1.5) (+9 -5) include/gimp-print/gimp-print-intl-internal.h (1.2) (+10 -1) include/gimp-print/gimp-print-intl.h (1.3) (+10 -1) include/gimp-print/gimp-print-ui.h (1.3) (+11 -5) include/gimp-print/gimp-print-version.h.in (1.2) (+22 -1) include/gimp-print/gimp-print.h (1.38) (+13 -786) include/gimp-print/image.h (1.1) (added) include/gimp-print/printers.h (1.1) (added) include/gimp-print/sequence.h (1.3) (+5 -4) include/gimp-print/string-list.h (1.1) (added) include/gimp-print/util.h (1.1) (added) include/gimp-print/vars.h (1.1) (added) Split gimp-print.h into separate headers. This is in order to make documentation simpler. 2003-06-29 Files: README (1.124) (+10 -11) Document gettext changes (libintl is no longer included) 2003-06-29 Files: src/libgimpprintui/printrc.h (1.4) (+5 -1) Fix compiling when using bison 1.875 2003-06-24 Files: scripts/global.mk (1.5) (+1 -1) src/ghost/Makefile.am (1.33) (+2 -2) src/gimp/Makefile.am (1.33) (+2 -2) src/main/Makefile.am (1.78) (+2 -2) Correctly order [AM_]CPPFLAGS and [AM_]CFLAGS. This is important for building on FreeBSD. 2003-06-21 Files: src/main/print-vars.c (1.55) (+27 -32) Eliminate apparently unportable construct. =============================================================================== Name: gimp-print-4_3_17 2003-06-21 Files: po/cs.po (1.7) (+464 -373) po/da.po (1.35) (+462 -373) po/de.po (1.21) (+465 -379) po/el.po (1.22) (+466 -378) po/en_GB.po (1.105) (+468 -370) po/es.po (1.20) (+466 -376) po/fr.po (1.42) (+466 -376) po/ja.po (1.16) (+466 -376) po/nl.po (1.22) (+463 -375) po/no.po (1.42) (+465 -373) po/pl.po (1.26) (+465 -373) po/pt.po (1.20) (+466 -376) po/sk.po (1.25) (+466 -376) po/sv.po (1.51) (+468 -377) Gimp-Print 4.3.17 2003-06-21 Files: NEWS (1.114) (+1 -1) README (1.123) (+1 -1) configure.ac (1.70) (+3 -3) debian/README.Debian (1.41) (+1 -1) Prep for 4.3.17 2003-06-21 Files: src/cups/genppd.c (1.72) (+10 -3) Try a bit harder with OutputOrder 2003-06-21 Files: NEWS (1.113) (+0 -3) Remove dependency on libxml2 2003-06-20 Files: src/cups/rastertoprinter.c (1.64) (+15 -12) Fix silly bug with floating point parameters prematurely breaking out of loop. 2003-06-20 Files: src/cups/genppd.c (1.71) (+8 -2) src/main/print-escp2.c (1.276) (+12 -1) Tell genppd what the correct output order is (for Epson printers) 2003-06-20 Files: NEWS (1.112) (+54 -1) src/main/print-escp2.c (1.275) (+4 -6) Simplify some code and update NEWS 2003-06-20 Files: src/main/print-escp2-data.c (1.116) (+2 -2) Ultra Photo should only be available at 2880x2880. 2003-06-20 Files: include/gimp-print/gimp-print.h (1.37) (+3 -2) src/cups/genppd.c (1.70) (+16 -4) src/cups/rastertoprinter.c (1.63) (+76 -45) src/main/dither-main.c (1.23) (+3 -3) src/main/print-canon.c (1.126) (+13 -13) src/main/print-color.c (1.84) (+23 -23) src/main/print-escp2.c (1.274) (+35 -25) src/main/print-lexmark.c (1.126) (+12 -12) src/main/print-olympus.c (1.7) (+6 -6) src/main/print-pcl.c (1.114) (+12 -12) src/main/print-ps.c (1.68) (+7 -7) src/main/print-raw.c (1.28) (+2 -2) src/main/printers.c (1.58) (+3 -2) Permit options to not be checked. Expand range of CUPS options by means of fine adjustments. 2003-06-20 Files: src/main/array.c (1.8) (+4 -4) src/main/curve.c (1.36) (+75 -19) src/main/mxml-attr.c (1.3) (+8 -8) src/main/mxml-file.c (1.3) (+17 -17) src/main/mxml-node.c (1.3) (+35 -35) src/main/mxml-search.c (1.3) (+14 -14) src/main/mxml.h (1.3) (+18 -18) src/main/print-dither-matrices.c (1.25) (+9 -9) src/main/print-papers.c (1.27) (+12 -12) src/main/printers.c (1.57) (+8 -8) src/main/sequence.c (1.9) (+19 -19) src/main/xml.c (1.23) (+12 -12) test/curve.c (1.16) (+49 -41) Prefix all mxml symbols with stpi. Fix the curve test for the text format used by mxml. Prettify the mxml output a bit. 2003-06-19 Files: configure.ac (1.69) (+2 -8) src/main/Makefile.am (1.77) (+9 -1) src/main/array.c (1.7) (+12 -21) src/main/curve.c (1.35) (+120 -106) src/main/mxml-attr.c (1.2) (+159 -0) src/main/mxml-file.c (1.2) (+1016 -0) src/main/mxml-node.c (1.2) (+493 -0) src/main/mxml-search.c (1.2) (+198 -0) src/main/mxml.h (1.2) (+166 -0) src/main/print-dither-matrices.c (1.24) (+34 -41) src/main/print-papers.c (1.26) (+83 -88) src/main/printers.c (1.56) (+67 -62) src/main/sequence.c (1.8) (+35 -102) src/main/xml.c (1.22) (+67 -85) src/main/xml.h (1.8) (+12 -17) src/testpattern/Makefile.am (1.17) (+2 -2) test/xml-curve.c (1.3) (+28 -4) Use mxml rather than libxml for XML parsing 2003-06-19 Files: src/main/mxml.h (1.1) (added) file mxml.h was initially added on branch mxml-branch. 2003-06-19 Files: src/main/mxml-search.c (1.1) (added +199 -0) file mxml-search.c was initially added on branch mxml-branch. 2003-06-19 Files: src/main/mxml-node.c (1.1) (added +494 -0) file mxml-node.c was initially added on branch mxml-branch. 2003-06-19 Files: src/main/mxml-file.c (1.1) (added +1467 -0) file mxml-file.c was initially added on branch mxml-branch. 2003-06-19 Files: src/main/mxml-attr.c (1.1) (added +160 -0) file mxml-attr.c was initially added on branch mxml-branch. 2003-06-17 Files: src/main/print-pcl.c (1.113) (+8 -8) Reverted previous fix pending further investigation. 2003-06-17 Files: src/main/print-pcl.c (1.112) (+9 -9) The "different A4 margins" does not apply to LaserJets. (Bruce Webster) 2003-06-17 Files: src/main/print-escp2.c (1.273) (+28 -19) Protect against bad values that may result in null pointers internally. 2003-06-17 Files: src/libgimpprintui/panel.c (1.45) (+5 -1) Avoid recursion problems in autosize 2003-06-15 Files: src/main/xml.c (1.21) (+12 -3) src/main/xml.h (1.7) (+2 -13) Move a few things out of libxml.h 2003-06-15 Files: NEWS (1.111) (+5 -0) src/foomatic/foomatic-printermap (1.59) (+3 -0) src/main/printers.xml (1.73) (+19 -1) Preliminary support for Epson Stylus Photo 935, PM-940C, PM-980C using existing drivers. 2003-06-15 Files: src/main/print-escp2-data.c (1.115) (+80 -60) src/main/print-escp2.c (1.272) (+240 -194) src/main/print-escp2.h (1.57) (+28 -2) Experimental Quality setting. This may be backed out later. 2003-06-15 Files: src/main/print-color.c (1.83) (+5 -1) Add Default image optimization (currently maps to Photograph, could be remapped by family drivers). 2003-06-15 Files: src/main/escp2-driver.c (1.8) (+3 -2) Avoid dereferencing a null pointer. 2003-06-15 Files: src/main/dither-main.c (1.22) (+2 -1) List a "Default" dither algorithm (currently maps to EvenTone; could be mapped by family drivers to something else). 2003-06-14 Files: src/foomatic/foomatic-generator.in (1.34) (+4 -1) Don't fail on new Epson "resolutions" that aren't actually resolutions. 2003-06-14 Files: include/gimp-print/gimp-print-ui.h (1.2) (+2 -1) src/libgimpprintui/panel.c (1.44) (+107 -14) src/libgimpprintui/plist.c (1.28) (+5 -2) src/libgimpprintui/printrcl.l (1.5) (+2 -1) src/libgimpprintui/printrcy.y (1.7) (+9 -3) Auto-sizing option for roll feed paper 2003-06-14 Files: src/main/escp2-driver.c (1.7) (+13 -1) src/main/print-escp2-data.c (1.114) (+4 -4) src/main/print-escp2.c (1.271) (+4 -6) src/main/print-escp2.h (1.56) (+5 -3) Do roll feed correctly (?) on Epson printers without paper cutter 2003-06-14 Files: src/main/print-color.c (1.82) (+73 -96) Fix a rounding problem in compute_a_curve() that prevented white output from being truly white. Some clean-up. 2003-06-13 Files: src/main/print-escp2.c (1.270) (+98 -28) Add named resolution/quality settings 2003-06-13 Files: src/main/escp2-papers.c (1.9) (+111 -56) src/main/print-escp2.c (1.269) (+93 -19) src/main/print-escp2.h (1.55) (+12 -2) Start work on simplifying option choices 2003-06-13 Files: src/main/dither-eventone.c (1.17) (+24 -15) src/main/dither-inks.c (1.18) (+7 -2) src/main/dither-ordered.c (1.13) (+5 -2) src/main/dither-very-fast.c (1.11) (+5 -2) Fix ordered, fast, and very fast dithering for PCL printers (set row ends correctly for single bit printing). Fix ink shade default (if family driver doesn't pass anything in). Fix Even Tone dithering for single bit dithering. 2003-06-13 Files: src/main/dither-ed.c (1.12) (+1 -4) src/main/dither-ordered.c (1.12) (+1 -3) src/main/dither-very-fast.c (1.10) (+1 -4) src/main/print-escp2.c (1.268) (+54 -107) src/main/print-util.c (1.97) (+1 -30) src/main/util.h (1.27) (+2 -72) Remove unused and unmaintained timing code 2003-06-13 Files: src/ghost/README (1.91) (+2 -1) Minor change 2003-06-13 Files: src/libgimpprintui/panel.c (1.43) (+26 -14) Make sure to always build page size combo correctly. 2003-06-12 Files: configure.ac (1.68) (+9 -7) src/libgimpprintui/Makefile.am (1.6) (+3 -1) Conditionally build libgimpprintui correctly. 2003-06-11 Files: src/ghost/README (1.90) (+112 -86) src/main/escp2-resolutions.c (1.16) (+31 -2) src/main/print-escp2-data.c (1.113) (+12 -12) src/main/print-escp2.h (1.54) (+4 -3) Start updating the Ghostscript doc. Rename the resolution lists to be more consistent. 2003-06-09 Files: src/main/print-pcl.c (1.111) (+137 -378) Treat paper_types and paper_sources like paper_sizes (compiler allocates space etc). 2003-06-09 Files: src/main/dither-eventone.c (1.16) (+9 -9) src/main/dither-impl.h (1.13) (+2 -7) src/main/dither-inks.c (1.17) (+4 -28) Remove even more redundant code. 2003-06-08 Files: src/main/dither-impl.h (1.12) (+3 -5) Correct a comment. 2003-06-08 Files: src/ghost/README (1.89) (+31 -0) Start updating this 2003-06-08 Files: src/ghost/README (1.88) (+22 -63) Start cleaning up the resolution list 2003-06-08 Files: NEWS (1.110) (+1 -2) configure.ac (1.67) (+3 -7) src/ghost/Makefile.am (1.32) (+3 -3) src/ghost/ijsgimpprint.c (1.43) (+29 -50) Remove use of glib from IJS driver 2003-06-08 Files: src/main/dither-eventone.c (1.15) (+15 -18) src/main/dither-impl.h (1.11) (+3 -11) src/main/dither-inks.c (1.16) (+5 -23) src/main/dither-main.c (1.21) (+1 -8) src/main/print-dither-matrices.c (1.23) (+1 -11) More cleanup, and fix a bug in even tone 2003-06-08 Files: src/main/print-vars.c (1.54) (+2 -1) Free the color conversion string. 2003-06-08 Files: src/main/dither-eventone.c (1.14) (+28 -56) src/main/dither-impl.h (1.10) (+2 -13) src/main/dither-inks.c (1.15) (+5 -45) Remove much of the now-redundant shade code from Eventone dither. =============================================================================== Name: gimp-print-4_3_16 2003-06-08 Files: po/cs.po (1.6) (+261 -243) po/da.po (1.34) (+261 -243) po/de.po (1.20) (+261 -243) po/el.po (1.21) (+261 -243) po/en_GB.po (1.104) (+262 -244) po/es.po (1.19) (+261 -243) po/fr.po (1.41) (+261 -243) po/ja.po (1.15) (+261 -243) po/nl.po (1.21) (+261 -243) po/no.po (1.41) (+261 -243) po/pl.po (1.25) (+261 -246) po/pt.po (1.19) (+261 -243) po/sk.po (1.24) (+261 -243) po/sv.po (1.50) (+262 -244) Gimp-Print 4.3.16 release 2003-06-08 Files: include/gimp-print/Makefile.am (1.12) (+3 -2) Add color.h. 2003-06-08 Files: NEWS (1.109) (+35 -11) README (1.122) (+1 -1) debian/README.Debian (1.40) (+1 -1) Prep for Gimp-Print 4.3.16 2003-06-08 Files: src/main/escp2-channels.c (1.11) (+160 -122) src/main/escp2-papers.c (1.8) (+73 -2) src/main/print-escp2.h (1.53) (+5 -3) src/main/print-vars.c (1.53) (+7 -1) Add matte black UltraChrome and archival matte paper. 2003-06-07 Files: src/libgimpprintui/panel.c (1.42) (+4 -2) Don't change the activity status of a value. 2003-06-07 Files: src/main/printers.c (1.55) (+6 -1) Don't attempt to check a parameter that is inactive. 2003-06-07 Files: NEWS (1.108) (+35 -0) configure.ac (1.66) (+3 -3) Increment version 2003-06-07 Files: src/main/escp2-channels.c (1.10) (+135 -102) src/main/escp2-inks.c (1.18) (+195 -1363) src/main/print-escp2-data.c (1.112) (+83 -83) src/main/print-escp2.c (1.267) (+125 -68) src/main/print-escp2.h (1.52) (+42 -34) src/main/print-vars.c (1.52) (+22 -3) src/main/util.h (1.26) (+3 -2) Associate ink types with ink sets. Associate shades with ink sets, rather than with dot sizes. 2003-06-07 Files: src/libgimpprintui/panel.c (1.41) (+20 -4) Enable/disable options based on combo settings 2003-06-06 Files: src/main/dither-inks.c (1.14) (+9 -8) src/main/escp2-inks.c (1.17) (+13 -13) src/main/print-canon.c (1.125) (+5 -5) src/main/print-lexmark.c (1.125) (+2 -2) src/main/print-pcl.c (1.110) (+2 -2) List inks from darkest to lightest. This makes it easy to create only some of the shades of the ink. 2003-06-06 Files: src/main/escp2-channels.c (1.9) (+2 -2) src/main/escp2-papers.c (1.7) (+43 -1) src/main/print-escp2-data.c (1.111) (+2 -2) src/main/print-escp2.h (1.51) (+3 -2) Tuning for the 950 2003-06-06 Files: src/main/escp2-inks.c (1.16) (+358 -469) Clean up unused ink definitions 2003-06-06 Files: src/main/escp2-channels.c (1.8) (+534 -107) src/main/escp2-inks.c (1.15) (+2 -1) src/main/escp2-papers.c (1.6) (+213 -229) src/main/print-escp2-data.c (1.110) (+120 -179) src/main/print-escp2.c (1.266) (+94 -40) src/main/print-escp2.h (1.50) (+100 -74) Support multiple inksets per printer, with different characteristics. 2003-06-06 Files: src/main/dither-inks.c (1.13) (+5 -1) Insert a few asserts for safety. 2003-06-05 Files: src/main/print-olympus.c (1.6) (+1 -2) There should be no need for stdint.h. If something should break, this should probably include sys/types.h. 2003-06-05 Files: src/libgimpprintui/gimp-print-ui-internal.h (1.12) (+2 -1) Need sys/types.h for off_t. 2003-06-04 Files: src/main/channel.c (1.5) (+23 -6) src/main/color.h (1.12) (+4 -1) Do not take density into account for doing channel splitting 2003-06-04 Files: src/main/print-escp2-data.c (1.109) (+2 -2) Fix densities for 2200 2003-06-04 Files: src/main/dither-inks.c (1.12) (+9 -1) Print more debug info 2003-06-04 Files: src/main/escp2-inks.c (1.14) (+3 -3) More tweaking of drop size 2003-06-04 Files: src/escputil/escputil.c (1.55) (+1 -6) Remove extra status check that shouldn't be there. 2003-06-04 Files: src/main/escp2-resolutions.c (1.15) (+2 -2) Fix typo 2003-06-04 Files: src/main/escp2-inks.c (1.13) (+3 -3) Fix up dot sizes for STP 2200 2003-06-04 Files: src/main/Makefile.am (1.76) (+9 -9) src/main/module.c (1.17) (+17 -15) src/main/print-color.c (1.81) (+5 -3) Fix up the module interface. Avoid accidental overflow in the color code. Handle gcr upper bound > 1 correctly in color code. 2003-06-03 Files: include/gimp-print/color.h (1.1) (added) include/gimp-print/gimp-print.h (1.36) (+10 -2) src/main/Makefile.am (1.75) (+40 -26) src/main/color.c (1.1) (added +276 -0) src/main/color.h (1.11) (+37 -1) src/main/module.c (1.16) (+8 -2) src/main/module.h (1.4) (+3 -2) src/main/print-canon.c (1.124) (+13 -13) src/main/print-color.c (1.80) (+68 -12) src/main/print-escp2.c (1.265) (+13 -13) src/main/print-lexmark.c (1.124) (+13 -13) src/main/print-olympus.c (1.5) (+13 -13) src/main/print-pcl.c (1.109) (+13 -13) src/main/print-ps.c (1.67) (+13 -13) src/main/print-raw.c (1.27) (+13 -13) src/main/print-vars.c (1.51) (+6 -1) src/main/printers.c (1.54) (+4 -4) Modularise the colour code. print-color.c becomes the color-traditional module. color.c is the generic colour interface. print-vars.c is changed to specify the selected colour conversion module. 2003-06-02 Files: src/main/channel.c (1.4) (+11 -8) Handle empty channels correctly (necessary for 5-color composite) 2003-06-02 Files: src/main/print-escp2.h (1.49) (+5 -2) Fix list of inklists 2003-06-02 Files: src/main/print-escp2-data.c (1.108) (+6 -6) Adjust the density of the 2200 at high resolution. 2003-06-02 Files: src/main/escp2-channels.c (1.7) (+253 -10) The ESP 950/960, 2100/2200, and PM-970C (with fast 360 DPI modes) actually have slightly offset heads. 2003-06-02 Files: src/main/escp2-inks.c (1.12) (+4 -4) Adjust the 2200 inks 2003-06-02 Files: src/foomatic/foomatic-generator.in (1.33) (+1 -1) Minor typo in comment 2003-06-01 Files: src/testpattern/testpattern.c (1.27) (+64 -19) src/testpattern/testpattern.h (1.7) (+6 -2) src/testpattern/testpatternl.l (1.6) (+2 -1) src/testpattern/testpatterny.y (1.11) (+11 -2) Add grid scale command 2003-06-01 Files: src/main/escp2-inks.c (1.11) (+6 -6) Fix up more ink shades for Epson printers 2003-06-01 Files: src/main/escp2-inks.c (1.10) (+54 -39) Tune a number of photo printers =============================================================================== Name: gimp-print-4_3_15 2003-06-01 Files: po/cs.po (1.5) (+357 -311) po/da.po (1.33) (+347 -302) po/de.po (1.19) (+357 -311) po/el.po (1.20) (+355 -309) po/en_GB.po (1.103) (+350 -303) po/es.po (1.18) (+357 -311) po/fr.po (1.40) (+357 -311) po/ja.po (1.14) (+357 -311) po/nl.po (1.20) (+357 -311) po/no.po (1.40) (+353 -307) po/pl.po (1.24) (+344 -303) po/pt.po (1.18) (+357 -311) po/sk.po (1.23) (+357 -311) po/sv.po (1.49) (+358 -312) Gimp-Print 4.3.15 2003-06-01 Files: src/main/print-list.c (1.13) (+2 -2) Cast item to be freed correctly to non-const 2003-06-01 Files: src/main/module.c (1.15) (+4 -4) Changed call sequence 2003-06-01 Files: NEWS (1.107) (+10 -6) Prep for Gimp-Print 4.3.15 2003-05-31 Files: src/main/.cvsignore (1.17) (+3 -1) Update the ignore files 2003-05-31 Files: NEWS (1.106) (+32 -9) README (1.121) (+3 -2) Updates 2003-05-31 Files: src/main/print-color.c (1.79) (+4 -4) Name the new mode Threshold rather than Line Art to avoid confusion. However, we'll still rename Line Art to Uncorrected. 2003-05-31 Files: src/main/print-color.c (1.78) (+519 -26) Change Line Art mode to "Uncorrected"; add new Line Art mode that thresholds. 2003-05-31 Files: src/main/dither-main.c (1.20) (+3 -3) Set row ends for the correct channel 2003-05-31 Files: src/main/print-escp2.c (1.264) (+18 -9) src/main/print-list.c (1.12) (+197 -35) src/main/print-papers.c (1.25) (+7 -10) src/main/print-vars.c (1.50) (+92 -89) src/main/printers.c (1.53) (+58 -47) src/main/string-list.c (1.12) (+9 -13) src/main/util.h (1.25) (+7 -7) src/main/xml.c (1.20) (+5 -7) Performance improvements in infrastructure 2003-05-31 Files: configure.ac (1.65) (+13 -2) Enable profiling build 2003-05-31 Files: scripts/global.mk (1.4) (+1 -1) Put both src/main and src/main/.libs on STP_MODULE_PATH. 2003-05-30 Files: src/main/dither-ordered.c (1.11) (+35 -9) src/main/dither-very-fast.c (1.9) (+42 -14) Performance improvements 2003-05-30 Files: src/main/print-pcl.c (1.108) (+267 -403) Allow the compiler to allocate space for the paper_sizes instead of just having arrays - saves static space and allows future split of code. 2003-05-30 Files: po/POTFILES.in (1.18) (+0 -1) Removed "dither-fast.c" so "po" will build. 2003-05-30 Files: test/run-testdither (1.8) (+10 -0) . 2003-05-30 Files: test/testdither.c (1.37) (+16 -7) Don't print progress if not printing to a tty 2003-05-30 Files: test/testdither.c (1.36) (+3 -4) Simplify output 2003-05-30 Files: NEWS (1.105) (+32 -1) README (1.120) (+1 -1) configure.ac (1.64) (+3 -3) debian/README.Debian (1.39) (+1 -1) Prep for Gimp-Print 4.3.15 2003-05-30 Files: src/main/escp2-channels.c (1.6) (+26 -26) src/main/escp2-inks.c (1.9) (+18 -18) src/main/print-escp2.c (1.263) (+2 -3) Minor fixes 2003-05-30 Files: src/main/escp2-inks.c (1.8) (+4 -4) src/main/print-escp2.h (1.48) (+87 -87) Save some space 2003-05-30 Files: src/main/Makefile.am (1.74) (+1 -2) src/main/dither-ed.c (1.11) (+77 -66) src/main/dither-fast.c (1.10) (removed) src/main/dither-impl.h (1.9) (+2 -3) src/main/dither-inks.c (1.11) (+5 -5) src/main/dither-inlined-functions.h (1.4) (+1 -16) src/main/dither-main.c (1.19) (+3 -4) src/main/dither-ordered.c (1.10) (+30 -117) src/main/dither-very-fast.c (1.8) (+33 -25) Fix up the dither routines. Adaptive hybrid isn't really working correctly; we'll figure that out later. 2003-05-29 Files: scripts/Makefile.am (1.3) (+2 -2) Add missing backslash so all needed files are distributed. 2003-05-29 Files: debian/README.building (1.5) (+4 -4) debian/control.in (1.34) (+1 -1) src/main/Makefile.am (1.73) (+4 -4) Update Debian packaging and fix "make dist". 2003-05-29 Files: po/en_GB.po (1.102) (+14 -19) Update the British English translation for printer model changes/additions. 2003-05-29 Files: src/main/channel.c (1.3) (+119 -32) src/main/color.h (1.10) (+7 -3) src/main/dither-ed.c (1.10) (+3 -11) src/main/dither-eventone.c (1.13) (+15 -80) src/main/dither-fast.c (1.9) (+1 -3) src/main/dither-impl.h (1.8) (+2 -5) src/main/dither-inks.c (1.10) (+4 -29) src/main/dither-ordered.c (1.9) (+1 -3) src/main/dither-very-fast.c (1.7) (+2 -4) src/main/dither.h (1.20) (+2 -5) src/main/print-canon.c (1.123) (+6 -6) src/main/print-escp2.c (1.262) (+2 -2) src/main/print-lexmark.c (1.123) (+16 -16) src/main/print-olympus.c (1.4) (+2 -2) src/main/print-pcl.c (1.107) (+15 -15) src/main/print-ps.c (1.66) (+4 -4) src/main/print-raw.c (1.26) (+2 -2) Move density into channel code instead of dither code 2003-05-28 Files: include/gimp-print/gimp-print.h (1.35) (+3 -3) src/gimp/print.c (1.55) (+5 -7) src/main/dither-ed.c (1.9) (+4 -2) src/main/dither-impl.h (1.7) (+14 -14) src/main/dither-inks.c (1.9) (+35 -5) src/main/dither.h (1.19) (+10 -4) src/main/escp2-channels.c (1.5) (+4 -4) src/main/escp2-driver.c (1.6) (+2 -5) src/main/escp2-inks.c (1.7) (+288 -1305) src/main/escp2-resolutions.c (1.14) (+318 -280) src/main/print-canon.c (1.122) (+3 -3) src/main/print-color.c (1.77) (+18 -15) src/main/print-escp2-data.c (1.107) (+25 -25) src/main/print-escp2.c (1.261) (+130 -44) src/main/print-escp2.h (1.47) (+18 -20) src/main/print-lexmark.c (1.122) (+7 -7) src/main/print-pcl.c (1.106) (+5 -5) src/main/print-vars.c (1.49) (+7 -6) src/main/printers.c (1.52) (+2 -2) src/main/printers.h (1.12) (+4 -4) src/main/sequence.c (1.7) (+6 -8) test/testdither.c (1.35) (+20 -20) Start fixing some problems introduced recently. Make raw type immutable. Add simplified way of expressing shades. 2003-05-26 Files: src/main/Makefile.am (1.72) (+2 -1) src/main/channel.c (1.2) (+317 -0) src/main/color.h (1.9) (+21 -5) src/main/dither-ed.c (1.8) (+33 -110) src/main/dither-eventone.c (1.12) (+43 -170) src/main/dither-fast.c (1.8) (+19 -85) src/main/dither-impl.h (1.6) (+20 -32) src/main/dither-inks.c (1.8) (+352 -262) src/main/dither-inlined-functions.h (1.3) (+5 -5) src/main/dither-main.c (1.18) (+43 -174) src/main/dither-ordered.c (1.8) (+19 -87) src/main/dither-very-fast.c (1.6) (+22 -87) src/main/dither.h (1.18) (+18 -45) src/main/escp2-channels.c (1.4) (+35 -112) src/main/escp2-inks.c (1.6) (+330 -1081) src/main/print-canon.c (1.121) (+157 -107) src/main/print-color.c (1.76) (+262 -354) src/main/print-dither-matrices.c (1.22) (+11 -11) src/main/print-escp2.c (1.260) (+156 -53) src/main/print-escp2.h (1.46) (+5 -6) src/main/print-lexmark.c (1.121) (+134 -28) src/main/print-olympus.c (1.3) (+20 -19) src/main/print-pcl.c (1.105) (+143 -61) src/main/print-ps.c (1.65) (+18 -8) src/main/print-raw.c (1.25) (+33 -13) test/testdither.c (1.34) (+72 -59) New channel architecture. Splitting into dark/light inks, quadtones, etc. is now done in a new "channel" layer, between the color code and the dither code. It is envisioned that eventually there may be a string of channel operations, so that the color code would itself be a channel operation. This has the desirable effect also of simplifying the dither code, as the dither code does not have to worry about a black channel that must be treated specially. It will make it easier to implement ink limiting, sliding conversions between dark and light inks based on black level, etc. This has been tested to the level prior to this commit. The fast dither is behaving badly in 6-colors, but this was determined to predate this change. Somewhat to my surprise, quality actually seems to be a bit higher than it was before. Perhaps simpler really is better... 2003-05-25 Files: NEWS (1.104) (+2 -1) A few updates 2003-05-25 Files: src/testpattern/run-testpattern (1.8) (+5 -0) Set the module path correctly to enable things to run in the sandbox 2003-05-25 Files: src/main/escp2-driver.c (1.5) (+2 -2) Send proper reset command after remote mode commands 2003-05-25 Files: src/main/module.c (1.14) (+2 -2) Work around bug in handling module order in Print plugin 2003-05-25 Files: test/run-testdither (1.7) (+3 -3) Test both 1-bit and 2-bit dithers. 2003-05-25 Files: test/parse-escp2 (1.7) (+1 -1) Calculate file offsets correctly in remote mode commands 2003-05-25 Files: src/testpattern/run-testpattern (1.7) (+14 -5) Clean up the arguments, provide usage string 2003-05-25 Files: src/libgimpprintui/panel.c (1.40) (+9 -1) Note order dependency on module loading for future fix. 2003-05-23 Files: po/cs.po (1.4) (+25 -66) po/da.po (1.32) (+25 -66) po/de.po (1.18) (+25 -66) po/el.po (1.19) (+25 -66) po/en_GB.po (1.101) (+26 -67) po/es.po (1.17) (+25 -66) po/fr.po (1.39) (+25 -66) po/ja.po (1.13) (+25 -66) po/nl.po (1.19) (+25 -66) po/no.po (1.39) (+25 -66) po/pl.po (1.23) (+25 -66) po/pt.po (1.17) (+25 -66) po/sk.po (1.22) (+25 -66) po/sv.po (1.48) (+26 -67) Update po files 2003-05-23 Files: src/foomatic/foomatic-generator.in (1.32) (+2 -0) src/main/module.c (1.13) (+2 -1) A few minor fixes for the Olympus driver 2003-05-22 Files: NEWS (1.103) (+4 -0) src/foomatic/foomatic-printermap (1.58) (+3 -0) src/main/Makefile.am (1.71) (+6 -2) src/main/module.c (1.12) (+2 -1) src/main/print-olympus.c (1.2) (+546 -0) src/main/printers.xml (1.72) (+7 -1) Merge with olympus driver 2003-05-21 Files: src/main/print-olympus.c (1.1) (added +3018 -0) file print-olympus.c was initially added on branch olympus-driver-branch. 2003-05-20 Files: Makefile.am (1.135) (+2 -2) configure.ac (1.63) (+7 -6) doc/README.maintaining (1.15) (+16 -9) scripts/autogen.sh (1.28) (+19 -26) Update to gettext 0.11.x Require libtool 1.4.3 or 1.5. 2003-05-20 Files: scripts/global.mk (1.3) (+1 -1) src/cups/Makefile.am (1.65) (+2 -3) src/foomatic/Makefile.am (1.38) (+2 -2) src/ghost/Makefile.am (1.31) (+2 -2) src/gimp/Makefile.am (1.32) (+2 -2) src/libgimpprintui/Makefile.am (1.5) (+2 -2) src/main/Makefile.am (1.70) (+2 -3) src/testpattern/Makefile.am (1.16) (+2 -2) test/Makefile.am (1.40) (+2 -2) Fix include ordering 2003-05-15 Files: src/main/channel.c (1.1) (added +1176 -0) file channel.c was initially added on branch channel-20030511-branch. 2003-05-12 Files: src/foomatic/foomatic-printermap (1.57) (+1 -1) Over-zealously changed HP LJII to a IIP. =============================================================================== Name: gimp-print-4_3_14 2003-05-11 Files: po/cs.po (1.3) (+3032 -1740) po/da.po (1.31) (+462 -450) po/de.po (1.17) (+462 -450) po/el.po (1.18) (+462 -450) po/en_GB.po (1.100) (+463 -451) po/es.po (1.16) (+462 -450) po/fr.po (1.38) (+462 -450) po/ja.po (1.12) (+462 -450) po/nl.po (1.18) (+462 -450) po/no.po (1.38) (+462 -450) po/pl.po (1.22) (+462 -450) po/pt.po (1.16) (+462 -450) po/sk.po (1.21) (+462 -450) po/sv.po (1.47) (+463 -451) Gimp-Print 4.3.14 2003-05-11 Files: scripts/autogen.sh (1.27) (+0 -8) Remove obsolete (and redundant) stanza 2003-05-11 Files: scripts/autogen.sh (1.26) (+0 -1) Don't call gettextize twice 2003-05-11 Files: scripts/autogen.sh (1.25) (+23 -21) Don't create the configure.in symlink if we don't need it 2003-05-11 Files: NEWS (1.102) (+15 -16) Prep for 4.3.14 2003-05-11 Files: src/cups/genppd.c (1.69) (+14 -17) Don't set default output order for now until we figure out how to do it correctly. 2003-05-10 Files: src/main/color.h (1.8) (+1 -5) src/main/gimp-print-internal.h (1.70) (+7 -2) src/main/printers.c (1.51) (+1 -2) src/main/printers.h (1.11) (+2 -10) src/main/util.h (1.24) (+2 -6) src/main/xml.h (1.6) (+2 -3) Clean up of header files 2003-05-10 Files: src/main/dither-main.c (1.17) (+1 -2) Don't need vars.h. 2003-05-10 Files: src/main/escp2-driver.c (1.4) (+2 -2) Syntax error 2003-05-10 Files: src/main/dither-fast.c (1.7) (+3 -2) Some improvement 2003-05-10 Files: src/main/dither-ed.c (1.7) (+3 -3) src/main/dither-fast.c (1.6) (+2 -2) src/main/dither-ordered.c (1.7) (+2 -2) src/main/dither-very-fast.c (1.5) (+1 -3) Fix the remaining dither issues with fast, adaptive, and ordered 2003-05-10 Files: src/main/dither-ed.c (1.6) (+2 -2) src/main/dither-fast.c (1.5) (+2 -3) src/main/dither-ordered.c (1.6) (+2 -2) Fix light-dark transition in ED, fast, and ordered dither 2003-05-09 Files: NEWS (1.101) (+20 -10) Update 2003-05-09 Files: src/testpattern/run-testpattern (1.6) (+31 -11) src/testpattern/testpatterny.y (1.10) (+6 -2) Improve coverage 2003-05-09 Files: src/main/print-canon.c (1.120) (+17 -8) src/main/print-lexmark.c (1.120) (+15 -8) src/main/print-pcl.c (1.104) (+13 -7) Don't add nonexistent channels. 2003-05-09 Files: src/cups/genppd.c (1.68) (+13 -2) 735493 CUPS PPD files lacking *OutputOrder 2003-05-09 Files: NEWS (1.100) (+13 -10) Update 2003-05-09 Files: src/main/escp2-driver.c (1.3) (+5 -3) Fix printing to non-photo printers 2003-05-09 Files: src/main/dither-eventone.c (1.11) (+4 -2) Fix a bug printing zero density. 2003-05-08 Files: debian/changelog (1.56) (+9 -2) debian/control.in (1.33) (+2 -2) Update for 4.3.14. Move development packages to section "libdevel". 2003-05-08 Files: src/main/Makefile.am (1.69) (+3 -2) Create xmli18n.h during "make dist". 2003-05-08 Files: NEWS (1.99) (+45 -1) README (1.119) (+1 -1) debian/README.Debian (1.38) (+1 -1) Increment version 2003-05-08 Files: src/main/dither-ed.c (1.5) (+3 -4) src/main/dither-inks.c (1.7) (+3 -3) src/main/dither-main.c (1.16) (+2 -1) src/main/dither-ordered.c (1.5) (+6 -7) Fix long-standing issue with ordered dither at low density 2003-05-08 Files: src/libgimpprintui/panel.c (1.39) (+1 -5) Remove debugging statements 2003-05-08 Files: NEWS (1.98) (+27 -9) src/foomatic/foomatic-printermap (1.56) (+291 -289) Update printer map 2003-05-07 Files: src/foomatic/foomatic-printermap (1.55) (+15 -4) Added new laser printers. 2003-05-07 Files: configure.ac (1.62) (+6 -3) Only enable some GCC warnings if maintainer mode is used 2003-05-07 Files: src/main/escp2-driver.c (1.2) (+6 -1) Print boolean parameters in the file header 2003-05-07 Files: src/main/print-escp2.c (1.259) (+2 -2) Do ink dotsize adjustment correctly 2003-05-07 Files: src/libgimpprintui/panel.c (1.38) (+52 -9) src/main/print-color.c (1.75) (+2 -2) src/main/print-escp2.c (1.258) (+25 -6) Epson driver: add ability to turn off dot resizing. Color: make contrast type (linear vs. regular) mandatory. GUI: improve behavior of set defaults 2003-05-06 Files: src/main/Makefile.am (1.68) (+2 -1) src/main/escp2-driver.c (1.1) (added +764 -0) src/main/print-escp2.c (1.257) (+57 -672) src/main/print-escp2.h (1.45) (+101 -2) Split up the Epson driver even more 2003-05-05 Files: src/main/escp2-resolutions.c (1.13) (+1 -3) Remove 1440x1440 HQ from 2880 dpi list. 2003-05-05 Files: configure.ac (1.61) (+4 -5) doc/developer/integrating.texi (1.3) (+2 -2) doc/developer/new-printer.texi (1.2) (+12 -12) doc/developer/weave.texi (1.2) (+79 -151) include/gimp-print/array.h (1.3) (+2 -2) include/gimp-print/curve.h (1.4) (+3 -3) include/gimp-print/gimp-print.h (1.34) (+3 -3) include/gimp-print/sequence.h (1.2) (+16 -15) po/cs.po (1.2) (+3348 -0) scripts/autogen.sh (1.24) (+2 -2) src/cups/genppd.c (1.67) (+11 -11) src/escputil/escputil.c (1.54) (+12 -12) src/foomatic/printer_options.c (1.25) (+6 -6) src/gimp/print.c (1.54) (+1 -2) src/libgimpprintui/gimp-print-ui-internal.h (1.11) (+2 -14) src/libgimpprintui/panel.c (1.37) (+5 -5) src/libgimpprintui/plist.c (1.27) (+4 -4) src/libgimpprintui/printrc.h (1.3) (+1 -3) src/libgimpprintui/printrcy.y (1.6) (+1 -2) src/main/array.c (1.6) (+15 -26) src/main/curve.c (1.34) (+41 -45) src/main/dither-eventone.c (1.10) (+13 -13) src/main/dither-impl.h (1.5) (+7 -7) src/main/escp2-inks.c (1.5) (+13 -1) src/main/escp2-resolutions.c (1.12) (+1 -1) src/main/print-color.c (1.74) (+4 -5) src/main/print-dither-matrices.c (1.21) (+9 -13) src/main/print-escp2-data.c (1.106) (+60 -119) src/main/print-escp2.c (1.256) (+785 -793) src/main/print-escp2.h (1.44) (+19 -39) src/main/print-lexmark.c (1.119) (+3 -3) src/main/print-list.c (1.11) (+74 -63) src/main/print-papers.c (1.24) (+3 -3) src/main/print-ps.c (1.64) (+8 -1) src/main/print-util.c (1.96) (+3 -3) src/main/print-vars.c (1.48) (+112 -114) src/main/print-weave.c (1.53) (+41 -43) src/main/printers.c (1.50) (+4 -4) src/main/sequence.c (1.6) (+52 -44) src/main/string-list.c (1.11) (+4 -4) src/main/util.h (1.23) (+22 -24) src/main/weave.h (1.9) (+16 -6) src/main/xml.c (1.19) (+3 -3) src/testpattern/run-testpattern (1.5) (+1 -1) src/testpattern/testpattern.c (1.26) (+4 -4) src/testpattern/testpattern.h (1.6) (+1 -3) src/testpattern/testpatterny.y (1.9) (+1 -2) test/bjc-unprint.c (1.7) (+1 -2) test/escp2-weavetest.c (1.29) (+99 -66) test/run-weavetest (1.18) (+39 -30) test/unprint.c (1.29) (+56 -51) Clean up the Epson driver. Add Czech translation. Clean up some new compiler warnings. Improve some of the tests. Minor formatting cleanup for the doc. 2003-05-04 Files: po/cs.po (1.1) (added +16761 -0) file cs.po was initially added on branch gimp-print-4_2_branch. 2003-04-28 Files: src/testpattern/run-testpattern (1.4) (+11 -8) Allow passing extra arguments on the command line. 2003-04-27 Files: configure.ac (1.60) (+3 -10) src/Makefile.am (1.16) (+2 -3) src/printdef/.cvsignore (1.4) (removed) src/printdef/Makefile.am (1.15) (removed) src/printdef/printdef.c (1.10) (removed) Remove printdef, which is now no longer used. 2003-04-27 Files: src/main/dither-inks.c (1.6) (+2 -1) Initialize shade value. 2003-04-27 Files: src/main/print-canon.c (1.119) (+2 -1) Initialize empty lines counter. 2003-04-20 Files: src/main/print-escp2-data.c (1.105) (+60 -60) src/main/print-escp2.c (1.255) (+2 -4) src/main/print-escp2.h (1.43) (+2 -4) Remove unused parameter enhanced_resolution 2003-04-20 Files: src/main/papers.xml (1.10) (+7 -1) Add Engineering C paper size 2003-04-20 Files: src/main/Makefile.am (1.67) (+2 -1) src/main/bit-ops.c (1.4) (+16 -13) src/main/bit-ops.h (1.1) (added) src/main/print-canon.c (1.118) (+6 -6) src/main/print-escp2.c (1.254) (+62 -71) src/main/print-lexmark.c (1.118) (+78 -75) src/main/print-pcl.c (1.103) (+7 -7) src/main/print-weave.c (1.52) (+231 -147) src/main/weave.h (1.8) (+37 -130) test/escp2-weavetest.c (1.28) (+12 -15) test/testdither.c (1.33) (+3 -2) Clean up weave API a bit =============================================================================== Name: gimp-print-4_3_13 2003-04-18 Files: po/da.po (1.30) (+2007 -722) po/de.po (1.16) (+1865 -813) po/el.po (1.17) (+1977 -798) po/en_GB.po (1.99) (+468 -443) po/es.po (1.15) (+1949 -852) po/fr.po (1.37) (+1940 -843) po/ja.po (1.11) (+1940 -843) po/nl.po (1.17) (+1940 -844) po/no.po (1.37) (+1967 -757) po/pl.po (1.21) (+1982 -762) po/pt.po (1.15) (+1941 -840) po/sk.po (1.20) (+1941 -844) po/sv.po (1.46) (+1942 -845) Gimp-Print 4.3.13 release 2003-04-18 Files: NEWS (1.97) (+35 -1) README (1.118) (+1 -1) configure.ac (1.59) (+3 -3) debian/README.Debian (1.37) (+1 -1) Prep for 4.3.13 2003-04-18 Files: test/escp2-weavetest.c (1.27) (+3 -3) test/run-weavetest (1.17) (+26 -20) Minor enhancement to the weave test 2003-04-16 Files: src/libgimpprintui/panel.c (1.36) (+7 -1) Fix memory leak 2003-04-16 Files: src/main/print-dither-matrices.c (1.20) (+10 -1) Handle aspect ratio 3 dither screens 2003-04-15 Files: include/gimp-print/array.h (1.2) (+8 -7) include/gimp-print/curve.h (1.3) (+27 -26) include/gimp-print/gimp-print.h (1.33) (+101 -97) src/cups/genppd.c (1.66) (+7 -7) src/cups/rastertoprinter.c (1.62) (+4 -4) src/escputil/escputil.c (1.53) (+8 -8) src/foomatic/printer_margins.c (1.9) (+2 -2) src/foomatic/printer_options.c (1.24) (+2 -2) src/foomatic/printers.c (1.6) (+2 -2) src/ghost/ijsgimpprint.c (1.42) (+7 -7) src/libgimpprintui/gimp-print-ui-internal.h (1.10) (+3 -3) src/libgimpprintui/panel.c (1.35) (+22 -16) src/libgimpprintui/plist.c (1.26) (+4 -4) src/libgimpprintui/ui-utils.c (1.6) (+2 -2) src/main/array.c (1.5) (+7 -7) src/main/color.h (1.7) (+4 -4) src/main/curve.c (1.33) (+24 -24) src/main/dither-main.c (1.15) (+3 -3) src/main/dither.h (1.17) (+7 -7) src/main/print-canon.c (1.117) (+29 -29) src/main/print-color.c (1.73) (+27 -27) src/main/print-dither-matrices.c (1.19) (+4 -4) src/main/print-escp2.c (1.253) (+51 -51) src/main/print-lexmark.c (1.117) (+25 -25) src/main/print-papers.c (1.23) (+2 -2) src/main/print-pcl.c (1.102) (+15 -15) src/main/print-ps.c (1.63) (+12 -12) src/main/print-raw.c (1.24) (+7 -7) src/main/print-util.c (1.95) (+17 -17) src/main/print-vars.c (1.47) (+40 -40) src/main/printers.c (1.49) (+39 -39) src/main/printers.h (1.10) (+16 -16) src/main/string-list.c (1.10) (+4 -4) src/main/util.h (1.22) (+18 -16) src/main/vars.h (1.15) (+6 -6) src/testpattern/printers.c (1.3) (+2 -2) src/testpattern/testpattern.c (1.25) (+2 -2) test/curve.c (1.15) (+58 -11) test/run-testdither (1.6) (+11 -5) test/run-weavetest (1.16) (+1 -0) test/testdither.c (1.32) (+18 -7) test/xml-curve.c (1.2) (+2 -2) Fix all const hidden types, e. g. stp_vars_t. Rather than typedef void *stp_vars_t; const stp_vars_t v; we use typedef void *stp_vars_t; typedef const void *stp_const_vars_t; stp_const_vars_t v; It turns out that const stp_vars_t v; is equivalent to stp_vars_t *const v; which is basically useless (it means that the pointer itself cannot be modified -- or assigned to -- which isn't at all what we want). Thanks to Peter Bloomfield (PeterBloomfield at bellsouth dot net) for pointing this out and suggesting the fix. 2003-04-13 Files: src/main/array.c (1.4) (+1 -2) src/main/dither.h (1.16) (+2 -4) src/main/print-color.c (1.72) (+1 -2) Clean up a few more header issues 2003-04-13 Files: src/gimp/print.c (1.53) (+2 -2) Fix up const-correctness 2003-04-13 Files: src/main/Makefile.am (1.66) (+1 -6) src/main/array.c (1.3) (+83 -1) src/main/array.h (1.3) (removed) src/main/bit-ops.c (1.3) (+2 -1) src/main/curve.c (1.32) (+22 -9) src/main/curve.h (1.4) (removed) src/main/dither-main.c (1.14) (+1 -3) src/main/dither.h (1.15) (+10 -2) src/main/gimp-print-internal.h (1.69) (+2 -3) src/main/list.h (1.6) (removed) src/main/papers.h (1.10) (removed) src/main/print-canon.c (1.116) (+2 -1) src/main/print-dither-matrices.c (1.18) (+1 -76) src/main/print-escp2.c (1.252) (+2 -1) src/main/print-lexmark.c (1.116) (+5 -1) src/main/print-list.c (1.10) (+26 -2) src/main/print-papers.c (1.22) (+4 -5) src/main/print-pcl.c (1.101) (+2 -1) src/main/print-weave.c (1.51) (+2 -1) src/main/printers.c (1.48) (+13 -3) src/main/printers.h (1.9) (+2 -17) src/main/sequence.c (1.5) (+24 -4) src/main/sequence.h (1.2) (removed) src/main/weave.h (1.7) (+2 -14) src/main/xml.c (1.18) (+1 -2) src/main/xml.h (1.5) (+4 -2) test/escp2-weavetest.c (1.26) (+2 -1) test/testdither.c (1.31) (+3 -2) Clean up header files 2003-04-13 Files: src/main/escp2-resolutions.c (1.11) (+3 -3) Minor cleanup 2003-04-13 Files: src/main/escp2-resolutions.c (1.10) (+134 -134) src/main/print-escp2.c (1.251) (+3 -3) src/main/print-escp2.h (1.42) (+2 -4) Remove now-unused external resolution 2003-04-13 Files: .cvsignore (1.20) (+2 -0) man/.cvsignore (1.6) (+1 -1) scripts/.cvsignore (1.3) (+1 -0) src/cups/.cvsignore (1.6) (+1 -0) src/libgimpprintui/.cvsignore (1.4) (+6 -0) src/main/.cvsignore (1.16) (+3 -0) Ignore some more files 2003-04-12 Files: include/gimp-print/Makefile.am (1.11) (+1 -2) include/gimp-print/curve.h (1.2) (+6 -18) include/gimp-print/gimp-print.h (1.32) (+2 -3) include/gimp-print/xml.h (1.2) (removed) src/main/curve.c (1.31) (+408 -1) src/main/print-dither-matrices.c (1.17) (+329 -20) src/main/print-escp2.c (1.250) (+2 -2) src/main/print-papers.c (1.21) (+178 -1) src/main/print-util.c (1.94) (+5 -1) src/main/printers.c (1.47) (+241 -1) src/main/sequence.c (1.4) (+238 -4) src/main/util.h (1.21) (+22 -11) src/main/xml.c (1.17) (+105 -1422) src/main/xml.h (1.4) (+37 -5) test/curve.c (1.14) (+4 -4) test/run-weavetest (1.15) (+1 -1) Create XML registry, rather than hardocding known XML data types. 2003-04-12 Files: test/run-weavetest (1.14) (+2 -2) Add new modes to support PM-930C and PM-970C. 2003-04-11 Files: src/main/print-pcl.c (1.100) (+3 -3) Tweaked the DeskJet 340 margins slightly according to the User Guide. 2003-04-10 Files: src/foomatic/foomatic-printermap (1.54) (+289 -289) Change Foomatic names to the new database names. 2003-04-10 Files: NEWS (1.96) (+10 -0) src/foomatic/foomatic-printermap (1.53) (+5 -0) src/main/print-escp2-data.c (1.104) (+17 -1) src/main/printers.xml (1.71) (+33 -1) Add support for Japanese Epson printers CL-760, PM-740C, PM-870C, PM-930C, and PM-3700C. I'm confident about all of these printers except for the PM-930C (the spacing may be wrong) and the PM-870C (may be equivalent to the Stylus Photo 925 rather than the 915). 2003-04-09 Files: src/gimp/print.c (1.52) (+2 -1) src/libgimpprintui/panel.c (1.34) (+18 -10) src/libgimpprintui/plist.c (1.25) (+16 -8) src/libgimpprintui/printrcy.y (1.5) (+9 -3) Clean up some memory leaks. Make the parser more forgiving. 2003-04-09 Files: src/main/printers.c (1.46) (+2 -1) Set the verified bit correctly. 2003-04-09 Files: src/cups/rastertoprinter.c (1.61) (+9 -5) src/libgimpprintui/panel.c (1.33) (+16 -7) src/main/dither-ed.c (1.4) (+4 -4) src/main/dither-eventone.c (1.9) (+2 -2) src/main/dither-fast.c (1.4) (+4 -4) src/main/dither-inks.c (1.5) (+5 -5) src/main/dither-main.c (1.13) (+97 -97) src/main/dither-ordered.c (1.4) (+4 -4) src/main/dither-very-fast.c (1.4) (+4 -4) src/main/dither.h (1.14) (+2 -4) src/main/print-canon.c (1.115) (+5 -6) src/main/print-color.c (1.71) (+41 -47) src/main/print-dither-matrices.c (1.16) (+7 -7) src/main/print-escp2.c (1.249) (+19 -29) src/main/print-lexmark.c (1.115) (+4 -3) src/main/print-pcl.c (1.99) (+5 -7) src/main/print-raw.c (1.23) (+2 -25) src/main/print-vars.c (1.46) (+126 -58) src/main/print-weave.c (1.50) (+6 -6) src/main/printers.c (1.45) (+11 -10) src/main/vars.h (1.14) (+11 -35) test/testdither.c (1.30) (+2 -3) Fix the CUPS driver: don't use the page number to decide whether to initialize the job (use a variable dedicated to that purpose), and don't attempt to throw away a negative amount of data (which would happen in the case of full bleed). Fix the GIMP plugin: constrain the minimum and maximum sizes of custom paper sizes based on the printer chosen, and when the printer changes, change those bounds. Also set the parameters for the raw "printer" used to produce the thumbnail preview. In the core: rather than have fixed pointers to component data for the dither, color, and driver, make this extensible by storing these objects as named objects. Also have them automatically destroyed by the stp_vars_t being destroyed. This simplifies the internal interface and will allow us to extend this scheme to handle more things (such as a first class interface for channels). In the Epson driver: remove some now dead code. Also fix the gray vs. color command (it should be two bytes, not one). In the raw pseudo-driver: remove the PageSize option. We always require the number of dots to be explicitly set, since there's no real concept of a "page". In the weave code: change hard coded array lengths to be named constants. In the printer code: perform verification on a copy of the vars, rather than on the real thing. Also let the driver verify the vars on job start and end, to match how the print routine works. 2003-04-08 Files: src/ghost/ijsgimpprint.c (1.41) (+4 -3) Improve a printf 2003-04-08 Files: src/main/curve.c (1.30) (+2 -2) Set bounds correctly in rescale 2003-04-08 Files: test/curve.c (1.13) (+94 -13) Try a few more combinations 2003-04-07 Files: src/main/curve.c (1.29) (+97 -73) src/main/curve.h (1.3) (+2 -4) src/main/sequence.c (1.3) (+7 -10) src/main/xml.c (1.16) (+227 -165) test/curve.c (1.12) (+13 -15) Use the sequence size for all curve point count calculations Fix gamma curve read/write functions 2003-04-05 Files: src/main/escp2-inks.c (1.4) (+1 -79) src/main/escp2-resolutions.c (1.9) (+89 -83) src/main/print-escp2-data.c (1.103) (+94 -110) src/main/print-escp2.c (1.248) (+2 -2) src/main/print-escp2.h (1.41) (+33 -45) Simplify Epson resolution scheme 2003-04-05 Files: src/main/print-dither-matrices.c (1.15) (+2 -20) Try find both normal and transposed dither matrices. 2003-04-05 Files: src/main/escp2-resolutions.c (1.8) (+106 -86) src/main/print-escp2-data.c (1.102) (+13 -13) src/main/print-escp2.c (1.247) (+61 -40) src/main/print-escp2.h (1.40) (+6 -3) More cleanup of resolutions. 2003-04-05 Files: src/main/escp2-resolutions.c (1.7) (+1 -5) src/main/print-escp2-data.c (1.101) (+78 -86) src/main/print-escp2.c (1.246) (+2 -2) src/main/print-escp2.h (1.39) (+6 -6) Remove unused 1440x720 and 2880x720 microweave resolutions 2003-04-05 Files: src/main/escp2-resolutions.c (1.6) (+122 -85) src/main/print-escp2-data.c (1.100) (+40 -40) src/main/print-escp2.c (1.245) (+33 -12) src/main/print-escp2.h (1.38) (+7 -5) Reduce the excessive number of resolutions displayed. Display the standard ink type for a given combination of settings as "standard" rather than by turning the ink type on or off. 2003-04-05 Files: src/main/escp2-resolutions.c (1.5) (+30 -1) src/main/print-escp2-data.c (1.99) (+17 -5) src/main/print-escp2.c (1.244) (+4 -4) src/main/print-escp2.h (1.37) (+3 -2) Improve support for Epson PM-970C 2003-04-03 Files: src/main/print-vars.c (1.45) (+10 -4) Set defaults correctly 2003-04-03 Files: src/main/print-escp2.c (1.243) (+63 -20) Set up the head offset correctly. Print parameters more usefully. 2003-04-01 Files: po/POTFILES.in (1.17) (+2 -0) po/en_GB.po (1.98) (+1762 -791) src/main/Makefile.am (1.65) (+15 -2) src/main/print-escp2.c (1.242) (+2 -2) Translate strings in XML data files. 2003-04-01 Files: src/foomatic/oldprinterids (1.1) (added) file oldprinterids was initially added on branch gimp-print-4_2_branch. 2003-03-31 Files: src/main/array.c (1.2) (+1 -9) src/main/curve.c (1.28) (+52 -43) src/main/curve.h (1.2) (+4 -3) src/main/dither-impl.h (1.4) (+2 -10) src/main/print-vars.c (1.44) (+1 -9) src/main/sequence.c (1.2) (+1 -11) src/main/util.h (1.20) (+10 -2) src/main/xml.c (1.15) (+19 -31) stp_curve_create_from_xmltree does not rely on curve internals. curve point count is never computed from the sequence size. curves are no longer reset to the default when editing them. 2003-03-31 Files: src/testpattern/Makefile.am (1.15) (+2 -1) Need to include libxml headers 2003-03-31 Files: src/escputil/escputil.c (1.52) (+2 -1) Add support for Epson Stylus Photo 900 2003-03-30 Files: configure.ac (1.58) (+3 -3) src/libgimpprintui/plist.c (1.24) (+4 -4) src/libgimpprintui/printrcl.l (1.4) (+2 -2) src/main/curve.c (1.27) (+31 -16) src/main/xml.c (1.14) (+26 -29) Create gamma curves correctly from XML. "Overloaded" curve accessors set curve data correctly. XML gamma curves in printrc are delimited with "'". 2003-03-30 Files: configure.ac (1.57) (+3 -2) include/gimp-print/Makefile.am (1.10) (+8 -2) include/gimp-print/array.h (1.1) (added) include/gimp-print/curve.h (1.1) (added) include/gimp-print/gimp-print.h (1.31) (+25 -291) include/gimp-print/xml.h (1.1) (added) src/cups/Makefile.am (1.64) (+2 -1) src/foomatic/Makefile.am (1.37) (+2 -1) src/ghost/Makefile.am (1.30) (+2 -2) src/ghost/ijsgimpprint.c (1.40) (+10 -2) src/gimp/Makefile.am (1.31) (+2 -2) src/libgimpprintui/Makefile.am (1.4) (+2 -3) src/libgimpprintui/plist.c (1.23) (+5 -4) src/libgimpprintui/printrcy.y (1.4) (+2 -2) src/main/1x1.mat (1.3) (removed) src/main/2x1.mat (1.3) (removed) src/main/4x1.mat (1.3) (removed) src/main/Makefile.am (1.64) (+12 -8) src/main/array.h (1.2) (+1 -24) src/main/curve.c (1.26) (+233 -434) src/main/curve.h (1.1) (added) src/main/dither-main.c (1.12) (+15 -12) src/main/dither.h (1.13) (+13 -10) src/main/escp2-channels.c (1.3) (+40 -22) src/main/escp2-papers.c (1.5) (+53 -29) src/main/gimpprint.xsd (1.6) (+105 -5) src/main/papers.h (1.9) (+18 -2) src/main/papers.xml (1.9) (+1 -2) src/main/print-canon.c (1.114) (+53 -29) src/main/print-color.c (1.70) (+47 -11) src/main/print-dither-matrices.c (1.14) (+43 -99) src/main/print-lexmark.c (1.114) (+53 -29) src/main/print-pcl.c (1.98) (+43 -24) src/main/print-util.c (1.93) (+5 -5) src/main/print-vars.c (1.43) (+95 -1) src/main/printers.xml (1.70) (+1 -2) src/main/xml.c (1.13) (+1140 -89) src/main/xml.h (1.3) (+12 -6) src/printdef/Makefile.am (1.14) (+2 -2) test/Makefile.am (1.39) (+5 -3) test/curve.c (1.11) (+379 -174) test/xml-curve.c (1.1) (added +71 -0) Change curve data format to XML. Use new array and sequence data types. 2003-03-30 Files: src/cups/genppd.c (1.65) (+11 -11) Nicer names for the UI groups =============================================================================== Name: gimp-print-4_3_12 2003-03-29 Files: po/da.po (1.29) (+455 -370) po/de.po (1.15) (+476 -375) po/el.po (1.16) (+485 -383) po/en_GB.po (1.97) (+477 -377) po/es.po (1.14) (+476 -375) po/fr.po (1.36) (+476 -375) po/ja.po (1.10) (+476 -375) po/nl.po (1.16) (+464 -374) po/no.po (1.36) (+469 -372) po/pl.po (1.20) (+458 -371) po/pt.po (1.14) (+476 -375) po/sk.po (1.19) (+476 -375) po/sv.po (1.45) (+477 -376) Gimp-Print 4.3.12 release 2003-03-29 Files: NEWS (1.95) (+1 -1) Fix typo! 2003-03-29 Files: src/testpattern/Makefile.am (1.14) (+3 -2) Need to distribute run-testpattern to permit make check in tarball 2003-03-29 Files: NEWS (1.94) (+28 -4) README (1.117) (+1 -1) configure.ac (1.56) (+3 -3) debian/README.Debian (1.36) (+2 -2) Prep for Gimp-Print 4.3.12 2003-03-29 Files: src/cups/genppd.c (1.64) (+56 -53) src/cups/rastertoprinter.c (1.60) (+4 -4) src/main/escp2-papers.c (1.4) (+69 -69) src/main/print-escp2.c (1.241) (+16 -7) src/main/print-escp2.h (1.36) (+3 -2) Turn off extremely verbose messages in rastertoprinter unless debug2 is turned on. Don't offer inactive options to the user in the PPD files. Make ink type an optional parameter in the Epson driver, and also allow the default ink type to differ based on the paper and printer chosen. 2003-03-29 Files: src/cups/rastertoprinter.c (1.59) (+75 -54) Handle command line and PPD options correctly 2003-03-29 Files: NEWS (1.93) (+3 -0) src/foomatic/foomatic-printermap (1.52) (+2 -0) src/ghost/README (1.87) (+23 -14) src/main/escp2-inks.c (1.3) (+40 -1) src/main/escp2-resolutions.c (1.4) (+4 -1) src/main/print-escp2-data.c (1.98) (+80 -60) src/main/print-escp2.c (1.240) (+2 -2) src/main/print-escp2.h (1.35) (+9 -7) src/main/printers.xml (1.69) (+13 -1) Preliminary support for Epson PM-970C Support for Epson Stylus Photo 900 2003-03-28 Files: Makefile.am (1.134) (+1 -6) Don't remove backup files with "maintainer-clean". Backup files are still removed from the distributed tarball. 2003-03-24 Files: src/cups/genppd.c (1.63) (+33 -28) src/cups/rastertoprinter.c (1.58) (+13 -8) Code appears to work, although options are not getting passed 2003-03-23 Files: src/cups/genppd.c (1.62) (+132 -98) src/cups/rastertoprinter.c (1.57) (+42 -23) Add all string list, float, and boolean parameters to CUPS driver 2003-03-23 Files: src/main/print-color.c (1.69) (+9 -9) Reorder options 2003-03-22 Files: src/cups/rastertoprinter.c (1.56) (+8 -2) Work around Solaris/gcc problem with limits.h 2003-03-22 Files: src/main/print-canon.c (1.113) (+7 -2) Workaround Solaris gcc problem with limits.h 2003-03-22 Files: src/main/print-escp2.c (1.239) (+9 -3) Don't barf if PrintingDirection is not provided 2003-03-22 Files: src/cups/rastertoprinter.c (1.55) (+10 -6) Make CUPS set the PrintingDirection parameter. 2003-03-22 Files: src/main/dither-eventone.c (1.8) (+10 -7) Prevent EvenTone from printing dots when input is zero. 2003-03-20 Files: src/main/escp2-resolutions.c (1.3) (+1 -19) src/main/print-escp2.c (1.238) (+419 -475) src/main/print-lexmark.c (1.113) (+19 -18) src/main/print-weave.c (1.49) (+25 -25) src/main/weave.h (1.6) (+8 -8) test/escp2-weavetest.c (1.25) (+6 -6) Cleanup 2003-03-20 Files: test/testdither.c (1.29) (+4 -4) Remove nonexistent monochrome option 2003-03-20 Files: test/run-testdither (1.5) (+1 -1) Remove nonexistent monochrome option. 2003-03-20 Files: src/main/dither-inks.c (1.4) (+2 -2) stpi_dither_set_ranges_and_shades_simple sets only one color of ink. 2003-03-19 Files: include/gimp-print/gimp-print.h (1.30) (+8 -8) Remove unused enum names. These confuse the gtk-doc parser, and are not required by any code. 2003-03-19 Files: src/main/module.c (1.11) (+3 -2) Check that a module exists before attempting to close it. 2003-03-19 Files: src/main/dither-matrix-1x1.xml (1.1) (added) src/main/dither-matrix-2x1.xml (1.1) (added) src/main/dither-matrix-4x1.xml (1.1) (added) Add XML dither matrices. 2003-03-19 Files: include/gimp-print/sequence.h (1.1) (added) src/main/array.c (1.1) (added +272 -0) src/main/array.h (1.1) (added) src/main/sequence.c (1.1) (added +557 -0) src/main/sequence.h (1.1) (added) Add sequence and array (derived from sequence) objects. 2003-03-19 Files: debian/changelog (1.55) (+12 -0) Update for 4.3.11 2003-03-19 Files: src/main/libgimpprint.sym (1.4) (+120 -2) Update required symbols. 2003-03-19 Files: src/main/printers.c (1.44) (+3 -3) Print more useful error message. 2003-03-19 Files: src/ghost/ijsgimpprint.c (1.39) (+4 -4) Fix roundoff error in calculating margins. 2003-03-19 Files: src/main/print-vars.c (1.42) (+2 -3) Set all mandatory parameters in stp_set_printer_defaults. 2003-03-18 Files: src/main/escp2-channels.c (1.2) (+103 -26) src/main/print-escp2.c (1.237) (+89 -21) src/main/print-escp2.h (1.34) (+3 -2) Add ink transition controls to Epson driver 2003-03-16 Files: src/main/dither-main.c (1.11) (+3 -3) src/main/print-color.c (1.68) (+17 -17) Reorganized controls a bit more 2003-03-16 Files: src/libgimpprintui/panel.c (1.32) (+2 -2) Rename edit curve button 2003-03-16 Files: src/main/print-color.c (1.67) (+30 -8) Offer linear vs. fixed endpoint contrast adjustment. 2003-03-16 Files: src/main/print-vars.c (1.41) (+55 -4) Warn if an attempt is made to access an unset integer, float, or boolean parameter. 2003-03-16 Files: src/main/print-color.c (1.66) (+15 -12) Reorganize the parameters a bit. 2003-03-16 Files: src/libgimpprintui/panel.c (1.31) (+6 -4) Don't incorrectly smash color values. 2003-03-16 Files: src/libgimpprintui/panel.c (1.30) (+30 -2) src/main/dither-main.c (1.10) (+2 -2) src/main/escp2-papers.c (1.3) (+2 -2) src/main/print-escp2-data.c (1.97) (+11 -11) src/main/print-escp2.c (1.236) (+25 -21) Support full bleed correctly 2003-03-12 Files: src/main/print-pcl.c (1.97) (+4 -3) Init privdata.do_6color in non-photo cases. Removed duplicate init. of privdata.do_blank and privdata.blank_lines. 2003-03-12 Files: src/main/print-pcl.c (1.96) (+6 -6) Silly cut and paste error 2003-03-12 Files: src/main/color.h (1.6) (+3 -3) src/main/dither-inks.c (1.3) (+13 -3) src/main/dither-main.c (1.9) (+30 -36) src/main/dither.h (1.12) (+39 -34) src/main/image.h (1.3) (+6 -6) src/main/print-canon.c (1.112) (+266 -262) src/main/print-lexmark.c (1.112) (+98 -113) src/main/print-pcl.c (1.95) (+283 -236) src/main/util.h (1.19) (+7 -7) src/main/weave.h (1.5) (+7 -7) Supply shades from all family drivers. Simplify printing loop in all family drivers. Reindent all header files. 2003-03-08 Files: src/main/escp2-inks.c (1.2) (+36 -36) Fix the Stylus Photo 2200 and 10000 ink definitions 2003-03-07 Files: src/libgimpprintui/plist.c (1.22) (+30 -20) Don't try to use the sync code if we're not printing to a process. Thanks, Dave! 2003-03-01 Files: src/main/papers.xml (1.8) (+4 -4) More paper types moved to extended category. 2003-03-01 Files: src/libgimpprintui/panel.c (1.29) (+1 -2) Minor cleanup 2003-03-01 Files: src/libgimpprintui/panel.c (1.28) (+187 -110) Some UI cleanup =============================================================================== Name: gimp-print-4_3_11 2003-03-01 Files: po/da.po (1.28) (+272 -252) po/de.po (1.14) (+274 -252) po/el.po (1.15) (+274 -256) po/en_GB.po (1.96) (+275 -253) po/es.po (1.13) (+274 -252) po/fr.po (1.35) (+274 -252) po/ja.po (1.9) (+274 -252) po/nl.po (1.15) (+274 -252) po/no.po (1.35) (+272 -252) po/pl.po (1.19) (+273 -256) po/pt.po (1.13) (+274 -252) po/sk.po (1.18) (+274 -252) po/sv.po (1.44) (+275 -253) Gimp-Print 4.3.11 2003-03-01 Files: NEWS (1.92) (+28 -11) Prep for 4.3.11 2003-03-01 Files: NEWS (1.91) (+1 -1) README (1.116) (+1 -1) configure.ac (1.55) (+3 -3) debian/README.Debian (1.35) (+1 -1) Bump version 2003-03-01 Files: include/gimp-print/gimp-print.h (1.29) (+6 -4) src/libgimpprintui/gimp-print-ui-internal.h (1.9) (+7 -5) src/libgimpprintui/panel.c (1.27) (+127 -17) src/libgimpprintui/plist.c (1.21) (+16 -6) src/libgimpprintui/printrcl.l (1.3) (+2 -1) src/libgimpprintui/printrcy.y (1.3) (+14 -2) src/main/dither-main.c (1.8) (+19 -13) src/main/papers.xml (1.7) (+105 -105) src/main/print-vars.c (1.40) (+23 -5) src/main/xml.c (1.12) (+10 -8) Reduce the number of visible paper sizes by default 2003-02-28 Files: src/main/printers.c (1.43) (+2 -2) Fix job mode in stp_end_job(). 2003-02-27 Files: src/cups/rastertoprinter.c (1.54) (+19 -15) Fix CUPS printing. stp_start_job() was being called before stp_verify(). 2003-02-26 Files: include/gimp-print/gimp-print.h (1.28) (+94 -101) src/libgimpprintui/gimp-print-ui-internal.h (1.8) (+9 -1) src/libgimpprintui/panel.c (1.26) (+113 -13) src/main/escp2-resolutions.c (1.2) (+117 -253) src/main/print-canon.c (1.111) (+2 -2) src/main/print-escp2.c (1.235) (+40 -6) src/main/print-escp2.h (1.33) (+2 -3) src/main/print-lexmark.c (1.111) (+2 -2) src/main/print-pcl.c (1.94) (+11 -48) src/main/print-ps.c (1.62) (+2 -2) src/main/print-raw.c (1.22) (+2 -2) src/main/print-vars.c (1.39) (+2 -2) src/main/util.h (1.18) (+8 -2) Reduce the number of quality settings for Epson printers by separating unidirectional/bidirectional into its own option. Support boolean options in the UI. Minor cleanup in the PCL driver. 2003-02-22 Files: configure.ac (1.54) (+8 -3) src/ghost/Makefile.am (1.29) (+3 -3) src/ghost/ijsgimpprint.c (1.38) (+91 -2) Handle all options in IJS driver 2003-02-22 Files: src/testpattern/testpattern.c (1.24) (+2 -2) Fix use of stp_papersize_t 2003-02-22 Files: include/gimp-print/gimp-print.h (1.27) (+18 -16) src/cups/genppd.c (1.61) (+5 -5) src/cups/rastertoprinter.c (1.53) (+4 -4) src/foomatic/paper_sizes.c (1.6) (+3 -5) src/foomatic/printer_margins.c (1.8) (+4 -4) src/ghost/README (1.86) (+13 -12) src/ghost/ijsgimpprint.c (1.37) (+4 -6) src/libgimpprintui/panel.c (1.25) (+8 -7) src/main/gimpprint.dtd (1.4) (+31 -2) src/main/gimpprint.xsd (1.5) (+21 -1) src/main/papers.h (1.8) (+4 -20) src/main/papers.xml (1.6) (+5 -1) src/main/print-canon.c (1.110) (+54 -24) src/main/print-escp2.c (1.234) (+58 -31) src/main/print-lexmark.c (1.110) (+57 -29) src/main/print-papers.c (1.20) (+47 -125) src/main/print-pcl.c (1.93) (+57 -30) src/main/print-ps.c (1.61) (+4 -5) src/main/print-raw.c (1.21) (+4 -6) src/main/printers.c (1.42) (+4 -2) src/main/xml.c (1.11) (+54 -18) Support paper sizes with margins, such as Epson photo paper 2003-02-19 Files: src/foomatic/foomatic-printermap (1.51) (+3 -3) src/main/print-pcl.c (1.92) (+35 -1) src/main/printers.xml (1.68) (+7 -1) The LaserJet IIP series can do TIFF compression so added them separately. I don't know if the LaserJet II (and all the others that use the pcl-2 driver) can do this, hence separating out the IIP. 2003-02-18 Files: src/main/dither-eventone.c (1.7) (+3 -10) Remove reciprocal array. It isn't saving computations anymore. 2003-02-17 Files: src/main/dither-eventone.c (1.6) (+9 -10) Fixed sign bug with values >= 32768. 2003-02-16 Files: src/main/module.c (1.10) (+17 -24) src/main/path.c (1.7) (+7 -8) src/main/print-list.c (1.9) (+14 -28) src/main/print-papers.c (1.19) (+5 -7) src/main/printers.c (1.41) (+7 -7) src/main/util.h (1.17) (+10 -4) src/main/xml.c (1.10) (+26 -30) Use debug flags rather than conditional compilation. 2003-02-16 Files: src/main/curve.c (1.25) (+7 -2) src/main/print-list.c (1.8) (+7 -2) src/main/print-vars.c (1.38) (+7 -2) src/main/printers.c (1.40) (+7 -2) Better message when an empty object is passed 2003-02-16 Files: src/main/print-ps.c (1.60) (+2 -6) Don't actually omit the list of options for a mandatory parameter; simply return an empty list. =============================================================================== Name: gimp-print-4_3_10 2003-02-16 Files: po/da.po (1.27) (+122 -122) po/de.po (1.13) (+122 -122) po/el.po (1.14) (+122 -122) po/en_GB.po (1.95) (+123 -123) po/es.po (1.12) (+122 -122) po/fr.po (1.34) (+122 -122) po/ja.po (1.8) (+122 -122) po/nl.po (1.14) (+122 -122) po/no.po (1.34) (+122 -122) po/pl.po (1.18) (+122 -122) po/pt.po (1.12) (+122 -122) po/sk.po (1.17) (+122 -122) po/sv.po (1.43) (+123 -123) Gimp-Print 4.3.10 2003-02-16 Files: src/main/print-color.c (1.65) (+8 -4) Clear up a few Valgrind issues. 2003-02-16 Files: src/main/print-util.c (1.92) (+3 -2) Clear a memory leak. 2003-02-15 Files: NEWS (1.90) (+5 -2) README (1.115) (+9 -9) debian/README.Debian (1.34) (+1 -1) include/gimp-print/gimp-print.h (1.26) (+7 -2) src/gimp/print.c (1.51) (+2 -1) src/libgimpprintui/panel.c (1.24) (+46 -15) src/main/escp2-papers.c (1.2) (+17 -17) src/main/print-canon.c (1.109) (+2 -1) src/main/print-color.c (1.64) (+181 -298) src/main/print-escp2-data.c (1.96) (+20 -20) src/main/print-escp2.c (1.233) (+20 -4) src/main/print-lexmark.c (1.109) (+2 -1) src/main/print-pcl.c (1.91) (+2 -1) src/main/print-ps.c (1.59) (+2 -1) src/main/print-raw.c (1.20) (+2 -1) src/main/print-vars.c (1.37) (+24 -1) Fix a large number of logic problems related to stp_vars_t. Many of these are in the color code; there were a lot of problems with overriding options and such. There is a new call stp_prune_inactive to remove inactive and unused settings, to prevent other code from tripping all over these settings. Also, the UI now sets all parameters that it will not display to be inactive. 2003-02-15 Files: configure.ac (1.53) (+3 -3) Bump version =============================================================================== Name: gimp-print-4_3_9 2003-02-15 Files: po/da.po (1.26) (+852 -990) po/de.po (1.12) (+1362 -1205) po/el.po (1.13) (+1160 -1152) po/en_GB.po (1.94) (+1313 -1152) po/es.po (1.11) (+1318 -1172) po/fr.po (1.33) (+1339 -1189) po/ja.po (1.7) (+1339 -1189) po/nl.po (1.13) (+1252 -1150) po/no.po (1.33) (+998 -1063) po/pl.po (1.17) (+1041 -1056) po/pt.po (1.11) (+1343 -1194) po/sk.po (1.16) (+1312 -1169) po/sv.po (1.42) (+1351 -1202) Gimp-Print 4.3.9 release 2003-02-15 Files: NEWS (1.89) (+9 -1) Prep for 4.3.9 release 2003-02-15 Files: src/gimp/print.c (1.50) (+2 -2) Turn message output back on. 2003-02-15 Files: src/main/print-color.c (1.63) (+17 -3) Offer HSL-adjusted line art mode. 2003-02-15 Files: src/main/print-escp2.h (1.32) (+4 -4) Missing commit 2003-02-15 Files: src/main/print-escp2.c (1.232) (+18 -5) Try microweave dot size if softweave dot size isn't available. 2003-02-15 Files: src/main/print-escp2.c (1.231) (+78 -25) Automatically use a larger drop size if the selected drop size would not allow use of enough ink. 2003-02-15 Files: src/main/dither-main.c (1.7) (+2 -2) Extend the range of the density adjustment. 2003-02-15 Files: src/main/print-color.c (1.62) (+6 -6) Type correctness 2003-02-14 Files: src/libgimpprintui/panel.c (1.23) (+43 -69) Cleanup 2003-02-14 Files: src/main/print-color.c (1.61) (+24 -11) Make gray component reduction a bit more intuitive 2003-02-14 Files: NEWS (1.88) (+39 -9) README (1.114) (+1 -1) configure.ac (1.52) (+3 -3) debian/README.Debian (1.33) (+1 -1) Bump the version. 2003-02-14 Files: src/libgimpprintui/panel.c (1.22) (+25 -2) Evidently a gtk_curve can exceed its bounds... 2003-02-14 Files: src/main/print-color.c (1.60) (+19 -12) Separate the black curve from the composite curve (which is something entirely different). 2003-02-14 Files: src/gimp/print.c (1.49) (+4 -9) Use an environment variable to control wait at startup 2003-02-13 Files: src/libgimpprintui/gimp-print-ui-internal.h (1.7) (+5 -9) src/libgimpprintui/panel.c (1.21) (+377 -206) src/libgimpprintui/ui-utils.c (1.5) (+29 -58) src/main/print-color.c (1.59) (+51 -22) src/main/print-raw.c (1.19) (+2 -1) More curve improvements 2003-02-13 Files: include/gimp-print/gimp-print.h (1.25) (+18 -2) src/libgimpprintui/gimp-print-ui-internal.h (1.6) (+15 -2) src/libgimpprintui/panel.c (1.20) (+362 -46) src/libgimpprintui/plist.c (1.20) (+3 -3) src/main/curve.c (1.24) (+67 -3) src/main/print-color.c (1.58) (+95 -35) src/main/print-vars.c (1.36) (+2 -2) Curves now work!!! 2003-02-09 Files: include/gimp-print/gimp-print.h (1.24) (+73 -15) src/gimp/print.c (1.48) (+12 -3) src/libgimpprintui/.cvsignore (1.3) (+5 -0) src/libgimpprintui/Makefile.am (1.3) (+10 -2) src/libgimpprintui/gimp-print-ui-internal.h (1.5) (+59 -23) src/libgimpprintui/panel.c (1.19) (+391 -218) src/libgimpprintui/plist.c (1.19) (+100 -30) src/libgimpprintui/printrc.h (1.2) (+42 -0) src/libgimpprintui/printrcl.l (1.2) (+103 -0) src/libgimpprintui/printrcy.y (1.2) (+262 -0) src/libgimpprintui/ui-utils.c (1.4) (+117 -52) src/main/dither-main.c (1.6) (+8 -8) src/main/print-canon.c (1.108) (+8 -6) src/main/print-color.c (1.57) (+20 -20) src/main/print-escp2.c (1.230) (+30 -28) src/main/print-lexmark.c (1.108) (+8 -6) src/main/print-pcl.c (1.90) (+7 -5) src/main/print-ps.c (1.58) (+8 -29) src/main/print-util.c (1.91) (+22 -14) src/main/print-vars.c (1.35) (+153 -106) src/main/printers.c (1.39) (+9 -5) src/main/string-list.c (1.9) (+22 -3) New user interface code supports optional parameters (at least for ranges; I still have to fix this for optional combo boxes). Introduce a new printrc file format, with a Bison parser. The parser needs to be changed to avoid using "yy" symbols everywhere. Valgrind the code. 2003-02-09 Files: src/libgimpprintui/printrc.h (1.1) (added) file printrc.h was initially added on branch ui-20030201-branch. 2003-02-08 Files: src/libgimpprintui/printrcy.y (1.1) (added) file printrcy.y was initially added on branch ui-20030201-branch. 2003-02-08 Files: src/libgimpprintui/printrcl.l (1.1) (added) file printrcl.l was initially added on branch ui-20030201-branch. 2003-02-08 Files: src/cups/cups-genppdconfig.in (1.3) (+2 -2) src/cups/cups-genppdupdate.in (1.2) (+2 -2) Don't die when a process running on the other end of a pipe returns a nonzero exit status 2003-02-05 Files: src/cups/genppd.c (1.60) (+79 -12) src/cups/rastertoprinter.c (1.52) (+11 -10) Mirror 4.2 changes, although these are totally untested because I can't install the required versions of all the support tools right now... 2003-02-05 Files: src/main/gimp-print-internal.h (1.68) (+2 -5) src/main/papers.h (1.7) (+2 -6) src/main/print-papers.c (1.18) (+2 -1) src/main/printers.h (1.8) (+3 -2) src/main/util.h (1.16) (+4 -2) Better factoring 2003-02-01 Files: src/main/dither-eventone.c (1.5) (+31 -25) Minor code optimization only. 2003-01-28 Files: NEWS (1.87) (+3 -0) src/foomatic/foomatic-printermap (1.50) (+3 -0) src/main/printers.xml (1.67) (+19 -1) Added Apple Color StyleWriter 4100 (Deskjet 660C), Color StyleWriter 4500 (DJ 690C) and Color StyleWriter 6500 (takes same carts as DJ850). Detective work by: Richard V. Ford 2003-01-28 Files: NEWS (1.86) (+181 -48) src/escputil/escputil.c (1.51) (+2 -1) src/foomatic/foomatic-printermap (1.49) (+1 -0) src/main/print-escp2-data.c (1.95) (+17 -1) src/main/printers.xml (1.66) (+9 -1) Add Epson C50 2003-01-27 Files: README (1.113) (+1 -1) debian/README.Debian (1.32) (+1 -1) Prep for 4.3.8. 2003-01-27 Files: NEWS (1.85) (+79 -2) Prep for 4.3.8 2003-01-26 Files: src/main/.cvsignore (1.15) (+4 -0) src/main/Makefile.am (1.63) (+15 -14) src/main/escp2-channels.c (1.1) (added +477 -0) src/main/escp2-inks.c (1.1) (added) src/main/escp2-papers.c (1.1) (added +518 -0) src/main/escp2-resolutions.c (1.1) (added +323 -0) src/main/print-escp2-data.c (1.94) (+169 -4687) src/main/print-escp2.h (1.31) (+35 -3) Split up the Epson data 2003-01-26 Files: src/main/print-escp2-data.c (1.93) (+209 -36) Finish adding all the different shades in. 2003-01-26 Files: configure.ac (1.51) (+9 -2) src/printdef/Makefile.am (1.13) (+4 -1) Do not build printdef by default 2003-01-26 Files: src/cups/rastertoprinter.c (1.51) (+250 -245) Code cleanup 2003-01-26 Files: src/main/1x1.mat (1.2) (+1 -1) src/main/2x1.mat (1.2) (+1 -1) src/main/4x1.mat (1.2) (+1 -1) src/main/print-papers.c (1.17) (+5 -5) src/main/printers.c (1.38) (+2 -2) Fix a few minor things 2003-01-26 Files: src/libgimpprintui/panel.c (1.18) (+13 -16) Swap bottom and right border options in UI. Fix a compiler warning on const-ness. 2003-01-26 Files: src/main/dither.h (1.11) (+3 -3) src/main/print-escp2-data.c (1.92) (+2 -2) Reorder the elements in stpi_shade_t to avoid errors caused by using the wrong data type in initializers. 2003-01-26 Files: src/main/print-escp2.c (1.229) (+2 -2) fix typo 2003-01-26 Files: include/gimp-print/gimp-print.h (1.23) (+3 -2) src/main/dither-main.c (1.5) (+3 -3) src/main/print-canon.c (1.107) (+6 -6) src/main/print-color.c (1.56) (+25 -25) src/main/print-escp2.c (1.228) (+68 -64) src/main/print-lexmark.c (1.107) (+6 -6) src/main/print-pcl.c (1.89) (+6 -6) src/main/print-ps.c (1.57) (+7 -7) src/main/print-raw.c (1.18) (+3 -3) src/main/print-vars.c (1.34) (+2 -1) Add channel number to parameter 2003-01-25 Files: src/main/curve.c (1.23) (+35 -144) src/main/print-util.c (1.90) (+190 -6) src/main/util.h (1.15) (+20 -2) I/O layer to simplify reading from both strings and files 2003-01-25 Files: src/libgimpprintui/plist.c (1.18) (+132 -97) Print error messages to the screen (via g_message) rather than to stderr. 2003-01-25 Files: src/main/print-ps.c (1.56) (+2 -1) Don't leave bounds.str set. 2003-01-25 Files: src/libgimpprintui/plist.c (1.17) (+4 -4) src/main/print-vars.c (1.33) (+4 -1) plist.c: Make debug statements work after changes. print-vars.c: Ensure bounds.str and deflt.str are NULL to avoid problems freeing random memory! 2003-01-24 Files: src/foomatic/foomatic-printermap (1.48) (+33 -0) Added missing HP inkjets. 2003-01-24 Files: debian/rules (1.46) (+3 -3) Copy updated config.sub and config.guess to the correct location 2003-01-23 Files: debian/rules (1.45) (+2 -2) Remove redundant escaping 2003-01-23 Files: po/POTFILES.in (1.16) (+7 -1) Update translated dither code files 2003-01-23 Files: src/main/libgimpprint.sym (1.3) (+0 -20) src/main/print-list.c (1.7) (+5 -2) src/main/print-papers.c (1.16) (+9 -1) src/main/printers.c (1.37) (+10 -4) Remove exported stp_list symbols Fix typos in printer and paper list error messages Check a list is valid before copying it 2003-01-23 Files: src/gimp/print-intl.h (1.5) (+9 -7) Rewrite INIT_LOCALE to avoid spurious compiler warning 2003-01-23 Files: src/gimp/print-intl.h (1.4) (+6 -8) src/main/color.h (1.5) (+0 -11) src/main/module.c (1.9) (+0 -1) src/main/print-color.c (1.55) (+4 -31) Back out erroneous commit 2003-01-23 Files: src/gimp/print-intl.h (1.3) (+9 -7) src/main/color.h (1.4) (+12 -1) src/main/module.c (1.8) (+2 -1) src/main/print-color.c (1.54) (+32 -5) Gimp-Print 4.2.5 2003-01-22 Files: src/main/print-escp2.c (1.227) (+122 -119) Minor reorg 2003-01-20 Files: include/gimp-print/gimp-print.h (1.22) (+7 -7) src/cups/genppd.c (1.59) (+8 -8) src/cups/gimp-print-cups.c (1.5) (+2 -2) src/cups/rastertoprinter.c (1.50) (+6 -6) src/foomatic/printer_margins.c (1.7) (+2 -2) src/foomatic/printer_options.c (1.23) (+2 -2) src/foomatic/stp_limits.c (1.10) (+3 -3) src/ghost/ijsgimpprint.c (1.36) (+8 -8) src/gimp/print-image-gimp.c (1.11) (+3 -3) src/libgimpprintui/panel.c (1.17) (+3 -3) src/libgimpprintui/plist.c (1.16) (+3 -3) src/libgimpprintui/print-image-thumbnail.c (1.3) (+3 -3) src/main/print-color.c (1.53) (+2 -2) src/main/print-vars.c (1.32) (+4 -4) src/main/printers.c (1.36) (+8 -8) src/testpattern/testpattern.c (1.23) (+3 -3) One more name change 2003-01-20 Files: src/main/Makefile.am (1.62) (+1 -2) src/main/bit-ops.c (1.2) (+29 -29) src/main/color.h (1.3) (+5 -5) src/main/curve.c (1.22) (+77 -77) src/main/dither-ed.c (1.3) (+33 -33) src/main/dither-eventone.c (1.4) (+40 -40) src/main/dither-fast.c (1.3) (+12 -12) src/main/dither-impl.h (1.3) (+32 -32) src/main/dither-inks.c (1.2) (+58 -58) src/main/dither-inlined-functions.h (1.2) (+4 -4) src/main/dither-main.c (1.4) (+82 -82) src/main/dither-ordered.c (1.3) (+14 -14) src/main/dither-very-fast.c (1.3) (+13 -13) src/main/dither.h (1.10) (+50 -50) src/main/image.c (1.3) (+18 -18) src/main/image.h (1.2) (+19 -19) src/main/list.h (1.5) (+11 -11) src/main/module.c (1.7) (+90 -90) src/main/module.h (1.3) (+19 -19) src/main/papers.h (1.6) (+8 -11) src/main/path.c (1.6) (+26 -26) src/main/path.h (1.2) (+4 -4) src/main/print-canon.c (1.106) (+121 -121) src/main/print-color.c (1.52) (+60 -60) src/main/print-dither-matrices.c (1.13) (+59 -59) src/main/print-escp2-data.c (1.91) (+211 -211) src/main/print-escp2.c (1.226) (+166 -166) src/main/print-escp2.h (1.30) (+7 -7) src/main/print-lexmark.c (1.106) (+174 -174) src/main/print-list.c (1.6) (+132 -132) src/main/print-papers.c (1.15) (+79 -85) src/main/print-pcl.c (1.88) (+192 -192) src/main/print-ps.c (1.55) (+101 -100) src/main/print-raw.c (1.17) (+33 -33) src/main/print-util.c (1.89) (+90 -90) src/main/print-vars.c (1.31) (+337 -331) src/main/print-weave.c (1.48) (+187 -187) src/main/printers.c (1.35) (+136 -125) src/main/printers.h (1.7) (+18 -24) src/main/printlist.h (1.3) (removed) src/main/string-list.c (1.8) (+29 -29) src/main/util.h (1.14) (+76 -76) src/main/vars.h (1.13) (+33 -35) src/main/weave.h (1.4) (+87 -91) src/main/xml.c (1.9) (+68 -68) src/main/xml.h (1.2) (+4 -4) src/printdef/printdef.c (1.9) (+29 -29) test/escp2-weavetest.c (1.24) (+8 -8) test/testdither.c (1.28) (+64 -64) Rename all internal stp_ things to stpi_ 2003-01-20 Files: include/gimp-print/gimp-print.h (1.21) (+114 -86) src/cups/genppd.c (1.58) (+6 -6) src/cups/rastertoprinter.c (1.49) (+6 -6) src/foomatic/printer_margins.c (1.6) (+3 -3) src/foomatic/printer_options.c (1.22) (+5 -5) src/foomatic/printers.c (1.5) (+2 -2) src/foomatic/stp_limits.c (1.9) (+3 -3) src/ghost/ijsgimpprint.c (1.35) (+5 -5) src/libgimpprintui/panel.c (1.16) (+9 -9) src/libgimpprintui/plist.c (1.15) (+10 -10) src/main/curve.c (1.21) (+23 -23) src/main/dither-main.c (1.3) (+4 -4) src/main/print-canon.c (1.105) (+20 -20) src/main/print-color.c (1.51) (+36 -36) src/main/print-dither-matrices.c (1.12) (+3 -3) src/main/print-escp2.c (1.225) (+15 -15) src/main/print-lexmark.c (1.105) (+15 -15) src/main/print-pcl.c (1.87) (+17 -17) src/main/print-ps.c (1.54) (+6 -6) src/main/print-raw.c (1.16) (+6 -6) src/main/print-util.c (1.88) (+6 -6) src/main/print-vars.c (1.30) (+25 -25) src/main/printers.c (1.34) (+8 -8) src/main/string-list.c (1.7) (+7 -7) src/main/xml.c (1.8) (+2 -2) src/testpattern/printers.c (1.2) (+2 -2) src/testpattern/testpattern.c (1.22) (+7 -7) test/curve.c (1.10) (+18 -18) test/escp2-weavetest.c (1.23) (+2 -2) test/testdither.c (1.27) (+3 -3) Reorganize external names 2003-01-20 Files: configure.ac (1.50) (+3 -3) include/gimp-print/gimp-print.h (1.20) (+2 -57) src/cups/rastertoprinter.c (1.48) (+2 -3) src/libgimpprintui/panel.c (1.15) (+1 -2) src/main/gimp-print-internal.h (1.67) (+3 -3) src/main/util.h (1.13) (+71 -7) src/main/vars.h (1.12) (+5 -2) src/printdef/printdef.c (1.8) (+2 -2) Move stp_list_t and stp_set_output_type to internal header files 2003-01-20 Files: src/main/papers.xml (1.5) (+2 -2) src/main/print-papers.c (1.14) (+35 -2) src/main/print-util.c (1.87) (+1 -3) src/main/printers.c (1.33) (+36 -2) Don't segfault if paper_list or printer_list aren't initialised, create them instead and issue a warning if it's not a list insertion. 2003-01-20 Files: man/Makefile.am (1.18) (+1 -11) src/cups/cups-genppdconfig.in (1.2) (+5 -4) cups-genppdconfig uses -u to run non-interactively, instead of using a different argv[0]. 2003-01-20 Files: debian/changelog (1.54) (+8 -0) debian/control.in (1.32) (+46 -2) debian/cupsys-driver-gimpprint.dirs (1.1) (added) debian/cupsys-driver-gimpprint.install (1.4) (+0 -1) debian/cupsys-driver-gimpprint.postinst (1.3) (+1 -0) debian/cupsys-driver-gimpprint.prerm (1.1) (added) debian/libgimpprint.install.in (1.2) (+1 -1) Add libgimpprintui control data Update version cupsys-driver-gimpprint generates and updates PPDs in the postinst, and removes them in prerm. 2003-01-20 Files: src/main/dither-eventone.c (1.3) (+13 -13) Make EvenTone use new per-channel density_adjustment. Fix my e-mail address :-). 2003-01-20 Files: src/main/module.c (1.6) (+13 -13) src/main/print-canon.c (1.104) (+3 -3) src/main/print-escp2.c (1.224) (+3 -3) src/main/print-lexmark.c (1.104) (+3 -3) src/main/print-pcl.c (1.86) (+3 -3) src/main/print-ps.c (1.53) (+3 -3) src/main/print-raw.c (1.15) (+3 -3) Back out change to module symbol names 2003-01-20 Files: test/escp2-weavetest.c (1.22) (+2 -4) Simplify the weave API 2003-01-20 Files: src/main/.cvsignore (1.14) (+1 -0) src/main/Makefile.am (1.61) (+2 -1) src/main/bit-ops.c (1.1) (added +1288 -0) src/main/print-escp2.c (1.223) (+24 -10) src/main/print-lexmark.c (1.103) (+24 -14) src/main/print-weave.c (1.47) (+18 -914) src/main/weave.h (1.3) (+26 -17) Clean up the weave code a bit 2003-01-20 Files: src/main/module.c (1.5) (+14 -14) src/main/print-canon.c (1.103) (+3 -3) src/main/print-escp2.c (1.222) (+3 -3) src/main/print-lexmark.c (1.102) (+3 -3) src/main/print-papers.c (1.13) (+2 -2) src/main/print-pcl.c (1.85) (+3 -3) src/main/print-ps.c (1.52) (+3 -3) src/main/print-raw.c (1.14) (+3 -3) src/main/print-weave.c (1.46) (+6 -6) src/main/weave.h (1.2) (+2 -22) Name cleanup 2003-01-20 Files: src/main/dither-ed.c (1.2) (+47 -36) src/main/dither-eventone.c (1.2) (+56 -53) src/main/dither-fast.c (1.2) (+47 -36) src/main/dither-impl.h (1.2) (+10 -15) src/main/dither-main.c (1.2) (+32 -53) src/main/dither-ordered.c (1.2) (+46 -35) src/main/dither-very-fast.c (1.2) (+55 -51) Minor cleanup in the dither code 2003-01-20 Files: include/gimp-print/gimp-print.h (1.19) (+4 -2) src/cups/genppd.c (1.57) (+8 -8) src/cups/gimp-print-cups.c (1.4) (+2 -1) src/cups/rastertoprinter.c (1.47) (+3 -3) src/foomatic/printer_margins.c (1.5) (+2 -1) src/foomatic/printer_options.c (1.21) (+2 -2) src/foomatic/stp_limits.c (1.8) (+3 -1) src/ghost/ijsgimpprint.c (1.34) (+3 -2) src/libgimpprintui/panel.c (1.14) (+3 -1) src/libgimpprintui/plist.c (1.14) (+5 -8) src/main/print-vars.c (1.29) (+23 -2) src/main/printers.c (1.32) (+11 -11) stp_free_parameter_description 2003-01-20 Files: include/gimp-print/gimp-print.h (1.18) (+2 -6) src/cups/rastertoprinter.c (1.46) (+2 -3) src/ghost/ijsgimpprint.c (1.33) (+4 -3) src/gimp/print.c (1.47) (+2 -2) src/libgimpprintui/panel.c (1.13) (+8 -5) src/libgimpprintui/plist.c (1.13) (+21 -6) src/main/print-ps.c (1.51) (+14 -7) src/main/print-vars.c (1.28) (+1 -20) Make ppd file be an ordinary file parameter 2003-01-20 Files: configure.ac (1.49) (+3 -3) print-dither.c doesn't exist any longer! 2003-01-20 Files: src/main/.cvsignore (1.13) (+21 -10) src/main/Makefile.am (1.60) (+10 -2) src/main/dither-ed.c (1.1) (added +466 -0) src/main/dither-eventone.c (1.1) (added +757 -0) src/main/dither-fast.c (1.1) (added) src/main/dither-impl.h (1.1) (added +264 -0) src/main/dither-inks.c (1.1) (added +421 -0) src/main/dither-inlined-functions.h (1.1) (added +85 -0) src/main/dither-main.c (1.1) (added +492 -0) src/main/dither-ordered.c (1.1) (added +470 -0) src/main/dither-very-fast.c (1.1) (added +135 -0) src/main/print-dither-matrices.c (1.11) (+112 -4) src/main/print-dither.c (1.120) (removed) Split dither code up 2003-01-20 Files: src/libgimpprintui/panel.c (1.12) (+6 -1) src/libgimpprintui/plist.c (1.12) (+23 -8) Fix some memory leaks and other problems 2003-01-20 Files: src/main/print-escp2-data.c (1.90) (+13 -13) Fix up declarations of quadtone shades 2003-01-20 Files: src/main/path.c (1.5) (+6 -11) Simplify things a bit. 2003-01-19 Files: debian/Makefile.am (1.7) (+4 -2) debian/changelog (1.53) (+10 -0) debian/cupsys-driver-gimpprint.install (1.3) (+4 -2) debian/cupsys-driver-gimpprint.postinst (1.2) (+6 -2) debian/libgimpprint-dev.install (1.3) (+0 -3) debian/libgimpprint.install (1.3) (removed) debian/libgimpprint.install.in (1.1) (added) debian/libgimpprintui-dev.install (1.1) (added) debian/libgimpprintui.install (1.1) (added) debian/rules (1.44) (+12 -6) Update Debian packaging to add libgimpprintui library and development packages 2003-01-19 Files: configure.ac (1.48) (+3 -2) m4/stp_cups.m4 (1.7) (+6 -0) Add cups_sbindir 2003-01-19 Files: src/cups/Makefile.am (1.63) (+5 -9) src/main/Makefile.am (1.59) (+2 -2) Fix VPATH build Simplify conditional usage 2003-01-19 Files: src/main/printers.c (1.31) (+2 -4) Get page/job mode initialisation correct 2003-01-19 Files: src/cups/rastertoprinter.c (1.45) (+2 -3) Back out last change 2003-01-19 Files: src/main/1x1.mat (1.1) (added) src/main/2x1.mat (1.1) (added) src/main/4x1.mat (1.1) (added) src/main/Makefile.am (1.58) (+9 -6) src/main/dither.h (1.9) (+7 -8) src/main/gimpprint.dtd (1.3) (+5 -3) src/main/gimpprint.xsd (1.4) (+49 -1) src/main/print-dither-matrices.c (1.10) (+133 -25) src/main/print-dither.c (1.119) (+14 -29) src/main/quickmatrix257.h (1.5) (removed) src/main/ran.367.179.h (1.5) (removed) src/main/ran.509.131.h (1.5) (removed) src/main/xml.c (1.7) (+50 -57) Add more attributes to the DTD and the schema. Move dither matrices out of the source code and into separate data files. 2003-01-19 Files: configure.ac (1.47) (+3 -3) Bounce version 2003-01-19 Files: src/cups/rastertoprinter.c (1.44) (+1 -1) Oops - that should be CMY not CMYK! 2003-01-19 Files: src/cups/rastertoprinter.c (1.43) (+6 -4) Set CMYK mode for output. 2003-01-19 Files: src/main/printers.c (1.30) (+3 -1) Fix start_job for JOB_MODE_JOB. 2003-01-18 Files: include/gimp-print/gimp-print.h (1.17) (+5 -2) src/libgimpprintui/panel.c (1.11) (+40 -34) src/main/dither.h (1.8) (+2 -3) src/main/print-dither.c (1.118) (+1 -19) src/main/print-lexmark.c (1.101) (+12 -4) src/main/print-pcl.c (1.84) (+11 -3) src/main/print-vars.c (1.27) (+10 -1) More cleanup 2003-01-18 Files: include/gimp-print/gimp-print.h (1.16) (+58 -14) src/libgimpprintui/panel.c (1.10) (+14 -9) src/main/Makefile.am (1.57) (+1 -2) src/main/curve.c (1.20) (+11 -12) src/main/dither-matrices.h (1.2) (removed) src/main/dither.h (1.7) (+65 -63) src/main/gimp-print-internal.h (1.66) (+2 -3) src/main/print-canon.c (1.102) (+52 -63) src/main/print-color.c (1.50) (+270 -88) src/main/print-dither-matrices.c (1.9) (+2 -2) src/main/print-dither.c (1.117) (+259 -874) src/main/print-escp2.c (1.221) (+104 -102) src/main/print-lexmark.c (1.100) (+51 -73) src/main/print-pcl.c (1.83) (+42 -52) src/main/print-util.c (1.86) (+52 -1) src/main/print-vars.c (1.26) (+238 -4) src/main/util.h (1.12) (+7 -3) src/main/vars.h (1.11) (+16 -5) src/testpattern/run-testpattern (1.3) (+1 -1) test/testdither.c (1.26) (+38 -46) Move all color adjustments (including CMYK conversion) into the color code; move density adjustment into the dither code. This is not complete for Even Tone dithering. Furthermore, the GCR needs to be retuned everywhere. In addition, there are new color controls for black gamma (for shaping the GCR curve), and for individual CMYK densities. This should simplify gray tuning. 2003-01-18 Files: src/main/print-dither.c (1.116) (+15 -3) Allow amount of photo ink to be tuneable for EvenTone 2003-01-18 Files: src/main/print-color.c (1.49) (+2 -2) Make compute_a_curve work for steps != 256. 2003-01-17 Files: test/pcl-unprint.c (1.7) (+62 -19) Added parsing of more parameters. Updated "PJL" parsing to handle (but not act on) HPGL commands. 2003-01-15 Files: src/foomatic/foomatic-printermap (1.47) (+68 -5) Added missing HP DeskJet and OfficeJet printers (DJ6xx, DJ8xx, and DJ9xx series). 2003-01-14 Files: include/gimp-print/gimp-print.h (1.15) (+5 -6) src/cups/rastertoprinter.c (1.42) (+4 -3) src/ghost/ijsgimpprint.c (1.32) (+17 -5) src/libgimpprintui/panel.c (1.9) (+2 -5) src/main/print-canon.c (1.101) (+7 -9) src/main/print-color.c (1.48) (+3 -175) src/main/print-dither.c (1.115) (+1 -112) src/main/print-escp2.c (1.220) (+3 -5) src/main/print-lexmark.c (1.99) (+8 -20) src/main/print-pcl.c (1.82) (+9 -12) src/main/print-ps.c (1.50) (+4 -4) test/testdither.c (1.25) (+6 -18) Remove monochrome output type (for now, at least) 2003-01-13 Files: src/main/print-dither.c (1.114) (+84 -116) Implemented new EvenTone raw CMYK (untested). 2003-01-12 Files: include/gimp-print/gimp-print.h (1.14) (+3 -2) src/libgimpprintui/gimp-print-ui-internal.h (1.4) (+5 -6) src/libgimpprintui/panel.c (1.8) (+96 -69) src/libgimpprintui/ui-utils.c (1.3) (+18 -16) src/main/print-canon.c (1.100) (+6 -6) src/main/print-color.c (1.47) (+49 -35) src/main/print-dither.c (1.113) (+2 -2) src/main/print-escp2.c (1.219) (+14 -8) src/main/print-lexmark.c (1.98) (+6 -6) src/main/print-papers.c (1.12) (+5 -48) src/main/print-pcl.c (1.81) (+12 -6) src/main/print-ps.c (1.49) (+8 -7) src/main/print-raw.c (1.13) (+5 -3) src/main/print-vars.c (1.25) (+2 -1) src/main/printers.c (1.29) (+2 -2) New inactivity flag to turn options off temporarily. some UI cleanup. 2003-01-12 Files: src/cups/rastertoprinter.c (1.41) (+4 -4) Don't try printing to edge on printers that don't support it 2003-01-12 Files: src/main/print-color.c (1.46) (+2 -1) Return correct value from compute_a_curve() 2003-01-11 Files: src/libgimpprintui/panel.c (1.7) (+157 -148) Split some things out. Make plugin window resizable. 2003-01-11 Files: src/main/print-canon.c (1.99) (+2 -2) src/main/print-escp2.c (1.218) (+2 -2) src/main/print-lexmark.c (1.97) (+2 -2) src/main/print-pcl.c (1.80) (+2 -2) src/main/print-ps.c (1.48) (+2 -2) Fix up text for resolution parameter 2003-01-11 Files: src/main/Makefile.am (1.56) (+2 -1) Also need image.h 2003-01-11 Files: src/main/print-escp2.c (1.217) (+55 -38) Cleanup 2003-01-11 Files: configure.ac (1.46) (+5 -2) man/Makefile.am (1.17) (+7 -2) man/cups-genppdconfig.8.in (1.3) (+6 -5) man/cups-genppdupdate.8.in (1.1) (added +94 -0) src/cups/Makefile.am (1.62) (+3 -3) src/cups/cups-genppdupdate.in (1.1) (added +905 -0) Add cups-genppdupdate, for upgrading PPDs between Gimp-Print revisions 2003-01-11 Files: po/POTFILES.in (1.15) (+3 -2) src/main/Makefile.am (1.55) (+2 -2) Distribute all the required files, and don't translate removed files 2003-01-11 Files: src/testpattern/run-testpattern (1.2) (+26 -4) Valgrind 2003-01-11 Files: src/main/print-dither.c (1.112) (+33 -1) Handle CMY printers correctly in CMYK mode. 2003-01-11 Files: src/testpattern/testpattern.c (1.21) (+3 -2) Valgrind cleanup 2003-01-11 Files: src/main/print-color.c (1.45) (+13 -6) Major performance improvement at initialization. Initializing the LUT was taking about .3 second, now about .016 on my system (under valgrind, the difference is a lot more dramatic). 2003-01-11 Files: src/main/curve.c (1.19) (+9 -7) Performance improvement 2003-01-11 Files: src/main/xml.c (1.6) (+4 -1) Clean up after ourselves 2003-01-11 Files: src/main/print-dither.c (1.111) (+78 -68) src/main/print-lexmark.c (1.96) (+2 -1) src/main/printers.c (1.28) (+4 -4) Fix a few more problems from valgrind. 2003-01-11 Files: configure.ac (1.45) (+3 -3) Fix typo 2003-01-11 Files: src/main/print-escp2-data.c (1.89) (+52 -121) Convert more inksets to the new style. 2003-01-11 Files: include/gimp-print/gimp-print.h (1.13) (+3 -3) src/main/module.c (1.4) (+3 -6) src/main/path.c (1.4) (+3 -5) src/main/print-list.c (1.5) (+37 -35) src/main/print-papers.c (1.11) (+2 -4) src/main/print-vars.c (1.24) (+19 -11) src/main/printers.c (1.27) (+2 -4) src/main/string-list.c (1.6) (+2 -4) src/main/xml.c (1.5) (+2 -4) Change stp_list_t to append new item to end of list 2003-01-11 Files: src/cups/genppd.c (1.56) (+16 -8) src/main/print-canon.c (1.98) (+76 -28) src/main/print-color.c (1.44) (+3 -2) src/main/print-vars.c (1.23) (+6 -4) src/main/printers.c (1.26) (+7 -2) src/main/xml.c (1.4) (+7 -3) src/testpattern/testpatterny.y (1.8) (+2 -2) Start valgrinding. 2003-01-10 Files: src/main/path.c (1.3) (+2 -2) Allocate the right amount of memory 2003-01-10 Files: include/gimp-print/gimp-print.h (1.12) (+5 -27) src/foomatic/.cvsignore (1.7) (+1 -0) src/libgimpprintui/plist.c (1.11) (+8 -5) src/main/.cvsignore (1.12) (+3 -0) src/main/gimp-print-internal.h (1.65) (+3 -6) src/main/image.c (1.2) (+2 -1) src/main/image.h (1.1) (added) src/main/printers.c (1.25) (+19 -1) Take image layer out of gimp-print.h 2003-01-10 Files: src/main/string-list.c (1.5) (+3 -6) Slight simplification 2003-01-10 Files: include/gimp-print/gimp-print.h (1.11) (+10 -3) src/cups/rastertoprinter.c (1.40) (+6 -2) src/ghost/ijsgimpprint.c (1.31) (+5 -1) src/libgimpprintui/plist.c (1.10) (+10 -2) src/main/print-vars.c (1.22) (+53 -66) src/main/printers.c (1.24) (+17 -19) src/main/string-list.c (1.4) (+50 -65) Add boolean parameter type Convert string list to use stp_list_t. 2003-01-09 Files: src/main/print-dither.c (1.110) (+2 -2) Fix sub-channel value printing EvenTone on 6 color printers. 2003-01-09 Files: include/gimp-print/gimp-print.h (1.10) (+23 -11) src/main/list.h (1.4) (+6 -9) src/main/module.c (1.3) (+6 -4) src/main/path.c (1.2) (+1 -2) src/main/print-list.c (1.4) (+79 -11) src/main/print-papers.c (1.10) (+1 -2) src/main/printers.c (1.23) (+24 -57) Add copy capability to stp_list_t. Fix up the order in the printer list. Don't include list.h (which is purely internal to the list implementation) outside of print-list.c. 2003-01-09 Files: src/libgimpprintui/plist.c (1.9) (+275 -257) Split printrc loader into separate functions for each format of printrc. 2003-01-09 Files: src/main/print-color.c (1.43) (+3 -3) A few of the maps were reversed. 2003-01-09 Files: src/foomatic/Makefile.am (1.36) (+4 -1) Fix braino 2003-01-08 Files: src/main/dither.h (1.6) (+17 -3) src/main/print-dither.c (1.109) (+530 -421) src/main/print-escp2-data.c (1.88) (+731 -78) src/main/print-escp2.c (1.216) (+12 -5) src/main/print-escp2.h (1.29) (+5 -3) Rewrite of EvenTone algorithm. Change in data structures for Epson inks. 2003-01-07 Files: src/main/Makefile.am (1.54) (+3 -3) Move the module sources to the end of libgimpprint sources 2003-01-07 Files: README (1.112) (+11 -2) Update Debian package descriptions Document the configure --with-modules options 2003-01-07 Files: src/main/libgimpprint.sym (1.2) (+2 -2) Sort the symbol list 2003-01-07 Files: src/main/xml.c (1.3) (+1 -6) Remove redundant code 2003-01-07 Files: po/de.po (1.11) (+1 -1) po/ja.po (1.6) (+1 -1) Fix CUPS Language description 2003-01-07 Files: configure.ac (1.44) (+20 -4) Don't build modules when --disable-shared is used 2003-01-07 Files: src/main/module.c (1.2) (+12 -1) src/main/module.h (1.2) (+1 -6) Fix MacOS/OpenBSD symbol prefix 2003-01-07 Files: src/main/Makefile.am (1.53) (+3 -1) More files that need to be distributed 2003-01-07 Files: src/foomatic/Makefile.am (1.35) (+4 -4) src/foomatic/foomatic-generator.in (1.31) (+47 -30) src/foomatic/printer_margins.c (1.4) (+61 -69) Fixed unprintable margins support in Foomatic data generation. 2003-01-07 Files: configure.ac (1.43) (+20 -20) Make --with-modules=method work again 2003-01-07 Files: src/main/print-raw.c (1.12) (+2 -2) stp_raw_printfuncs should be static 2003-01-06 Files: src/main/xml.c (1.2) (+6 -4) Remove C++-style comments 2003-01-06 Files: configure.ac (1.42) (+79 -9) m4/stp_pkgconfig.m4 (1.4) (+4 -4) scripts/global.mk (1.2) (+3 -0) src/Makefile.am (1.15) (+3 -3) src/main/Makefile.am (1.52) (+58 -32) src/main/gimp-print-internal.h (1.64) (+2 -3) src/main/gimpprint.xsd (1.3) (+2 -8) src/main/libgimpprint.sym (1.1) (added) src/main/module.c (1.1) (added +416 -0) src/main/module.h (1.1) (added) src/main/papers.h (1.5) (+27 -2) src/main/papers.xml (1.4) (+8 -1) src/main/path.c (1.1) (added +340 -0) src/main/path.h (1.1) (added) src/main/print-canon.c (1.97) (+45 -2) src/main/print-escp2.c (1.215) (+45 -3) src/main/print-lexmark.c (1.95) (+44 -3) src/main/print-papers.c (1.9) (+118 -25) src/main/print-pcl.c (1.79) (+45 -3) src/main/print-ps.c (1.47) (+45 -3) src/main/print-raw.c (1.11) (+45 -2) src/main/print-util.c (1.85) (+24 -5) src/main/printers.c (1.22) (+114 -72) src/main/printers.h (1.6) (+29 -2) src/main/xml.c (1.1) (added +552 -0) src/main/xml.h (1.1) (added) src/printdef/printdef.c (1.7) (+1 -13) Add binary module and XML data loaders to libgimpprint 2003-01-06 Files: po/en_GB.po (1.93) (+102 -671) Update translation. The new XML data will need translation in the future. 2003-01-06 Files: doc/developer/Makefile.am (1.8) (+3 -2) doc/users_guide/Makefile.am (1.37) (+4 -2) EPSLEVEL may be used to specify the EPS level to use 2003-01-06 Files: include/gimp-print/gimp-print.h (1.9) (+3 -3) src/main/print-color.c (1.42) (+273 -190) src/main/print-raw.c (1.10) (+5 -2) src/main/printers.c (1.21) (+31 -3) Enable useful curve bounds. Enable use of curves (CMY and composite) in color code. 2003-01-06 Files: src/foomatic/foomatic-generator.in (1.30) (+9 -7) src/foomatic/foomatic-templates-ijs/ImageOptimization.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/ImageType.xml (1.4) (removed) src/ghost/README (1.85) (+9 -9) Fix up the foomatic data 2003-01-06 Files: src/libgimpprintui/plist.c (1.8) (+18 -13) Minor bug with saving printrc 2003-01-06 Files: include/gimp-print/gimp-print.h (1.8) (+3 -12) src/cups/rastertoprinter.c (1.39) (+3 -4) src/foomatic/printer_margins.c (1.3) (+55 -41) src/ghost/ijsgimpprint.c (1.30) (+5 -10) src/gimp/print.c (1.46) (+2 -2) src/libgimpprintui/gimp-print-ui-internal.h (1.3) (+2 -1) src/libgimpprintui/panel.c (1.6) (+30 -132) src/libgimpprintui/plist.c (1.7) (+4 -5) src/main/print-canon.c (1.96) (+1 -21) src/main/print-color.c (1.41) (+21 -10) src/main/print-escp2.c (1.214) (+2 -20) src/main/print-lexmark.c (1.94) (+1 -13) src/main/print-pcl.c (1.78) (+1 -13) src/main/print-vars.c (1.21) (+4 -8) src/main/printers.c (1.20) (+1 -2) Change image_type to a string list parameter 2003-01-05 Files: src/foomatic/Makefile.am (1.34) (+2 -5) printer_margins is currently not functional on the mainline 2003-01-05 Files: include/gimp-print/gimp-print.h (1.7) (+17 -6) src/cups/genppd.c (1.55) (+4 -4) src/cups/gimp-print-cups.c (1.3) (+2 -2) src/cups/rastertoprinter.c (1.38) (+4 -4) src/escputil/escputil.c (1.50) (+2 -2) src/foomatic/printer_options.c (1.20) (+2 -2) src/foomatic/stp_limits.c (1.7) (+3 -3) src/ghost/ijsgimpprint.c (1.29) (+10 -10) src/gimp/instead_of_gimp_main.c (1.4) (+63 -63) src/gimp/print-image-gimp.c (1.10) (+3 -3) src/libgimpprintui/panel.c (1.5) (+6 -6) src/libgimpprintui/plist.c (1.6) (+6 -6) src/libgimpprintui/ui-utils.c (1.2) (+3 -3) src/main/color.h (1.2) (+7 -1) src/main/dither.h (1.5) (+9 -6) src/main/print-canon.c (1.95) (+57 -6) src/main/print-color.c (1.40) (+183 -1) src/main/print-dither.c (1.108) (+94 -49) src/main/print-escp2.c (1.213) (+119 -15) src/main/print-lexmark.c (1.93) (+64 -13) src/main/print-pcl.c (1.77) (+58 -7) src/main/print-ps.c (1.46) (+67 -18) src/main/print-raw.c (1.9) (+38 -15) src/main/print-vars.c (1.20) (+117 -257) src/main/printers.c (1.19) (+67 -47) src/main/printers.h (1.5) (+9 -2) src/main/vars.h (1.10) (+4 -8) src/testpattern/testpattern.c (1.20) (+3 -3) test/testdither.c (1.24) (+33 -4) Each different processing module (color, dither, printer) can now offer its own parameters. Change some of the names in stp_parameter_t to avoid collisions with other languages (C++). Promote parameter lists to more of a full-fledged type. Clean up trailing whitespace. 2003-01-05 Files: src/foomatic/Makefile.am (1.33) (+5 -2) src/foomatic/foomatic-generator.in (1.29) (+69 -2) src/foomatic/printer_margins.c (1.2) (+93 -0) Support for unprintable margins with Foomatic 2.9.x. 2003-01-05 Files: src/foomatic/printer_margins.c (1.1) (added +126 -0) file printer_margins.c was initially added on branch gimp-print-4_2_branch. 2003-01-05 Files: src/gimp/instead_of_gimp_main.c (1.3) (+143 -989) Cleaned up the code somewhat. 2003-01-05 Files: po/da.po (1.25) (+1246 -1094) po/de.po (1.10) (+1687 -1574) po/el.po (1.12) (+1446 -1300) po/en_GB.po (1.92) (+1701 -1586) po/es.po (1.10) (+1726 -1609) po/fr.po (1.32) (+1745 -1629) po/ja.po (1.5) (+1684 -1569) po/nl.po (1.12) (+1531 -1400) po/no.po (1.32) (+1408 -1264) po/pl.po (1.16) (+1332 -1175) po/pt.po (1.10) (+1729 -1612) po/sk.po (1.15) (+1711 -1594) po/sv.po (1.41) (+1730 -1613) Gimp-Print 4.3.7 2003-01-05 Files: po/POTFILES.in (1.14) (+18 -5) Update this list 2003-01-05 Files: NEWS (1.84) (+66 -6) README (1.111) (+1 -1) debian/README.Debian (1.31) (+1 -1) Prep for 4.3.7 2003-01-05 Files: AUTHORS (1.15) (+2 -1) . 2003-01-05 Files: RedHat/ghostscript-5.50.spec (1.2) (removed) RedHat/gimp-print.spec (1.2) (removed) RedHat/gs.spec.diff (1.2) (removed) Remove extremely obsolete cruft 2003-01-05 Files: configure.ac (1.41) (+3 -3) Bump version 2003-01-05 Files: src/gimp/print.c (1.45) (+10 -3) src/libgimpprintui/panel.c (1.4) (+6 -2) src/libgimpprintui/plist.c (1.5) (+67 -5) src/main/print-ps.c (1.45) (+25 -8) src/main/printers.c (1.18) (+37 -1) Log errors a bit more nicely. Postscript driver should minimally handle all options it claims to know about. 2003-01-04 Files: src/gimp/instead_of_gimp_main.c (1.2) (+207 -16) instead_of_gimp_main.c is now changed to omit print.c usage. Link instead_of_main.o with everything except print.o, libgimp.so and libgimpui.so to create gimpprint-panel executable. dpace Jan 4, 2003. 2003-01-03 Files: src/escputil/escputil.c (1.49) (+26 -26) Printer readback uses non-blocking I/O to prevent intermittent hanging reads. 2003-01-03 Files: src/main/print-vars.c (1.19) (+1 -2) Oops, remove unnecessary stdlib.h 2003-01-03 Files: src/main/print-vars.c (1.18) (+4 -3) Fix a segfault looking up a parameter that doesn't exist. 2003-01-02 Files: src/main/Makefile.am (1.51) (+1 -4) Remove remaining traces of gimpprint-config 2003-01-02 Files: configure.ac (1.40) (+5 -2) src/gimp/Makefile.am (1.30) (+2 -2) Correct libgimpprintui library dependencies 2003-01-02 Files: configure.ac (1.39) (+4 -3) Make path search to foomatic-kitload work. 2003-01-02 Files: src/libgimpprintui/.cvsignore (1.2) (+2 -0) src/main/color.h (1.1) (added) src/main/gimp-print-internal.h (1.63) (+3 -2) src/main/print-canon.c (1.94) (+6 -18) src/main/print-color.c (1.39) (+127 -58) src/main/print-escp2.c (1.212) (+40 -48) src/main/print-lexmark.c (1.92) (+22 -36) src/main/print-pcl.c (1.76) (+22 -51) src/main/print-ps.c (1.44) (+5 -20) src/main/print-raw.c (1.8) (+5 -10) src/main/printers.h (1.4) (+17 -2) src/main/util.h (1.11) (+2 -42) src/main/vars.h (1.9) (+5 -2) Simplify the color interface 2003-01-01 Files: Makefile.am (1.133) (+4 -2) configure.ac (1.38) (+52 -41) debian/Makefile.am (1.6) (+3 -1) doc/Makefile.am (1.32) (+2 -0) doc/developer/Makefile.am (1.7) (+3 -1) doc/users_guide/Makefile.am (1.36) (+3 -1) include/Makefile.am (1.3) (+3 -1) include/gimp-print/Makefile.am (1.9) (+3 -1) lib/Makefile.am (1.5) (+7 -1) lib/libprintut.h (1.7) (+1 -5) lib/xgetcwd.c (1.2) (+7 -9) m4/stp.m4 (1.4) (+0 -21) m4/stp_cups.m4 (1.6) (+0 -1) m4/stp_libconfig.m4 (1.3) (removed) m4/stp_pkgconfig.m4 (1.3) (+34 -28) man/Makefile.am (1.16) (+3 -1) samples/Makefile.am (1.5) (+3 -1) scripts/Makefile.am (1.2) (+4 -1) scripts/global.mk (1.1) (added +31 -0) src/Makefile.am (1.14) (+6 -1) src/cups/Makefile.am (1.61) (+6 -14) src/escputil/Makefile.am (1.14) (+1 -7) src/foomatic/Makefile.am (1.32) (+8 -17) src/ghost/Makefile.am (1.28) (+6 -13) src/gimp/Makefile.am (1.29) (+6 -18) src/libgimpprintui/Makefile.am (1.2) (+23 -4) src/main/Makefile.am (1.50) (+6 -10) src/main/gimpprint.m4.top (1.3) (removed) src/printdef/Makefile.am (1.12) (+4 -3) src/testpattern/Makefile.am (1.13) (+9 -14) test/Makefile.am (1.38) (+7 -15) Move common macros and rules to scripts/global.mk. Add a pkg-config file for libgimpprintui. Remove gimpprint-config and gimpprint.m4 (obsoleted by pkg-config). ANSI-ify lib/xgetcwd.c. 2003-01-01 Files: include/gimp-print/gimp-print.h (1.6) (+3 -3) src/main/dither.h (1.4) (+7 -2) src/main/print-dither-matrices.c (1.8) (+42 -1) src/main/print-dither.c (1.107) (+25 -3) src/main/print-escp2-data.c (1.87) (+27 -27) src/main/print-escp2.c (1.211) (+58 -27) src/main/print-escp2.h (1.28) (+6 -12) Add external accessors for some Epson and dither parameters. 2003-01-01 Files: src/main/curve.c (1.18) (+17 -12) Raise the point limit for a curve from 65536 to 1048576 2003-01-01 Files: include/gimp-print/gimp-print.h (1.5) (+18 -5) src/cups/rastertoprinter.c (1.37) (+4 -3) src/foomatic/printers.c (1.4) (+2 -2) src/ghost/ijsgimpprint.c (1.28) (+17 -7) src/libgimpprintui/panel.c (1.3) (+12 -7) src/libgimpprintui/plist.c (1.4) (+11 -6) src/main/print-canon.c (1.93) (+52 -26) src/main/print-color.c (1.38) (+137 -3) src/main/print-dither.c (1.106) (+9 -6) src/main/print-escp2-data.c (1.86) (+12 -1) src/main/print-escp2.c (1.210) (+51 -14) src/main/print-escp2.h (1.27) (+3 -2) src/main/print-lexmark.c (1.91) (+44 -18) src/main/print-pcl.c (1.75) (+69 -35) src/main/print-ps.c (1.43) (+21 -9) src/main/print-raw.c (1.7) (+14 -9) src/main/print-vars.c (1.17) (+429 -219) src/main/printers.c (1.17) (+4 -3) src/main/util.h (1.10) (+3 -4) src/testpattern/.cvsignore (1.3) (+3 -0) src/testpattern/Makefile.am (1.12) (+8 -1) src/testpattern/printers.c (1.1) (added +44 -0) src/testpattern/run-testpattern (1.1) (added +196 -0) src/testpattern/testpattern.c (1.19) (+4 -5) Actually set parameters in variables, rather than using fixed fields 2003-01-01 Files: src/main/gimp-print-internal.h (1.62) (+3 -4) src/main/list.h (1.3) (+3 -1) src/main/papers.h (1.4) (+2 -18) src/main/print-list.c (1.3) (+27 -1) src/main/print-papers.c (1.8) (+13 -2) src/printdef/printdef.c (1.6) (+13 -1) Add magic cookie checking to stp_list_t Clean up visibility of internal data types. 2003-01-01 Files: src/libgimpprintui/gimp-print-ui-internal.h (1.2) (+3 -2) src/libgimpprintui/panel.c (1.2) (+3 -3) src/libgimpprintui/plist.c (1.3) (+2 -4) src/libgimpprintui/print-image-thumbnail.c (1.2) (+3 -3) Minor cleanup 2003-01-01 Files: src/main/print-vars.c (1.16) (+1 -51) Remove stp_internal_option_t, which isn't how we're going to do these. 2003-01-01 Files: include/gimp-print/gimp-print.h (1.4) (+20 -3) src/cups/rastertoprinter.c (1.36) (+12 -9) src/foomatic/printer_options.c (1.19) (+12 -7) src/foomatic/stp_limits.c (1.6) (+16 -13) src/libgimpprintui/plist.c (1.2) (+16 -13) src/main/print-vars.c (1.15) (+166 -73) src/main/printers.c (1.16) (+8 -5) src/testpattern/testpattern.c (1.18) (+12 -7) Add stp_parameter_list_t type 2002-12-31 Files: configure.ac (1.37) (+18 -3) include/gimp-print/Makefile.am (1.8) (+2 -2) include/gimp-print/gimp-print-ui.h (1.1) (added) src/Makefile.am (1.13) (+11 -2) src/gimp/Makefile.am (1.28) (+6 -9) src/gimp/gimp-print-ui-internal.h (1.4) (removed) src/gimp/gimp-print-ui.h (1.5) (removed) src/gimp/gimp_color_window.c (1.44) (removed) src/gimp/gimp_main_window.c (1.105) (removed) src/gimp/plist.c (1.5) (removed) src/gimp/print-image-thumbnail.c (1.5) (removed) src/gimp/print.c (1.44) (+4 -35) src/gimp/print_gimp.h (1.41) (+7 -1) src/libgimpprintui/.cvsignore (1.1) (added) src/libgimpprintui/Makefile.am (1.1) (added) src/libgimpprintui/gimp-print-ui-internal.h (1.1) (added) src/libgimpprintui/panel.c (1.1) (added) src/libgimpprintui/plist.c (1.1) (added) src/libgimpprintui/print-image-thumbnail.c (1.1) (added) src/libgimpprintui/ui-utils.c (1.1) (added) src/main/.cvsignore (1.11) (+1 -0) src/main/print-raw.c (1.6) (+5 -1) Split UI code off into a separate library. Still needs work. 2002-12-31 Files: src/gimp/gimp-print-ui.h (1.4) (+3 -3) src/gimp/gimp_main_window.c (1.104) (+5 -10) src/gimp/print.c (1.43) (+4 -3) src/main/print-raw.c (1.5) (+1 -3) More minor changes 2002-12-30 Files: src/gimp/instead_of_gimp_main.c (1.1) (added) *** empty log message *** 2002-12-30 Files: src/gimp/Makefile.am (1.27) (+4 -2) src/gimp/gimp-print-ui-internal.h (1.3) (+11 -11) src/gimp/gimp-print-ui.h (1.3) (+31 -31) src/gimp/gimp_color_window.c (1.43) (+5 -5) src/gimp/gimp_main_window.c (1.103) (+25 -25) src/gimp/plist.c (1.4) (+74 -74) src/gimp/print.c (1.42) (+17 -17) Rename some things 2002-12-30 Files: include/gimp-print/gimp-print.h (1.3) (+33 -3) src/cups/rastertoprinter.c (1.35) (+5 -3) src/ghost/ijsgimpprint.c (1.27) (+5 -28) src/gimp/gimp-print-ui-internal.h (1.2) (+3 -1) src/gimp/gimp-print-ui.h (1.2) (+19 -17) src/gimp/plist.c (1.3) (+189 -22) src/gimp/print-image-gimp.c (1.9) (+28 -12) src/gimp/print-image-thumbnail.c (1.4) (+6 -4) src/gimp/print.c (1.41) (+14 -157) src/gimp/print_gimp.h (1.40) (+1 -9) src/main/Makefile.am (1.49) (+2 -1) src/main/image.c (1.1) (added +77 -0) src/main/print-canon.c (1.92) (+10 -9) src/main/print-escp2.c (1.209) (+4 -2) src/main/print-lexmark.c (1.90) (+10 -9) src/main/print-pcl.c (1.74) (+12 -11) src/main/print-ps.c (1.42) (+15 -13) src/main/print-raw.c (1.4) (+10 -9) src/testpattern/testpattern.c (1.17) (+5 -3) Improvements to the stp_image_t layer More cleanup to the Gimp plugin/libgimpprintui-to-be 2002-12-30 Files: src/main/print-escp2.c (1.208) (+20 -20) Fix up a couple of bad commands 2002-12-30 Files: AUTHORS (1.14) (+3 -0) Add David Pace to UI 2002-12-30 Files: src/gimp/gimp-print-ui-internal.h (1.1) (added) src/gimp/gimp-print-ui.h (1.1) (added) src/gimp/gimp_color_window.c (1.42) (+136 -74) src/gimp/gimp_main_window.c (1.102) (+202 -150) src/gimp/plist.c (1.2) (+34 -7) src/gimp/print-image-gimp.c (1.8) (+3 -3) src/gimp/print-image-thumbnail.c (1.3) (+5 -5) src/gimp/print.c (1.40) (+18 -20) src/gimp/print_gimp.h (1.39) (+1 -107) Start splitting off the UI core from the Print plugin 2002-12-29 Files: include/gimp-print/gimp-print.h (1.2) (+16 -3) src/cups/rastertoprinter.c (1.34) (+6 -2) src/foomatic/stp_limits.c (1.5) (+12 -1) src/ghost/ijsgimpprint.c (1.26) (+12 -1) src/gimp/Makefile.am (1.26) (+2 -1) src/gimp/gimp_main_window.c (1.101) (+2 -2) src/gimp/plist.c (1.1) (added) src/gimp/print.c (1.39) (+18 -874) src/gimp/print_gimp.h (1.38) (+8 -3) src/main/print-vars.c (1.14) (+21 -2) src/main/printers.c (1.15) (+18 -5) Add integer parameter type. Start breaking the Gimp plugin into a library and a smaller top level. 2002-12-29 Files: include/gimp-print/.cvsignore (1.2) (+1 -1) One last file to ignore 2002-12-29 Files: .cvsignore (1.19) (+1 -0) Another file that should be ignored 2002-12-29 Files: test/.cvsignore (1.6) (+1 -0) More to ignore 2002-12-29 Files: src/main/.cvsignore (1.10) (+16 -14) Ignore a few more files 2002-12-29 Files: src/main/print-util.c (1.84) (+17 -1) Add some more format specifiers 2002-12-29 Files: src/main/print-escp2.c (1.207) (+50 -118) src/main/print-util.c (1.83) (+69 -1) src/main/util.h (1.9) (+7 -4) On further thought, escp2_send_command would be more useful for all drivers to use. 2002-12-29 Files: src/main/print-canon.c (1.91) (+4 -7) src/main/print-escp2.c (1.206) (+133 -92) src/main/print-util.c (1.82) (+35 -1) src/main/util.h (1.8) (+6 -2) Add new functions to put 16 or 32 bits little or big endian. Simplify Epson commands 2002-12-29 Files: src/gimp/gimp_main_window.c (1.100) (+2 -2) Use family driver rather than device name for deciding whether to use PPD files (for now, at least) 2002-12-29 Files: src/printdef/.cvsignore (1.3) (+0 -3) Some files not to ignore 2002-12-29 Files: src/cups/genppd.c (1.54) (+7 -7) Use printer family rather than hard-coded printer names 2002-12-29 Files: src/gimp/gimp_main_window.c (1.99) (+24 -25) Reduce flashing in the UI. Don't actually change printer setting until user clicks OK on the printer driver choice. 2002-12-28 Files: include/gimp-print/Makefile.am (1.7) (+3 -1) Install gimp-print.h also 2002-12-28 Files: configure.ac (1.36) (+3 -3) include/gimp-print/Makefile.am (1.6) (+6 -4) include/gimp-print/gimp-print-version.h.in (1.1) (added) include/gimp-print/gimp-print.h (1.1) (added) include/gimp-print/gimp-print.h.in (1.35) (removed) src/cups/genppd.c (1.53) (+3 -3) src/cups/rastertoprinter.c (1.33) (+3 -3) src/foomatic/printer_options.c (1.18) (+2 -2) src/gimp/gimp_main_window.c (1.98) (+4 -4) src/gimp/print.c (1.38) (+3 -3) src/main/dither.h (1.3) (+36 -31) src/main/print-canon.c (1.90) (+25 -25) src/main/print-dither-matrices.c (1.7) (+17 -17) src/main/print-dither.c (1.105) (+52 -49) src/main/print-escp2-data.c (1.85) (+102 -102) src/main/print-escp2.c (1.205) (+7 -7) src/main/print-escp2.h (1.26) (+3 -3) src/main/print-lexmark.c (1.89) (+13 -13) src/main/print-pcl.c (1.73) (+13 -13) src/main/print-ps.c (1.41) (+2 -2) src/main/print-raw.c (1.3) (+5 -5) src/main/print-vars.c (1.13) (+2 -2) src/main/util.h (1.7) (+40 -29) src/main/vars.h (1.8) (+9 -9) src/printdef/Makefile.am (1.11) (+2 -2) src/testpattern/testpattern.c (1.16) (+2 -2) test/testdither.c (1.23) (+17 -17) Rename some functions and types for consistency. Break off autogen-time versioning into separate include file. 2002-12-27 Files: src/gimp/print-image-thumbnail.c (1.2) (+6 -4) Eliminate a silly memory leak. 2002-12-27 Files: include/gimp-print/gimp-print.h.in (1.34) (+11 -39) src/gimp/Makefile.am (1.25) (+2 -1) src/gimp/gimp_color_window.c (1.41) (+9 -9) src/gimp/gimp_main_window.c (1.97) (+80 -44) src/gimp/print-image-thumbnail.c (1.1) (added) src/gimp/print.c (1.37) (+2 -3) src/gimp/print_gimp.h (1.37) (+5 -1) src/main/print-raw.c (1.2) (+76 -57) src/main/printers.xml (1.65) (+6 -2) src/main/util.h (1.6) (+21 -2) Use the standard image machinery, rather than calling the LUT functions directly from the Gimp plugin. 2002-12-27 Files: include/gimp-print/gimp-print.h.in (1.33) (+3 -2) src/cups/genppd.c (1.52) (+4 -4) src/foomatic/printer_options.c (1.17) (+3 -2) src/ghost/ijsgimpprint.c (1.25) (+4 -2) src/gimp/gimp_main_window.c (1.96) (+3 -2) src/main/Makefile.am (1.48) (+2 -1) src/main/print-escp2.c (1.204) (+3 -3) src/main/print-raw.c (1.1) (added +383 -0) src/main/printers.c (1.14) (+10 -1) src/main/printers.xml (1.64) (+7 -1) src/main/printlist.h (1.2) (+3 -2) src/printdef/printdef.c (1.5) (+3 -1) Add raw family driver 2002-12-27 Files: src/main/Makefile.am (1.47) (+2 -2) printdef no longer needs printdef.h 2002-12-26 Files: src/main/curve.c (1.17) (+2 -2) src/main/gimp-print-internal.h (1.61) (+2 -3) src/main/print-canon.c (1.89) (+1 -2) src/main/print-color.c (1.37) (+40 -14) src/main/print-escp2.c (1.203) (+1 -2) src/main/print-lexmark.c (1.88) (+2 -3) src/main/print-pcl.c (1.72) (+1 -2) src/main/print-ps.c (1.40) (+1 -2) src/main/print-util.c (1.81) (+8 -3) src/main/print-vars.c (1.12) (+106 -32) src/main/print-weave.c (1.45) (+3 -5) src/main/printers.c (1.13) (+42 -11) src/main/printlist.h (1.1) (added) src/main/string-list.c (1.3) (+2 -2) src/main/util.h (1.5) (+5 -2) src/main/vars.h (1.7) (+21 -60) src/printdef/printdef.c (1.4) (+57 -142) src/printdef/printdef.h (1.8) (removed) Replace all uses of exit() with stp_abort() Implement copy and free functions for driver and color data objects in stp_vars_t Reorganize printdef.c to not use stp_internal_vars_t. This will now free us up to rewrite vars.c to use lists of parameters rather than hard-coded fields. 2002-12-26 Files: include/gimp-print/gimp-print.h.in (1.32) (+3 -3) src/escputil/escputil.c (1.48) (+3 -3) src/main/print-canon.c (1.88) (+4 -4) src/main/print-color.c (1.36) (+72 -82) src/main/print-escp2.c (1.202) (+4 -4) src/main/print-lexmark.c (1.87) (+4 -4) src/main/print-pcl.c (1.71) (+4 -4) src/main/print-ps.c (1.39) (+7 -7) Some more color cleanup 2002-12-24 Files: include/gimp-print/gimp-print.h.in (1.31) (+4 -18) src/cups/rastertoprinter.c (1.32) (+2 -3) src/ghost/ijsgimpprint.c (1.24) (+1 -2) src/gimp/gimp_color_window.c (1.40) (+38 -3) src/gimp/gimp_main_window.c (1.95) (+9 -2) src/gimp/print-image-gimp.c (1.7) (+173 -60) src/gimp/print.c (1.36) (+4 -13) src/gimp/print_gimp.h (1.36) (+2 -2) src/main/print-color.c (1.35) (+294 -1073) src/main/print-vars.c (1.11) (+1 -24) src/main/vars.h (1.6) (+4 -3) Remove alpha and color map support from the core library 2002-12-23 Files: configure.ac (1.35) (+4 -3) Check for fcntl.h, not sys/fcntl.h 2002-12-23 Files: doc/developer/.cvsignore (1.3) (+1 -0) src/main/.cvsignore (1.9) (+8 -0) src/printdef/.cvsignore (1.2) (+1 -0) Ignore a few things 2002-12-23 Files: include/gimp-print/gimp-print.h.in (1.30) (+3 -3) Silly typo 2002-12-23 Files: include/gimp-print/gimp-print.h.in (1.29) (+19 -24) src/gimp/gimp_main_window.c (1.94) (+4 -4) src/main/print-canon.c (1.87) (+3 -4) src/main/print-color.c (1.34) (+147 -126) src/main/print-escp2.c (1.201) (+3 -5) src/main/print-lexmark.c (1.86) (+4 -5) src/main/print-pcl.c (1.70) (+3 -4) src/main/print-ps.c (1.38) (+4 -5) src/main/print-vars.c (1.10) (+23 -2) Clean some things up a bit 2002-12-22 Files: configure.ac (1.34) (+7 -6) src/cups/epson.c (1.6) (+166 -116) Use non-blocking I/O with the epson backend. This prevents reads blocking on the backchannel. Correct ink level calculation. =============================================================================== Name: gimp-print-4_3_6 2002-12-22 Files: po/da.po (1.24) (+1004 -1415) po/de.po (1.9) (+1086 -1282) po/el.po (1.11) (+1184 -1462) po/en_GB.po (1.91) (+1113 -1240) po/es.po (1.9) (+1134 -1263) po/fr.po (1.31) (+1114 -1243) po/ja.po (1.4) (+1113 -1241) po/nl.po (1.11) (+1043 -1217) po/no.po (1.31) (+903 -1209) po/pl.po (1.15) (+1063 -1408) po/pt.po (1.9) (+1130 -1247) po/sk.po (1.14) (+1112 -1243) po/sv.po (1.40) (+1114 -1249) Gimp-Print 4.3.6 release 2002-12-22 Files: debian/Makefile.am (1.5) (+1 -2) Cleanup 2002-12-22 Files: NEWS (1.83) (+23 -12) Prep for Gimp-Print 4.3.6 2002-12-22 Files: test/Makefile.am (1.37) (+2 -2) Test the curve code. 2002-12-22 Files: test/curve.c (1.9) (+2 -2) Return the correct status on exit 2002-12-21 Files: include/gimp-print/gimp-print.h.in (1.28) (+47 -6) src/gimp/gimp_color_window.c (1.39) (+20 -4) src/gimp/gimp_main_window.c (1.93) (+33 -12) src/gimp/print_gimp.h (1.35) (+6 -5) src/main/curve.c (1.16) (+155 -28) src/main/print-canon.c (1.86) (+67 -262) src/main/print-color.c (1.33) (+333 -311) src/main/print-escp2-data.c (1.84) (+63 -77) src/main/print-escp2.c (1.200) (+22 -48) src/main/print-escp2.h (1.25) (+8 -8) src/main/print-lexmark.c (1.85) (+67 -259) src/main/print-pcl.c (1.69) (+38 -162) src/main/print-ps.c (1.37) (+4 -5) src/main/print-util.c (1.80) (+30 -1) src/main/util.h (1.4) (+4 -2) test/curve.c (1.8) (+5 -7) Use curves for HSL mapping 2002-12-18 Files: src/foomatic/foomatic-generator.in (1.28) (+6 -3) Use always "VeryFast" dithering for lasers in the "PrintoutMode" option. 2002-12-18 Files: README (1.110) (+18 -3) configure.ac (1.33) (+15 -2) src/foomatic/Makefile.am (1.31) (+12 -2) src/foomatic/foomatic-generator.in (1.27) (+505 -5) src/foomatic/foomatic-templates-ijs/Brightness.xml (1.4) (+1 -1) src/foomatic/foomatic-templates-ijs/Color.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Contrast.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Cyan.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Density.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/DitherAlgorithm.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Gamma.xml (1.4) (+1 -1) src/foomatic/foomatic-templates-ijs/ImageType.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/InkType.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/InputSlot.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Magenta.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/MediaType.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Model.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/PageSize.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/PrintoutMode.xml (1.2) (+19 -0) src/foomatic/foomatic-templates-ijs/Quality.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Resolution.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/Saturation.xml (1.4) (+1 -1) src/foomatic/foomatic-templates-ijs/Yellow.xml (1.3) (+1 -1) Added "PrintoutMode" and option grouping to the Foomatic generator (for Foomatic 2.9.x). 2002-12-18 Files: src/foomatic/foomatic-templates-gs/PrintoutMode.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/PrintoutMode.xml (1.1) (added +19 -0) file PrintoutMode.xml was initially added on branch gimp-print-4_2_branch. 2002-12-10 Files: debian/changelog (1.52) (+4 -1) Add dependency fixes 2002-12-09 Files: src/testpattern/Makefile.am (1.11) (+3 -4) Use AM_LFLAGS and AM_YFLAGS instead of LFLAGS and YFLAGS, respectively. This allows user-defined LFLAGS and YFLAGS, and fixes an automake warning. 2002-12-09 Files: src/main/Makefile.am (1.46) (+11 -3) Don't distribute generated headers. Don't distribute configure-generated *.in templates 2002-12-09 Files: src/cups/Makefile.am (1.60) (+3 -3) Distribute gimp-print-cups.h 2002-12-09 Files: man/Makefile.am (1.15) (+1 -2) Don't distribute manpages, which are generated by configure 2002-12-09 Files: include/gimp-print/Makefile.am (1.5) (+2 -2) Don't distribute gimp-print.h, since it's generated by configure 2002-12-09 Files: debian/changelog (1.51) (+7 -1) debian/control.in (1.31) (+6 -5) debian/cupsys-driver-gimpprint.files (1.9) (removed) debian/cupsys-driver-gimpprint.install (1.2) (+11 -0) debian/escputil.files (1.4) (removed) debian/escputil.install (1.2) (+2 -0) debian/foomatic-db-gimp-print.files (1.2) (removed) debian/foomatic-db-gimp-print.install (1.2) (+2 -0) debian/gimp1.2-print.files (1.3) (removed) debian/gimp1.2-print.install (1.2) (+4 -0) debian/gimpprint-doc.doc-base (1.2) (+1 -1) debian/gimpprint-doc.install (1.2) (+11 -0) debian/gimpprint-locales.files (1.2) (removed) debian/gimpprint-locales.install (1.2) (+1 -0) debian/ijsgimpprint.files (1.3) (removed) debian/ijsgimpprint.install (1.2) (+2 -0) debian/libgimpprint-dev.files (1.6) (removed) debian/libgimpprint-dev.install (1.2) (+9 -0) debian/libgimpprint-doc.install.in (1.2) (+2 -0) debian/libgimpprint.files (1.8) (removed) debian/libgimpprint.install (1.2) (+2 -0) debian/rules (1.43) (+31 -32) Sync debian packaging with the 4.2-branch: Use debian/build and debian/install instead of debian/gimp-print-build and debian/gimp-print-install, respectively. Use dh_install rather than dh_movefiles. This makes debian/rules slightly cleaner, and debian/install is unchanged after install. Create symlinks for HTML manuals, since different versions of texi2html and db2html create different names. 2002-12-09 Files: configure.ac (1.32) (+2 -3) debian/Makefile.am (1.4) (+15 -10) Don't generate or clean debian/control (it's created by make dist) 2002-12-08 Files: include/gimp-print/gimp-print.h.in (1.27) (+19 -2) src/cups/rastertoprinter.c (1.31) (+80 -72) src/ghost/README (1.84) (+27 -3) src/ghost/ijsgimpprint.c (1.23) (+8 -2) src/main/print-canon.c (1.85) (+4 -2) src/main/print-escp2-data.c (1.83) (+44 -5) src/main/print-escp2.c (1.199) (+169 -100) src/main/print-escp2.h (1.24) (+6 -2) src/main/print-lexmark.c (1.84) (+4 -2) src/main/print-pcl.c (1.68) (+4 -2) src/main/print-ps.c (1.36) (+4 -2) src/main/print-vars.c (1.9) (+12 -4) src/main/printers.c (1.12) (+33 -1) src/main/util.h (1.3) (+4 -2) src/main/vars.h (1.5) (+4 -2) Add cutter support 2002-12-08 Files: debian/libgimpprint.install (1.1) (added) file libgimpprint.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/libgimpprint-doc.install.in (1.1) (added) file libgimpprint-doc.install.in was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/libgimpprint-dev.install (1.1) (added) file libgimpprint-dev.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/ijsgimpprint.install (1.1) (added) file ijsgimpprint.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/gimpprint-locales.install (1.1) (added) file gimpprint-locales.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/gimpprint-doc.install (1.1) (added) file gimpprint-doc.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/gimp1.2-print.install (1.1) (added) file gimp1.2-print.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/foomatic-db-gimp-print.install (1.1) (added) file foomatic-db-gimp-print.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/escputil.install (1.1) (added) file escputil.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: debian/cupsys-driver-gimpprint.install (1.1) (added) file cupsys-driver-gimpprint.install was initially added on branch gimp-print-4_2_branch. 2002-12-08 Files: scripts/autogen.sh (1.23) (+1 -1) . 2002-12-08 Files: scripts/autogen.sh (1.22) (+3 -3) Want libtool 1.4.3. 2002-12-08 Files: src/gimp/gimp_color_window.c (1.38) (+3 -3) Sily brainoc 2002-12-08 Files: src/main/print-escp2-data.c (1.82) (+3 -3) Play it safe; always use the documented number of nozzles. 2002-12-07 Files: src/main/print-escp2-data.c (1.81) (+3 -59) Remove unused resolutions. 2002-12-07 Files: src/main/print-escp2-data.c (1.80) (+93 -6) More tuning of the 950/960 and 2100/2200. 2002-12-07 Files: src/escputil/escputil.c (1.47) (+3 -3) Stylus Photo 950/960 has four patterns. 2002-12-07 Files: src/escputil/escputil.c (1.46) (+3 -3) The 2200 has 4 alignment passes. 2002-12-07 Files: src/main/print-escp2-data.c (1.79) (+2 -2) 2200 knows about gray command 2002-12-07 Files: src/main/print-escp2-data.c (1.78) (+2 -2) Zero margin printing on 2200 2002-12-07 Files: src/main/print-escp2-data.c (1.77) (+18 -6) Bring over a few changes from the 4.2 branch 2002-12-07 Files: src/main/print-escp2-data.c (1.76) (+119 -42) Complete initial tuning of 2100/2200 2002-12-07 Files: src/gimp/gimp_color_window.c (1.37) (+7 -3) src/gimp/gimp_main_window.c (1.92) (+2 -2) src/gimp/print_gimp.h (1.34) (+3 -1) Handle dither algorithm option correctly 2002-12-07 Files: src/main/print-escp2-data.c (1.75) (+203 -40) First stage tuning of 2100/2200 2002-12-06 Files: src/main/print-escp2-data.c (1.74) (+375 -108) src/main/print-escp2.c (1.198) (+11 -9) src/main/print-escp2.h (1.23) (+5 -2) Tune 950/960; fix 640 2002-12-06 Files: src/main/print-dither.c (1.104) (+17 -1) Handle grayscale correctly. 2002-12-06 Files: src/escputil/escputil.c (1.45) (+3 -2) Handle 7-color printers 2002-12-05 Files: src/main/print-list.c (1.2) (+2 -1) string.h is needed 2002-12-01 Files: src/main/curve.c (1.15) (+5 -2) Should not allow composing wrap and non-wrap curves 2002-12-01 Files: test/curve.c (1.7) (+10 -1) Add more tests 2002-12-01 Files: src/main/curve.c (1.14) (+55 -53) Minor cleanup 2002-11-30 Files: src/main/curve.c (1.13) (+17 -14) Assorted fixes 2002-11-30 Files: test/curve.c (1.6) (+24 -2) Some more tests 2002-11-30 Files: src/main/curve.c (1.12) (+53 -34) Intermediate version 2002-11-29 Files: src/main/curve.c (1.11) (+96 -12) test/curve.c (1.5) (+88 -17) Work on spline interpolation 2002-11-28 Files: src/main/Makefile.am (1.45) (+4 -2) Distribute and install papers.xml 2002-11-28 Files: src/main/curve.c (1.10) (+2 -2) Clean up a typo 2002-11-28 Files: include/gimp-print/gimp-print.h.in (1.26) (+8 -6) src/main/curve.c (1.9) (+131 -111) test/curve.c (1.4) (+14 -4) Some more cleanup and fixes 2002-11-28 Files: src/main/print-escp2.c (1.197) (+2 -2) Don't send remote sequence spuriously 2002-11-28 Files: src/main/print-escp2-data.c (1.73) (+74 -40) src/main/print-escp2.c (1.196) (+30 -48) src/main/print-escp2.h (1.22) (+10 -8) Handle input slots more generally 2002-11-28 Files: src/gimp/gimp_color_window.c (1.36) (+3 -15) src/gimp/gimp_main_window.c (1.91) (+8 -30) src/gimp/print_gimp.h (1.33) (+4 -5) Back out incorrect checkins 2002-11-28 Files: include/gimp-print/gimp-print.h.in (1.25) (+2 -4) src/gimp/gimp_color_window.c (1.35) (+16 -4) src/gimp/gimp_main_window.c (1.90) (+31 -9) src/gimp/print_gimp.h (1.32) (+6 -5) src/main/curve.c (1.8) (+100 -107) test/curve.c (1.3) (+48 -5) More bug fixing in curve code 2002-11-28 Files: src/gimp/gimp_color_window.c (1.34) (+4 -4) Handle dither algorithm that shouldn't be there. 2002-11-28 Files: src/gimp/gimp_main_window.c (1.89) (+5 -4) Handle options that aren't supposed to be set. 2002-11-28 Files: test/curve.c (1.2) (+34 -2) More tests 2002-11-28 Files: src/main/print-escp2-data.c (1.72) (+28 -2) src/main/print-escp2.c (1.195) (+9 -2) More 5000 stuff 2002-11-27 Files: src/main/print-escp2-data.c (1.71) (+53 -11) 625780 Epson Stylus Pro 5000 does not print 2002-11-27 Files: src/main/papers.xml (1.3) (+3 -3) Fix dimensions for 22x30 paper 2002-11-27 Files: include/gimp-print/gimp-print.h.in (1.24) (+4 -3) src/main/curve.c (1.7) (+156 -86) test/Makefile.am (1.36) (+5 -2) test/curve.c (1.1) (added +1220 -0) First testing of the curve code 2002-11-27 Files: src/main/papers.xml (1.2) (+36 -1) Add transverse papers 2002-11-27 Files: include/gimp-print/gimp-print.h.in (1.23) (+10 -6) Minor updates 2002-11-27 Files: include/gimp-print/gimp-print.h.in (1.22) (+12 -3) src/main/curve.c (1.6) (+100 -9) src/main/printers.c (1.11) (+1 -2) Allow curve rescaling in more elaborate ways 2002-11-26 Files: scripts/texinfo.tex (1.3) (removed) texinfo.tex should not be in the repository; it comes from automake 2002-11-24 Files: include/gimp-print/gimp-print.h.in (1.21) (+54 -8) src/main/curve.c (1.5) (+156 -8) Add curve composition, fix a few inspection bugs 2002-11-24 Files: src/main/curve.c (1.4) (+28 -35) Some cleanup 2002-11-24 Files: src/main/printers.xml (1.63) (+7 -1) Add Epson MJ-930C 2002-11-24 Files: include/gimp-print/gimp-print.h.in (1.20) (+176 -11) src/gimp/print.c (1.35) (+5 -7) src/main/Makefile.am (1.44) (+2 -1) src/main/curve.c (1.3) (+172 -105) src/main/print-vars.c (1.8) (+3 -3) src/main/printers.c (1.10) (+3 -11) src/main/printers.h (1.3) (+4 -4) Curve code compiles 2002-11-24 Files: src/foomatic/foomatic-printermap (1.46) (+7 -0) Added generic printers and HP LaserJet 4200/4300. 2002-11-23 Files: src/main/curve.c (1.2) (+124 -33) Improvements 2002-11-23 Files: src/main/Makefile.am (1.43) (+11 -6) src/main/gimpprint.dtd (1.2) (+51 -2) src/main/gimpprint.xsd (1.2) (+55 -1) src/main/papers.h (1.3) (+16 -2) src/main/papers.xml (1.1) (added) src/main/print-papers.c (1.7) (+2 -316) src/printdef/Makefile.am (1.10) (+4 -4) src/printdef/printdef.c (1.3) (+235 -50) Move paper size definitions into an XML file, papers.xml Modify printdef.c to generate paper header Include generated paper header in print-papers.c Update XML dtd and xsd to include the paperdef tags and attributes 2002-11-23 Files: src/main/curve.c (1.1) (added +1936 -0) Check in initial curve code (not compiled in just yet). 2002-11-23 Files: test/run-weavetest (1.13) (+1 -1) A few more modes 2002-11-23 Files: src/foomatic/foomatic-printermap (1.45) (+2 -0) src/main/print-escp2-data.c (1.70) (+16 -1) src/main/printers.xml (1.62) (+17 -2) Support Epson Stylus C3200/C5200 MFP, and fix C82 2002-11-22 Files: src/main/gimpprint.dtd (1.1) (added) src/main/gimpprint.xsd (1.1) (added) src/main/printers.xml (1.61) (+41 -41) Add XML DTD and Schema for validating printers.xml Modify printers.xml to comply with the schema 2002-11-22 Files: include/gimp-print/gimp-print.h.in (1.19) (+391 -300) src/cups/Makefile.am (1.59) (+3 -3) src/cups/genppd.c (1.51) (+52 -143) src/cups/gimp-print-cups.c (1.2) (+96 -0) src/cups/gimp-print-cups.h (1.2) (+59 -0) src/cups/rastertoprinter.c (1.30) (+71 -123) src/foomatic/printer_options.c (1.16) (+43 -50) src/foomatic/stp_limits.c (1.4) (+20 -60) src/ghost/ijsgimpprint.c (1.22) (+66 -114) src/gimp/gimp_color_window.c (1.33) (+59 -80) src/gimp/gimp_main_window.c (1.88) (+254 -318) src/gimp/print.c (1.34) (+135 -203) src/gimp/print_gimp.h (1.31) (+2 -2) src/main/Makefile.am (1.42) (+3 -2) src/main/dither.h (1.2) (+3 -3) src/main/gimp-print-internal.h (1.60) (+8 -2) src/main/papers.h (1.2) (+4 -5) src/main/print-canon.c (1.84) (+93 -168) src/main/print-color.c (1.32) (+28 -28) src/main/print-dither.c (1.103) (+4 -10) src/main/print-escp2.c (1.194) (+135 -170) src/main/print-lexmark.c (1.83) (+93 -143) src/main/print-papers.c (1.6) (+4 -6) src/main/print-pcl.c (1.67) (+96 -181) src/main/print-ps.c (1.35) (+58 -123) src/main/print-util.c (1.79) (+38 -101) src/main/print-vars.c (1.7) (+419 -155) src/main/printers.c (1.9) (+126 -157) src/main/printers.h (1.2) (+4 -7) src/main/quickmatrix257.h (1.4) (+2 -8) src/main/ran.367.179.h (1.4) (+2 -7) src/main/ran.509.131.h (1.4) (+2 -6) src/main/string-list.c (1.2) (+142 -0) src/main/util.h (1.2) (+15 -19) src/main/vars.h (1.4) (+20 -9) src/printdef/printdef.c (1.2) (+3 -1) src/testpattern/testpattern.c (1.15) (+18 -16) src/testpattern/testpatterny.y (1.7) (+2 -2) test/run-testdither (1.4) (+1 -1) test/testdither.c (1.22) (+12 -19) Merge parameter reorganization phase 2 into mainline 2002-11-22 Files: src/main/Makefile.am (1.41) (+4 -2) Fix a couple of minor problems 2002-11-20 Files: man/cups-calibrate.8.in (1.5) (+3 -3) man/escputil.1.in (1.9) (+31 -30) man/gimpprint.3.in (1.5) (+1 -1) Update manual pages 2002-11-19 Files: test/testdither.c (1.21) (+12 -7) testdither uses stp_init() correctly 2002-11-19 Files: configure.ac (1.31) (+2 -0) src/main/Makefile.am (1.40) (+8 -7) src/main/printers.xml (1.60) (+1252 -1620) src/printdef/Makefile.am (1.9) (+4 -11) src/printdef/printdef.c (1.1) (added) src/printdef/printdef.h (1.7) (+10 -76) src/printdef/printdefl.l (1.3) (removed) src/printdef/printdefy.y (1.12) (removed) printdef uses libxml2 to read printers.xml Make printers.xml into valid XML, using gimp-print schema Add configure.ac check for libxml2 2002-11-19 Files: src/foomatic/foomatic-printermap (1.44) (+3 -0) src/main/print-pcl.c (1.66) (+41 -14) src/main/printers.xml (1.59) (+25 -1) Added more designjets. Fix minimum paper size. 2002-11-18 Files: debian/cupsys-driver-gimpprint.files (1.8) (+10 -10) debian/gimp1.2-print.files (1.2) (+1 -1) debian/rules (1.42) (+1 -3) Don't use absolute pathnames in file lists Remove gimp1.2-print special directory creation 2002-11-18 Files: src/main/print-util.c (1.78) (+2 -1) src/main/printers.c (1.8) (+123 -21) src/printdef/printdefy.y (1.11) (+3 -66) Move the printer list from a static array to a stp_list_t list. 2002-11-18 Files: src/main/print-dither.c (1.102) (+1 -2) src/main/print-dither.h (1.2) (removed) Remove redundant header print-dither.h 2002-11-18 Files: src/cups/genppd.c (1.50) (+19 -18) src/foomatic/paper_sizes.c (1.5) (+3 -1) src/foomatic/printer_options.c (1.15) (+3 -1) src/foomatic/printers.c (1.3) (+3 -1) src/foomatic/stp_limits.c (1.3) (+1 -0) Use stp_init() correctly, so that the dynamic printer list exists when we try to use it. 2002-11-18 Files: src/main/print-dither-matrices.c (1.6) (+3 -2) Use the new split headers correctly 2002-11-18 Files: src/main/Makefile.am (1.39) (+12 -7) Distribute the new headers 2002-11-18 Files: src/main/dither-matrices.h (1.1) (added) src/main/dither.h (1.1) (added) src/main/gimp-print-internal.h (1.59) (+15 -499) src/main/list.h (1.2) (+13 -1) src/main/papers.h (1.1) (added) src/main/print-escp2.h (1.21) (+11 -1) src/main/printers.h (1.1) (added) src/main/quickmatrix257.h (1.3) (+11 -1) src/main/ran.367.179.h (1.3) (+11 -1) src/main/ran.509.131.h (1.3) (+11 -1) src/main/util.h (1.1) (added) src/main/vars.h (1.3) (+26 -1) src/main/weave.h (1.1) (added) split gimp-print-internal.h into separate header files (one per .c file) 2002-11-17 Files: debian/gimp1.2-print.files (1.1) (added) Don't special case the print plugin build and install 2002-11-17 Files: debian/changelog (1.50) (+8 -0) debian/cupsys-driver-gimpprint.files (1.7) (+3 -1) debian/rules (1.41) (+2 -5) Make the debian package build again: Remove the special-cased print plugin build and install, since it's now not needed. Add cups-genppdconfig to cupsys-driver-gimpprint 2002-11-17 Files: src/main/print-pcl.c (1.65) (+131 -49) Added separate margins for A4 paper size. Compiles, not tested. 2002-11-17 Files: src/foomatic/foomatic-printermap (1.43) (+6 -0) src/main/print-pcl.c (1.64) (+78 -3) src/main/printers.xml (1.58) (+50 -2) Added DesignJet 230, 250C, 2500CP, 3500CP, 455CA and 488CA. Not tested properly yet. Not all printers have entries in Foomatic proper yet. 2002-11-17 Files: src/main/print-pcl.c (1.63) (+3 -3) Changed "MediaSize" to "PageSize". Robert's typo during his changes! 2002-11-17 Files: configure.ac (1.30) (+3 -3) Fix CUPS PPD option help naming 2002-11-17 Files: debian/control.in (1.30) (+2 -2) Update Standards-Version 2002-11-17 Files: include/gimp-print/gimp-print.h.in (1.18) (+31 -24) src/main/Makefile.am (1.38) (+2 -2) Fix list function prototypes and header name 2002-11-16 Files: src/main/string-list.c (1.1) (added +157 -0) file string-list.c was initially added on branch parameter-reorg-20021109-branch. 2002-11-16 Files: src/cups/gimp-print-cups.h (1.1) (added) file gimp-print-cups.h was initially added on branch parameter-reorg-20021109-branch. 2002-11-16 Files: src/cups/gimp-print-cups.c (1.1) (added) file gimp-print-cups.c was initially added on branch parameter-reorg-20021109-branch. 2002-11-16 Files: src/main/print-pcl.c (1.62) (+7 -1) src/main/printers.xml (1.57) (+9 -9) Increased density for Laserjets to 1.0 and ensure that density does not exceed 1.0 in the driver. 2002-11-16 Files: doc/developer/functions.texi (1.5) (+185 -2) Document the new stp_list_t list type 2002-11-14 Files: src/foomatic/foomatic-templates-ijs/Brightness.xml (1.3) (+2 -2) src/foomatic/foomatic-templates-ijs/Gamma.xml (1.3) (+2 -2) src/foomatic/foomatic-templates-ijs/Saturation.xml (1.3) (+2 -2) Renamed Foomatic options from "Stp..." to "stp...", so that they have the same names as the appropriate options of the native CUPS drivers. 2002-11-13 Files: include/gimp-print/gimp-print.h.in (1.17) (+36 -2) src/main/Makefile.am (1.37) (+3 -1) src/main/list.h (1.1) (added) src/main/print-list.c (1.1) (added +710 -0) Add a doubly-linked list implementation, with optional callbacks to free nodes, sort nodes and find nodes by name and/or long name. 2002-11-11 Files: man/gimpprint.3.in (1.4) (+10 -0) Add SEE ALSO references to the libgimpprint man pages 2002-11-09 Files: man/gimpprint-imagetypes.7.in (1.2) (+2 -2) Fix a typo 2002-11-09 Files: src/gimp/gimp_main_window.c (1.87) (+5 -5) Handle resizing of the "Setup Printer" window a little more usefully. 2002-11-07 Files: src/cups/genppd.c (1.49) (+3 -3) 631993 Macintosh OS X: Custom page size problems w/some apps 2002-11-06 Files: src/cups/genppd.c (1.48) (+3 -3) 633910 Epson 1520 ppd bug gimp-print 4.2.3 2002-11-06 Files: src/gimp/gimp_color_window.c (1.32) (+3 -2) src/gimp/gimp_main_window.c (1.86) (+167 -133) More UI cleanup 2002-11-05 Files: src/gimp/gimp_color_window.c (1.31) (+2 -2) src/gimp/gimp_main_window.c (1.85) (+12 -12) No need to use explicit number of table columns/rows 2002-11-05 Files: include/gimp-print/gimp-print.h.in (1.16) (+19 -5) src/cups/genppd.c (1.47) (+39 -49) src/cups/rastertoprinter.c (1.29) (+14 -13) src/foomatic/printer_options.c (1.14) (+15 -17) src/gimp/gimp_color_window.c (1.30) (+5 -16) src/gimp/gimp_main_window.c (1.84) (+33 -59) src/gimp/print_gimp.h (1.30) (+2 -3) src/main/gimp-print-internal.h (1.58) (+5 -6) src/main/print-canon.c (1.83) (+31 -79) src/main/print-dither.c (1.101) (+5 -18) src/main/print-escp2.c (1.193) (+19 -70) src/main/print-lexmark.c (1.82) (+17 -69) src/main/print-pcl.c (1.61) (+35 -95) src/main/print-ps.c (1.34) (+10 -35) src/main/print-util.c (1.77) (+103 -1) src/main/printers.c (1.7) (+8 -15) test/testdither.c (1.20) (+6 -7) Create stp_param_list_t type 2002-11-04 Files: src/gimp/gimp_main_window.c (1.83) (+116 -121) Minor code reorganization 2002-11-04 Files: src/gimp/gimp_main_window.c (1.82) (+111 -142) src/gimp/print.c (1.33) (+6 -10) src/gimp/print_gimp.h (1.29) (+5 -3) Clean up the UI a bit more. 2002-11-03 Files: scripts/mkchlog (1.7) (+3 -3) Don't be quite so sensitive to time with log messages. 2002-11-03 Files: scripts/mkchlog (1.6) (+1 -1) Preserve file order in commit messages 2002-11-03 Files: include/gimp-print/gimp-print.h.in (1.15) (+2 -3) Remove stray stp_set_orientation. 2002-11-03 Files: include/gimp-print/gimp-print.h.in (1.14) (+41 -27) man/ijsgimpprint.1.in (1.4) (+2 -2) src/cups/genppd.c (1.46) (+16 -8) src/cups/rastertoprinter.c (1.28) (+24 -16) src/foomatic/foomatic-generator.in (1.26) (+1 -1) src/foomatic/foomatic-templates-gs/Brightness.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Color.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Contrast.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Cyan.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Density.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Dither.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Gamma.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/ImageType.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/InkType.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/InputSlot.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Magenta.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/MediaType.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Model.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/PageSize.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Quality.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Resolution.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Saturation.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/Yellow.xml (1.3) (removed) src/foomatic/foomatic-templates-gs/gimp-print.xml (1.4) (removed) src/foomatic/foomatic-templates-ijs/Dither.xml (1.3) (removed) src/foomatic/foomatic-templates-ijs/DitherAlgorithm.xml (1.2) (+20 -0) src/foomatic/printer_options.c (1.13) (+12 -27) src/ghost/README (1.83) (+2 -2) src/ghost/ijsgimpprint.c (1.21) (+13 -43) src/gimp/gimp_color_window.c (1.29) (+16 -20) src/gimp/gimp_main_window.c (1.81) (+17 -16) src/gimp/print.c (1.32) (+63 -46) src/main/gimp-print-internal.h (1.57) (+5 -2) src/main/print-canon.c (1.82) (+10 -6) src/main/print-dither.c (1.100) (+21 -14) src/main/print-escp2.c (1.192) (+97 -89) src/main/print-lexmark.c (1.81) (+10 -6) src/main/print-papers.c (1.5) (+2 -2) src/main/print-pcl.c (1.60) (+12 -8) src/main/print-ps.c (1.33) (+9 -9) src/main/print-util.c (1.76) (+8 -1) src/main/print-vars.c (1.6) (+68 -20) src/main/printers.c (1.6) (+90 -48) src/testpattern/extended.sample (1.3) (+6 -6) src/testpattern/testpattern.c (1.14) (+28 -29) src/testpattern/testpattern.h (1.5) (+9 -7) src/testpattern/testpattern.sample (1.5) (+6 -6) src/testpattern/testpatternl.l (1.5) (+2 -7) src/testpattern/testpatterny.y (1.6) (+14 -26) test/testdither.c (1.19) (+14 -14) Use parameterized mutators/accessors for the string choice options, rather than fixed function calls. Internally it's still implemented in terms of the fixed calls, but this lets us experiment with a new API that has more room for growth. Remove the last vestiges of the stp driver from the foomatic data. 2002-11-03 Files: src/foomatic/foomatic-templates-ijs/DitherAlgorithm.xml (1.1) (added) file DitherAlgorithm.xml was initially added on branch parameter-reorg-20021102-branch. 2002-11-02 Files: src/gimp/gimp_main_window.c (1.80) (+3 -7) A bit more code factoring. 2002-11-02 Files: src/gimp/gimp_main_window.c (1.79) (+7 -38) Sometimes simpler is better... 2002-11-02 Files: src/gimp/gimp_main_window.c (1.78) (+45 -36) Don't update the preview unnecessarily. 2002-11-02 Files: src/gimp/gimp_color_window.c (1.28) (+3 -3) src/gimp/gimp_main_window.c (1.77) (+87 -66) src/gimp/print.c (1.31) (+14 -15) src/gimp/print_gimp.h (1.28) (+7 -9) Fix new printer, and clean up some other stuff 2002-11-02 Files: src/gimp/gimp_color_window.c (1.27) (+3 -13) src/gimp/gimp_main_window.c (1.76) (+6 -14) src/gimp/print.c (1.30) (+6 -45) Use g_strdup rather than local hack c_strdup 2002-11-02 Files: src/gimp/gimp_color_window.c (1.26) (+3 -3) Attach the dither algorithm box in the right place 2002-11-02 Files: src/gimp/print_gimp.h (1.27) (+1 -14) Some more cleanup 2002-11-02 Files: src/gimp/gimp_color_window.c (1.25) (+17 -19) src/gimp/gimp_main_window.c (1.75) (+98 -125) src/gimp/print_gimp.h (1.26) (+8 -3) Some more cleanup 2002-11-02 Files: src/gimp/gimp_main_window.c (1.74) (+85 -103) A bit more cleanup 2002-11-02 Files: src/gimp/gimp_main_window.c (1.73) (+80 -120) Some more cleanup 2002-11-02 Files: src/gimp/gimp_main_window.c (1.72) (+24 -39) A bit more 2002-11-02 Files: src/gimp/gimp_main_window.c (1.71) (+20 -41) A bit more cleanup 2002-11-02 Files: src/gimp/gimp_main_window.c (1.70) (+21 -32) A bit more cleanup 2002-11-02 Files: src/gimp/gimp_main_window.c (1.69) (+33 -86) More cleanup 2002-11-02 Files: src/gimp/gimp_main_window.c (1.68) (+20 -33) More cleanup of the GUI 2002-11-02 Files: src/gimp/gimp_color_window.c (1.24) (+3 -1) Add EvenTone 2002-11-02 Files: src/gimp/gimp_color_window.c (1.23) (+98 -305) Generalize the color adjustments 2002-11-02 Files: src/gimp/gimp_main_window.c (1.67) (+2 -2) Minor 2002-11-02 Files: src/gimp/gimp_main_window.c (1.66) (+62 -102) Generalize the units. 2002-11-02 Files: src/gimp/gimp_color_window.c (1.22) (+3 -2) src/gimp/gimp_main_window.c (1.65) (+181 -387) src/gimp/print_gimp.h (1.25) (+3 -2) generalize the combo boxes 2002-11-02 Files: src/gimp/gimp_main_window.c (1.64) (+5 -1) src/gimp/print.c (1.29) (+2 -6) src/gimp/print_gimp.h (1.24) (+1 -3) Tighten up some static declarations 2002-11-02 Files: src/main/print-canon.c (1.81) (+4 -4) Fix some Canon page sizes. 2002-11-02 Files: NEWS (1.82) (+44 -8) README (1.109) (+2 -1) src/ghost/README (1.82) (+3 -1) Prep for 4.3.6 2002-11-01 Files: src/printdef/printdefy.y (1.10) (+2 -2) The printer list can be static 2002-11-01 Files: src/main/print-util.c (1.75) (+1 -205) src/main/print-vars.c (1.5) (+13 -1) src/main/printers.c (1.5) (+192 -1) A bit more cleanup 2002-11-01 Files: src/foomatic/printer_options.c (1.12) (+9 -7) Fix braces 2002-11-01 Files: include/gimp-print/gimp-print.h.in (1.13) (+129 -138) Cosmetic cleanup 2002-11-01 Files: include/gimp-print/gimp-print.h.in (1.12) (+118 -131) src/cups/genppd.c (1.45) (+20 -21) src/cups/rastertoprinter.c (1.27) (+8 -15) src/foomatic/foomatic-generator.in (1.25) (+3 -9) src/foomatic/printer_options.c (1.11) (+18 -5) src/ghost/ijsgimpprint.c (1.20) (+17 -24) src/gimp/gimp_main_window.c (1.63) (+25 -32) src/gimp/print.c (1.28) (+3 -7) src/main/gimp-print-internal.h (1.56) (+26 -2) src/main/print-canon.c (1.80) (+35 -29) src/main/print-escp2.c (1.191) (+25 -23) src/main/print-lexmark.c (1.80) (+29 -24) src/main/print-pcl.c (1.59) (+23 -17) src/main/print-ps.c (1.32) (+30 -20) src/main/print-util.c (1.74) (+17 -27) src/main/printers.c (1.4) (+82 -1) src/testpattern/testpattern.c (1.13) (+5 -9) Hide the innards of the stp_printfuncs_t; use normal function calls that are dispatched by the library rather than requiring the application to do the dispatch. 2002-11-01 Files: src/main/print-weave.c (1.44) (+2 -2) Fix up an expression 2002-10-31 Files: src/main/print-escp2-data.c (1.69) (+17 -1) Support 7-color inks in some cases. 2002-10-31 Files: src/main/print-escp2-data.c (1.68) (+222 -135) src/main/print-escp2.c (1.190) (+3 -3) src/main/print-escp2.h (1.20) (+3 -1) 630365 Epson Stylus Photo 950: Enlarged image with some 1440/2800 2002-10-30 Files: src/gimp/gimp_main_window.c (1.62) (+10 -9) Parameterize the minimum image size 2002-10-30 Files: src/gimp/gimp_main_window.c (1.61) (+11 -13) Lock the mouse to the preview motion; don't slip and slide slightly over time due to round off error. 2002-10-30 Files: test/unprint.c (1.28) (+26 -2) Color mask to selectively unprint channels 2002-10-29 Files: src/gimp/gimp_main_window.c (1.60) (+40 -69) Back out 1.59; that did slow things down a lot in some cases. Fix entry boxes. 2002-10-29 Files: src/main/print-dither.c (1.99) (+127 -266) Optimized eventone dither somewhat. Result is a slightly different algorithm, but hopefully of the same quality. 2002-10-29 Files: src/gimp/gimp_main_window.c (1.59) (+45 -34) Eliminate flashing in the preview (experimental!) 2002-10-29 Files: src/gimp/print.c (1.27) (+3 -3) gimp_writefunc should be static 2002-10-29 Files: src/gimp/gimp_main_window.c (1.58) (+38 -4) Eliminate unsightly jiggling of the preview when it's resized in some cases. 2002-10-29 Files: src/gimp/gimp_main_window.c (1.57) (+171 -153) src/gimp/print_gimp.h (1.23) (+6 -1) Partially generalize units; support points and mm in addition to inches and cm. Change explicit 72 constant to INCH for clarity. Don't recenter the image when we change image size, page size, etc. Leave it where it is, and let it be moved if it would go off the page. 2002-10-28 Files: Makefile.am (1.132) (+2 -2) configure.ac (1.29) (+12 -3) man/.cvsignore (1.5) (+11 -0) man/Makefile.am (1.14) (+15 -6) man/cups-calibrate.8.in (1.4) (+6 -6) man/cups-genppd.8.in (1.2) (+2 -2) man/cups-genppdconfig.8.in (1.2) (+2 -2) man/escputil.1.in (1.8) (+2 -2) man/gimpprint-color.7.in (1.1) (added) man/gimpprint-config.1.in (1.5) (+9 -9) man/gimpprint-dithers.7.in (1.1) (added) man/gimpprint-imagetypes.7.in (1.1) (added) man/gimpprint-inktypes.7.in (1.1) (added) man/gimpprint-mediasizes.7.in (1.1) (added) man/gimpprint-mediasources.7.in (1.1) (added) man/gimpprint-mediatypes.7.in (1.1) (added) man/gimpprint-models.7.in (1.1) (added) man/gimpprint-resolutions.7.in (1.1) (added) man/gimpprint.3.in (1.3) (+4 -4) man/ijsgimpprint.1.in (1.3) (+36 -1051) Split ijsgimpprint(1) into separate manpages, to document libgimpprint 2002-10-28 Files: doc/developer/functions.texi (1.4) (+54 -21) Document papersize functions 2002-10-28 Files: doc/README.maintaining (1.14) (+439 -361) Add autotools version and compatibility information 2002-10-28 Files: src/gimp/gimp_color_window.c (1.21) (+71 -74) src/gimp/gimp_main_window.c (1.56) (+318 -327) src/gimp/print.c (1.26) (+3 -3) src/gimp/print_gimp.h (1.22) (+21 -21) Remove "gimp_" prefix from internal functions. This was a holdover from when we offered two GUIs, one using libgimp and one using GTK. 2002-10-28 Files: test/unprint.c (1.27) (+3 -1) Clean up limits.h use 2002-10-28 Files: src/main/gimp-print-internal.h (1.55) (+21 -10) src/main/print-canon.c (1.79) (+6 -4) src/main/print-color.c (1.31) (+3 -1) src/main/print-dither.c (1.98) (+7 -1) src/main/print-papers.c (1.4) (+3 -1) src/main/print-pcl.c (1.58) (+2 -2) src/main/print-ps.c (1.31) (+3 -1) src/main/print-vars.c (1.4) (+3 -1) src/main/print-weave.c (1.43) (+141 -98) src/main/printers.c (1.3) (+3 -1) Add checking for first and last active byte in a line to the weave code. This will permit family drivers to optimize output for passes with very little data. Clean up limits.h use. 2002-10-27 Files: src/main/print-lexmark.c (1.79) (+8 -8) Corrected error according Bugs item #628698 (exchanged colors). Corrected also the photo mode. 2002-10-27 Files: src/main/print-dither.c (1.97) (+2 -2) Correction related to Bugs item #628698. Corrected problem in stp_dither_set_light_ink(). 2002-10-27 Files: src/main/print-color.c (1.30) (+2 -1) src/main/print-papers.c (1.3) (+3 -1) src/main/print-vars.c (1.3) (+2 -1) Header file requirements 2002-10-27 Files: test/testdither.c (1.18) (+3 -2) Header file requirement 2002-10-27 Files: doc/developer/functions.texi (1.3) (+1 -1) Minor syntax warning 2002-10-27 Files: src/printdef/printdefy.y (1.9) (+6 -1) Syntax cleanup 2002-10-27 Files: src/main/Makefile.am (1.36) (+3 -2) Minor fix. 2002-10-27 Files: AUTHORS (1.13) (+1 -1) NEWS (1.81) (+0 -2) README (1.108) (+32 -85) configure.ac (1.28) (+11 -20) debian/README.Debian (1.30) (+2 -2) include/gimp-print/gimp-print.h.in (1.11) (+9 -48) man/Makefile.am (1.13) (+4 -4) scripts/autogen.sh (1.21) (+10 -0) src/cups/genppd.c (1.44) (+5 -5) src/cups/rastertoprinter.c (1.26) (+5 -59) src/foomatic/Makefile.am (1.30) (+3 -14) src/foomatic/foomatic-generator.in (1.24) (+20 -73) src/ghost/COPYING (1.2) (removed) src/ghost/Makefile.am (1.27) (+3 -7) src/ghost/README (1.81) (+82 -259) src/ghost/contrib.mak.addon.in (1.2) (removed) src/ghost/gdevstp.c (1.16) (removed) src/ghost/ijsgimpprint.c (1.19) (+13 -16) src/gimp/gimp_color_window.c (1.20) (+37 -35) src/gimp/gimp_main_window.c (1.55) (+347 -349) src/gimp/print-image-gimp.c (1.6) (+9 -24) src/gimp/print.c (1.25) (+357 -138) src/gimp/print_gimp.h (1.21) (+36 -4) src/main/Makefile.am (1.35) (+9 -6) src/main/gimp-print-internal.h (1.54) (+16 -2) src/main/print-canon.c (1.78) (+34 -43) src/main/print-dither.c (1.96) (+162 -465) src/main/print-escp2-data.c (1.67) (+4 -1) src/main/print-escp2.c (1.189) (+99 -86) src/main/print-escp2.h (1.19) (+2 -1) src/main/print-lexmark.c (1.78) (+28 -30) src/main/print-papers.c (1.2) (+546 -0) src/main/print-pcl.c (1.57) (+20 -34) src/main/print-ps.c (1.30) (+20 -31) src/main/print-util.c (1.73) (+36 -1231) src/main/print-vars.c (1.2) (+440 -0) src/main/printers.c (1.2) (+84 -0) src/main/vars.h (1.2) (+73 -0) src/printdef/printdef.h (1.6) (+5 -7) src/printdef/printdefy.y (1.8) (+71 -9) src/testpattern/testpattern.c (1.12) (+13 -28) test/unprint.c (1.26) (+3 -3) Change page management to use top/left/height/width rather than top/left/scaling/orientation. Also change coordinate origin to be top left of the page rather than bottom left of the printable region. Split out the paper sizes, printers, and variable processing from print-util. Advance version. Remove Ghostscript stp driver. 2002-10-21 Files: src/main/vars.h (1.1) (added) file vars.h was initially added on branch reorg-20021020-branch. 2002-10-21 Files: src/main/printers.c (1.1) (added +1234 -0) file printers.c was initially added on branch reorg-20021020-branch. 2002-10-21 Files: src/main/printer.h (1.1) (added) file printer.h was initially added on branch reorg-20021020-branch. 2002-10-21 Files: src/main/print-vars.c (1.1) (added +2291 -0) file print-vars.c was initially added on branch reorg-20021020-branch. 2002-10-21 Files: src/main/print-papers.c (1.1) (added +432 -0) file print-papers.c was initially added on branch reorg-20021020-branch. 2002-10-19 Files: src/foomatic/foomatic-templates-gs/gimp-print.xml (1.3) (+1 -1) src/foomatic/foomatic-templates-ijs/gimp-print.xml (1.3) (+1 -1) Security fix: s/-dSAFER/-dPARANOIDSAFER/ for the GhostScript command lines. 2002-10-19 Files: NEWS (1.80) (+2 -1) fix wording for print plugin for Gimp 2002-10-19 Files: src/main/print-escp2-data.c (1.66) (+3 -3) Fix dot sizes for Stylus Pro printers 2002-10-19 Files: po/da.po (1.23) (+1639 -578) po/de.po (1.8) (+358 -351) po/el.po (1.10) (+1027 -652) po/en_GB.po (1.90) (+1002 -636) po/es.po (1.8) (+964 -714) po/fr.po (1.30) (+488 -396) po/ja.po (1.3) (+137 -129) po/nl.po (1.10) (+1103 -1201) po/no.po (1.30) (+819 -341) po/pl.po (1.14) (+1107 -787) po/pt.po (1.8) (+842 -685) po/sk.po (1.13) (+869 -653) po/sv.po (1.39) (+134 -128) . 2002-10-19 Files: src/main/print-escp2-data.c (1.65) (+1 -1) Fix dot sizes on 7600/9600 2002-10-18 Files: src/foomatic/foomatic-generator.in (1.23) (+5 -2) Updated Foomatic data generator to support custom page sizes correctly. 2002-10-17 Files: po/da.po (1.22) (+584 -1677) po/de.po (1.7) (+633 -715) po/el.po (1.9) (+671 -1077) po/en_GB.po (1.89) (+678 -1097) po/es.po (1.7) (+986 -996) po/fr.po (1.29) (+1026 -916) po/ja.po (1.2) (+3326 -0) po/nl.po (1.9) (+1380 -1181) po/no.po (1.29) (+598 -1074) po/pl.po (1.13) (+810 -1160) po/pt.po (1.7) (+664 -932) po/sk.po (1.12) (+676 -945) po/sv.po (1.38) (+409 -499) Updates 2002-10-17 Files: configure.ac (1.27) (+3 -3) Add Japanese translation 2002-10-13 Files: src/cups/genppd.c (1.43) (+28 -50) Do custom page sizes correctly. 2002-10-13 Files: src/cups/genppd.c (1.42) (+63 -5) Mirror 4.2.x changes, although I am unable to test them do to configure script problems... 2002-10-12 Files: src/main/print-escp2-data.c (1.64) (+51 -3) Add three and five color extended inksets 2002-10-12 Files: src/testpattern/testpattern.c (1.11) (+11 -1) Create black lines correctly in 3 or 5 color mode. 2002-10-12 Files: src/main/print-dither.c (1.95) (+206 -322) Handle black printing as a special case of raw. 2002-10-12 Files: src/testpattern/testpattern.c (1.10) (+13 -1) Handle a few more cases in extended mode. 2002-10-12 Files: src/main/print-escp2.c (1.188) (+2 -2) Don't override OUTPUT_RAW_PRINTER 2002-10-12 Files: src/main/print-util.c (1.72) (+3 -1) Add standard size watercolor paper 2002-10-11 Files: src/main/print-escp2.c (1.187) (+3 -2) Use 8-byte margin commands on Stylus Pro printers 2002-10-10 Files: src/main/print-escp2-data.c (1.63) (+4 -4) 597965 Epson 660 wrong margins Per Daniele Venzano, the margins in 4.2.2 were correct after all. 2002-10-09 Files: src/foomatic/foomatic-printermap (1.42) (+0 -1) Remove the rest of the MJ-520C. 2002-10-09 Files: debian/ijsgimpprint.files (1.2) (+2 -0) Add ijsgimpprint file list 2002-10-09 Files: Makefile.am (1.131) (+2 -1) configure.ac (1.26) (+3 -2) man/Makefile.am (1.12) (+7 -2) man/ijsgimpprint.1 (1.1) (added +319 -0) man/ijsgimpprint.1.in (1.2) (+1332 -0) Add ijsgimpprint.1.in manual page 2002-10-09 Files: .cvsignore (1.18) (+2 -0) man/.cvsignore (1.4) (+2 -0) scripts/.cvsignore (1.2) (+3 -0) src/cups/.cvsignore (1.5) (+2 -0) src/foomatic/.cvsignore (1.6) (+1 -0) Update .cvsignore 2002-10-09 Files: debian/.cvsignore (1.7) (+2 -2) debian/README.Debian (1.29) (+4 -1) debian/README.building (1.4) (+4 -3) debian/changelog (1.49) (+8 -0) debian/control.in (1.29) (+34 -13) debian/rules (1.40) (+5 -5) Add ijsgimpprint package Miscellaneous other small updates 2002-10-09 Files: debian/ijsgimpprint.files (1.1) (added) file ijsgimpprint.files was initially added on branch gimp-print-4_2_branch. 2002-10-09 Files: man/ijsgimpprint.1.in (1.1) (added) file ijsgimpprint.1.in was initially added on branch gimp-print-4_2_branch. 2002-10-08 Files: src/ghost/ijsgimpprint.c (1.18) (+33 -2) 620016 IJS driver does not print properly in monochrome 2002-10-07 Files: src/ghost/ijsgimpprint.c (1.17) (+2 -2) 619992 IJS driver prints spurious first line 2002-10-07 Files: po/ja.po (1.1) (added +16383 -0) file ja.po was initially added on branch gimp-print-4_2_branch. 2002-10-03 Files: NEWS (1.79) (+71 -72) src/main/printers.xml (1.56) (+1 -9) Remove MJ-520C =============================================================================== Name: gimp-print-4_3_5 2002-10-03 Files: po/da.po (1.21) (+321 -296) po/de.po (1.6) (+318 -293) po/el.po (1.8) (+321 -294) po/en_GB.po (1.88) (+319 -294) po/es.po (1.6) (+318 -293) po/fr.po (1.28) (+318 -293) po/nl.po (1.8) (+318 -293) po/no.po (1.28) (+321 -296) po/pl.po (1.12) (+318 -293) po/pt.po (1.6) (+318 -293) po/sk.po (1.11) (+318 -293) po/sv.po (1.37) (+319 -294) Gimp-print 4.3.5 release 2002-10-03 Files: debian/Makefile.am (1.3) (+2 -3) Remove another missing file. 2002-10-03 Files: debian/Makefile.am (1.2) (+1 -2) Remove file that isn't in the repository. 2002-10-03 Files: configure.ac (1.25) (+3 -2) One more file to be created 2002-10-03 Files: NEWS (1.78) (+234 -99) README (1.107) (+25 -127) src/ghost/README (1.80) (+7 -186) Gimp-Print 4.3.5 release 2002-10-01 Files: m4/stp_cups.m4 (1.5) (+10 -0) Add new autoconf macro: STP_CUPS_PROGS, for cupsgenppdconfig. Fixes autogen.sh warnings 2002-09-30 Files: src/main/gimp-print-internal.h (1.53) (+4 -2) src/main/print-escp2.c (1.186) (+88 -11) src/main/print-util.c (1.71) (+6 -6) Optional debugging information in ESCP2 print files 2002-09-28 Files: doc/FAQ.html (1.9) (+1 -1) papers typo 2002-09-28 Files: src/main/print-escp2.c (1.185) (+10 -3) 615759 C40UX: 360x240 bad horizontal position 615561 Epson C40UX cannot print in B&W and Gray 2002-09-26 Files: NEWS (1.76) (+506 -17) README (1.105) (+39 -46) debian/README.Debian (1.28) (+1 -1) src/ghost/README (1.79) (+43 -5) Prep for 4.3.5 2002-09-25 Files: src/main/gimp-print-internal.h (1.52) (+3 -4) src/main/print-canon.c (1.77) (+2 -7) src/main/print-dither.c (1.94) (+39 -42) src/main/print-escp2.c (1.184) (+102 -148) src/main/print-lexmark.c (1.77) (+2 -7) src/main/print-pcl.c (1.56) (+2 -7) src/main/print-util.c (1.70) (+25 -22) src/testpattern/testpattern.c (1.9) (+32 -11) test/run-weavetest (1.12) (+33 -1) test/testdither.c (1.17) (+3 -2) Various cleanup. Run valgrind on a number of things. 2002-09-24 Files: src/main/printers.xml (1.55) (+1 -9) Remove duplicate entry 2002-09-24 Files: src/main/print-escp2-data.c (1.62) (+5 -2) Fix up dot sizes for pro ultrachrome printers 2002-09-24 Files: src/foomatic/foomatic-printermap (1.41) (+31 -11) src/main/printers.xml (1.54) (+181 -7) Add more Epson printers 2002-09-24 Files: src/main/print-escp2-data.c (1.61) (+3 -3) 613384 Epson 7600 no printing 2002-09-23 Files: m4/stp_cups.m4 (1.4) (+1 -0) Add AC_PATH_PROG check for dialog 2002-09-22 Files: src/main/print-escp2-data.c (1.60) (+1 -1) Finally fix the ESC 660 margins for real (597964) 2002-09-21 Files: Makefile.am (1.130) (+64 -16) configure.ac (1.24) (+15 -37) debian/Makefile.am (1.1) (added) scripts/Makefile.am (1.1) (added +39 -0) src/foomatic/Makefile.am (1.29) (+15 -5) src/testpattern/Makefile.am (1.10) (+7 -6) Add automake 1.6 support Add gettext 0.11.x support (commented out) Remove editor backup files from distdir and make sure other extra files are not distributed in debian/ and scripts/ directories Make dist works in VPATH 2002-09-21 Files: po/Makevars (1.1) (added +25 -0) po/Makevars is needed by gettext 0.11.x 2002-09-21 Files: doc/developer/functions.texi (1.2) (+35 -0) include/gimp-print/gimp-print.h.in (1.10) (+7 -2) src/main/print-util.c (1.69) (+11 -1) New function stp_set_output_codeset for setting the charset encoding of output text strings 2002-09-21 Files: configure.ac (1.23) (+19 -6) man/Makefile.am (1.11) (+20 -4) man/cups-genppdconfig.8.in (1.1) (added) src/cups/Makefile.am (1.58) (+25 -35) src/cups/cups-calibrate.c (1.3) (+4 -1) src/cups/cups-genppdconfig.in (1.1) (added) Add a new program, cupsgenppdconfig, to interatively generate PPDs Clean up cups-calibrate includes 2002-09-20 Files: src/cups/rastertoprinter.c (1.25) (+5 -2) Include limits.h explicitly. 2002-09-15 Files: src/foomatic/foomatic-printermap (1.40) (+1 -0) src/main/print-escp2-data.c (1.59) (+22 -4) src/main/printers.xml (1.53) (+9 -1) 604854 Epson 1520 and 3000 print too dark at 1440x720 DPI Add Stylus Photo EX3 2002-09-15 Files: configure.ac (1.22) (+3 -3) Advance version 2002-09-13 Files: configure.ac (1.21) (+4 -2) m4/stp_gimp.m4 (1.3) (+29 -1) src/gimp/Makefile.am (1.24) (+1 -22) The GIMP print plugin uses DESTDIR and GIMPTOOL correctly 2002-09-11 Files: src/foomatic/foomatic-printermap (1.39) (+17 -0) src/main/print-escp2-data.c (1.58) (+78 -5) src/main/printers.xml (1.52) (+138 -1) test/unprint.c (1.25) (+5 -5) Add Japanese photo and pro printers (PM-something or other). Fix dark yellow ink for PM-950C (Stylus Photo 950). 2002-09-08 Files: src/main/print-escp2-data.c (1.57) (+1 -1) Stylus Color 660 is a 1999 series printer. 2002-09-07 Files: configure.ac (1.20) (+3 -2) src/foomatic/Makefile.am (1.28) (+2 -2) src/foomatic/mk_printerlist.in (1.1) (added +30 -0) Add new mk_printerlist program to generate verbose list of supported printers 2002-09-07 Files: src/cups/rastertoprinter.c (1.24) (+8 -3) Generate correct "blank" data for CMYK input, if we run out of input. 2002-09-07 Files: man/Makefile.am (1.10) (+2 -2) Don't remove cups-genppd.8.in on distclean 2002-09-04 Files: src/main/print-escp2-data.c (1.56) (+2 -2) Fix margins on Epson 660 2002-09-04 Files: src/gimp/print.c (1.24) (+28 -3) Eliminate duplicate printers in system printer list. 2002-09-04 Files: src/cups/rastertoprinter.c (1.23) (+61 -8) 600249 gimp-print output too narrow in CUPS 2002-09-02 Files: README (1.104) (+15 -13) A few more updates 2002-09-02 Files: README (1.103) (+14 -0) Update printer list 2002-09-02 Files: src/main/print-escp2.c (1.183) (+3 -2) Set the nozzle spacing correctly. 2002-08-27 Files: src/cups/genppd.c (1.41) (+2 -4) Remove stray printf (for debugging) 2002-08-27 Files: man/cups-calibrate.8.in (1.3) (+26 -32) man/escputil.1.in (1.7) (+43 -58) man/gimpprint-config.1.in (1.4) (+38 -33) man/gimpprint.3.in (1.2) (+13 -21) Unify formatting of manual pages Correct my email address Make license information match that in the code Fix spelling and formatting errors, so PostScript output is correct 2002-08-27 Files: AUTHORS (1.12) (+1 -1) Change email address for Roger Leigh to 2002-08-27 Files: configure.ac (1.19) (+3 -2) debian/cupsys-driver-gimpprint.files (1.6) (+2 -0) man/Makefile.am (1.9) (+3 -3) man/cups-genppd.8.in (1.1) (added +119 -0) src/cups/Makefile.am (1.57) (+11 -14) src/cups/genppd.c (1.40) (+368 -68) Enable listing of available languages and drivers Add more informative usage, help and version information Locale of translations may be specified as an option (and in environment) Make genppd.c more portable Add more robust error checking 2002-08-24 Files: src/main/print-ps.c (1.29) (+56 -25) Make PS output conform to the DSC. 2002-08-22 Files: src/main/print-escp2-data.c (1.55) (+2 -2) Updates from Thorsten. 2002-08-22 Files: src/main/print-escp2-data.c (1.54) (+2 -2) Fast mode doesn't work on the 950. 2002-08-22 Files: po/el.po (1.7) (+1 -1) po/es.po (1.5) (+1 -1) po/nl.po (1.7) (+1 -1) po/sk.po (1.10) (+1 -1) Fix language names in translation files. I really don't know what we can put in here to make things more clear... 2002-08-22 Files: src/foomatic/Makefile.am (1.27) (+3 -3) Added "-f" option to calls of "foomatic-kitload" so that old Foomatic data is overwritten wheninstalling the new one. =============================================================================== Name: gimp-print-4_3_4 2002-08-21 Files: po/da.po (1.20) (+659 -193) po/de.po (1.5) (+712 -208) po/el.po (1.6) (+698 -235) po/en_GB.po (1.87) (+704 -377) po/es.po (1.4) (+699 -374) po/fr.po (1.27) (+727 -274) po/nl.po (1.6) (+713 -306) po/no.po (1.27) (+659 -193) po/pl.po (1.11) (+693 -219) po/pt.po (1.5) (+699 -374) po/sk.po (1.9) (+699 -371) po/sv.po (1.36) (+706 -377) Gimp-Print 4.3.4 2002-08-21 Files: NEWS (1.75) (+18 -4) README (1.102) (+1 -1) debian/README.Debian (1.27) (+1 -1) src/ghost/README (1.78) (+107 -62) Prep for Gimp-Print 4.3.4 2002-08-21 Files: src/main/print-escp2.c (1.182) (+2 -2) Don't print a spurious message when using extended ink mode. 2002-08-21 Files: src/main/print-escp2-data.c (1.53) (+3 -3) Fix some comments. 2002-08-21 Files: NEWS (1.74) (+15 -1) configure.ac (1.18) (+30 -16) doc/developer/escp2.texi (1.2) (+106 -31) include/gimp-print/gimp-print.h.in (1.9) (+3 -2) po/POTFILES.in (1.13) (+1 -0) src/cups/Makefile.am (1.56) (+2 -1) src/escputil/escputil.c (1.44) (+17 -1) src/foomatic/foomatic-printermap (1.38) (+9 -0) src/ghost/README (1.77) (+9 -0) src/main/gimp-print-internal.h (1.51) (+3 -3) src/main/print-canon.c (1.76) (+5 -3) src/main/print-color.c (1.29) (+45 -1) src/main/print-dither.c (1.93) (+260 -48) src/main/print-escp2-data.c (1.52) (+764 -201) src/main/print-escp2.c (1.181) (+100 -28) src/main/print-escp2.h (1.18) (+14 -4) src/main/print-lexmark.c (1.76) (+5 -3) src/main/print-pcl.c (1.55) (+5 -3) src/main/print-util.c (1.68) (+2 -2) src/main/printers.xml (1.51) (+85 -4) src/testpattern/extended.sample (1.2) (+117 -0) src/testpattern/testpattern.c (1.8) (+197 -22) src/testpattern/testpattern.h (1.4) (+23 -1) src/testpattern/testpatternl.l (1.4) (+10 -1) src/testpattern/testpatterny.y (1.5) (+76 -4) test/testdither.c (1.16) (+8 -3) test/unprint.c (1.24) (+35 -5) Allow specification of individual physical input channels 2002-08-13 Files: src/main/print-lexmark.c (1.75) (+4 -6) Corrected color offset of photo cartridge. 2002-08-13 Files: src/main/print-lexmark.c (1.74) (+72 -53) Corrected major bug: *)flush_pass: take care of sw->ncolors *)flush_pass: check lineactive with >0 *)corrected head offset 2002-08-08 Files: src/ghost/ijsgimpprint.c (1.16) (+46 -7) Re-applied patch for switching the locale to "C" during communication with IJS client. 2002-08-07 Files: src/gimp/Makefile.am (1.23) (+3 -6) 586960 Gimp Print plugin installs incorrectly on some systems 2002-08-07 Files: src/ghost/ijsgimpprint.c (1.15) (+3 -27) Removed last change, the problem is most probably a bug in IJS. 2002-08-06 Files: src/ghost/ijsgimpprint.c (1.14) (+27 -3) Made the IJS interface of GIMP-Print also working with non-english locales. 2002-08-01 Files: debian/changelog (1.48) (+15 -0) debian/libgimpprint-doc.doc-base (1.2) (removed) debian/libgimpprint-doc.doc-base.in (1.1) (added) debian/rules (1.39) (+14 -7) Make libgimpprint-doc a virtual package Generate libgimpprint-doc.doc-base to cope with package naming changes 2002-07-26 Files: src/main/print-escp2-data.c (1.51) (+18 -7) Fixes for STP 2100/2200 2002-07-22 Files: po/en_GB.po (1.86) (+50 -53) Update en_GB translation (all fuzzy and unstranslated strings) 2002-07-21 Files: src/main/print-color.c (1.28) (+3 -2) Zero out the zero mask! 2002-07-21 Files: src/testpattern/extended.sample (1.1) (added +117 -0) file extended.sample was initially added on branch generic_color_branch. 2002-07-21 Files: man/escputil.1.in (1.6) (+1 -2) man/gimpprint-config.1.in (1.3) (+1 -2) Remove spurious directive (from Eric Raymond) 2002-07-21 Files: src/main/print-escp2-data.c (1.50) (+2 -2) Updates from Thorsten. 2002-07-21 Files: src/main/print-escp2.c (1.180) (+17 -18) Minor cleanup 2002-07-21 Files: src/main/print-escp2-data.c (1.49) (+62 -4) Updates from Thorsten. 2002-07-21 Files: src/main/print-escp2-data.c (1.48) (+8 -8) src/main/print-escp2.c (1.179) (+3 -3) Clean up signedness; fix up some comments. 2002-07-21 Files: src/main/print-escp2.c (1.178) (+17 -14) Speed up extra line fill. 2002-07-20 Files: src/foomatic/foomatic-printermap (1.37) (+1 -0) src/ghost/README (1.76) (+1 -0) src/main/print-escp2.c (1.177) (+134 -126) src/main/printers.xml (1.50) (+9 -1) Support Stylus Photo 960 More Epson cleanup 2002-07-20 Files: src/foomatic/foomatic-generator.in (1.22) (+7 -3) Error out if there are any Foomatic ID's listed that don't match a Gimp-print printer. 2002-07-20 Files: src/main/print-util.c (1.67) (+6 -1) Note the use of (non-ANSI) vsnprintf 2002-07-20 Files: src/ghost/ijsgimpprint.c (1.13) (+22 -15) Remove some non-ANSI constructs, confusing comments, and unnecessary preprocessor definitions. Accept Duplex, PS:Duplex, Tumble, and PS:Tumble for compatibility with Ghostscript IJS driver. 2002-07-20 Files: src/main/print-escp2-data.c (1.47) (+338 -353) src/main/print-escp2.c (1.176) (+61 -95) src/main/print-escp2.h (1.17) (+50 -66) src/main/print-ps.c (1.28) (+14 -6) Convert a lot of the Epson flags into parameters (simplifies the logic somewhat, too). Remove some non-ANSI constructs. 2002-07-20 Files: src/main/print-escp2-data.c (1.46) (+1 -17) src/main/printers.xml (1.49) (+2 -2) C42 appears to be functionally a C40. 2002-07-17 Files: src/foomatic/foomatic-printermap (1.36) (+1 -0) src/ghost/README (1.75) (+1 -0) src/main/print-escp2-data.c (1.45) (+17 -1) src/main/printers.xml (1.48) (+11 -1) Add Epson C42UX 2002-07-17 Files: src/main/print-escp2-data.c (1.44) (+2 -2) STP 2100 has a roll feed. 2002-07-17 Files: src/main/print-escp2-data.c (1.43) (+9 -9) Distinguish the name of 7-color from 6-color. 2002-07-15 Files: configure.ac (1.17) (+3 -3) Bump the version =============================================================================== Name: gimp-print-4_3_3 2002-07-14 Files: NEWS (1.73) (+24 -1) README (1.101) (+1 -1) configure.ac (1.16) (+3 -3) debian/README.Debian (1.26) (+1 -1) po/da.po (1.19) (+2 -2) po/de.po (1.4) (+2 -2) po/el.po (1.5) (+2 -2) po/en_GB.po (1.85) (+3 -3) po/es.po (1.3) (+2 -2) po/fr.po (1.26) (+2 -2) po/nl.po (1.5) (+2 -2) po/no.po (1.26) (+2 -2) po/pl.po (1.10) (+2 -2) po/pt.po (1.4) (+2 -2) po/sk.po (1.8) (+2 -2) po/sv.po (1.35) (+3 -3) Gimp-Print 4.3.3 release 2002-07-14 Files: src/ghost/README (1.74) (+5 -7) Support quadtone printing. 2002-07-14 Files: src/main/print-escp2-data.c (1.42) (+3 -3) Don't call it Piezography (TM) quadtone just yet, as it hasn't been tuned for that. 2002-07-14 Files: src/main/print-escp2.c (1.175) (+42 -38) Handle extra black nozzles correctly at low resolutions. 2002-07-13 Files: src/main/print-dither.c (1.92) (+20 -20) Use typedef rather than #define 2002-07-12 Files: src/main/print-escp2.c (1.174) (+2 -2) Advance the paper correctly. 2002-07-08 Files: src/main/gimp-print-internal.h (1.50) (+6 -11) src/main/print-escp2-data.c (1.41) (+251 -251) src/main/print-escp2.c (1.173) (+12 -16) src/main/print-escp2.h (1.16) (+7 -12) src/main/print-lexmark.c (1.73) (+3 -3) src/main/print-weave.c (1.42) (+15 -19) test/escp2-weavetest.c (1.21) (+2 -2) Cleanup 2002-07-08 Files: src/main/print-dither.c (1.91) (+10 -6) Fixed EvenTone's handling of photo inks for non-CMYK modes. 2002-07-07 Files: src/main/print-escp2-data.c (1.40) (+31 -36) More tuning for quadtone inks 2002-07-07 Files: src/main/print-dither.c (1.90) (+39 -37) Make sure we don't use error diffusion in a transition range with adaptive hybrid dithering. 2002-07-07 Files: src/main/print-escp2-data.c (1.39) (+25 -23) Parameterize the ink transition density for the Piezography inks. 2002-07-07 Files: src/main/print-escp2.c (1.172) (+8 -4) Treat quadtone printing like color for purposes of setting up the printer (since it uses multiple heads). 2002-07-06 Files: src/main/print-escp2.c (1.171) (+8 -7) Don't do head offset when printing with just one color. Also, the number of head offsets is the channel count, not the number of colors. 2002-07-06 Files: src/main/print-escp2-data.c (1.38) (+3 -3) Fix quadtone subchannels for C80. 2002-07-06 Files: src/main/print-escp2.c (1.170) (+4 -2) Remove limit on number of channels for head offset. 2002-07-06 Files: src/main/print-weave.c (1.41) (+2 -2) Remove hard-coded constant. 2002-07-06 Files: src/main/print-escp2-data.c (1.37) (+206 -89) src/main/print-escp2.c (1.169) (+63 -62) src/main/print-escp2.h (1.15) (+2 -4) Move head offset into physical channel definition 2002-07-05 Files: src/gimp/print.c (1.23) (+4 -6) Use g_strdup_printf rather than asprintf. 2002-06-30 Files: src/main/print-escp2-data.c (1.36) (+143 -5) Support quadtone printing on most pigment printers. 2002-06-30 Files: doc/users_guide/Makefile.am (1.35) (+14 -9) Distribute the cups-edition.sgml, gimp-edition.sgml, and util-edition.sgml files. 2002-06-30 Files: src/main/print-escp2-data.c (1.35) (+43 -337) Improve readability 2002-06-30 Files: src/main/print-escp2-data.c (1.34) (+414 -456) src/main/print-escp2.c (1.168) (+11 -14) src/main/print-escp2.h (1.14) (+4 -5) Attach the HSL adjustments to the inkset, not to the printer. 2002-06-30 Files: src/main/print-escp2-data.c (1.33) (+37 -37) src/main/print-escp2.h (1.13) (+11 -2) A bit more cleanup. 2002-06-30 Files: src/main/print-escp2-data.c (1.32) (+2 -2) Minor update. 2002-06-30 Files: src/main/print-escp2-data.c (1.31) (+408 -18) test/unprint.c (1.23) (+16 -5) Add quadtone support. =============================================================================== Name: gimp-print-4_3_2 2002-06-29 Files: po/da.po (1.18) (+179 -222) po/de.po (1.3) (+327 -286) po/el.po (1.4) (+217 -238) po/en_GB.po (1.84) (+231 -230) po/es.po (1.2) (+617 -690) po/fr.po (1.25) (+199 -223) po/nl.po (1.4) (+183 -222) po/no.po (1.25) (+179 -222) po/pl.po (1.9) (+183 -222) po/pt.po (1.3) (+600 -682) po/sk.po (1.7) (+610 -694) po/sv.po (1.34) (+231 -231) Gimp-Print 4.3.2 2002-06-29 Files: COPYING (1.7) (+2 -2) NEWS (1.72) (+9 -1) README (1.100) (+121 -64) configure.ac (1.15) (+3 -3) debian/README.Debian (1.25) (+1 -1) Prep for 4.3.2 2002-06-29 Files: src/cups/Makefile.am (1.55) (+2 -2) Minor typo 2002-06-29 Files: src/main/print-dither.c (1.89) (+9 -3) Fixed Eventone's handling of raw CMYK channels. =============================================================================== Name: gimp-print-4_3_1 2002-06-28 Files: NEWS (1.71) (+92 -45) README (1.99) (+3 -3) debian/README.Debian (1.24) (+2 -2) src/ghost/README (1.73) (+9 -8) Prep for 4.3.1 2002-06-28 Files: COPYING (1.6) (+2 -2) Year updates 2002-06-28 Files: m4/stp_libconfig.m4 (1.2) (+10 -11) Fix portability issue 2002-06-21 Files: src/main/print-dither.c (1.88) (+20 -7) Force Eventone to use less photo ink. Also make transition more gradual. 2002-06-21 Files: src/main/print-escp2-data.c (1.30) (+2 -2) STC 900 should print at a base resolution of 360 at all resolutions except 1440x720.c 2002-06-21 Files: src/main/print-escp2-data.c (1.29) (+493 -413) Reorder the ink lists to make them a bit more rational 2002-06-21 Files: src/main/print-escp2-data.c (1.28) (+14 -1) Add 1440x1440 resolutions to Stylus Pro printers 2002-06-19 Files: src/main/print-escp2-data.c (1.27) (+15 -15) src/main/print-escp2.c (1.167) (+5 -5) Fix a little density bug that crept in. Get rid of the "enhanced" microweave; that's handled by the resolution list. 2002-06-18 Files: src/main/print-escp2-data.c (1.26) (+2 -2) Tune 2880 dpi on 4 pl photo printers. 2002-06-18 Files: src/main/print-escp2-data.c (1.25) (+3 -3) Stylus Photo 2100/2200 appears to be a consumer-type, rather than a pro-type, printer. 2002-06-18 Files: src/foomatic/foomatic-printermap (1.35) (+4 -0) Add some printer types 2002-06-18 Files: src/main/print-escp2.c (1.166) (+3 -3) Stupid trivial bug 2002-06-18 Files: m4/stp_gimp.m4 (1.2) (+1 -1) Improve message if gimp-config fails. 2002-06-18 Files: src/ghost/README (1.72) (+5 -0) Add Epson 950, 2100, 2200, 7600, and 9600. 2002-06-18 Files: src/main/print-escp2-data.c (1.24) (+429 -408) src/main/print-escp2.c (1.165) (+69 -81) src/main/print-escp2.h (1.12) (+26 -24) Clean up a few unused flags. Reconfigure the inks some for the 4 pl pigment and 2 pl dye printers. 2002-06-15 Files: src/main/print-escp2-data.c (1.23) (+154 -8) src/main/printers.xml (1.47) (+17 -1) Vague attempt at support for 2100/2200; preliminary support for 7600/9600. 2002-06-15 Files: src/main/print-escp2-data.c (1.22) (+5 -5) Altered some ink droplet size data. 2002-06-15 Files: src/main/print-escp2-data.c (1.21) (+458 -827) src/main/print-escp2.c (1.164) (+5 -36) src/main/print-escp2.h (1.11) (+4 -12) Clean up (at least visually, and to some extent structurally) some of the Epson printer data. 2002-06-15 Files: src/main/print-escp2-data.c (1.20) (+228 -353) src/main/print-escp2.c (1.163) (+18 -20) src/main/print-escp2.h (1.10) (+4 -2) src/main/printers.xml (1.46) (+17 -1) VERY preliminary support for Stylus Photo 2100/2200 (it will not work yet). 2002-06-10 Files: src/main/print-escp2.c (1.162) (+59 -24) Survive if the user asks to print in black and white with color-only inks selected. 2002-06-09 Files: src/main/print-escp2-data.c (1.19) (+4 -4) Typi 2002-06-09 Files: src/main/print-escp2-data.c (1.18) (+293 -14) src/main/print-escp2.c (1.161) (+84 -86) src/main/print-escp2.h (1.9) (+15 -3) Rearrange the inks in the Epson driver; this will allow us to support the 2100/2200 as well as hextone/quadtone type inks. 2002-06-09 Files: src/main/print-escp2-data.c (1.17) (+6 -6) Updates for the Stylus Photo 950 from Thorsten Schnier 2002-06-09 Files: test/parse-escp2 (1.6) (+6 -1) Recognize some oddball alignment-related commands from Stylus Photo 820 and friends. 2002-06-09 Files: src/cups/Makefile.am (1.54) (+8 -6) Allow use of an install program with a relative path (from 4.2 branch and Roger). 2002-06-09 Files: src/main/print-weave.c (1.40) (+89 -75) Don't print spurious vertical lines (or potentially other garbage) in certain weave settings (566536). 2002-06-09 Files: include/gimp-print/Makefile.am (1.4) (+1 -3) man/Makefile.am (1.8) (+1 -3) Remove BUILD_LIBGIMPPRINT 2002-06-09 Files: src/foomatic/foomatic-printermap (1.34) (+1 -0) Epson stylus photo 950 2002-06-09 Files: configure.ac (1.14) (+5 -33) src/cups/Makefile.am (1.53) (+5 -2) src/foomatic/Makefile.am (1.26) (+6 -2) src/ghost/Makefile.am (1.26) (+5 -2) src/gimp/Makefile.am (1.22) (+5 -2) src/main/Makefile.am (1.34) (+3 -9) src/testpattern/Makefile.am (1.9) (+4 -1) test/Makefile.am (1.35) (+5 -2) Fix _DEPENDENCIES determination by moving LIBGIMPPRINT_LIBS out of configure.ac 2002-06-09 Files: COPYING (1.5) (+3 -3) Small GPL amendments (year 2000 date fixes) 2002-06-05 Files: src/testpattern/testpattern.c (1.7) (+64 -41) src/testpattern/testpattern.h (1.3) (+38 -18) src/testpattern/testpatternl.l (1.3) (+2 -1) src/testpattern/testpatterny.y (1.4) (+44 -21) Add ability to print 16-bit raw images. 2002-06-05 Files: src/main/print-escp2-data.c (1.16) (+398 -93) src/main/print-escp2.c (1.160) (+42 -44) src/main/print-escp2.h (1.8) (+17 -6) src/main/printers.xml (1.45) (+9 -1) Preliminary support for Stylus Photo 950. This requires non-trivial changes, as using the smallest dot size (0x10) appears to require actually using only one bit while printing, and it can print at a resolution of 720 DPI. Also, fix a minor printf-related problem. 2002-06-04 Files: src/main/print-dither.c (1.87) (+1 -2) Bring eventone raw cmyk into line with standard algorithm. 2002-06-04 Files: configure.ac (1.13) (+3 -3) po/de.po (1.2) (+2911 -0) po/sk.po (1.6) (+591 -531) Add German 2002-06-01 Files: src/ghost/ijsgimpprint.c (1.12) (+4 -2) ijs_server_get_page_header => 1 is not an error. 2002-06-01 Files: src/ghost/ijsgimpprint.c (1.11) (+14 -11) Don't die on really huge images. 2002-06-01 Files: po/de.po (1.1) (added +16211 -0) file de.po was initially added on branch gimp-print-4_2_branch. 2002-05-28 Files: src/main/print-dither.c (1.86) (+1 -2) Remove unneccesary code line in dither_cmy_et 2002-05-28 Files: src/main/print-util.c (1.66) (+3 -3) Fix off-by-one error in VASPRINTF 2002-05-19 Files: src/cups/Makefile.am (1.52) (+2 -2) Fix ALL_LINGUAS typo 2002-05-19 Files: src/main/print-dither.c (1.85) (+16 -32) Change non-square error-diffusion for eventone dither. 2002-05-18 Files: src/main/print-util.c (1.65) (+32 -100) Minor typo 2002-05-18 Files: Makefile.am (1.129) (+3 -2) debian/changelog (1.47) (+2 -1) debian/compat (1.1) (added) debian/control.in (1.28) (+133 -61) debian/cupsys-driver-gimpprint.conffiles (1.5) (removed) debian/rules (1.38) (+3 -6) Update packaging to debhelper v4 Versioned library development and documentation packages Sync package descriptions with 4.2 branch 2002-05-18 Files: src/cups/Makefile.am (1.51) (+12 -19) Fix install and uninstall; add LINGUAS support 2002-05-17 Files: debian/changelog (1.46) (+8 -1) debian/control.in (1.27) (+10 -8) debian/libgimpprint.postinst (1.7) (removed) debian/rules (1.37) (+47 -33) Move to debhelper v4; Improve control.in package versioning 2002-05-16 Files: src/escputil/Makefile.am (1.13) (+1 -1) Silly typo 2002-05-15 Files: src/cups/Makefile.am (1.50) (+1 -3) src/foomatic/Makefile.am (1.25) (+1 -6) src/ghost/Makefile.am (1.25) (+1 -2) src/gimp/Makefile.am (1.21) (+1 -2) src/testpattern/Makefile.am (1.8) (+1 -2) test/Makefile.am (1.34) (+1 -3) Remove _DEPENDENCIES which are determined by automake 2002-05-11 Files: configure.ac (1.12) (+3 -3) po/pt.po (1.2) (+3237 -0) src/escputil/escputil.c (1.43) (+62 -51) Add Portuguese translation 2002-05-11 Files: po/pt.po (1.1) (added +16872 -0) file pt.po was initially added on branch gimp-print-4_2_branch. 2002-05-11 Files: src/ghost/README (1.71) (+7 -1) Some corrections of the previous submission. 2002-05-11 Files: README (1.98) (+14 -10) src/ghost/README (1.70) (+4 -8) Updates on README files for IJS driver. 2002-05-09 Files: src/main/print-util.c (1.64) (+14 -4) Clean up vasprintf. Check for some null pointers. 2002-05-09 Files: configure.ac (1.11) (+3 -3) src/main/gimp-print-internal.h (1.49) (+3 -13) src/main/print-escp2.c (1.159) (+27 -38) src/main/print-lexmark.c (1.72) (+2 -2) src/main/print-util.c (1.63) (+3 -9) src/main/print-weave.c (1.39) (+3 -3) Add Spanish to list of translated languages Clean up vasprintf use. Clean up use of columns in Epson driver (and fix up some constness along the way). 2002-05-07 Files: src/foomatic/foomatic-printermap (1.33) (+6 -0) Added HP OfficeJet, OfficeJet LX, 300, 330, 350, Pro 1150C. 2002-05-06 Files: m4/stp_pkgconfig.m4 (1.2) (+3 -3) Fix hard-coding of 'gimpprint', using MODULE_DOWN[] instead 2002-05-06 Files: configure.ac (1.10) (+3 -3) Move config.h back to the root; it fixes a gettext bug 2002-05-02 Files: debian/changelog (1.45) (+6 -0) debian/control.in (1.26) (+1 -1) Move escputil to section utils 2002-05-02 Files: configure.ac (1.9) (+11 -7) Fix --enable-debug for GNU CC 2002-05-01 Files: src/main/print-pcl.c (1.54) (+3 -4) src/main/print-util.c (1.62) (+2 -0) Back out gratuitous paper name changes 2002-05-01 Files: src/main/print-util.c (1.61) (+12 -12) Back out changes to paper key names 2002-04-30 Files: src/main/print-pcl.c (1.53) (+32 -29) Changed short paper names to match the changes made by Till on 2002-04-17, otherwise paper sizes disappear for printers that do not support custom (user defined) sizes. Also, removed the translateable strings from the paper sizes as they are not used, the ones in print-util.c are used. 2002-04-28 Files: po/es.po (1.1) (added +16913 -0) Spanish translation =============================================================================== Name: gimp-print-4_3_0 2002-04-28 Files: po/da.po (1.17) (+1269 -624) po/el.po (1.3) (+527 -590) po/en_GB.po (1.83) (+681 -612) po/fr.po (1.24) (+540 -601) po/nl.po (1.3) (+363 -512) po/no.po (1.24) (+1305 -617) po/pl.po (1.8) (+705 -815) po/sk.po (1.5) (+785 -688) po/sv.po (1.33) (+520 -565) 4.3.0 2002-04-28 Files: configure.ac (1.8) (+3 -3) Bump the version 2002-04-28 Files: COPYING (1.4) (+61 -1) NEWS (1.70) (+25 -285) README (1.97) (+5 -8) configure.ac (1.7) (+27 -14) debian/README.Debian (1.23) (+2 -2) scripts/autogen.sh (1.20) (+1 -1) scripts/texinfo.tex (1.2) (+305 -237) src/cups/Makefile.am (1.49) (+9 -9) src/escputil/Makefile.am (1.12) (+3 -2) src/foomatic/Makefile.am (1.24) (+8 -7) src/ghost/Makefile.am (1.24) (+4 -3) src/ghost/README (1.69) (+14 -12) src/gimp/Makefile.am (1.20) (+4 -3) src/main/print-dither.c (1.84) (+5 -5) src/main/print-escp2.c (1.158) (+202 -193) src/testpattern/Makefile.am (1.7) (+4 -3) test/Makefile.am (1.33) (+8 -6) Fix autostuff Clean up Epson driver a bit Make Even Tone be the default dither (this is development!) Mac OS X compatibility in makefiles Prep for 4.3.0 2002-04-26 Files: src/main/print-dither.c (1.83) (+4 -3) Improve Eventone's performance on fine checked patterns (at the expense of some waterfalling...) 2002-04-25 Files: src/main/print-dither.c (1.82) (+4 -5) Fix tearing problem around black inks. 2002-04-24 Files: src/cups/genppd.c (1.39) (+29 -48) getopt_long_only has portability problems with some BSD's. 2002-04-23 Files: src/main/print-dither.c (1.81) (+3 -3) Improve waterfalling in EvenTone for six color printers. 2002-04-21 Files: src/main/print-dither.c (1.80) (+389 -5) First cut at implementing all varieties of the EvenTone algorithm. 2002-04-21 Files: src/main/print-dither.c (1.79) (+319 -287) Split Eventone into several functions ready for implementation of other variants. Fix a bug that was causing bad waterfalling. 2002-04-20 Files: test/run-weavetest (1.11) (+6 -6) Eliminate bash-isms 2002-04-17 Files: src/foomatic/foomatic-printermap (1.32) (+1 -0) Added the Sony IJP-V100. 2002-04-17 Files: src/main/print-util.c (1.60) (+12 -12) Changed short names for the japanese B paper sizes from "Bx" to "JISBx" so that the short names are easier understandable for users and also correctly treated by Foomatic. 2002-04-16 Files: src/foomatic/foomatic-printermap (1.31) (+1 -0) Added HP 2500CM printer. 2002-04-14 Files: lib/vasprintf.c (1.4) (+4 -4) src/cups/genppd.c (1.38) (+4 -2) src/main/print-util.c (1.59) (+8 -17) 543562 Portability issues 2002-04-12 Files: src/main/print-escp2-data.c (1.15) (+2 -2) Change settings for Matte paper and 4 color printers. 2002-04-09 Files: configure.ac (1.6) (+10 -8) Use AC_LIBOBJ instead of the deprecated direct LIBOJBS usage 2002-04-08 Files: doc/users_guide/utils.sgml (1.5) (+1 -1) Changed kernel config option from CONFIG_PRINTER_READBACK to CONFIG_PARPORT_1284. 2002-04-08 Files: doc/users_guide/Makefile.am (1.34) (+256 -9) doc/users_guide/cups-edition.sgml (1.1) (added +58 -0) doc/users_guide/cups.sgml (1.2) (+6 -2) doc/users_guide/gimp-edition.sgml (1.1) (added +58 -0) doc/users_guide/title.sgml (1.2) (+0 -16) doc/users_guide/users-guide.sgml (1.7) (+18 -0) doc/users_guide/util-edition.sgml (1.1) (added +57 -0) Created new top level files for separate editions of the User's Guide. 2002-04-08 Files: src/main/print-pcl.c (1.52) (+2 -2) Corrected margins on DeskJet 2000 per mail from Michel Goraczko to Roger Leigh. 2002-04-07 Files: debian/changelog (1.44) (+3 -2) debian/control.in (1.25) (+1 -1) debian/foomatic-db-gimp-print.files (1.1) (added) debian/foomatic-db-gimpprint.files (1.2) (removed) debian/rules (1.36) (+3 -3) Rename foomatic-db-gimpprint to foomatic-db-gimp-print 2002-04-07 Files: src/foomatic/foomatic-generator.in (1.21) (+28 -18) Modified command line option evaluation to simplify Makefiles calling the foomatic-generator. 2002-04-07 Files: man/escputil.1.in (1.5) (+24 -10) Added descriptions for -o, -s, -l, -M options. Updated description for -u option. 2002-04-07 Files: doc/users_guide/utils.sgml (1.4) (+6 -12) *** empty log message *** 2002-04-07 Files: doc/users_guide/utils.sgml (1.3) (+9 -5) *** empty log message *** 2002-04-07 Files: doc/users_guide/utils.sgml (1.2) (+57 -51) Reformatting of the escputil examples. I thought they looked ugly on the right margin when printed. 2002-04-07 Files: doc/users_guide/Makefile.am (1.33) (+6 -6) doc/users_guide/ch_0.sgml (1.3) (removed) doc/users_guide/ch_1.sgml (1.2) (removed) doc/users_guide/ch_2.sgml (1.2) (removed) doc/users_guide/ch_3.sgml (1.2) (removed) doc/users_guide/ch_4.sgml (1.3) (removed) doc/users_guide/cups.sgml (1.1) (added +320 -0) doc/users_guide/gimp.sgml (1.1) (added +886 -0) doc/users_guide/history.sgml (1.1) (added +108 -0) doc/users_guide/title.sgml (1.1) (added +64 -0) doc/users_guide/users-guide.sgml (1.6) (+10 -10) doc/users_guide/utils.sgml (1.1) (added +421 -0) Renamed files to make it easier to deal with multiple versions of the manual. Fixed (I think) the make dist problem in Makefile.am. Updated users-guide.sgml to use new file names for chapter files. 2002-04-07 Files: doc/users_guide/Makefile.am (1.32) (+2 -2) doc/users_guide/ch_0.sgml (1.2) (+3 -3) doc/users_guide/ch_4.sgml (1.2) (+56 -57) Updates include minor textual fixes to ch_0 and ch_4. Makefile.am repaired to allow make dist to include more than users-guide.sgml. 2002-04-06 Files: src/foomatic/Makefile.am (1.23) (+11 -13) Add install-kit rule 2002-04-06 Files: src/cups/genppd.c (1.37) (+3 -3) 540307 Syntax error in CloseUI in PPD files 2002-04-06 Files: src/foomatic/Makefile.am (1.22) (+6 -6) src/foomatic/foomatic-generator.in (1.20) (+16 -11) Let foomatic data go into "gimp-print" and "gimp-print-ijs" sub dirs of "foomatic-db", 2002-04-06 Files: src/foomatic/Makefile.am (1.21) (+14 -4) src/foomatic/foomatic-generator.in (1.19) (+13 -10) Let Foomatic data for GhostScript and IJS drivers go into separate directories (to simplify Debian packaging). 2002-04-06 Files: doc/users_guide/Makefile.am (1.31) (+21 -6) doc/users_guide/ch_0.sgml (1.1) (added) doc/users_guide/ch_1.sgml (1.1) (added) doc/users_guide/ch_2.sgml (1.1) (added) doc/users_guide/ch_3.sgml (1.1) (added) doc/users_guide/ch_4.sgml (1.1) (added) doc/users_guide/gfdl.sgml (1.1) (added +466 -0) doc/users_guide/users-guide.sgml (1.5) (+15 -1869) Added chapter 4, the description of the escputil utility. Chapters now have their own separate files and the entire document is pulled together via the users-guide.sgml file. This necessitated a few Makefile changes. 2002-04-06 Files: m4/.cvsignore (1.1) (added +1 -0) Cleanup cvsignore 2002-04-06 Files: src/ghost/.cvsignore (1.10) (+2 -0) src/main/.cvsignore (1.8) (+3 -0) Cleanup 2002-04-06 Files: src/ghost/Makefile.am (1.23) (+1 -5) src/ghost/debian-patch (1.4) (removed) src/ghost/debian-patch-stp (1.2) (removed) Remove patch intended for Ghostscript 5.10, which is no longer supported. 2002-04-06 Files: configure.ac (1.5) (+7 -2) Generate src/ghost/contrib.mak.addon correctly. 2002-04-06 Files: configure.ac (1.4) (+3 -3) Try -ltermcap on the third round, not -lcurses a second time. 2002-04-04 Files: src/ghost/ijsgimpprint.c (1.10) (+18 -5) 539013 IJS driver must set top left correctly 2002-04-03 Files: m4/stp.m4 (1.3) (+1 -0) Fix possible autoconf _AM_PATH_GIMPPRINT macro unexpanded error with m4_pattern_allow. 2002-04-03 Files: configure.ac (1.3) (+2 -39) Remove GIMP source tree exclusion code 2002-04-03 Files: m4/stp_cups.m4 (1.3) (+1 -1) Don't require cups-config. Remove AC_PATH_PROG third argument 2002-04-03 Files: Makefile.am (1.128) (+3 -1) Don't distribute configure.in, created as a libtool bug workaround 2002-04-03 Files: src/main/print-pcl.c (1.51) (+2 -2) 538500 PCL driver buffer overrun 2002-04-03 Files: src/ghost/ijsgimpprint.c (1.9) (+15 -5) Set the page size name in addition to just the dimensions 2002-04-02 Files: src/ghost/README (1.68) (+112 -111) -g is wrong for point size. 2002-03-31 Files: m4/stp_path_lib.m4 (1.2) (+2 -2) Fix pkgconfig default setting, enable libconfig to be used 2002-03-31 Files: src/foomatic/foomatic-generator.in (1.18) (+2 -2) DeviceGrayscale => DeviceGray 2002-03-31 Files: src/ghost/README (1.67) (+3 -3) DeviceGray ==> DeviceGrayscale 2002-03-30 Files: src/foomatic/Makefile.am (1.20) (+4 -2) Fix up the directories 2002-03-30 Files: src/ghost/README (1.66) (+11 -0) Added a hint because of the IJS Foomatic data to the src/ghost/README 2002-03-30 Files: src/ghost/ijsgimpprint.c (1.8) (+2 -2) Fix debug output to match argument 2002-03-30 Files: src/ghost/ijsgimpprint.c (1.7) (+17 -12) 537248 IJS driver mis-handles -r option 2002-03-30 Files: README (1.96) (+25 -8) Updated Foomatic section of main README, due to IJS. 2002-03-30 Files: src/foomatic/Makefile.am (1.19) (+8 -2) src/foomatic/foomatic-generator.in (1.17) (+160 -76) src/foomatic/foomatic-templates-gs/Brightness.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/Color.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/Contrast.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/Cyan.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/Density.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/Dither.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/Gamma.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/ImageType.xml (1.2) (+63 -0) src/foomatic/foomatic-templates-gs/InkType.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/InputSlot.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/Magenta.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/MediaType.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/Model.xml (1.2) (+21 -0) src/foomatic/foomatic-templates-gs/PageSize.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/Quality.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/Resolution.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-gs/Saturation.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/Yellow.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-gs/gimp-print.xml (1.2) (+45 -0) src/foomatic/foomatic-templates-ijs/Brightness.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/Color.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/Contrast.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/Cyan.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/Density.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/Dither.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/Gamma.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/ImageType.xml (1.2) (+63 -0) src/foomatic/foomatic-templates-ijs/InkType.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/InputSlot.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/Magenta.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/MediaType.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/Model.xml (1.2) (+21 -0) src/foomatic/foomatic-templates-ijs/PageSize.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/Quality.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/Resolution.xml (1.2) (+20 -0) src/foomatic/foomatic-templates-ijs/Saturation.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/Yellow.xml (1.2) (+24 -0) src/foomatic/foomatic-templates-ijs/gimp-print.xml (1.2) (+48 -0) src/foomatic/foomatic-templates/Brightness.xml (1.3) (removed) src/foomatic/foomatic-templates/Color.xml (1.4) (removed) src/foomatic/foomatic-templates/Contrast.xml (1.3) (removed) src/foomatic/foomatic-templates/Cyan.xml (1.3) (removed) src/foomatic/foomatic-templates/Density.xml (1.3) (removed) src/foomatic/foomatic-templates/Dither.xml (1.4) (removed) src/foomatic/foomatic-templates/Gamma.xml (1.3) (removed) src/foomatic/foomatic-templates/ImageType.xml (1.4) (removed) src/foomatic/foomatic-templates/InkType.xml (1.3) (removed) src/foomatic/foomatic-templates/InputSlot.xml (1.2) (removed) src/foomatic/foomatic-templates/Magenta.xml (1.3) (removed) src/foomatic/foomatic-templates/MediaType.xml (1.3) (removed) src/foomatic/foomatic-templates/Model.xml (1.2) (removed) src/foomatic/foomatic-templates/PageSize.xml (1.3) (removed) src/foomatic/foomatic-templates/Quality.xml (1.3) (removed) src/foomatic/foomatic-templates/Resolution.xml (1.3) (removed) src/foomatic/foomatic-templates/Saturation.xml (1.3) (removed) src/foomatic/foomatic-templates/Yellow.xml (1.3) (removed) src/foomatic/foomatic-templates/gimp-print.xml (1.5) (removed) src/foomatic/printer_options.c (1.10) (+4 -1) src/ghost/README (1.65) (+1 -1) src/ghost/ijsgimpprint.c (1.6) (+3 -3) Added Foomatic data generation for the IJS interface of GIMP-Print. Fixed paths of IJS header files in src/ghost/ijsgimpprint.c Fixed IJS command for the media source in src/ghost/README: It must be "MediaSource" not "InputSlot". 2002-03-30 Files: src/ghost/ijsgimpprint.c (1.5) (+3 -3) Un-fix the header files. 2002-03-30 Files: src/ghost/ijsgimpprint.c (1.4) (+3 -3) Fix paths of IJS header files. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/gimp-print.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/gimp-print.xml (1.1) (added) file gimp-print.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Yellow.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Yellow.xml (1.1) (added) file Yellow.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Saturation.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Saturation.xml (1.1) (added) file Saturation.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Resolution.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Resolution.xml (1.1) (added +20 -0) file Resolution.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Quality.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Quality.xml (1.1) (added) file Quality.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/PageSize.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/PageSize.xml (1.1) (added +20 -0) file PageSize.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Model.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Model.xml (1.1) (added +21 -0) file Model.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/MediaType.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/MediaType.xml (1.1) (added) file MediaType.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Magenta.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Magenta.xml (1.1) (added) file Magenta.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/InputSlot.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/InputSlot.xml (1.1) (added) file InputSlot.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/InkType.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/InkType.xml (1.1) (added) file InkType.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/ImageType.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/ImageType.xml (1.1) (added) file ImageType.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Gamma.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Gamma.xml (1.1) (added) file Gamma.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Dither.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Dither.xml (1.1) (added) file Dither.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Density.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Density.xml (1.1) (added) file Density.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Cyan.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Cyan.xml (1.1) (added) file Cyan.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Contrast.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Contrast.xml (1.1) (added) file Contrast.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Color.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Color.xml (1.1) (added +20 -0) file Color.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/foomatic/foomatic-templates-gs/Brightness.xml (1.1) (added) src/foomatic/foomatic-templates-ijs/Brightness.xml (1.1) (added) file Brightness.xml was initially added on branch gimp-print-4_2_branch. 2002-03-30 Files: src/ghost/README (1.64) (+126 -123) -g option is used to set paper size for IJS driver. 2002-03-30 Files: configure.ac (1.2) (+3 -2) m4/stp_cups.m4 (1.2) (+1 -2) src/cups/Makefile.am (1.48) (+2 -2) Only genppd needs libz 2002-03-30 Files: src/main/print-dither.c (1.78) (+7 -25) Fix some waterfall and bleed problems in EvenTone. 2002-03-29 Files: src/main/print-dither.c (1.77) (+117 -101) Fix EvenTone and single-ink printers. Make EvenTone use d->n_channels rather than NCOLORS. Free all the memory that was being allocated. 2002-03-28 Files: src/foomatic/foomatic-templates/gimp-print.xml (1.4) (+8 -0) Added warning that the Foomatic data is onlyy for GIMP-Print 4.3.x. 2002-03-28 Files: src/foomatic/foomatic-printermap (1.30) (+7 -0) Added new Kyocera laser printers. 2002-03-27 Files: test/testdither.c (1.15) (+3 -3) Prettier output 2002-03-27 Files: src/main/Makefile.am (1.33) (+2 -2) gimpprint.m4.bot has been removed 2002-03-24 Files: include/.cvsignore (1.3) (+5 -0) Update include .cvsignore for config.h timestamps 2002-03-24 Files: src/main/gimpprint.m4.bot (1.2) (removed) Superseded by gimpprint.m4.top 2002-03-24 Files: m4/stp.m4 (1.2) (+1 -2) src/main/gimpprint.m4.top (1.2) (+11 -4) *** empty log message *** 2002-03-24 Files: scripts/autogen.sh (1.19) (+7 -0) Temporary libtool fix: symlink configure.in->configure.ac 2002-03-23 Files: src/main/gimpprint.pc.in (1.2) (removed) Remove gimpprint.pc.in (now generated by configure) 2002-03-23 Files: src/main/gimpprint-config.in (1.7) (removed) Remove gimpprint-config.in (now generated by configure) 2002-03-23 Files: src/main/gimp-print.pc.in (1.2) (removed) Remove old pkg-config template (renamed to gimpprint.pc.in) 2002-03-23 Files: autogen.sh (1.5) (+1 -1) doc/README.maintaining (1.13) (+17 -18) Update build: remove all traces of configure.ac 2002-03-23 Files: acconfig.h (1.17) (removed) autogen.sh (1.4) (+1 -1) configure.ac (1.1) (added +1131 -0) configure.in.in (1.121) (removed) debian/rules (1.35) (+2 -2) doc/README.maintaining (1.12) (+16 -22) doc/developer/integrating.texi (1.2) (+4 -4) scripts/autogen.sh (1.18) (+12 -18) src/main/.cvsignore (1.7) (+1 -1) src/main/gimpprint-config.in (1.6) (+259 -88) src/main/gimpprint.m4 (1.7) (removed) src/main/gimpprint.m4.bot (1.1) (added) src/main/gimpprint.m4.top (1.1) (added) src/main/gimpprint.pc.in (1.1) (added) Update build: configure.ac and related files Update documentation to describe the new build 2002-03-23 Files: configure.ac.in (1.5) (removed) Remove redundant configure.ac.in now configure.ac is not generated 2002-03-23 Files: Makefile.am (1.127) (+9 -20) doc/Makefile.am (1.31) (+6 -6) doc/developer/Makefile.am (1.6) (+6 -5) doc/users_guide/Makefile.am (1.30) (+4 -2) include/gimp-print/Makefile.am (1.3) (+6 -4) man/Makefile.am (1.7) (+16 -2) samples/Makefile.am (1.4) (+6 -6) src/Makefile.am (1.12) (+2 -3) src/cups/Makefile.am (1.47) (+20 -16) src/escputil/Makefile.am (1.11) (+3 -6) src/foomatic/Makefile.am (1.18) (+5 -9) src/ghost/Makefile.am (1.22) (+7 -6) src/gimp/Makefile.am (1.19) (+9 -12) src/main/Makefile.am (1.32) (+17 -18) src/testpattern/Makefile.am (1.6) (+4 -6) test/Makefile.am (1.32) (+5 -5) Update build: update all Makefile.ams All Makefiles are now self-contained (no logic in configure) 2002-03-23 Files: Makefile.am (1.126) (+2 -3) Fix .PHONY entries to only use one line 2002-03-23 Files: m4/gettext.m4 (1.2) (removed) m4/gimp.m4 (1.2) (removed) m4/lcmessage.m4 (1.2) (removed) m4/libtool.m4 (1.2) (removed) m4/progtest.m4 (1.2) (removed) m4/stp.m4 (1.1) (added +35 -0) m4/stp_cups.m4 (1.1) (added +177 -0) m4/stp_gimp.m4 (1.1) (added +65 -0) m4/stp_libconfig.m4 (1.1) (added) m4/stp_option.m4 (1.1) (added +173 -0) m4/stp_path_lib.m4 (1.1) (added) m4/stp_pkgconfig.m4 (1.1) (added) m4extra/gettext.m4 (1.1) (added +549 -0) m4extra/gimp.m4 (1.1) (added) m4extra/lcmessage.m4 (1.1) (added +30 -0) m4extra/libtool.m4 (1.1) (added +6425 -0) m4extra/progtest.m4 (1.1) (added +92 -0) m4extra/stp_release.m4.in (1.1) (added +29 -0) Update build: add new m4 macros 2002-03-22 Files: src/main/print-escp2-data.c (1.14) (+28 -5) Calibrated the Epson 680 multishot inks. 2002-03-22 Files: src/main/print-dither.c (1.76) (+11 -8) Fix very fast dithering (533400). Needs to be back ported to 4.2 after fix is code reviewed. 2002-03-21 Files: src/foomatic/foomatic-printermap (1.29) (+1 -0) Added the Okidata OL400e 2002-03-18 Files: src/main/print-dither.c (1.75) (+251 -217) Speed improvements to EvenTone algorithm. 2002-03-18 Files: src/main/print-escp2-data.c (1.13) (+3 -3) Minor change to ink dot sizes. 2002-03-17 Files: src/main/print-escp2-data.c (1.12) (+100 -47) src/main/print-escp2.c (1.157) (+20 -56) src/main/print-escp2.h (1.7) (+17 -1) Put inkname list (three color CMY, six color photo, etc.) into printer list. 2002-03-17 Files: configure.in.in (1.120) (+3 -2) Really don't link anything but genppd against libz. 2002-03-17 Files: configure.in.in (1.119) (+1 -2) libz is only needed for building the PPD files. 2002-03-17 Files: src/main/print-escp2-data.c (1.11) (+107 -55) src/main/print-escp2.c (1.156) (+11 -12) src/main/print-escp2.h (1.6) (+14 -1) Roll feed on Stylus Pro printers does not allow borderless printing 2002-03-17 Files: src/main/printers.xml (1.44) (+4 -1) Tune the pigment Stylus Pro printers 2002-03-16 Files: configure.in.in (1.118) (+2 -2) po/nl.po (1.2) (+2919 -0) Add Dutch translation. 2002-03-16 Files: Makefile.am (1.125) (+3 -34) README (1.95) (+2 -6) configure.ac.in (1.4) (+3 -22) configure.in.in (1.117) (+1 -26) doc/README.maintaining (1.11) (+1 -2) po/POTFILES.in (1.12) (+0 -4) scripts/patch-gimp (1.2) (removed) src/Makefile.am (1.11) (+1 -3) Remove patch-gimp, as the GIMP folks won't be needing this any more. 2002-03-16 Files: src/main/print-escp2-data.c (1.10) (+58 -2) Re-calibrated 680 printer 720x720 mode. 2002-03-16 Files: po/nl.po (1.1) (added +15227 -0) file nl.po was initially added on branch gimp-print-4_2_branch. 2002-03-15 Files: src/foomatic/foomatic-printermap (1.28) (+9 -0) Added some old Epsons and some recent Canons which are (at least more or less) compatible to explicitly supported models. 2002-03-14 Files: src/foomatic/foomatic-printermap (1.27) (+19 -0) Added several printer models which are compatible to already listed ones. 2002-03-14 Files: src/cups/canon.c (1.5) (+8 -1) src/cups/epson.c (1.5) (+10 -3) Offer both interrupt-driven and polled parallel ports for BSD. Suggested by Jacob Meuser. 2002-03-12 Files: src/cups/rastertoprinter.c (1.22) (+4 -2) Fix 528922 from mainline. 2002-03-10 Files: src/main/print-dither.c (1.74) (+4 -4) Reduced the effect of the last change. Waterfalling now present again, but hopefully a bit better. 2002-03-09 Files: src/main/print-dither.c (1.73) (+26 -9) Fix some more ink-bleed problems in dark areas. Change black handling a little. Tune EvenTone parameter. Fix tearing!!! If you still think you see waterfalling, you're imaging it. 2002-03-06 Files: debian/changelog (1.43) (+6 -1) debian/rules (1.34) (+2 -2) Enable library versioning with dh_makeshlibs and update changelog 2002-03-04 Files: src/main/print-dither.c (1.72) (+16 -15) Fixed non-square aspect ratio in EvenTone. Fix some ink-bleeding in dark areas. 2002-03-03 Files: src/ghost/README (1.63) (+4 -4) Minor update 2002-03-03 Files: src/ghost/README (1.62) (+12 -0) Add EvenTone screen 2002-03-03 Files: src/main/print-dither.c (1.71) (+4 -2) Rename "Even" to "EvenTone", and add note for translators that EvenTone is a proper name, not a description. 2002-03-03 Files: src/main/print-dither.c (1.70) (+37 -33) Change "Error Diffusion" to "EvenTone". Improve dither pattern. Change to standard black level method. 2002-03-02 Files: debian/control.in (1.24) (+1 -1) debian/cupsys-driver-gimpprint.postinst (1.1) (added) debian/cupsys-driver-gimpprint.postrm (1.4) (+4 -0) Fix gs dependency Fix cupsys-driver-gimpprint to reload cupsys on configure/removal 2002-03-02 Files: src/main/print-canon.c (1.75) (+33 -9) Latest update from Peter Missel 2002-03-01 Files: src/main/print-escp2-data.c (1.9) (+40 -40) Tune the dot sizes for eventone 2002-03-01 Files: src/main/print-util.c (1.58) (+2 -2) Change the minimum density back to 0.1. 2002-02-28 Files: src/cups/canon.c (1.4) (+29 -22) src/cups/epson.c (1.4) (+31 -24) src/cups/rastertoprinter.c (1.21) (+3 -2) rastertoprinter.c: flush output at end of page. canon.c, epson.c: use read() instead of fread() in order not to block waiting for incoming data. Ignore 0-byte backchannel reads. 2002-02-26 Files: src/main/print-dither.c (1.69) (+10 -18) Fix ink selection. Make non-square ratios work better. 2002-02-26 Files: src/foomatic/foomatic-printermap (1.26) (+1 -0) Z53 2002-02-25 Files: src/main/print-dither.c (1.68) (+56 -61) Improve (hopefully) the transition from photo-dark inks. 2002-02-24 Files: src/escputil/escputil.c (1.42) (+30 -34) Simplify the alignment procedure: print all of the patterns first, and then ask the user for the choices. 2002-02-24 Files: src/escputil/escputil.c (1.41) (+3 -3) Stylus C70/80 has 4 alignment passes. 2002-02-23 Files: NEWS (1.69) (+1 -0) src/ghost/README (1.61) (+1 -0) src/main/printers.xml (1.43) (+10 -1) Lexmark Z53 works 2002-02-22 Files: src/ghost/.cvsignore (1.9) (+0 -19) No longer need the ancient Ghostscript driver leftovers 2002-02-22 Files: src/ghost/.cvsignore (1.8) (+1 -0) Now need to ignore .deps 2002-02-22 Files: configure.in.in (1.116) (+13 -11) Fix use of AC_PROG_PATH 2002-02-21 Files: src/ghost/ijsgimpprint.c (1.3) (+3 -3) Typo 2002-02-21 Files: debian/control.in (1.23) (+1 -1) Add Build-Depends for foomatic-bin 2002-02-20 Files: AUTHORS (1.11) (+17 -3) Updates 2002-02-20 Files: src/main/print-dither.c (1.67) (+9 -23) Fix from Mark 2002-02-19 Files: src/main/print-dither.c (1.66) (+21 -24) Minor black changes. Fix small bug in eventone. 2002-02-18 Files: src/main/print-dither.c (1.65) (+41 -4) Improve black transition. Improve photo ink transitions. 2002-02-17 Files: src/main/print-dither.c (1.64) (+101 -85) Error diffusion: Sort out black ink usage. Also first cut at getting photo inks right. 2002-02-16 Files: po/da.po (1.16) (+614 -1253) po/el.po (1.2) (+2930 -0) po/en_GB.po (1.82) (+561 -596) po/fr.po (1.23) (+560 -489) po/no.po (1.23) (+607 -1289) po/pl.po (1.7) (+788 -671) po/sk.po (1.4) (+637 -699) po/sv.po (1.32) (+505 -412) Add Greek, update other translations 2002-02-16 Files: po/el.po (1.1) (added +16490 -0) file el.po was initially added on branch gimp-print-4_2_branch. 2002-02-16 Files: src/main/print-lexmark.c (1.71) (+4 -4) Fixed error [ #516268 ] Erroneous comparison. 2002-02-16 Files: src/main/print-util.c (1.57) (+6 -4) Minor update 2002-02-16 Files: doc/print-setup.txt (1.1) (added) file print-setup.txt was initially added on branch gimp-print-4_2_branch. 2002-02-16 Files: doc/print-main.txt (1.1) (added) file print-main.txt was initially added on branch gimp-print-4_2_branch. 2002-02-16 Files: doc/print-color.txt (1.1) (added) file print-color.txt was initially added on branch gimp-print-4_2_branch. 2002-02-15 Files: src/ghost/ijsgimpprint.c (1.2) (+24 -24) I18N 2002-02-15 Files: po/POTFILES.in (1.11) (+3 -0) po/da.po (1.15) (+409 -547) po/en_GB.po (1.81) (+584 -549) po/fr.po (1.22) (+478 -549) po/no.po (1.22) (+409 -547) po/pl.po (1.6) (+430 -547) po/sk.po (1.3) (+699 -637) po/sv.po (1.31) (+583 -548) IJS 2002-02-14 Files: src/ghost/README (1.60) (+5 -1) Minor update 2002-02-14 Files: src/ghost/Makefile.am (1.21) (+2 -2) Typo 2002-02-14 Files: src/Makefile.am (1.10) (+2 -2) Move IJS to src/ghost 2002-02-14 Files: configure.in.in (1.115) (+2 -2) Slovak language 2002-02-14 Files: README (1.94) (+33 -11) configure.in.in (1.114) (+2 -2) src/ghost/Makefile.am (1.20) (+22 -1) src/ghost/README (1.59) (+237 -43) src/ghost/ijsgimpprint.c (1.1) (added) src/ijs/.cvsignore (1.2) (removed) src/ijs/Makefile.am (1.3) (removed) src/ijs/ijsgimpprint.c (1.8) (removed) Move IJS into src/ghost Start documenting IJS 2002-02-14 Files: po/sk.po (1.2) (+3063 -0) Add Slovak translation 2002-02-14 Files: po/sk.po (1.1) (added +16857 -0) file sk.po was initially added on branch gimp-print-4_2_branch. 2002-02-13 Files: src/ijs/ijsgimpprint.c (1.7) (+97 -46) Test to at least early beta quality. 2002-02-05 Files: cups/cups-gimpprint.list.in (1.1) (added) Dunno why I didn't commit this file... 2002-02-05 Files: src/main/print-dither.c (1.63) (+13 -4) Improve eventone calculations. 2002-02-03 Files: src/foomatic/foomatic-generator.in (1.16) (+1 -1) Remove hard-coded template path 2002-02-03 Files: src/main/print-dither.c (1.62) (+9 -8) Fix silly mistake with black levels 2002-02-02 Files: src/main/print-dither.c (1.61) (+135 -26) Incorporate eventone into error-diffusion. Respect k_upper and k_lower. 2002-02-01 Files: debian/foomatic-db-gimpprint.files (1.1) (added) Add foomatic-db-gimpprint package 2002-02-01 Files: configure.in.in (1.113) (+12 -12) debian/changelog (1.42) (+2 -1) debian/control.in (1.22) (+14 -0) debian/rules (1.33) (+3 -2) src/foomatic/Makefile.am (1.17) (+8 -3) src/foomatic/foomatic-generator.in (1.15) (+8 -2) Enable foomatic VPATH build New Debian package foomatic-db-gimpprint 2002-01-31 Files: README (1.93) (+24 -16) Suggestions from Till 2002-01-30 Files: scripts/mkchlog (1.5) (+2 -1) A few more tweaks 2002-01-30 Files: scripts/mkchlog (1.4) (+13 -2) Log files that are in the root directory, but have been removed. These files were the original (through 4.0) Gimp-print source. Otherwise, only log files that are on the current branch or parent thereof. 2002-01-29 Files: scripts/mkchlog (1.3) (+86 -6) Better filter on versions 2002-01-29 Files: src/ghost/README (1.58) (+4 -4) Minor typos 2002-01-27 Files: src/main/print-util.c (1.56) (+67 -6) Check more values during verification 2002-01-27 Files: src/foomatic/foomatic-templates/gimp-print.xml (1.3) (+22 -15) Updates of text in the Foomatic database entry for GIMP-Print. 2002-01-26 Files: doc/users_guide/Makefile.am (1.29) (+3 -3) Fix manual.sgml dependencies to use $(srcdir) to create correct symlinks 2002-01-26 Files: HACKING (1.2) (removed) Makefile.am (1.124) (+1 -5) doc/Makefile.am (1.30) (+2 -2) doc/README.maintaining (1.10) (+1 -1) Move HACKING back to doc/README.maintaining 2002-01-26 Files: src/ijs/ijsgimpprint.c (1.6) (+3 -1) Note that Russell Lang originally wrote this. 2002-01-25 Files: HACKING (1.1) (added) Makefile.am (1.123) (+2 -2) doc/Makefile.am (1.29) (+2 -2) doc/README.maintaining (1.9) (removed) Move doc/README.maintaining to HACKING 2002-01-25 Files: src/ijs/ijsgimpprint.c (1.5) (+4 -1) Fix a few missing variables 2002-01-25 Files: src/ijs/ijsgimpprint.c (1.4) (+8 -2) Monochrome output 2002-01-24 Files: src/cups/rastertoprinter.c (1.20) (+4 -2) Set left and top correctly 2002-01-24 Files: src/ghost/gdevstp.c (1.15) (+3 -1) Set the left and orientation correctly. 2002-01-23 Files: src/main/print-escp2-data.c (1.8) (+6 -6) Fix margins 2002-01-21 Files: src/ijs/ijsgimpprint.c (1.3) (+7 -11) Fix color output mode? 2002-01-21 Files: src/ijs/ijsgimpprint.c (1.2) (+322 -15) Generates output with 0.32 of IJS 2002-01-21 Files: src/main/print-dither.c (1.60) (+2 -2) Minor bug in row ends: subchannel count may not be exactly 2. 2002-01-21 Files: src/main/print-escp2-data.c (1.7) (+3 -3) 5000/5500 take the same paper sizes as the 2000. 2002-01-21 Files: src/main/print-escp2-data.c (1.6) (+8 -8) Adjust the minimum page sizes for Stylus Pro printers 2002-01-17 Files: test/pcl-unprint.c (1.6) (+24 -14) Dynamically allocate output buffers so we can pcl-unprint large files! 2002-01-17 Files: src/main/print-pcl.c (1.50) (+54 -34) Dynamically allocate the comp_buf instead of having it fixed. Fixes crashes when using larger paper sizes in DesignJet. 2002-01-15 Files: src/main/print-dither.c (1.59) (+9 -5) Changed divisor in error distribution to take aspect ratio into account. Dots should be on equal distance on paper, whether resolution is 300 x 300 or 2880 x 720. 2002-01-12 Files: src/main/print-dither.c (1.58) (+20 -4) Change dithering to Thomas Tonino's suggestion. 2002-01-11 Files: src/main/print-dither.c (1.57) (+28 -23) Still correcting that density 2002-01-11 Files: configure.in.in (1.112) (+8 -4) src/ijs/Makefile.am (1.2) (+4 -4) Update for ijs 0.30 2002-01-08 Files: src/main/print-dither.c (1.56) (+5 -1) Scale new dither by correct density 2002-01-05 Files: src/cups/Makefile.am (1.46) (+3 -1) Print useful warning messages 2002-01-04 Files: src/main/print-dither.c (1.55) (+3 -3) Fix xstep calculation 2002-01-04 Files: src/main/print-dither.c (1.54) (+18 -39) Added some free() calls, and code savings 2002-01-04 Files: src/main/print-lexmark.c (1.70) (+2 -2) Corrected bottom border of the z42. 2002-01-04 Files: src/main/print-escp2-data.c (1.5) (+154 -49) src/main/print-escp2.c (1.155) (+14 -9) src/main/print-escp2.h (1.5) (+7 -2) 499200 ESP 1280/1290 need special deinit code 499203 ESP 780/820 have different paper codes 2002-01-03 Files: src/main/print-dither.c (1.53) (+304 -2) Added new Error Diffusion dither 2002-01-01 Files: debian/changelog (1.41) (+2 -2) debian/control.in (1.21) (+1 -1) Add versioned Replaces for gimpprint-locales from debian-branch 2001-12-30 Files: debian/changelog (1.40) (+5 -1) debian/control.in (1.20) (+3 -3) Merge debian/control.in fixes from debian-branch 2001-12-26 Files: src/main/print-lexmark.c (1.69) (+4 -1) Changes received by Alwin. Fixed two major bugs for the Lexmark Z42: - The Z42 doesn't choke anymore if the picture isn't aligned to the left of the page. - Sometimes there was a lot of black 'binary data' in the picture when printing with ink-type 'four color standard' and output type 'black and white'. (Forgot to specify color-compatibility-mode or full 208 nozzles). 2001-12-23 Files: src/main/print-dither.c (1.52) (+158 -317) test/run-testdither (1.3) (+6 -3) test/testdither.c (1.14) (+4 -4) A bit more cleanup work on the dither code. 2001-12-21 Files: Makefile.am (1.122) (+1 -3) doc/developer/Makefile.am (1.5) (+3 -3) src/Makefile.am (1.9) (+1 -2) Remove automake 1.4 bug workarounds to enable automake 1.5 use 2001-12-21 Files: src/main/Makefile.am (1.31) (+2 -1) src/main/gimp-print-internal.h (1.48) (+2 -6) src/main/print-dither-matrices.c (1.5) (+238 -3) src/main/print-dither.c (1.51) (+472 -422) src/main/print-dither.h (1.1) (added) Start splitting up the dither code 2001-12-20 Files: configure.in.in (1.111) (+2 -2) Fix OSTYPE with AC_DEFINE_UNQUOTED 2001-12-20 Files: configure.ac.in (1.3) (+117 -209) Fix OSTYPE with AC_DEFINE_UNQUOTED New macros AC_STP_ARG_WITH and AC_STP_ARG_ENABLE to simplify things Fix quoting of other AC_DEFINEs 2001-12-20 Files: src/foomatic/foomatic-printermap (1.25) (+2 -0) Added the Canon BJC-2100 and Apollo P2200 (they were supported by GIMP-Print 4.0.x). 2001-12-19 Files: .cvsignore (1.17) (+1 -0) configure.ac.in (1.2) (+3 -3) configure.in.in (1.110) (+2 -2) Use AM_ACLOCAL_INCLUDE correctly Add m4local to .cvsignore 2001-12-19 Files: configure.ac.in (1.1) (added) Add configure template for autoconf 2.50 2001-12-19 Files: Makefile.am (1.121) (+2 -2) gimp.m4 (1.5) (removed) m4/gettext.m4 (1.1) (added +417 -0) m4/gimp.m4 (1.1) (added +211 -0) m4/lcmessage.m4 (1.1) (added +30 -0) m4/libtool.m4 (1.1) (added +7831 -0) m4/progtest.m4 (1.1) (added +92 -0) scripts/autogen.sh (1.17) (+12 -0) scripts/gettext.m4 (1.2) (removed) scripts/gimp.m4 (1.3) (removed) scripts/lcmessage.m4 (1.2) (removed) scripts/libtool.m4 (1.2) (removed) scripts/progtest.m4 (1.2) (removed) New directory m4 to hold m4 macros, and m4local is created by autogen.sh to put symlinks or macros in to be used by aclocal. 2001-12-19 Files: configure.in.in (1.109) (+4 -5) Fix typo in help string --with-translated-ppds Remove unused YACC and BISON checks (they are still checked for) Clean up ACLOCAL flags 2001-12-19 Files: src/main/print-escp2.c (1.154) (+8 -3) Force a page to be pushed through the printer if an empty page is printed (to allow duplex printing and such to work correctly). 2001-12-18 Files: src/main/print-dither.c (1.50) (+1 -16) Remove unused routine 2001-12-18 Files: src/main/gimp-print-internal.h (1.47) (+3 -2) src/main/print-canon.c (1.74) (+17 -30) src/main/print-color.c (1.27) (+5 -5) src/main/print-dither.c (1.49) (+12 -15) src/main/print-escp2.c (1.153) (+9 -18) src/main/print-lexmark.c (1.68) (+13 -25) src/main/print-ps.c (1.27) (+7 -6) src/main/print-util.c (1.55) (+10 -3) src/main/print-weave.c (1.38) (+16 -34) Clean up malloc mistakes (uninitialized memory) 2001-12-17 Files: src/main/print-dither.c (1.48) (+5 -5) Clean up overzealous statics 2001-12-17 Files: test/run-testdither (1.2) (+0 -1) test/testdither.c (1.13) (+20 -22) Minor improvements 2001-12-16 Files: src/main/print-dither.c (1.47) (+8 -19) Minor cleanup 2001-12-16 Files: configure.in.in (1.108) (+29 -2) src/Makefile.am (1.8) (+2 -2) src/ijs/.cvsignore (1.1) (added) src/ijs/Makefile.am (1.1) (added) src/ijs/ijsgimpprint.c (1.1) (added) Add IJS server support 2001-12-16 Files: src/ghost/README (1.57) (+9 -9) Fix Canon resolution names 2001-12-14 Files: src/main/gimp-print-internal.h (1.46) (+22 -7) src/main/print-canon.c (1.73) (+11 -4) src/main/print-dither.c (1.46) (+294 -174) src/main/print-escp2.c (1.152) (+13 -3) src/main/print-escp2.h (1.4) (+1 -2) src/main/print-lexmark.c (1.67) (+12 -3) src/main/print-pcl.c (1.49) (+18 -9) src/main/print-util.c (1.54) (+14 -1) test/Makefile.am (1.31) (+3 -3) test/run-testdither (1.1) (added +56 -0) test/testdither.c (1.12) (+208 -83) Generalize the dither code somewhat. 2001-12-10 Files: src/foomatic/foomatic-printermap (1.24) (+1 -0) Added Canon BJC-2010. 2001-12-07 Files: scripts/make-deb.sh (1.3) (removed) Remove debian ghostscript package building script, as the stp patch is now included in the Debian gs package 2001-12-07 Files: src/main/gimp-print-internal.h (1.45) (+5 -5) src/main/print-canon.c (1.72) (+30 -30) src/main/print-dither.c (1.45) (+313 -300) src/main/print-escp2-data.c (1.4) (+74 -74) src/main/print-pcl.c (1.48) (+7 -7) Start generalizing the dither code to an arbitrary number of subchannels. 2001-12-07 Files: README (1.92) (+9 -10) configure.in.in (1.107) (+1 -14) src/ghost/Makefile.am (1.19) (+1 -100) src/ghost/README (1.56) (+14 -152) src/ghost/README.bsd (1.3) (removed) src/ghost/contrib.mak.addon.old (1.3) (removed) src/ghost/devs.mak.addon-5.10 (1.7) (removed) Remove old-style Ghostscript build. 2001-12-06 Files: src/main/print-escp2-data.c (1.3) (+226 -198) src/main/print-escp2.c (1.151) (+32 -19) src/main/print-escp2.h (1.3) (+25 -26) Put all of the data under one big struct. 2001-12-05 Files: configure.in.in (1.106) (+3 -2) debian/changelog (1.39) (+2 -1) debian/libgimpprint-dev.files (1.5) (+1 -0) debian/rules (1.32) (+2 -2) src/main/.cvsignore (1.6) (+1 -0) src/main/Makefile.am (1.30) (+7 -2) src/main/gimp-print.pc.in (1.1) (added) Add pkgconfig support Add src/main/print-escp2.h to src/main/Makefile.am 2001-12-03 Files: src/escputil/escputil.c (1.40) (+8 -1) src/main/.cvsignore (1.5) (+1 -0) Enable gettext in escputil Add src/main/print-escp2-data.lo to src/main/.cvsignore 2001-12-02 Files: src/main/gimp-print-internal.h (1.44) (+23 -54) src/main/print-escp2.c (1.150) (+2 -2) src/main/print-lexmark.c (1.66) (+59 -30) src/main/print-weave.c (1.37) (+73 -14) test/escp2-weavetest.c (1.20) (+3 -2) Remove hard coding of channels in weave code. 2001-12-02 Files: src/ghost/.cvsignore (1.7) (+2 -0) src/ghost/Makefile.am (1.18) (+27 -5) src/ghost/contrib.mak.addon.old (1.2) (+5 -1) src/ghost/devs.mak.addon-5.10 (1.6) (+5 -1) Split Epson driver into two parts 2001-12-02 Files: src/main/Makefile.am (1.29) (+2 -1) src/main/print-escp2-data.c (1.2) (+2544 -0) src/main/print-escp2.c (1.149) (+41 -2867) src/main/print-escp2.h (1.2) (+326 -0) Split data and logic in Epson driver 2001-12-02 Files: src/main/print-escp2.c (1.148) (+159 -139) Split up flush_pass 2001-12-02 Files: doc/developer/Makefile.am (1.4) (+5 -6) Handle no images correctly 2001-12-01 Files: doc/developer/Makefile.am (1.3) (+6 -4) Fix image copying bug when there are no images to copy 2001-12-01 Files: debian/.cvsignore (1.6) (+0 -1) debian/changelog (1.38) (+2 -1) debian/control.in (1.19) (+21 -22) Update package descriptions for 4.3 Packages depends on libgimpprint-locales >= the Source-Version 2001-12-01 Files: debian/changelog (1.37) (+6 -1) debian/control.in (1.18) (+17 -2) debian/gimpprint-locales.files (1.1) (added) debian/libgimpprint-doc.doc-base (1.1) (added) debian/libgimpprint.files (1.7) (+0 -1) debian/rules (1.31) (+2 -2) New gimpprint-locales package to hold the message catalogues Add libgimpprint-doc.doc-base 2001-12-01 Files: doc/developer/.cvsignore (1.2) (+1 -1) doc/developer/Makefile.am (1.2) (+2 -2) Update directory name of HTML manual 2001-12-01 Files: configure.in.in (1.105) (+2 -2) doc/.cvsignore (1.7) (+0 -31) doc/Makefile.am (1.28) (+12 -148) doc/appendices.texi (1.5) (removed) doc/copying.texi (1.2) (removed) doc/developer/.cvsignore (1.1) (added +22 -0) doc/developer/Makefile.am (1.1) (added +197 -0) doc/developer/copying.texi (1.1) (added) doc/developer/dither.texi (1.1) (added) doc/developer/escp2.texi (1.1) (added) doc/developer/functions.texi (1.1) (added) doc/developer/gimpprint.texi (1.1) (added) doc/developer/gpl.texi (1.1) (added) doc/developer/indices.texi (1.1) (added) doc/developer/integrating.texi (1.1) (added) doc/developer/introduction.texi (1.1) (added) doc/developer/new-printer.texi (1.1) (added) doc/developer/overview.texi (1.1) (added) doc/developer/problems.texi (1.1) (added) doc/developer/using.texi (1.1) (added) doc/developer/weave.texi (1.1) (added) doc/dither.texi (1.4) (removed) doc/escp2.texi (1.5) (removed) doc/functions.texi (1.7) (removed) doc/gimpprint.texi (1.7) (removed) doc/gpl.texi (1.3) (removed) doc/indices.texi (1.4) (removed) doc/integrating.texi (1.3) (removed) doc/introduction.texi (1.5) (removed) doc/new-printer.texi (1.6) (removed) doc/overview.texi (1.2) (removed) doc/print-color.png (1.2) (removed) doc/print-main.png (1.3) (removed) doc/print-setup.png (1.2) (removed) doc/problems.texi (1.2) (removed) doc/programs.texi (1.7) (removed) doc/using.texi (1.4) (removed) doc/weave.texi (1.4) (removed) Move the Texinfo manual from doc to doc/developer. Remove user documentation from the manual, now it is in the User's Guide Move the appendices into normal chapters Rename the manual as a 'Developer's manual' Update configure.in.in and the Makefiles 2001-11-30 Files: src/foomatic/foomatic-templates/Color.xml (1.3) (+0 -1) src/foomatic/foomatic-templates/Dither.xml (1.3) (+0 -1) src/foomatic/foomatic-templates/InkType.xml (1.2) (+0 -1) src/foomatic/foomatic-templates/MediaType.xml (1.2) (+0 -1) src/foomatic/foomatic-templates/PageSize.xml (1.2) (+0 -1) src/foomatic/foomatic-templates/Quality.xml (1.2) (+0 -1) src/foomatic/foomatic-templates/Resolution.xml (1.2) (+0 -1) Removed "" tags from options which are not required when using GhostScript with GIMP-Print. 2001-11-25 Files: debian/changelog (1.36) (+8 -0) debian/libgimpprint.postinst (1.6) (+7 -13) Update version to 4.3.0-1 Fix lintian ldconfig warning 2001-11-24 Files: debian/control.in (1.17) (+5 -5) debian/rules (1.30) (+7 -7) Update Debian packaging to use non-versioned shared libraries Fix Debian build (arch-indep documentation installation) 2001-11-24 Files: configure.in.in (1.104) (+2 -2) src/main/Makefile.am (1.28) (+5 -5) Kick off 4.3 development =============================================================================== Name: gimp-print-4_2_bp Name: gimp-print-4_2_0 2001-11-24 Files: po/da.po (1.14) (+1 -1) po/en_GB.po (1.80) (+2 -2) po/fr.po (1.21) (+1 -1) po/no.po (1.21) (+1 -1) po/pl.po (1.5) (+1 -1) po/sv.po (1.30) (+1 -1) Final updated .po's for 4.2.0. 2001-11-24 Files: NEWS (1.68) (+1 -1) Set release date. 2001-11-24 Files: scripts/buildgimpprintdebs (1.2) (+3 -8) Radically alter the way debs are built. The upstream source tarball is no longer used at all, instead, build directly from CVS, generate an upstream tarball on the fly using the -U option of cvs-buildpackage, and diff that with the debian branch. The debian/rules now configures in maintainer mode, so the only preprocessing we need to do is to generate debian/control from debian/control.in before starting dpkg-buildpackage. 2001-11-24 Files: debian/control.in (1.16) (+1 -1) Merge with debian-branch. Add build dependencies on imagemagick and docbook-utils. 2001-11-24 Files: debian/rules (1.29) (+6 -7) Merge with debian branch. Enable maintainer mode and copy docs from debian/gimp-print-build/doc, not doc. 2001-11-24 Files: debian/changelog (1.35) (+2 -7) Revert version increase from 4.2.0-2 to 4.2.0-1 2001-11-24 Files: debian/changelog (1.34) (+7 -0) debian/rules (1.28) (+2 -2) Use PostScript Level 2 PPD files, not Level 3 2001-11-23 Files: doc/users_guide/figures/cups_admin_model.png (1.2) (+49 -62) doc/users_guide/figures/cups_my_printer.png (1.2) (+33 -68) doc/users_guide/users-guide.sgml (1.4) (+96 -91) Updates for rev 4.2.0 release 2001-11-23 Files: Makefile.am (1.120) (+3 -1) 484979 Cannot rebuild configure from tarball 2001-11-23 Files: configure.in.in (1.103) (+2 -2) Sync with debian branch. Accept "dvipdfm" as an alternative to "dvipdf". 2001-11-23 Files: debian/copyright (1.5) (+2 -2) Sync mainline with debian branch. Reformat copyright file to avoid lintian warning. 2001-11-23 Files: NEWS (1.67) (+4 -4) README (1.91) (+11 -9) Correct lists of translations. 2001-11-22 Files: doc/users_guide/users-guide.sgml (1.3) (+46 -9) Insert warning for connecting USB printers with CUPS. 2001-11-22 Files: NEWS (1.66) (+2 -5) src/foomatic/foomatic-printermap (1.23) (+0 -3) src/ghost/README (1.55) (+0 -3) src/main/printers.xml (1.42) (+1 -31) Remove support for Lexmark 3200 and Z31 printers, and clones. These do not work per Till and Richard. 2001-11-22 Files: src/cups/README (1.3) (+60 -63) Update CUPS README for 4.2 release. 2001-11-22 Files: debian/README.Debian (1.22) (+1 -1) debian/changelog (1.33) (+6 -0) Update debian/changelog, and dates for 4.2.0 2001-11-22 Files: NEWS (1.65) (+431 -896) NEWS.4.2 (1.29) (removed) README (1.90) (+33 -16) configure.in.in (1.102) (+4 -4) debian/README.Debian (1.21) (+7 -7) src/ghost/README (1.54) (+1 -1) Prepare for 4.2 release 2001-11-20 Files: NEWS.4.2 (1.28) (+1 -2) Combine 680 and 777 2001-11-19 Files: src/foomatic/Makefile.am (1.16) (+2 -2) Rebuild Foomatic database if the printermap changes. Reviewed by Till. 2001-11-18 Files: src/foomatic/foomatic-printermap (1.22) (+1 -1) Correct the foomatic ID of the Z43 2001-11-18 Files: NEWS.4.2 (1.27) (+3 -2) src/foomatic/foomatic-printermap (1.21) (+1 -0) src/ghost/README (1.53) (+1 -0) src/main/printers.xml (1.41) (+11 -1) Added z43 2001-11-18 Files: configure.in.in (1.101) (+32 -25) po/da.po (1.13) (+1 -1) po/en_GB.po (1.79) (+2 -2) po/fr.po (1.20) (+1 -1) po/no.po (1.20) (+1 -1) po/pl.po (1.4) (+1 -1) po/sv.po (1.29) (+1 -1) src/cups/Makefile.am (1.45) (+10 -13) 482797 PPD build fails with DESTDIR set 482326 BSD/CUPS installation problem Reviewed by Roger Leigh. 2001-11-17 Files: src/main/print-escp2.c (1.147) (+2 -2) Tune matte paper on C80. 2001-11-16 Files: NEWS.4.2 (1.26) (+3 -0) A bit more. 2001-11-16 Files: NEWS.4.2 (1.25) (+201 -203) Tweaks 2001-11-16 Files: README (1.89) (+1 -1) CUPS recommendation 2001-11-16 Files: README (1.88) (+4 -0) Note GNU Make requirement 2001-11-14 Files: README (1.87) (+13 -7) src/ghost/README (1.52) (+22 -21) src/main/print-escp2.c (1.146) (+3 -3) src/main/printers.xml (1.40) (+3 -3) Improve C80 output 2001-11-13 Files: src/main/print-escp2.c (1.145) (+2 -2) 481127 Epson 4pl printers too light at 2880 2001-11-13 Files: debian/changelog (1.32) (+1 -1) Update Debian revision number 2001-11-12 Files: debian/changelog (1.31) (+5 -1) debian/control.in (1.15) (+1 -0) debian/rules (1.27) (+2 -2) Update Debian packaging to use the latest configure options =============================================================================== Name: gimp-print-4_1_99-rc1 2001-11-12 Files: po/da.po (1.12) (+94 -94) po/en_GB.po (1.78) (+95 -95) po/fr.po (1.19) (+94 -94) po/no.po (1.19) (+94 -94) po/pl.po (1.3) (+94 -94) po/sv.po (1.28) (+94 -94) 4.1.99-rc1 release 2001-11-12 Files: NEWS (1.64) (+15 -1) 4.1.99-rc1 prep 2001-11-12 Files: src/main/print-escp2.c (1.144) (+32 -35) Improve 2880x720. 2001-11-11 Files: configure.in.in (1.100) (+1 -3) Back out redundant GTK header fix 2001-11-11 Files: README (1.86) (+14 -0) CUPS PPD's 2001-11-11 Files: src/cups/genppd.c (1.36) (+7 -3) Make CUPS PPD files be level 2 by default 2001-11-11 Files: configure.in.in (1.99) (+22 -1) Make CUPS PPD's be level 2 by default. 2001-11-10 Files: configure.in.in (1.98) (+8 -8) Need to check for libz regardless of whether we're using cups-config or not. 2001-11-10 Files: NEWS (1.63) (+19 -1) README (1.85) (+82 -9) configure.in.in (1.97) (+14 -1) src/cups/Makefile.am (1.44) (+34 -9) src/ghost/README (1.51) (+11 -11) Workaround for 470049 Multiple identical drivers in CUPS 2001-11-10 Files: test/run-weavetest (1.10) (+3 -3) Updates for C80 2001-11-10 Files: doc/users_guide/users-guide.sgml (1.2) (+1 -1) Update release date 2001-11-10 Files: src/escputil/Makefile.am (1.10) (+2 -2) src/foomatic/Makefile.am (1.15) (+2 -2) src/printdef/Makefile.am (1.8) (+2 -2) test/Makefile.am (1.30) (+2 -2) 480357 Makefiles include GIMP_CFLAGS spuriously 2001-11-10 Files: configure.in.in (1.96) (+3 -1) Fix libgtk1.2 header inclusion with an extra configure check 2001-11-10 Files: NEWS (1.62) (+0 -17) Only keep known limitations in the current release. 2001-11-10 Files: NEWS (1.61) (+33 -14) NEWS.4.2 (1.24) (+21 -9) Updates 2001-11-10 Files: po/da.po (1.11) (+121 -121) po/en_GB.po (1.77) (+122 -122) po/fr.po (1.18) (+458 -434) po/no.po (1.18) (+121 -121) po/pl.po (1.2) (+577 -577) po/sv.po (1.27) (+121 -121) Update French translation 2001-11-10 Files: src/main/print-util.c (1.53) (+23 -19) Print a version banner when STP_DEBUG is turned on. 2001-11-09 Files: src/main/print-ps.c (1.26) (+10 -4) Correct comments from Russell Lang . Reviewed by Mike Sweet. 2001-11-08 Files: configure.in.in (1.95) (+5 -1) doc/Makefile.am (1.27) (+10 -10) doc/users_guide/Makefile.am (1.28) (+11 -11) Clean up rm use (many places need either -rm file or rm -f file): 478955 make clean fails 478954 $(RM) fails on BSD 2001-11-08 Files: src/ghost/README (1.50) (+1 -1) Fix an error 2001-11-08 Files: src/main/print-lexmark.c (1.65) (+3 -3) Strip trailing whitespace 2001-11-08 Files: src/main/print-lexmark.c (1.64) (+2 -4) Corrected Warnings. 2001-11-08 Files: configure.in.in (1.94) (+2 -2) po/pl.po (1.1) (added +16115 -0) Add Polish translation 2001-11-07 Files: po/da.po (1.10) (+1 -1) po/en_GB.po (1.76) (+15 -14) po/fr.po (1.17) (+1 -1) po/no.po (1.17) (+1 -1) po/sv.po (1.26) (+1 -1) Minor updates. 2001-11-06 Files: po/en_GB.po (1.75) (+169 -16) Complete British English translation 2001-11-06 Files: include/gimp-print/gimp-print.h.in (1.8) (+18 -14) Comments 2001-11-06 Files: po/da.po (1.9) (+12 -12) po/en_GB.po (1.74) (+13 -13) po/fr.po (1.16) (+12 -12) po/no.po (1.16) (+12 -12) po/sv.po (1.25) (+12 -12) src/cups/Makefile.am (1.43) (+2 -1) Print the language for the PPD files as they're generated. 2001-11-06 Files: src/cups/genppd.c (1.35) (+26 -6) Reduce verbosity 2001-11-06 Files: acconfig.h (1.16) (+4 -1) po/da.po (1.8) (+12 -12) po/en_GB.po (1.73) (+13 -13) po/fr.po (1.15) (+12 -12) po/no.po (1.15) (+12 -12) po/sv.po (1.24) (+12 -12) src/cups/Makefile.am (1.42) (+5 -11) src/cups/genppd.c (1.34) (+6 -138) src/main/print-escp2.c (1.143) (+8 -8) 1) Undo the genppd stuff; it causes a lot of problems. 2) Check for mempcpy in acconfig.h. 3) Stylus Pro printers don't use the 1284.4 packet mode command. 2001-11-03 Files: NEWS.4.2 (1.23) (+0 -23) README (1.84) (+141 -42) Some more updates. 2001-11-03 Files: NEWS.4.2 (1.22) (+14 -3) README (1.83) (+35 -12) A few more updates for distributors, and about 2880x1440 resolution. 2001-11-03 Files: NEWS (1.60) (+2 -1) Minor update 2001-11-03 Files: README (1.82) (+110 -2) Note genppd nonsense 2001-11-03 Files: src/cups/genppd.c (1.33) (+127 -6) Try harder to force linking against GNU gettext library 2001-11-02 Files: NEWS (1.59) (+58 -29) NEWS.4.2 (1.21) (+11 -6) README (1.81) (+1 -1) debian/README.Debian (1.20) (+7 -7) po/da.po (1.7) (+38 -38) po/en_GB.po (1.72) (+39 -39) po/fr.po (1.14) (+38 -38) po/no.po (1.14) (+38 -38) po/sv.po (1.23) (+38 -38) Minor updates 2001-11-02 Files: NEWS.4.2 (1.20) (+1 -0) src/foomatic/foomatic-printermap (1.20) (+1 -0) src/ghost/README (1.49) (+1 -0) src/main/printers.xml (1.39) (+5 -5) Finish adding Lexmark Z42 2001-11-01 Files: src/main/print-lexmark.c (1.63) (+3 -143) Removed debug output of printer dots as ppm file. 2001-11-01 Files: src/main/print-lexmark.c (1.62) (+108 -32) Added adaptions for z42 from Alwin Stolk (p.a.stolk@tmx.nl). Only 300 and 600 DPI mode is working. Photo not already adjusted. 2001-11-01 Files: src/main/printers.xml (1.38) (+12 -1) Added z42 adaptions from Alwin Stolk (p.a.stolk@tmx.nl). 2001-11-01 Files: configure.in.in (1.93) (+4 -1) Support --with-readline=only 2001-11-01 Files: README (1.80) (+387 -287) Add section on readline issues, and reorganize. 2001-11-01 Files: src/ghost/README (1.48) (+56 -31) 1440x1440 and 2880x720 2001-11-01 Files: src/main/print-escp2.c (1.142) (+5 -5) Support 2880x1440 (!) on Stylus C80 2001-11-01 Files: README (1.79) (+19 -11) Version bump 2001-11-01 Files: src/cups/Makefile.am (1.41) (+4 -2) Update from Mike 2001-11-01 Files: configure.in.in (1.92) (+140 -62) Try harder to link against libreadline (using -lncurses, -lcurses, -ltermcap, and then just -lreadline), and supply a way for the user to either turn off readline or request linking against specific libraries. Use cups-config if it exists. 2001-10-31 Files: NEWS.4.2 (1.19) (+1 -1) README (1.78) (+1 -1) debian/changelog (1.30) (+1 -0) debian/control.in (1.14) (+1 -1) Update Debian packaging to Standards-Version 3.5.6.0 2001-10-31 Files: debian/control.in (1.13) (+1 -1) Update to Standards-Version 3.5.2 (really, this time!) 2001-10-31 Files: NEWS.4.2 (1.18) (+1 -1) README (1.77) (+9 -4) configure.in.in (1.91) (+13 -12) debian/README.Debian (1.19) (+4 -4) debian/changelog (1.29) (+16 -3) debian/control.in (1.12) (+6 -6) debian/rules (1.26) (+2 -3) src/ghost/README (1.47) (+12 -1) Update Debian packaging to Standards-Version 3.5.2, and update package descriptions and documentation for stable release. configure.in.in: change order of calling libtool due to new libtool.m4 macros 2001-10-31 Files: README (1.76) (+76 -0) Packaging information 2001-10-31 Files: doc/FAQ.html (1.8) (+9 -1) Common Samba problem 2001-10-30 Files: doc/users_guide/Makefile.am (1.27) (+2 -2) Minor typo, to fix VPATH build 2001-10-30 Files: doc/users_guide/.cvsignore (1.4) (+8 -8) doc/users_guide/Makefile.am (1.26) (+6 -6) doc/users_guide/users-guide.sgml (1.1) (added +37 -0) doc/users_guide/users_guide.sgml (1.11) (removed) Removed underscores from linkend, ids, and filename per Eric 2001-10-30 Files: src/main/printers.xml (1.37) (+7 -7) Tweak C70/80 a bit more 2001-10-30 Files: po/.cvsignore (1.8) (+2 -5) po/da.po (1.6) (+1 -1) po/en_GB.po (1.71) (+2 -2) po/fr.po (1.13) (+1 -1) po/no.po (1.13) (+1 -1) po/sv.po (1.22) (+2 -2) scripts/autogen.sh (1.16) (+2 -2) src/main/print-escp2.c (1.141) (+3 -3) src/main/printers.xml (1.36) (+7 -4) Retune C80/C70 due to excessive density. Minor updates. 2001-10-29 Files: src/cups/canon.c (1.3) (+0 -3) src/cups/epson.c (1.3) (+2 -5) Remove unused static variable. 2001-10-28 Files: configure.in.in (1.90) (+2 -2) Bump version 2001-10-28 Files: scripts/autogen.sh (1.15) (+25 -6) Check libtool version; fix some URL's 2001-10-28 Files: doc/Makefile.am (1.26) (+36 -12) doc/users_guide/Makefile.am (1.25) (+50 -15) Fix VPATH build. Don't build gimpprint.pdf by default. 2001-10-28 Files: src/main/print-escp2.c (1.140) (+4 -4) The Stylus Color apparently has no trouble at all with microweave at 360 DPI. 2001-10-28 Files: NEWS.4.2 (1.17) (+79 -50) Updates 2001-10-28 Files: doc/.cvsignore (1.6) (+15 -0) More files to be ignored 2001-10-28 Files: configure.in.in (1.89) (+4 -1) po/da.po (1.5) (+94 -94) po/en_GB.po (1.70) (+13 -13) po/fr.po (1.12) (+94 -94) po/no.po (1.12) (+94 -94) po/sv.po (1.21) (+95 -95) src/cups/Makefile.am (1.40) (+12 -6) src/cups/genppd.c (1.32) (+13 -2) Build genppd with included gettext, to permit us to use LANGUAGE to set the language of the PPD files. This gets around any dependencies on what locales happen to be installed at a given site. 2001-10-28 Files: doc/Makefile.am (1.25) (+6 -6) Minor fixes 2001-10-28 Files: doc/users_guide/users_guide.sgml (1.10) (+20 -11) Added so that the date would actually appear in ps and pdf output. 2001-10-27 Files: src/main/print-escp2.c (1.139) (+2 -2) Improve 360x180 draft mode 2001-10-27 Files: Makefile.am (1.119) (+2 -2) configure.in.in (1.88) (+2 -2) debian/control.in (1.11) (+1 -1) debian/copyright (1.4) (+1 -1) doc/FAQ.html (1.7) (+3 -3) doc/Makefile.am (1.24) (+2 -2) doc/README.maintaining (1.8) (+16 -16) doc/dither.texi (1.3) (+1 -1) doc/escp2.texi (1.4) (+3 -3) doc/functions.texi (1.6) (+1 -1) doc/gimpprint.texi (1.6) (+3 -3) doc/gpl.texi (1.2) (+2 -2) doc/integrating.texi (1.2) (+2 -2) doc/programs.texi (1.6) (+3 -3) doc/users_guide/README (1.6) (+9 -10) doc/users_guide/figures/README (1.3) (+1 -1) doc/users_guide/users_guide.sgml (1.9) (+35 -35) gimp.m4 (1.4) (+2 -2) include/gimp-print/gimp-print.h.in (1.7) (+5 -5) scripts/autogen.sh (1.14) (+2 -2) scripts/gimp.m4 (1.2) (+2 -2) src/cups/command.txt (1.2) (+1 -1) src/cups/genppd.c (1.31) (+5 -5) src/escputil/escputil.c (1.39) (+5 -5) src/foomatic/foomatic-templates/ImageType.xml (1.3) (+3 -3) src/foomatic/foomatic-templates/gimp-print.xml (1.2) (+1 -1) src/ghost/README (1.46) (+9 -9) src/ghost/README.bsd (1.2) (+5 -5) src/ghost/debian-patch (1.3) (+3 -3) src/ghost/gdevstp.c (1.14) (+2 -2) src/main/gimpprint-config.in (1.5) (+2 -2) src/main/gimpprint.m4 (1.6) (+5 -5) src/main/print-canon.c (1.71) (+2 -2) src/main/print-escp2.c (1.138) (+2 -2) src/main/print-lexmark.c (1.61) (+90 -90) src/testpattern/testpatterny.y (1.3) (+6 -6) test/parse-bjc (1.3) (+3 -3) test/parse-escp2 (1.5) (+1 -1) Strip trailing whitespace 2001-10-27 Files: po/en_GB.po (1.69) (+603 -582) Update en_GB translation escputil strings 2001-10-27 Files: NEWS.4.2 (1.16) (+12 -11) Updates 2001-10-27 Files: doc/users_guide/users_guide.sgml (1.8) (+7 -10) Minor updates to reflect version 4.2 2001-10-26 Files: src/main/print-escp2.c (1.137) (+2 -3) Improve 720 DPI quality on C80. =============================================================================== Name: gimp-print-4_1_99-b4 2001-10-26 Files: po/da.po (1.4) (+113 -113) po/en_GB.po (1.68) (+114 -114) po/fr.po (1.11) (+113 -113) po/no.po (1.11) (+113 -113) po/sv.po (1.20) (+114 -114) Updates 2001-10-25 Files: NEWS.4.2 (1.15) (+2 -2) Update Stylus C70/C80 2001-10-25 Files: NEWS (1.58) (+11 -9) Updates for beta-4 2001-10-25 Files: src/main/print-escp2.c (1.136) (+4 -5) Improve 720 and 1440x720 on C80. 2001-10-25 Files: NEWS (1.57) (+3 -2) Minor update 2001-10-25 Files: po/da.po (1.3) (+1 -1) po/en_GB.po (1.67) (+2 -2) po/fr.po (1.10) (+1 -1) po/no.po (1.10) (+1 -1) po/sv.po (1.19) (+2 -2) src/main/print-escp2.c (1.135) (+26 -7) src/main/printers.xml (1.35) (+4 -1) Improve C80 print quality. Update translations. 2001-10-25 Files: src/main/print-escp2.c (1.134) (+13 -34) At least partially tune the C80. 2001-10-24 Files: src/main/print-lexmark.c (1.60) (+69 -8) Corrected problem with page eject. 2001-10-24 Files: NEWS (1.56) (+59 -32) NEWS.4.2 (1.14) (+19 -18) README (1.75) (+16 -13) debian/README.Debian (1.18) (+1 -1) doc/users_guide/users_guide.sgml (1.7) (+1 -1) src/cups/Makefile.am (1.39) (+2 -2) src/ghost/README (1.45) (+0 -1) Prep for beta-4. Use LC_PATH rather than LANG for building PPD files. 2001-10-23 Files: doc/Makefile.am (1.23) (+20 -12) Minor cleanup 2001-10-23 Files: src/main/print-escp2.c (1.133) (+2 -2) Minor error on C80. 2001-10-23 Files: po/da.po (1.2) (+1 -1) po/en_GB.po (1.66) (+6 -9) po/fr.po (1.9) (+1 -1) po/no.po (1.9) (+1 -1) po/sv.po (1.18) (+337 -121) Updates 2001-10-22 Files: src/main/print-escp2.c (1.132) (+3 -3) Don't turn off black ink on C80 until we understand it. 2001-10-22 Files: doc/Makefile.am (1.22) (+7 -1) Note why we override a standard target (mostlyclean-aminfo). 2001-10-22 Files: Makefile.am (1.118) (+12 -1) Don't require actually rerunning autogen when configure.in.in changes; rebuild configure.in automatically if it is available. 2001-10-21 Files: doc/Makefile.am (1.21) (+53 -59) Build all versions of the manual. 2001-10-21 Files: po/.cvsignore (1.7) (+1 -0) Danish translation 2001-10-21 Files: doc/new-printer.texi (1.5) (+11 -2) Updates 2001-10-21 Files: configure.in.in (1.87) (+2 -2) po/da.po (1.1) (added +15231 -0) po/en_GB.po (1.65) (+2 -2) po/fr.po (1.8) (+1 -1) po/no.po (1.8) (+1 -1) po/sv.po (1.17) (+2 -2) Danish translation 2001-10-21 Files: configure.in.in (1.86) (+32 -20) Cleanup 2001-10-21 Files: src/main/print-escp2.c (1.131) (+2 -1) Comment cleanup 2001-10-21 Files: po/en_GB.po (1.64) (+200 -113) po/fr.po (1.7) (+85 -93) po/no.po (1.7) (+85 -93) po/sv.po (1.16) (+86 -104) Updates 2001-10-21 Files: src/main/print-color.c (1.26) (+8 -2) 473849 Indexed images print incorrectly in color 2001-10-21 Files: doc/new-printer.texi (1.4) (+12 -12) Capitalization 2001-10-21 Files: doc/new-printer.texi (1.3) (+205 -59) Updates to Epson stuff. 2001-10-20 Files: src/main/print-escp2.c (1.130) (+148 -117) Specify minimum as well as maximum resolutions (to limit C80 to no less than 360x180). Tested by comparing PPD files with and without the change. 2001-10-19 Files: doc/users_guide/users_guide.sgml (1.6) (+2 -2) typos 2001-10-19 Files: doc/users_guide/Makefile.am (1.24) (+4 -3) Remove incorrect html-stamp usage 2001-10-19 Files: debian/changelog (1.28) (+2 -1) debian/control.in (1.10) (+14 -1) debian/gimpprint-doc.doc-base (1.1) (added) debian/rules (1.25) (+3 -1) New package gimpprint-doc 2001-10-19 Files: configure.in.in (1.85) (+1 -2) Remove redundant gzip test, restoring make deb target 2001-10-19 Files: test/Makefile.am (1.29) (+2 -2) Disable run-weavetest dependency which breaks make dist 2001-10-19 Files: src/escputil/escputil.c (1.38) (+3 -3) Minor typo 2001-10-18 Files: po/.cvsignore (1.6) (+2 -0) Update 2001-10-18 Files: po/en_GB.po (1.63) (+5 -7) po/fr.po (1.6) (+4 -6) po/no.po (1.6) (+4 -6) po/sv.po (1.15) (+5 -7) Minor updates 2001-10-18 Files: src/escputil/escputil.c (1.37) (+3 -3) Message update. 2001-10-18 Files: po/en_GB.po (1.62) (+106 -182) po/fr.po (1.5) (+113 -183) po/no.po (1.5) (+113 -183) po/sv.po (1.14) (+124 -186) Updates 2001-10-18 Files: scripts/autogen.sh (1.13) (+20 -23) Remove more bash-isms. 2001-10-17 Files: src/escputil/escputil.c (1.36) (+239 -371) Clean up i18n and align routines. 2001-10-17 Files: Makefile.am (1.117) (+2 -2) src/escputil/escputil.c (1.35) (+4 -4) Build "doc" directory LAST, since it relies on optional dev tools and should not prevent a full build of the code. Change help strings from character arrays to a char pointer. You can't initialize an array with a function call... 2001-10-17 Files: src/ghost/Makefile.am (1.17) (+2 -2) Fix up headers correctly 2001-10-17 Files: scripts/autogen.sh (1.12) (+10 -12) Remove bash-isms from the autogen script - use pipes, etc. just like anyone else. Make not having a new enough version of GNU gettext 0.10.38 just a warning, since it doesn't affect the normal build process (you just don't want to create a distribution from it...) 2001-10-17 Files: src/main/print-escp2.h (1.1) (added +628 -0) file print-escp2.h was initially added on branch split-escp2-branch. 2001-10-17 Files: src/main/print-escp2-data.c (1.1) (added +483 -0) file print-escp2-data.c was initially added on branch split-escp2-branch. 2001-10-17 Files: po/en_GB.po (1.61) (+876 -3) po/fr.po (1.4) (+1058 -156) po/no.po (1.4) (+1054 -154) po/sv.po (1.13) (+904 -3) src/escputil/escputil.c (1.34) (+239 -226) Mark escputil for i18n. 2001-10-16 Files: NEWS.4.2 (1.13) (+1 -0) src/escputil/escputil.c (1.33) (+2 -1) src/foomatic/foomatic-printermap (1.19) (+1 -0) src/ghost/README (1.44) (+1 -0) src/main/printers.xml (1.34) (+9 -1) Preliminary support for Stylus Photo 820. 2001-10-16 Files: doc/Makefile.am (1.20) (+31 -30) doc/users_guide/Makefile.am (1.23) (+26 -13) Make clean works fully in maintainer mode VPATH builds create symlinks to docs correctly 2001-10-16 Files: po/en_GB.po (1.60) (+97 -92) po/fr.po (1.3) (+156 -199) po/no.po (1.3) (+154 -197) po/sv.po (1.12) (+41 -4) Updates 2001-10-16 Files: NEWS.4.2 (1.12) (+1 -0) src/ghost/README (1.43) (+1 -0) Update for pcl-845 2001-10-16 Files: src/main/print-escp2.c (1.129) (+3 -3) Don't use black ink on certain papers on C80. 2001-10-15 Files: po/en_GB.po (1.59) (+475 -389) po/fr.po (1.2) (+199 -156) po/no.po (1.2) (+197 -154) po/sv.po (1.11) (+199 -155) src/foomatic/foomatic-printermap (1.18) (+1 -0) src/gimp/gimp_main_window.c (1.54) (+22 -22) src/main/print-escp2.c (1.128) (+1172 -1218) Mark one more message in gimp_main_window for internationalization. Cleanup in Epson driver. Add capability for different paper definition for different printers in Epson driver (needed to optimize printing on C80). 2001-10-15 Files: debian/changelog (1.27) (+2 -2) New upstream release 2001-10-15 Files: scripts/autogen.sh (1.11) (+2 -2) Fix line wrapping 2001-10-15 Files: src/cups/Makefile.am (1.38) (+2 -2) src/cups/genppd.c (1.30) (+29 -18) Use LANG for language selection 2001-10-15 Files: test/Makefile.am (1.28) (+6 -1) test/run-weavetest (1.9) (+3 -1) Add run-weavetest message and dependency on escp2-weavetest 2001-10-15 Files: src/main/print-pcl.c (1.47) (+5 -5) src/main/printers.xml (1.33) (+9 -1) Added Deskjet 845 (USB version of 842). Fixed the comments in print-pcl.c to match printers.xml. 2001-10-15 Files: src/main/print-lexmark.c (1.59) (+1 -16) Removed unnecessary lines from hue table. 2001-10-15 Files: src/main/print-lexmark.c (1.58) (+142 -16) Added printer specific hue table. 2001-10-15 Files: po/en_GB.po (1.58) (+1 -1) Change English to English-GB for en_GB catalog... 2001-10-15 Files: configure.in.in (1.84) (+3 -3) po/en_GB.po (1.57) (+335 -348) po/fr.po (1.1) (added +16362 -0) po/no.po (1.1) (added) po/sv.po (1.10) (+161 -554) src/cups/Makefile.am (1.37) (+2 -2) Add and update language catalogs. Ensure that catalogs used by genppd are installed where genppd will find them. 2001-10-15 Files: src/cups/genppd.c (1.29) (+10 -6) A few very minor tweaks: 1) Include config.h as the first header file included, per suggestion. 2) Comment warning translators how they should translate "English". 2001-10-15 Files: src/cups/genppd.c (1.28) (+16 -12) Robert's fix to genppd looks OK... 2001-10-14 Files: src/main/print-lexmark.c (1.57) (+2 -2) Corrected problem when printing at the end of the page. Especially when weaving was used, the printer was going into confusion because the bottom margin was too small. 2001-10-14 Files: src/main/print-escp2.c (1.127) (+3 -3) Fix the zero margin width tweak. 2001-10-14 Files: src/main/print-util.c (1.52) (+2 -2) Translate papersize (text) names before returning them to the user. 2001-10-13 Files: doc/users_guide/Makefile.am (1.22) (+7 -7) doc/users_guide/README (1.5) (+3 -8) Fixed spacing...updated README 2001-10-13 Files: Makefile.am (1.116) (+10 -10) doc/Makefile.am (1.19) (+17 -9) doc/programs.texi (1.5) (+8 -0) src/cups/Makefile.am (1.36) (+4 -4) src/foomatic/Makefile.am (1.14) (+3 -3) Use more portable $(RM) instead of 'rm -f' Add reference to SGML users guide to Texinfo manual 2001-10-13 Files: doc/users_guide/Makefile.am (1.21) (+21 -19) Clean should not remove the pdf or ps version of the manual, to be consistent with how it treats the html manual. It also can't remove the .eps files, unfortunately. New veryclean target does remove all of the above. Distribute the html timestamp to inhibit rebuilding in the field. Add phony targets. Remove unused ps.gz target. 2001-10-13 Files: doc/users_guide/Makefile.am (1.20) (+14 -8) Add DESTDIR support to install-data-local and uninstall-local 2001-10-13 Files: doc/users_guide/users_guide.sgml (1.5) (+172 -83) Some updates 2001-10-12 Files: doc/users_guide/.cvsignore (1.3) (+1 -0) src/ghost/.cvsignore (1.6) (+1 -0) Updates 2001-10-12 Files: Makefile.am (1.115) (+4 -1) Debian stuff, from Roger. 2001-10-12 Files: NEWS.4.2 (1.11) (+2 -1) src/escputil/escputil.c (1.32) (+2 -1) src/foomatic/foomatic-printermap (1.17) (+1 -0) src/ghost/README (1.42) (+1 -0) src/main/print-pcl.c (1.46) (+117 -42) src/main/printers.xml (1.32) (+9 -1) Support the Stylus Scan 2500 Add minimum paper sizes for HP printers, from Dave Hill. I'm checking this in because this is needed to work around a CUPS bug (see our bug 470240). The symptoms are that when the number of paper sizes exceeds 94 in the DesignJet 750 PPD file CUPS loses track of all printers in the administrative interface. 2001-10-11 Files: doc/users_guide/.cvsignore (1.2) (+1 -0) Ignore html directory 2001-10-11 Files: doc/users_guide/Makefile.am (1.19) (+11 -31) doc/users_guide/users_guide.sgml (1.4) (+0 -48) Eliminate dependency on specific Linux (much less UNIX) distribution. Preprocess source rather than intermediate file. 2001-10-11 Files: configure.in.in (1.83) (+5 -1) doc/users_guide/Makefile.am (1.18) (+21 -16) doc/users_guide/users_guide.sgml (1.3) (+46 -46) PDF users guide builds independently of PS docs. Also, XREF and IMAGEDATA errors are gone. 2001-10-11 Files: src/ghost/README (1.41) (+6 -5) Updates 2001-10-10 Files: src/ghost/README (1.40) (+2 -2) src/gimp/Makefile.am (1.18) (+4 -5) src/main/print-escp2.c (1.126) (+75 -54) src/main/printers.xml (1.31) (+2 -2) Rearrange the resolutions on the very old Epson printers a bit. Fix a nit in the printer list, and update a few things. make clean in src/gimp should not attempt to build anything. 2001-10-10 Files: src/main/print-pcl.c (1.45) (+12 -1) Added workround fix for glossy paper on 812 (and others?). If 600x600 requested, drop back to Premium paper. 2001-10-10 Files: src/main/print-canon.c (1.70) (+26 -31) Fix from Peter Missel regarding init stuff: "takes care of the model ID and sets the print quality to 0-Normal. That should do as a quick fix for the upcoming release." =============================================================================== Name: gimp-print-4_1_99-b3 2001-10-07 Files: po/en_GB.po (1.56) (+1 -1) po/sv.po (1.9) (+2 -2) Updates 2001-10-07 Files: doc/users_guide/Makefile.am (1.17) (+2 -2) Need to remove the doc directory on uninstall. 2001-10-07 Files: README (1.74) (+6 -6) A few very minor updates. 2001-10-07 Files: NEWS.4.2 (1.10) (+8 -10) Update for 4.1.99-b3 2001-10-07 Files: doc/users_guide/Makefile.am (1.16) (+12 -6) Assorted minor cleanup and bug fixing. 2001-10-07 Files: po/.cvsignore (1.5) (+1 -0) Ignore change log 2001-10-07 Files: po/en_GB.po (1.55) (+30 -30) po/sv.po (1.8) (+31 -31) Minor updates. 2001-10-07 Files: po/ChangeLog (1.9) (removed) po/en_GB.po (1.54) (+1 -1) po/sv.po (1.7) (+2 -2) scripts/autogen.sh (1.10) (+9 -0) Remove generated po/ChangeLog. This file causes problems because autogen.sh prepends an entry to it every time it's run. The file serves no purpose besides keeping the i18n machinery happy; it can be regenerated by autogen.sh (as we're doing). 2001-10-07 Files: src/main/print-lexmark.c (1.56) (+18 -5) Handle Gray ink type at z52 (could be an option because color an black are in seperate tanks). Inserted a check for illegal ink types. 2001-10-06 Files: doc/users_guide/Makefile.am (1.15) (+1 -7) po/ChangeLog (1.8) (+4 -0) Removed creation of figures directory in users_guide pdf and eps targets 2001-10-06 Files: doc/users_guide/Makefile.am (1.14) (+6 -21) doc/users_guide/README (1.4) (+2 -2) po/ChangeLog (1.7) (+75 -0) scripts/autogen.sh (1.9) (+27 -11) Tweaked doc/users_guide/Makefile.am and added checks for convert and docbook_4 to scripts/autogen.sh 2001-10-06 Files: doc/users_guide/.cvsignore (1.1) (added +12 -0) doc/users_guide/Makefile.am (1.13) (+6 -1) doc/users_guide/figures/.cvsignore (1.1) (added +1 -0) Updates 2001-10-06 Files: doc/users_guide/users_guide.sgml (1.2) (+8 -8) Some cleanup 2001-10-06 Files: configure.in.in (1.82) (+18 -1) doc/users_guide/Makefile.am (1.12) (+31 -24) po/ChangeLog (1.6) (+20 -0) Add -without-user-guide. 2001-10-06 Files: README (1.73) (+49 -39) Cleanup 2001-10-06 Files: AUTHORS (1.10) (+3 -0) NEWS (1.55) (+61 -41) NEWS.4.2 (1.9) (+8 -2) po/ChangeLog (1.5) (+48 -0) po/en_GB.po (1.53) (+21 -21) po/sv.po (1.6) (+2420 -1998) scripts/autogen.sh (1.8) (+148 -0) src/ghost/README (1.39) (+8 -4) Update some more documentation. 2001-10-06 Files: src/main/print-canon.c (1.69) (+99 -9) src/main/printers.xml (1.30) (+25 -1) Support for Canon BJC-210, 240, 250, and improvements for BJC-1000. 2001-10-06 Files: src/main/print-escp2.c (1.125) (+5 -5) Another attempt to fix printing at 720 DPI on Stylus Color Pro and friends. 2001-10-06 Files: doc/users_guide/Makefile.am (1.11) (+3 -3) We do need to distribute the .ps file. Sigh. 2001-10-06 Files: doc/users_guide/Makefile.am (1.10) (+36 -23) * List all of the figures explicitly rather than wildcarding * Build and distribute HTML and PDF by default * Don't export SGML_CATALOG_FILES (especially not incorrect hardcoded path) * Create make install * Fix directory permissions botched by the toolchain 2001-10-06 Files: doc/users_guide/Makefile.am (1.9) (+2 -2) maintainer-clean should clear the html stamp 2001-10-06 Files: configure.in.in (1.81) (+2 -1) Look for ps2pdf for documentation. 2001-10-06 Files: src/foomatic/foomatic-printermap (1.16) (+3 -0) Add BJC-210, 240, and 250. 2001-10-06 Files: src/foomatic/foomatic-generator.in (1.14) (+1 -1) Print out all missing drivers before exiting. 2001-10-05 Files: doc/users_guide/Makefile.am (1.8) (+8 -2) Distribute the PDF manual 2001-10-05 Files: Makefile.am (1.114) (+9 -1) doc/Makefile.am (1.18) (+25 -4) doc/users_guide/Makefile.am (1.7) (+87 -44) Add new make targets: pdf and docs Distribute user_guide html manual by default Fix user_guide Makefile.am for VPATH builds Remove users_guide/figures symbolic links for the time being for safety Restore doc/Makefile.am VPATH build 2001-10-04 Files: src/main/print-escp2.c (1.124) (+3 -3) Allow softweave printing on first generation printers that should support it. 2001-10-04 Files: doc/users_guide/Makefile (1.3) (removed) doc/users_guide/Makefile.am (1.6) (+2 -3) Removing Makefile as it is now built by automake 2001-10-04 Files: doc/users_guide/Makefile (1.2) (+373 -80) doc/users_guide/Makefile.am (1.5) (+3 -3) doc/users_guide/README (1.3) (+8 -0) *** empty log message *** 2001-10-04 Files: doc/users_guide/figures/cups_admin.eps (1.2) (removed) doc/users_guide/figures/cups_admin_device.eps (1.2) (removed) doc/users_guide/figures/cups_admin_make.eps (1.2) (removed) doc/users_guide/figures/cups_admin_model.eps (1.2) (removed) doc/users_guide/figures/cups_admin_success.eps (1.2) (removed) doc/users_guide/figures/cups_config_printer.eps (1.2) (removed) doc/users_guide/figures/cups_my_printer.eps (1.2) (removed) doc/users_guide/figures/cups_printers.eps (1.2) (removed) doc/users_guide/figures/cups_startup.eps (1.2) (removed) doc/users_guide/figures/gimp-print-gui-1.eps (1.2) (removed) doc/users_guide/figures/gimp-print-gui.eps (1.2) (removed) doc/users_guide/figures/gimp-print-new-printer.eps (1.2) (removed) doc/users_guide/figures/gimp-print-print-color-adjust.eps (1.2) (removed) doc/users_guide/figures/gimp-print-setup.eps (1.2) (removed) doc/users_guide/figures/gimp_image.eps (1.2) (removed) doc/users_guide/figures/gimp_startup.eps (1.2) (removed) Removing EPS files as they are now machine generated 2001-10-04 Files: doc/users_guide/Makefile.am (1.4) (+13 -28) doc/users_guide/README (1.2) (+12 -14) doc/users_guide/figures/README (1.2) (+5 -7) doc/users_guide/gimp-print-users-guide-4.1.99-b3.sgml (1.2) (removed) doc/users_guide/users_guide.sgml (1.1) (added) Updates to Makefile.am, READMEs, and rename orig source file to remove rev 2001-10-03 Files: src/foomatic/foomatic-generator.in (1.13) (+1 -1) Per recent change in configure.in.in. 2001-10-03 Files: Makefile.am (1.113) (+6 -6) configure.in.in (1.80) (+7 -7) doc/Makefile.am (1.17) (+4 -4) doc/users_guide/Makefile.am (1.3) (+4 -4) Correct program naming, use variables for perl invocation 2001-10-03 Files: configure.in.in (1.79) (+2 -1) doc/Makefile.am (1.16) (+3 -1) doc/users_guide/Makefile.am (1.2) (+54 -13) Add users_guide to doc/Makefile.am SUBDIRS Automatically generate EPS and PDF images from PNG source Check for ps2pdf Use html-stamp timestamp 2001-10-03 Files: src/main/print-escp2.c (1.123) (+2 -2) These values are presumed better based on Epson output. 2001-10-02 Files: configure.in.in (1.78) (+7 -2) doc/users_guide/Makefile.am (1.1) (added +543 -0) Add preliminary support for the new SGML user guide 2001-10-02 Files: Makefile.am (1.112) (+10 -1) Use standard Makefile formatting 2001-10-02 Files: doc/users_guide/Makefile (1.1) (added) doc/users_guide/README (1.1) (added +39 -0) doc/users_guide/figures/README (1.1) (added +24 -0) doc/users_guide/figures/cups_admin.eps (1.1) (added) doc/users_guide/figures/cups_admin.png (1.1) (added +53 -0) doc/users_guide/figures/cups_admin_device.eps (1.1) (added) doc/users_guide/figures/cups_admin_device.png (1.1) (added +79 -0) doc/users_guide/figures/cups_admin_make.eps (1.1) (added) doc/users_guide/figures/cups_admin_make.png (1.1) (added +87 -0) doc/users_guide/figures/cups_admin_model.eps (1.1) (added) doc/users_guide/figures/cups_admin_model.png (1.1) (added +50 -0) doc/users_guide/figures/cups_admin_success.eps (1.1) (added) doc/users_guide/figures/cups_admin_success.png (1.1) (added +27 -0) doc/users_guide/figures/cups_config_printer.eps (1.1) (added) doc/users_guide/figures/cups_config_printer.png (1.1) (added +32 -0) doc/users_guide/figures/cups_my_printer.eps (1.1) (added) doc/users_guide/figures/cups_my_printer.png (1.1) (added +34 -0) doc/users_guide/figures/cups_printers.eps (1.1) (added) doc/users_guide/figures/cups_printers.png (1.1) (added +20 -0) doc/users_guide/figures/cups_startup.eps (1.1) (added) doc/users_guide/figures/cups_startup.png (1.1) (added +50 -0) doc/users_guide/figures/gimp-print-gui-1.eps (1.1) (added) doc/users_guide/figures/gimp-print-gui-1.png (1.1) (added +119 -0) doc/users_guide/figures/gimp-print-gui.eps (1.1) (added) doc/users_guide/figures/gimp-print-gui.png (1.1) (added +79 -0) doc/users_guide/figures/gimp-print-new-printer.eps (1.1) (added) doc/users_guide/figures/gimp-print-new-printer.png (1.1) (added +5 -0) doc/users_guide/figures/gimp-print-print-color-adjust.eps (1.1) (added) doc/users_guide/figures/gimp-print-print-color-adjust.png (1.1) (added +52 -0) doc/users_guide/figures/gimp-print-setup.eps (1.1) (added) doc/users_guide/figures/gimp-print-setup.png (1.1) (added +15 -0) doc/users_guide/figures/gimp_image.eps (1.1) (added) doc/users_guide/figures/gimp_image.png (1.1) (added +151 -0) doc/users_guide/figures/gimp_startup.eps (1.1) (added) doc/users_guide/figures/gimp_startup.png (1.1) (added +11 -0) doc/users_guide/gimp-print-users-guide-4.1.99-b3.sgml (1.1) (added) Initial checkin of user's guide 2001-10-02 Files: NEWS.4.2 (1.8) (+1 -0) src/escputil/escputil.c (1.31) (+2 -1) src/foomatic/foomatic-printermap (1.15) (+1 -0) src/ghost/README (1.38) (+3 -1) src/main/printers.xml (1.29) (+9 -1) Support for Stylus Scan 2000 (really a Stylus Color 740 inside). 2001-10-01 Files: NEWS.4.2 (1.7) (+2 -0) src/escputil/escputil.c (1.30) (+3 -1) src/foomatic/foomatic-printermap (1.14) (+2 -0) src/ghost/README (1.37) (+2 -0) src/main/printers.xml (1.28) (+17 -1) Nominal support for Epson Stylus C70 and Photo 810. 2001-10-01 Files: src/testpattern/testpattern.c (1.6) (+5 -1) Set a reasonable default resolution for use with Postscript driver. 2001-10-01 Files: po/en_GB.po (1.52) (+101 -86) Updates 2001-10-01 Files: src/main/print-util.c (1.51) (+3 -2) stp_verify_printer_params should catch attempt to use raw CMYK output with test pattern generator. 2001-10-01 Files: po/sv.po (1.5) (+231 -273) Quoted printable is indeed evil. 2001-10-01 Files: po/sv.po (1.4) (+383 -320) Update 2001-10-01 Files: NEWS.4.2 (1.6) (+12 -11) src/escputil/escputil.c (1.29) (+2 -1) src/ghost/README (1.36) (+315 -304) src/main/print-escp2.c (1.122) (+91 -71) src/main/print-util.c (1.50) (+6 -6) Improve Epson Stylus C80 support. Enable both weaved and unweaved modes for draft modes, for printers with appropriate requirements. Improve paper name descriptions. 2001-09-30 Files: src/main/print-canon.c (1.68) (+8 -5) src/main/print-lexmark.c (1.55) (+3 -2) 466266 Gimp plug-in crashes with BJC-4400 photo The problem is when printing with black-only ink, even though the plugin otherwise thinks it's printing in color. The concept of color vs. black and white is currently static for a given printer; this needs to change. Workaround here forces the output into grayscale in this case. 2001-09-30 Files: test/run-weavetest (1.8) (+2 -2) Add Stylus C80 printhead setup 2001-09-30 Files: src/main/printers.xml (1.27) (+2 -2) Wrong printer ID for Stylus C80. 2001-09-29 Files: src/ghost/README (1.35) (+10 -4) Clarification 2001-09-29 Files: test/unprint.c (1.22) (+64 -61) More cleanup 2001-09-28 Files: po/sv.po (1.3) (+1977 -2409) Updates 2001-09-27 Files: debian/changelog (1.26) (+8 -0) debian/cupsys-driver-gimpprint.files (1.5) (+2 -1) Update version number Only use C locale ppd files due to their large size 2001-09-25 Files: src/testpattern/testpattern.c (1.5) (+5 -1) Comment. 2001-09-25 Files: po/.cvsignore (1.4) (+1 -0) po/en_GB.po (1.51) (+313 -315) po/sv.po (1.2) (+2409 -1968) Update 2001-09-25 Files: NEWS (1.54) (+22 -1) README (1.72) (+1 -1) configure.in.in (1.77) (+2 -2) debian/README.Debian (1.17) (+1 -1) src/ghost/README (1.34) (+2 -2) Bump version. 2001-09-24 Files: po/ChangeLog (1.4) (+6 -0) Make Makefile.in.in happy. 2001-09-24 Files: scripts/autogen.sh (1.7) (+16 -9) Require gettext 0.10.38 or higher. 2001-09-24 Files: src/gimp/gimp_main_window.c (1.53) (+7 -5) Align the "Adjust Output..." button with the output type radio buttons. 2001-09-24 Files: src/gimp/gimp_color_window.c (1.19) (+185 -189) src/gimp/gimp_main_window.c (1.52) (+1165 -989) General GIMP Plug-In GUI cleanup: - fixed gimp_help_set_help_data() usage. - some more gimp_table_attach_aligned() instead of manual attaching. - added a notebook for "printer" and "image/output" options. - changed order of widgets in the "position" frame. - re-packed the "scaling" frame (and renamed it to "size"). - general spacing/indentation style unification. - stuff... 2001-09-24 Files: src/main/print-lexmark.c (1.54) (+25 -20) Reduced the bottom border from 36 to 10. Corrected some printf's. 2001-09-24 Files: NEWS.4.2 (1.5) (+33 -24) configure.in.in (1.76) (+2 -2) po/sv.po (1.1) (added +17140 -0) src/foomatic/foomatic-printermap (1.13) (+1 -0) src/ghost/gdevstp.c (1.13) (+70 -33) src/main/print-escp2.c (1.121) (+168 -6) src/main/printers.xml (1.26) (+9 -1) Add Swedish translation. Preliminary support for Epson Stylus C80. Tweak bottom margins on some older Epson printers. Fix Ghostscript problem that manifested itself when -sPAPERSIZE was specified. The problem was fairly involved. The fix builds on Richard Wisenoecker's fix from earlier today. 2001-09-23 Files: src/ghost/gdevstp.c (1.12) (+49 -13) Corrected problem with ignored user parameters at the method stp_put_params(). 2001-09-22 Files: src/gimp/gimp_main_window.c (1.51) (+3 -3) Empty strings should not be marked for translation. =============================================================================== Name: gimp-print-4_1_99-b2 2001-09-21 Files: po/en_GB.po (1.50) (+80 -80) 4.1.99-b2 release. 2001-09-21 Files: NEWS (1.53) (+14 -9) Prep for beta 2. 2001-09-21 Files: src/ghost/README (1.33) (+7 -6) Sync up with most current reality. 2001-09-21 Files: src/main/print-escp2.c (1.120) (+7 -7) Fix Stylus Color 660. 2001-09-20 Files: doc/FAQ.html (1.6) (+54 -0) Update for StarOffice 2001-09-20 Files: NEWS (1.52) (+3 -1) Minor update. 2001-09-20 Files: src/escputil/escputil.c (1.28) (+4 -4) Fix up trademark stuff. 2001-09-19 Files: src/main/printers.xml (1.25) (+3 -3) Updates from Epson. 2001-09-19 Files: src/foomatic/foomatic-printermap (1.12) (+1 -1) Update from Till Kamppeter 2001-09-19 Files: src/escputil/escputil.c (1.27) (+67 -24) Print a simpler banner 2001-09-19 Files: src/main/print-escp2.c (1.119) (+77 -67) Disable microweave altogether on SC440/460. 2001-09-19 Files: src/main/print-color.c (1.25) (+8 -1) src/main/print-escp2.c (1.118) (+4 -4) Back out apparently incorrect changes for sc440/640/660. 2001-09-18 Files: .cvsignore (1.16) (+1 -0) Ignore debian-build 2001-09-18 Files: doc/README.maintaining (1.7) (+7 -1) Add comment about version.texi generation 2001-09-18 Files: src/ghost/Makefile.am (1.16) (+2 -2) Fix gimp-print-intl-internal.h location 2001-09-18 Files: debian/README.Debian (1.16) (+4 -2) debian/README.building (1.3) (+20 -3) debian/changelog (1.25) (+6 -2) debian/control.in (1.9) (+1 -0) debian/gimp1.2-print.doc-base (1.4) (removed) debian/gimp1.2-print.docs (1.5) (+0 -2) debian/rules (1.24) (+7 -3) doc/.cvsignore (1.5) (+3 -0) doc/Makefile.am (1.15) (+2 -4) doc/README.maintaining (1.6) (+9 -1) doc/docbook.css (1.2) (removed) doc/print.html (1.2) (removed) doc/print.sgml (1.2) (removed) doc/programs.texi (1.4) (+0 -6) Add images to HTML manual Remove duplicated information in SGML/HTML files Update Debian packaging 2001-09-18 Files: include/Makefile.am (1.2) (+4 -1) samples/Makefile.am (1.3) (+13 -2) Add MAINTAINERCLEANFILES and comments 2001-09-18 Files: src/ghost/README (1.32) (+6 -7) src/main/print-escp2.c (1.117) (+2 -2) The SC660 probably isn't too happy doing microweave either. 2001-09-18 Files: src/main/print-escp2.c (1.116) (+3 -3) Eliminate useless microweave modes from sc440/640. 2001-09-18 Files: src/main/print-escp2.c (1.115) (+38 -35) Fix ink drop sizes for Epson 720 2001-09-17 Files: .cvsignore (1.15) (+1 -0) Makefile.am (1.111) (+11 -6) doc/texinfo.tex (1.2) (removed) po/en_GB.po (1.49) (+99 -143) src/cups/Makefile.am (1.35) (+3 -2) src/foomatic/Makefile.am (1.13) (+3 -2) src/ghost/Makefile.am (1.15) (+3 -2) src/gimp/Makefile.am (1.17) (+3 -2) src/main/Makefile.am (1.27) (+3 -2) src/testpattern/Makefile.am (1.5) (+3 -2) test/Makefile.am (1.27) (+3 -2) Remove non-portable 'make -C' usage. 2001-09-17 Files: configure.in.in (1.75) (+2 -1) doc/Makefile.am (1.14) (+8 -0) doc/programs.texi (1.3) (+27 -20) scripts/epsf.tex (1.1) (added +546 -0) scripts/texinfo.tex (1.1) (added) Added images to texinfo documentation (dvi/ps format only at this time) 2001-09-17 Files: test/unprint.c (1.21) (+4 -4) Composite black should not be quite as dark as true black. 2001-09-17 Files: test/unprint.c (1.20) (+38 -20) Handle weird margins of 480-style printers. 2001-09-16 Files: NEWS (1.51) (+2 -2) Minor typo 2001-09-16 Files: NEWS (1.50) (+3 -0) Minor change. 2001-09-16 Files: NEWS (1.49) (+47 -27) Minor updates 2001-09-16 Files: include/gimp-print/gimp-print.h.in (1.6) (+0 -0) Try yet again to fix the ID string! 2001-09-16 Files: include/gimp-print/gimp-print.h.in (1.5) (+2 -2) Try again to fix the ID string. 2001-09-16 Files: include/gimp-print/gimp-print.h.in (1.4) (+2 -2) Fix CVS ID string 2001-09-16 Files: test/unprint.c (1.19) (+39 -58) Simplify, and try (if not entirely successfully) to improve performance. 2001-09-16 Files: doc/Makefile.am (1.13) (+8 -5) doc/introduction.texi (1.4) (+1 -0) doc/programs.texi (1.2) (+250 -3) Add print plugin documentation 2001-09-16 Files: test/unprint.c (1.18) (+32 -46) Reduce memory use at oversampled resolutions. 2001-09-16 Files: test/unprint.c (1.17) (+687 -629) More cleanup. 2001-09-16 Files: test/unprint.c (1.16) (+430 -329) Start cleanup of unprinter 2001-09-14 Files: src/main/print-escp2.c (1.114) (+2 -2) Typo! 2001-09-14 Files: src/escputil/escputil.c (1.26) (+2 -1) src/foomatic/foomatic-printermap (1.11) (+1 -0) src/ghost/README (1.31) (+229 -234) src/main/print-dither.c (1.44) (+20 -14) src/main/print-escp2.c (1.113) (+129 -140) src/main/printers.xml (1.24) (+9 -1) Speed up very fast dither slightly. Preliminary support for Epson Stylus C60 Some reorg of Epson densities/drop sizes (mostly to make it easier to read) 2001-09-11 Files: src/ghost/README (1.30) (+3 -4) Typo 2001-09-10 Files: debian/changelog (1.24) (+5 -2) debian/control.in (1.8) (+1 -1) Add gettext Build-Depends as we need DESTDIR support 2001-09-09 Files: src/main/print-util.c (1.49) (+3 -3) Paper sizes do *not* get localized for comparison. 2001-09-09 Files: src/main/print-util.c (1.48) (+3 -1) Print a message if an argument is supplied for a parameter that has no values. 2001-09-09 Files: Makefile.am (1.110) (+25 -6) README (1.71) (+7 -8) configure.in.in (1.74) (+16 -8) debian/README.building (1.2) (+35 -14) po/POTFILES.in (1.10) (+5 -0) po/en_GB.po (1.48) (+77 -77) src/Makefile.am (1.7) (+4 -3) Fix gimp-dist target New deb target to build Debian packages, and documentation fix Update Debian and I18N info in README 2001-09-09 Files: test/unprint.c (1.15) (+15 -5) Remove arbitrary (and broken) limit on size of a pass. 2001-09-08 Files: NEWS (1.48) (+25 -3) src/ghost/README (1.29) (+57 -79) src/main/print-escp2.c (1.112) (+34 -39) Reorganize the Epson Stylus resolutions. 2001-09-08 Files: src/cups/Makefile.am (1.34) (+35 -2) Fix up minor PPD generation error. refresh-data-local target to remove stale PPD files. Fix make uninstall. 2001-09-08 Files: src/cups/Makefile.am (1.33) (+6 -9) Only build catalog and PPD files once. 2001-09-08 Files: NEWS.4.2 (1.4) (+3 -2) Amend Debian notes 2001-09-08 Files: Makefile.am (1.109) (+2 -2) Oder SUBDIRS according to gettext specifications i.e. po is last 2001-09-08 Files: src/main/gimp-print-intl-internal.h (1.3) (removed) Remove intended file. 2001-09-08 Files: src/cups/genppd.c (1.27) (+4 -2) Add comments to ambiguous translatable strings 2001-09-08 Files: src/main/gimp-print-internal.h (1.43) (+0 -0) Restore accidentally deleted file. 2001-09-08 Files: src/gimp/print-intl.h (1.2) (+3 -29) src/gimp/print.c (1.22) (+5 -3) Update print-intl.h to use standard i18n header query() in print.c calls gimp_plugin_domain_register() 2001-09-08 Files: po/POTFILES.in (1.9) (+3 -0) po/en_GB.po (1.47) (+48 -27) Update en_GB translation Add genppd.c to POTFILE.in 2001-09-08 Files: src/main/Makefile.am (1.26) (+1 -2) src/main/gimp-print-internal.h (1.42) (removed) src/main/print-canon.c (1.67) (+3 -3) src/main/print-color.c (1.24) (+3 -3) src/main/print-dither-matrices.c (1.4) (+2 -2) src/main/print-dither.c (1.43) (+3 -3) src/main/print-escp2.c (1.111) (+3 -3) src/main/print-lexmark.c (1.53) (+3 -3) src/main/print-pcl.c (1.44) (+3 -3) src/main/print-ps.c (1.25) (+3 -3) src/main/print-util.c (1.47) (+3 -3) src/main/print-version.c (1.6) (+3 -3) src/main/print-weave.c (1.36) (+3 -3) All source uses the new i18n header in include/gimp-print 2001-09-08 Files: include/gimp-print/Makefile.am (1.2) (+2 -2) include/gimp-print/gimp-print-intl-internal.h (1.1) (added) include/gimp-print/gimp-print-intl.h (1.2) (+4 -4) include/gimp-print/gimp-print.h.in (1.3) (+5 -5) Add internal i18n header and fix header #defines 2001-09-08 Files: debian/changelog (1.23) (+3 -2) debian/libgimpprint.files (1.6) (+1 -0) debian/rules (1.23) (+2 -2) Use gettext for i18n 2001-09-08 Files: configure.in.in (1.73) (+4 -3) Fixed AC_OUTPUT order (VPATH build was broken) 2001-09-08 Files: src/gimp/gimp_main_window.c (1.50) (+8 -8) Clean up the printer scroller, based on suggestion from Eduardo Perez. 2001-09-07 Files: configure.in.in (1.72) (+2 -2) Minor typo 2001-09-07 Files: NEWS (1.47) (+10 -1) README (1.70) (+1 -1) configure.in.in (1.71) (+2 -2) debian/README.Debian (1.15) (+1 -1) po/.cvsignore (1.3) (+0 -1) po/en_GB.po (1.46) (+115 -91) src/ghost/README (1.28) (+265 -186) src/main/print-escp2.c (1.110) (+98 -68) Add 360x180 and 360x240 draft modes for Epson Stylus printers. Improve the Ghostscript README. Bump the version. 2001-09-07 Files: configure.in.in (1.70) (+2 -2) po/en_TEST.po (1.46) (removed) Remove the en_TEST translation 2001-09-06 Files: src/main/print-util.c (1.46) (+7 -6) Do verify correctly for Postscript driver. 2001-09-06 Files: configure.in.in (1.69) (+52 -9) cups-gimpprint.list.in (1.1) (added) src/cups/Makefile.am (1.32) (+14 -12) src/cups/genppd.c (1.26) (+83 -54) Fix default CFLAGS bug and re-add --enable-debug. Otherwise everything defaults to -g, which is pathetically slow. Fix the CUPS library detection code so it actually works on systems other than IRIX and Linux. Use the list of available translations in the makefile. Add (final?) I18N changes to genppd, as well as changes to PPD rule in makefile. Add an EPM list file for distributions. 2001-09-05 Files: include/gimp-print/gimp-print.h.in (1.2) (+118 -16) Add comments. 2001-09-05 Files: NEWS (1.46) (+0 -1) po/en_GB.po (1.45) (+342 -68) po/en_TEST.po (1.45) (+343 -68) src/gimp/gimp_color_window.c (1.18) (+66 -66) src/gimp/gimp_main_window.c (1.49) (+202 -188) src/gimp/print_gimp.h (1.20) (+2 -4) Convert from GTK tooltips to Gimp tooltips. Reduce flashing a bit more in the GUI. =============================================================================== Name: gimp-print-4_1_99-b1 2001-09-03 Files: po/en_GB.po (1.44) (+1 -1) po/en_TEST.po (1.44) (+1 -1) Updates 2001-09-03 Files: NEWS (1.45) (+3 -0) One more missed update. 2001-09-03 Files: NEWS (1.44) (+27 -0) 4.1.99b1 update 2001-09-03 Files: src/ghost/README (1.27) (+0 -1) Canon printers do not support 180 DPI. 2001-09-03 Files: po/en_GB.po (1.43) (+1 -1) po/en_TEST.po (1.43) (+1 -1) Final 4.1.99-b1 updates. 2001-09-02 Files: src/foomatic/.cvsignore (1.5) (+1 -0) More stuff to ignore 2001-09-02 Files: include/.cvsignore (1.2) (+1 -0) Stuff to ignore 2001-09-02 Files: Makefile.am (1.108) (+2 -2) configure.in.in (1.68) (+9 -9) include/.cvsignore (1.1) (added +7 -0) include/Makefile.am (1.1) (added +29 -0) include/gimp-print/.cvsignore (1.1) (added) include/gimp-print/Makefile.am (1.1) (added) include/gimp-print/gimp-print-intl.h (1.1) (added) include/gimp-print/gimp-print.h.in (1.1) (added) src/Makefile.am (1.6) (+2 -2) src/cups/genppd.c (1.25) (+4 -4) src/cups/rastertoprinter.c (1.19) (+3 -3) src/foomatic/gimp-print-version.c (1.2) (+2 -2) src/foomatic/paper_sizes.c (1.4) (+2 -2) src/foomatic/printer_options.c (1.9) (+2 -2) src/foomatic/printers.c (1.2) (+2 -2) src/foomatic/stp_limits.c (1.2) (+2 -2) src/ghost/Makefile.am (1.14) (+2 -2) src/gimp/print_gimp.h (1.19) (+2 -2) src/include/.cvsignore (1.3) (removed) src/include/Makefile.am (1.9) (removed) src/include/gimp-print-intl.h (1.2) (removed) src/include/gimp-print.h.in (1.20) (removed) src/main/print-canon.c (1.66) (+2 -2) src/main/print-color.c (1.23) (+2 -2) src/main/print-dither-matrices.c (1.3) (+2 -2) src/main/print-dither.c (1.42) (+2 -2) src/main/print-escp2.c (1.109) (+2 -2) src/main/print-lexmark.c (1.52) (+2 -2) src/main/print-pcl.c (1.43) (+2 -2) src/main/print-ps.c (1.24) (+2 -2) src/main/print-util.c (1.45) (+2 -2) src/main/print-version.c (1.5) (+2 -2) src/main/print-weave.c (1.35) (+2 -2) src/testpattern/testpattern.c (1.4) (+62 -51) test/escp2-weavetest.c (1.19) (+2 -2) test/testdither.c (1.11) (+3 -3) Move gimp-print.h such that works both within the source tree and outside it. 2001-09-02 Files: src/foomatic/foomatic-printermap (1.10) (+0 -1) Remove duplicate 2001-09-01 Files: configure.in.in (1.67) (+2 -2) debian/changelog (1.22) (+10 -1) debian/control.in (1.7) (+3 -3) debian/rules (1.22) (+9 -6) doc/functions.texi (1.5) (+2 -2) po/en_GB.po (1.42) (+114 -107) po/en_TEST.po (1.42) (+114 -107) src/main/Makefile.am (1.25) (+1 -2) src/testpattern/Makefile.am (1.4) (+2 -1) Apply ABI version patch, including debian packaging 2001-09-01 Files: src/testpattern/testpattern.c (1.3) (+1 -51) src/testpattern/testpattern.sample (1.4) (+114 -3) Cleanup and comment. 2001-09-01 Files: src/testpattern/testpattern.sample (1.3) (+5 -1) Comments 2001-08-30 Files: configure.in.in (1.66) (+2 -2) Require Gimp 1.2. 2001-08-30 Files: AUTHORS (1.9) (+1 -0) NEWS (1.43) (+37 -1) NEWS.4.2 (1.3) (+21 -23) README (1.69) (+2 -2) configure.in.in (1.65) (+3 -3) debian/README.Debian (1.14) (+1 -1) po/en_GB.po (1.41) (+276 -284) po/en_TEST.po (1.41) (+294 -292) src/ghost/README (1.26) (+24 -21) src/main/Makefile.am (1.24) (+7 -7) Bump version. 2001-08-30 Files: src/main/print-weave.c (1.34) (+12 -3) Produce better output from assertion failures 2001-08-30 Files: src/gimp/gimp_main_window.c (1.48) (+2 -2) Change "Adjust color" to more accurate "Adjust output" 2001-08-30 Files: src/main/print-util.c (1.44) (+41 -90) Clean up parameter verification. 2001-08-29 Files: src/main/print-escp2.c (1.108) (+4 -4) Fencepost error with extra rows 2001-08-29 Files: NEWS.4.2 (1.2) (+57 -55) Minor tweaks 2001-08-29 Files: NEWS.4.2 (1.1) (added) First cut at 4.2 release notes 2001-08-29 Files: po/POTFILES.in (1.8) (+0 -6) Don't translate test sources. 2001-08-28 Files: src/gimp/print.c (1.21) (+7 -7) Fix handling of parameters from Gimp scripts 2001-08-28 Files: lib/libprintut.h (1.6) (+3 -1) src/main/gimp-print-intl-internal.h (1.2) (+3 -3) Correct getopt header inclusion if libc provides getopt Use PACKAGE instead of "gimp-print" for gettext domain name 2001-08-28 Files: src/main/print-escp2.c (1.107) (+7 -5) Typos 2001-08-27 Files: src/testpattern/testpattern.sample (1.2) (+1 -1) More fallout from version renumbering. 2001-08-27 Files: src/foomatic/printer_options.c (1.8) (+16 -11) Fix output type 2001-08-26 Files: src/main/print-lexmark.c (1.51) (+296 -232) -solved cmy problem (it causes troubles if head_offset of k is !=0 when printing without k). -introduced "ink_parameter" which holds ink specific parameters (no if/then/else code anymore) Hopefully more logical, now. -sorted z52 and 3200 specific stuff 2001-08-26 Files: src/foomatic/foomatic-printermap (1.9) (+1 -0) More corrections from Till. 2001-08-26 Files: src/foomatic/foomatic-printermap (1.8) (+0 -1) Correction per Till Kamppeter 2001-08-25 Files: src/ghost/README (1.25) (+28 -13) src/ghost/gdevstp.c (1.11) (+17 -3) src/main/print-escp2.c (1.106) (+112 -79) src/main/print-util.c (1.43) (+2 -2) src/printdef/printdefy.y (1.7) (+2 -2) Support allowing different margins depending upon the printer parameters, such as quality settings. Some Epson printers allow use of more of the page in softweave mode than if the printer does the weaving (e. g. microweave). Fix the top margin for selected Epson printers, such as the 777 (subject of bug 231885), although more printers need to be fixed up. Change the default quality to 360 softweave or microweave on all printers that support this, since the quality will be much better at very little or no cost in performance. 2001-08-25 Files: src/foomatic/Makefile.am (1.12) (+9 -3) src/foomatic/foomatic-generator.in (1.12) (+22 -10) src/foomatic/printer_options.c (1.7) (+7 -5) src/foomatic/printers.c (1.1) (added +68 -0) Cleanup from namestring changes in alpha-3. 2001-08-25 Files: src/foomatic/.cvsignore (1.4) (+1 -0) More things to ignore 2001-08-25 Files: src/testpattern/.cvsignore (1.2) (+4 -0) More ignorable stuff 2001-08-24 Files: src/main/print-escp2.c (1.105) (+181 -110) src/main/printers.xml (1.23) (+5 -5) Try to fix problems with 480/580 at 720 and above DPI. Change default 360 DPI mode to microweave on printers that support it, for better quality. 2001-08-23 Files: src/gimp/gimp_color_window.c (1.17) (+1 -2) src/gimp/gimp_main_window.c (1.47) (+12 -5) Disable tooltips while using the preview window (very distracting to move the mouse around while the huge tooltip is in your face). 2001-08-23 Files: src/gimp/gimp_main_window.c (1.46) (+26 -28) Clean up some of the dialogs a bit more. 2001-08-23 Files: src/gimp/gimp_main_window.c (1.45) (+25 -42) More cleanup 2001-08-22 Files: src/gimp/gimp_main_window.c (1.44) (+13 -16) More cleanup 2001-08-22 Files: src/gimp/gimp_main_window.c (1.43) (+58 -79) Smooth drawing even more. 2001-08-22 Files: src/gimp/gimp_color_window.c (1.16) (+9 -1) src/gimp/gimp_main_window.c (1.42) (+246 -120) src/gimp/print_gimp.h (1.18) (+3 -4) Reduce flashing in the GUI. 2001-08-21 Files: src/gimp/gimp_main_window.c (1.41) (+53 -1) Add about dialog 2001-08-21 Files: src/escputil/escputil.c (1.25) (+8 -7) -u isn't for USB, it's for new printer. 2001-08-21 Files: doc/FAQ.html (1.5) (+31 -0) Updates 2001-08-20 Files: src/main/print-pcl.c (1.42) (+25 -10) Handle resolutions correctly (without trying to parse them) 2001-08-20 Files: src/gimp/gimp_main_window.c (1.40) (+3 -2) Try yet again to position the printer crawler correctly. 2001-08-20 Files: src/main/print-lexmark.c (1.50) (+37 -18) adapted to support minimum paper size 2001-08-19 Files: doc/Makefile.am (1.12) (+3 -3) src/gimp/gimp_color_window.c (1.15) (+75 -3) src/gimp/gimp_main_window.c (1.39) (+260 -22) src/gimp/print_gimp.h (1.17) (+5 -1) src/include/gimp-print.h.in (1.19) (+4 -3) src/main/print-canon.c (1.65) (+8 -4) src/main/print-escp2.c (1.104) (+126 -93) src/main/print-lexmark.c (1.49) (+8 -4) src/main/print-pcl.c (1.41) (+7 -3) src/main/print-ps.c (1.23) (+7 -3) src/main/print-util.c (1.42) (+6 -4) Add tooltips in Gimp plugin. Add minimum paper size functionality suggested by Mike Sweet. Fix SC480 so it will at least print at 720 DPI. It still needs to be fixed correctly, awaiting word from Epson. Add additional dependency to doc build. 2001-08-19 Files: src/main/print-lexmark.c (1.48) (+324 -311) -little rearrangement of code -put lexmark_res_t into lexmark_cap_t struct; Removed supp_res and lexmark_sub_cap_t from cap_t. This should make it a bit more simple. -changed the media_type handling into that of print-escp2.c; This should be more common and all media dependent data is defined in one struct. -changed handling of ink typ changed to structure similar in print-escp2.c (lexmark_inkname_t) handle head_offset with this structure, too. This shold be the solution for the different head offsets depending if photo or black cartridge is used. Still troubles with CMY mode. Because of this always CMYK (CcMmYK) will be used. 2001-08-19 Files: src/main/print-lexmark.c (1.47) (+13 -15) -speed up printing because of little error with bidirectional printing. 2001-08-18 Files: src/main/print-lexmark.c (1.46) (+219 -163) -Corrected color mode according printhead. -disabled cmy support. use cmyk always. This fixes problems with CUPS. -different head offsets at black I changed the head_offset entries at lexmark_cap_t to two entries. One for standard cartridge and one for photo cartridge. This should reduce the confusion. These offsets are different because the top position of the black ink is different at photo and black cartridge. 2001-08-18 Files: src/gimp/gimp_main_window.c (1.38) (+32 -17) Adapted suggestions from Kurt Pfeifle 2001-08-16 Files: src/gimp/gimp_main_window.c (1.37) (+4 -2) Printer list name needs to match text for gimp_plist_callback to work correctly. =============================================================================== Name: gimp-print-4_1_99-a3 2001-08-14 Files: src/cups/Makefile.am (1.31) (+4 -3) Fix a few minor problems. 2001-08-14 Files: NEWS (1.42) (+64 -31) README (1.68) (+5 -1) po/en_GB.po (1.40) (+406 -489) po/en_TEST.po (1.40) (+438 -493) More release note updates. 2001-08-14 Files: src/testpattern/Makefile.am (1.3) (+2 -2) src/testpattern/testpattern.c (1.2) (+5 -1) src/testpattern/testpattern.h (1.2) (+1 -5) src/testpattern/testpatternl.l (1.2) (+5 -1) src/testpattern/testpatterny.y (1.2) (+5 -1) Putting config.h in the header doesn't seem to work... 2001-08-14 Files: src/cups/Makefile.am (1.30) (+19 -4) src/cups/genppd.c (1.24) (+99 -52) src/ghost/README (1.24) (+295 -316) src/main/print-util.c (1.41) (+2 -2) genppd can now generate multiple languages - just need to update to point gettext at the right message catalog (however that is done) Updated the Ghostscript driver README file for the new option values. Updated the cups makefile to generate and install mutiple languages. 2001-08-13 Files: acconfig.h (1.15) (+4 -4) configure.in.in (1.64) (+6 -6) lib/libprintut.h (1.5) (+4 -4) lib/vasprintf.c (1.3) (+1 -1) lib/xmalloc.c (1.4) (+3 -3) lib/xmalloc.h (1.5) (+4 -4) man/escputil.1.in (1.4) (+6 -6) po/POTFILES.in (1.7) (+0 -1) src/cups/cups-calibrate.c (1.2) (+2 -2) src/cups/genppd.c (1.23) (+5 -5) src/cups/rastertoprinter.c (1.18) (+3 -3) src/escputil/escputil.c (1.24) (+2 -2) src/foomatic/foomatic-generator.in (1.11) (+32 -32) src/include/gimp-print.h.in (1.18) (+6 -6) src/main/print-canon.c (1.64) (+55 -55) src/main/print-escp2.c (1.103) (+184 -121) src/main/print-lexmark.c (1.45) (+36 -36) src/main/print-pcl.c (1.40) (+2 -2) src/main/print-util.c (1.40) (+248 -126) test/Makefile.am (1.26) (+2 -2) test/bjc-unprint.c (1.6) (+30 -30) test/unprint.c (1.14) (+17 -17) Clean up in preparation for 4.1.99-a3. 2001-08-13 Files: src/cups/genppd.c (1.22) (+63 -217) src/cups/rastertoprinter.c (1.17) (+8 -4) src/foomatic/printer_options.c (1.6) (+5 -4) src/gimp/gimp_color_window.c (1.14) (+19 -5) src/gimp/gimp_main_window.c (1.36) (+119 -67) src/gimp/print_gimp.h (1.16) (+8 -8) src/include/gimp-print.h.in (1.17) (+12 -5) src/main/print-canon.c (1.63) (+165 -179) src/main/print-dither.c (1.41) (+16 -7) src/main/print-escp2.c (1.102) (+213 -207) src/main/print-lexmark.c (1.44) (+199 -198) src/main/print-pcl.c (1.39) (+132 -96) src/main/print-ps.c (1.22) (+31 -21) src/main/print-util.c (1.39) (+157 -136) I18N changes for GIMP-print. 2001-08-13 Files: test/Makefile.am (1.25) (+3 -5) test/escp2-unprint.c (1.4) (removed) escp2-unprint is obsolete. 2001-08-13 Files: src/main/gimp-print-internal.h (1.41) (+13 -4) src/testpattern/Makefile.am (1.2) (+2 -2) Nothing here needs libprintut (and libgimpprint should not require linking against it!) 2001-08-12 Files: src/escputil/escputil.c (1.23) (+3 -3) Do status command correctly. 2001-08-12 Files: test/.cvsignore (1.5) (+0 -4) Testpattern stuff is moved out. 2001-08-12 Files: configure.in.in (1.63) (+19 -2) po/en_GB.po (1.39) (+98 -94) po/en_TEST.po (1.39) (+99 -94) src/Makefile.am (1.5) (+2 -2) src/printdef/Makefile.am (1.7) (+2 -1) src/testpattern/.cvsignore (1.1) (added +13 -0) src/testpattern/Makefile.am (1.1) (added +65 -0) src/testpattern/testpattern.c (1.1) (added +1219 -0) src/testpattern/testpattern.h (1.1) (added +113 -0) src/testpattern/testpattern.sample (1.1) (added +171 -0) src/testpattern/testpatternl.l (1.1) (added +132 -0) src/testpattern/testpatterny.y (1.1) (added +666 -0) test/Makefile.am (1.24) (+4 -14) test/testpattern.c (1.9) (removed) test/testpattern.h (1.2) (removed) test/testpattern.sample (1.2) (removed) test/testpatternl.l (1.2) (removed) test/testpatterny.y (1.2) (removed) Move testpattern generator to its own directory. 2001-08-12 Files: NEWS (1.41) (+21 -10) Updates 2001-08-12 Files: src/main/print-escp2.c (1.101) (+16 -14) Tweak 6 pl a bit more. 2001-08-11 Files: src/foomatic/foomatic-generator.in (1.10) (+2 -2) src/main/print-escp2.c (1.100) (+2 -1) src/main/printers.xml (1.22) (+9 -9) Fix up printer names. Be pickier in foomatic-generator (error out if something goes wrong) Fix comment breakage. 2001-08-11 Files: src/include/gimp-print.h.in (1.16) (+5 -3) src/main/print-escp2.c (1.99) (+4 -7) src/main/print-util.c (1.38) (+20 -1) test/testpattern.c (1.8) (+5 -27) stp_set_printer_defaults() 2001-08-11 Files: src/main/print-escp2.c (1.98) (+11 -17) Tune 6 pl printers. 2001-08-11 Files: NEWS (1.40) (+21 -3) Updates 2001-08-11 Files: scripts/gimp-patch (1.3) (removed) Remove obsolete Gimp patch. 2001-08-11 Files: src/main/print-escp2.c (1.97) (+31 -9) Tune STC x80 printers. 2001-08-11 Files: src/ghost/README (1.23) (+4 -0) Add 360 SW unidirectional. 2001-08-11 Files: src/escputil/escputil.c (1.22) (+24 -41) Fix status command. 2001-08-11 Files: src/main/print-escp2.c (1.96) (+100 -46) 480/580 type printers apparently need exactly the right number of rows printed; printing less than the number of jets apparently causes problems. 2001-08-11 Files: po/en_GB.po (1.38) (+91 -91) po/en_TEST.po (1.38) (+91 -91) src/escputil/escputil.c (1.21) (+8 -8) src/foomatic/foomatic-printermap (1.7) (+5 -2) src/ghost/README (1.22) (+5 -2) src/main/print-escp2.c (1.95) (+84 -7) src/main/print-pcl.c (1.38) (+25 -1) src/main/printers.xml (1.21) (+31 -3) Tune C40/C20/480/580 inks. Add HP DesignJet 750. 2001-08-10 Files: Makefile.am (1.107) (+4 -4) Typos 2001-08-10 Files: test/.cvsignore (1.4) (+4 -0) test/Makefile.am (1.23) (+9 -3) test/testpattern.c (1.7) (+73 -96) test/testpattern.h (1.1) (added) test/testpattern.sample (1.1) (added) test/testpatternl.l (1.1) (added) test/testpatterny.y (1.1) (added) Read test patterns and such from an input file. 2001-08-09 Files: README (1.67) (+14 -5) doc/FAQ.html (1.4) (+88 -28) Some documentation enhancements from Dennis Powell's column on LinuxPlanet. 2001-08-08 Files: test/testpattern.c (1.6) (+98 -66) Allow specification of gamma 2001-08-08 Files: test/unprint.c (1.13) (+94 -64) Improve ink constants. Better debugging messages. Allow specification of form factor for old printers. 2001-08-08 Files: acconfig.h (1.14) (+2 -33) configure.in.in (1.62) (+18 -32) debian/rules (1.21) (+1 -2) lib/xmalloc.h (1.4) (+2 -2) po/en_GB.po (1.37) (+55 -55) po/en_TEST.po (1.37) (+55 -55) configure.in.in: Fix small bugs in configure.in.in, and upgrade for 2.50 compatibility acconfig.h: remove redundant entries 2001-08-08 Files: src/main/print-escp2.c (1.94) (+65 -45) Provisional fix for STC 480/580. 2001-08-08 Files: test/testpattern.c (1.5) (+145 -109) Allow scaling the image. Allow starting a sweep at a point other than zero. 2001-08-07 Files: test/testpattern.c (1.4) (+25 -9) GPL 2001-08-07 Files: src/main/print-escp2.c (1.93) (+29 -13) Improve behavior of STC 480/580. Stub code to put printer and driver information in the file header; need confirmation from Epson that it's safe before we enable it. 2001-08-07 Files: src/main/print-util.c (1.37) (+2 -2) Speed up papersize handling a lot in genppd. This isn't thread-safe, but overall gimp-print isn't thread-safe either. We could make it thread-safe by putting a mutex around this, if we really cared to. 2001-08-07 Files: src/main/print-dither.c (1.40) (+14 -2) Try to do light ink handling a bit more reasonably in CMYK mode. 2001-08-07 Files: test/testpattern.c (1.3) (+124 -380) Convert everything to data-driven. 2001-08-07 Files: test/testpattern.c (1.2) (+122 -210) Send all of the print functions through one "real" function. 2001-08-07 Files: test/unprint.c (1.12) (+62 -16) If base resolution is <720DPI, all old Epson printers should be printing at base resolution (it's only 1440 DPI that needs special hacks). 2001-08-06 Files: src/main/print-color.c (1.22) (+8 -18) test/Makefile.am (1.22) (+7 -3) test/testpattern.c (1.1) (added) Print a test pattern. Make CMYK-16 be completely uncorrected, to make it useful for testing and such. 2001-08-04 Files: src/main/gimp-print-internal.h (1.40) (+3 -2) src/main/print-canon.c (1.62) (+28 -105) src/main/print-pcl.c (1.37) (+38 -74) src/main/print-util.c (1.36) (+18 -1) Use stp_deprintf rather than #ifdef DEBUG. Haven't fixed Lexmark up yet because there's more complicated debugging stuff in there. 2001-08-04 Files: src/main/gimp-print-internal.h (1.39) (+10 -8) src/main/print-escp2.c (1.92) (+11 -9) src/main/print-lexmark.c (1.43) (+4 -4) src/main/print-weave.c (1.33) (+4 -4) 447865 print-weave addresses too many print heads The problem here is that the weave code defines the head offset to be an array of 8 offsets; everything else uses 7 heads (channels). The Lexmark driver was confusing two different things, but having a different number of head offsets is a sure way to cause confusion. Also don't offset the top when printing in black and white only on ESC 480/580. When printing with black-only ink, that printer has a "normal" head. 2001-08-03 Files: Makefile.am (1.106) (+26 -9) configure.in.in (1.61) (+53 -30) po/en_GB.po (1.36) (+1 -1) po/en_TEST.po (1.36) (+1 -1) scripts/patch-gimp (1.1) (added) src/Makefile.am (1.4) (+5 -2) Patch the gimp distribution a bit more intelligently. 2001-08-03 Files: po/en_GB.po (1.35) (+1 -1) po/en_TEST.po (1.35) (+1 -1) src/cups/Makefile.am (1.29) (+3 -1) src/foomatic/Makefile.am (1.11) (+7 -2) Build PPD's and foomatic data during build rather than install. 2001-08-03 Files: scripts/gimp-patch (1.2) (+2 -2) Omit the release date line, which changes and confuses patch. 2001-08-02 Files: NEWS (1.39) (+33 -1) README (1.66) (+1 -1) debian/README.Debian (1.13) (+1 -1) Bump version. 2001-08-01 Files: src/foomatic/foomatic-printermap (1.6) (+9 -2) Updates from Till. 2001-08-01 Files: src/main/print-escp2.c (1.91) (+4 -17) src/main/printers.xml (1.20) (+2 -2) Fix the STC500 problem correctly. 2001-08-01 Files: po/en_GB.po (1.34) (+95 -95) po/en_TEST.po (1.34) (+95 -95) src/main/print-escp2.c (1.90) (+16 -3) src/main/printers.xml (1.19) (+2 -2) test/unprint.c (1.11) (+2 -2) Fix STC 500. Clean up comment. 2001-07-31 Files: debian/README.building (1.1) (added) debian/README.building.from.CVS (1.8) (removed) Update building README 2001-07-31 Files: src/main/print-escp2.c (1.89) (+128 -159) Separate printers which understand 4-byte page dimension from those that accept only 2-byte page dimension. Remove the special vertical zero-margin code, which was just causing problems. 2001-07-30 Files: src/main/print-pcl.c (1.36) (+1 -6) Fix generation of paper sources for Laserjet 4L. 2001-07-29 Files: Makefile.am (1.105) (+5 -2) scripts/gimp-patch (1.1) (added) Add working gimp-dist support 2001-07-29 Files: debian/changelog (1.21) (+1 -1) Update version to 4.1.99-a3-1 2001-07-29 Files: src/main/print-pcl.c (1.35) (+55 -6) Robert beat me to the default InputSlot bug! :) Add missing media sizes from LaserJet drivers (should have them mostly covered now...) 2001-07-29 Files: src/main/print-pcl.c (1.34) (+2 -2) Return the correct default for InputSlot. 2001-07-28 Files: test/unprint.c (1.10) (+51 -13) Print a bit more information. 2001-07-28 Files: test/parse-escp2 (1.4) (+5 -1) Verbose option 2001-07-28 Files: configure.in.in (1.60) (+4 -4) src/cups/rastertoprinter.c (1.16) (+12 -44) src/ghost/gdevstp.c (1.10) (+5 -3) src/gimp/print-image-gimp.c (1.5) (+6 -4) src/include/gimp-print.h.in (1.15) (+11 -4) src/main/print-canon.c (1.61) (+3 -2) src/main/print-escp2.c (1.88) (+3 -2) src/main/print-lexmark.c (1.42) (+3 -2) src/main/print-pcl.c (1.33) (+3 -2) src/main/print-ps.c (1.21) (+5 -3) Allow image layer to cleanly abort printing. Reviewed by Roger Leigh. 2001-07-27 Files: src/escputil/escputil.c (1.20) (+5 -334) Back out ink change code, which will not work without packet mode support. 2001-07-27 Files: src/escputil/escputil.c (1.19) (+44 -6) Experimental cartridge changing code 2001-07-26 Files: configure.in.in (1.59) (+4 -4) debian/changelog (1.20) (+3 -2) debian/rules (1.20) (+5 -1) po/en_GB.po (1.33) (+91 -91) po/en_TEST.po (1.33) (+91 -91) Put samples/profile.jpg into cupsys-driver-gimpprint debian package 2001-07-24 Files: src/main/print-escp2.c (1.87) (+2 -2) 480/580 should support draft mode printing. 2001-07-24 Files: src/main/print-escp2.c (1.86) (+6 -2) Fix 480/580 positioning for real (from Jason Pearce). 2001-07-23 Files: src/main/print-escp2.c (1.85) (+5 -2) Adjust 980 densities per Thomas Tonino and Brad Bosch. 2001-07-23 Files: src/main/print-escp2.c (1.84) (+25 -25) Stylus Photo 1270 (and very likely every printer using the 1999 command set) can print more than 44" long. 2001-07-22 Files: test/.cvsignore (1.3) (+1 -0) More things that should be ignored. 2001-07-22 Files: src/foomatic/.cvsignore (1.3) (+1 -0) src/ghost/.cvsignore (1.5) (+1 -0) Something else that needs to be ignored. 2001-07-22 Files: src/cups/.cvsignore (1.4) (+1 -0) More stuff to ignore. 2001-07-22 Files: doc/.cvsignore (1.4) (+5 -0) A few more files we want to ignore. 2001-07-22 Files: samples/.cvsignore (1.1) (added +1 -0) .cvsignore 2001-07-22 Files: src/ghost/README (1.21) (+35 -19) More minor updates. 2001-07-22 Files: src/ghost/README (1.20) (+6 -9) No longer supports 180x120. =============================================================================== Name: gimp-print-4_1_99-a2 2001-07-21 Files: po/en_GB.po (1.32) (+1 -1) po/en_TEST.po (1.32) (+1 -1) Update 2001-07-21 Files: src/cups/genppd.c (1.21) (+3 -3) Const correctness 2001-07-21 Files: NEWS (1.38) (+7 -16) src/escputil/escputil.c (1.18) (+16 -7) 480/580 ink change definitely will not work yet. 2001-07-21 Files: NEWS (1.37) (+6 -1) README (1.65) (+5 -5) samples/Makefile.am (1.2) (+2 -2) src/main/printers.xml (1.18) (+3 -23) Remove duplicate Stylus C20/C40 entries. Minor cleanup, prep for 4.1.99-a2. 2001-07-21 Files: Makefile.am (1.104) (+2 -2) NEWS (1.36) (+27 -11) configure.in.in (1.58) (+19 -2) po/en_GB.po (1.31) (+90 -98) po/en_TEST.po (1.31) (+98 -100) samples/Makefile.am (1.1) (added +41 -0) samples/colorbars4.png (1.1) (added +12 -0) samples/colorsweep.png (1.1) (added +123 -0) samples/profile.jpg (1.1) (added +1252 -0) src/cups/Makefile.am (1.28) (+2 -2) src/cups/profile.jpg (1.2) (removed) Create new samples directory containing various sample images. 2001-07-21 Files: src/main/print-escp2.c (1.83) (+3 -5) Fix up draft mode on new printers. 2001-07-21 Files: src/main/print-escp2.c (1.82) (+11 -10) Fix certain printers that don't handle ESC(K correctly. Improve edge printing for zero-margin printers. 2001-07-20 Files: src/cups/Makefile.am (1.27) (+2 -2) src/cups/profile.jpg (1.1) (added) src/main/print-color.c (1.21) (+107 -69) First run of color conversion optimizations, to improve performance significantly on some systems. Add CUPS driver profile image. 2001-07-19 Files: NEWS (1.35) (+5 -4) README (1.64) (+9 -2) po/en_GB.po (1.30) (+2 -2) po/en_TEST.po (1.30) (+2 -2) src/ghost/README (1.19) (+368 -196) Update some README's. 2001-07-19 Files: src/main/print-escp2.c (1.81) (+7 -1) Try (again) to fix zero margin printing. 2001-07-18 Files: src/main/print-color.c (1.20) (+11 -3) Scale CMYK by density, too. 2001-07-18 Files: debian/changelog (1.19) (+1 -1) Change upstream version to correct format 2001-07-18 Files: po/en_GB.po (1.29) (+242 -242) po/en_TEST.po (1.29) (+245 -243) updates 2001-07-18 Files: NEWS (1.34) (+26 -7) Updates 2001-07-18 Files: NEWS (1.33) (+7 -0) configure.in.in (1.57) (+4 -1) lib/libprintut.h (1.4) (+5 -2) lib/vasprintf.c (1.2) (+3 -3) src/cups/genppd.c (1.20) (+3 -3) src/escputil/escputil.c (1.17) (+14 -3) src/foomatic/foomatic-printermap (1.5) (+2 -0) src/main/print-canon.c (1.60) (+9 -3) src/main/print-dither.c (1.39) (+12 -25) src/main/print-escp2.c (1.80) (+3 -1) src/main/print-util.c (1.35) (+5 -1) src/main/printers.xml (1.17) (+41 -1) Initial support for Epson C20 and C40 printers. All printers should now default to 300 or 360 DPI, rather than draft mode. CMYK dithering does not add the black back into the colors. Check for stdarg/varargs as part of configure process, rather than relying on __STDC__ macro. CUPS driver defaults to line art rather than photo color for performance (and correctness). Epson driver sets resolution correctly if printing softweave at less than printer resolution. 2001-07-17 Files: src/cups/genppd.c (1.19) (+133 -93) src/cups/rastertoprinter.c (1.15) (+159 -108) src/main/print-util.c (1.34) (+4 -4) Conditionally write stpInkType option. Fallback on PPD defaults for STP options. Fix missing const from a few functions in print-util.c. 2001-07-17 Files: src/escputil/escputil.c (1.16) (+2 -4) printer_name wasn't being used... index() is a BSD function; use the ANSI strchr() function instead. 2001-07-17 Files: src/main/print-color.c (1.19) (+249 -6) Make solid color mode really distinct from line art and from photo mode. 2001-07-17 Files: src/cups/genppd.c (1.18) (+62 -21) src/include/gimp-print.h.in (1.14) (+2 -17) src/main/print-pcl.c (1.32) (+13 -2) src/main/print-util.c (1.33) (+9 -138) Restore constness. Set up numeric options in PPD files correctly. Remove more dead (or not-yet-alive) code. Set PCL printers to default to 300 DPI. 2001-07-17 Files: src/main/print-ps.c (1.20) (+2 -2) Fix ps_ascii85() - missing file argument... 2001-07-16 Files: src/main/print-canon.c (1.59) (+2 -2) src/main/print-escp2.c (1.79) (+3 -3) src/main/print-lexmark.c (1.41) (+4 -4) src/main/print-ps.c (1.19) (+13 -1) src/main/print-util.c (1.32) (+25 -29) Fix compiler warnings and GCCisms. 2001-07-16 Files: src/cups/genppd.c (1.17) (+257 -121) src/cups/rastertoprinter.c (1.14) (+151 -22) CUPS driver updates. 2001-07-16 Files: src/escputil/escputil.c (1.15) (+712 -78) Untested commands for 480/580 head alignment and cartridge change. 2001-07-15 Files: src/foomatic/foomatic-templates/Color.xml (1.2) (+1 -1) Fix color/outputtype 2001-07-15 Files: src/foomatic/foomatic-generator.in (1.9) (+7 -7) Finish fixing color/outputtype 2001-07-15 Files: src/gimp/gimp_main_window.c (1.35) (+30 -45) Tighten things up in the GUI some... 2001-07-15 Files: doc/Makefile.am (1.11) (+0 -0) src/main/Makefile.am (1.23) (+2 -2) Fix debian packaging (remove README.dither from libgimpprint-dev.docs) Fix HTML manual generation (only regenerate if out of date, or if building in a separate tree Add PostScript documentation option ('make ps') Increment Debian changelog 2001-07-15 Files: Makefile.am (1.103) (+4 -1) configure.in.in (1.56) (+10 -6) debian/changelog (1.18) (+2 -1) doc/Makefile.am (1.10) (+40 -15) Fix debian packaging (remove README.dither from libgimpprint-dev.docs) Fix HTML manual generation (only regenerate if out of date, or if building in a separate tree Add PostScript documentation option ('make ps') Increment Debian changelog 2001-07-15 Files: src/foomatic/foomatic-generator.in (1.8) (+1 -1) src/foomatic/foomatic-templates/Color.xml (1.1) (added) src/foomatic/foomatic-templates/OutputType.xml (1.2) (removed) src/foomatic/printer_options.c (1.5) (+8 -8) OutputType should have been named Color. 2001-07-15 Files: doc/appendices.texi (1.4) (+3 -0) Add chapter and intex tags. (Merge from debian branch.) 2001-07-15 Files: debian/control.in (1.6) (+2 -2) debian/libgimpprint-dev.docs (1.4) (+0 -1) debian/rules (1.19) (+4 -5) Sync mainline branch with changes made on debian branch. 2001-07-15 Files: po/en_GB.po (1.28) (+408 -391) po/en_TEST.po (1.28) (+419 -395) Updates 2001-07-15 Files: src/include/gimp-print.h.in (1.13) (+2 -98) Clean up unused code for 4.2. 2001-07-15 Files: NEWS (1.32) (+10 -6) Update the foomatic data. 2001-07-15 Files: src/foomatic/Makefile.am (1.10) (+8 -4) src/foomatic/foomatic-generator.in (1.7) (+41 -8) src/foomatic/foomatic-printermap (1.4) (+4 -0) src/foomatic/foomatic-templates/Brightness.xml (1.2) (+3 -3) src/foomatic/foomatic-templates/Contrast.xml (1.2) (+3 -3) src/foomatic/foomatic-templates/Cyan.xml (1.2) (+3 -3) src/foomatic/foomatic-templates/Density.xml (1.2) (+3 -3) src/foomatic/foomatic-templates/Dither.xml (1.2) (+6 -100) src/foomatic/foomatic-templates/Gamma.xml (1.2) (+3 -3) src/foomatic/foomatic-templates/Greyscale.xml (1.2) (removed) src/foomatic/foomatic-templates/ImageType.xml (1.2) (+8 -21) src/foomatic/foomatic-templates/Magenta.xml (1.2) (+3 -3) src/foomatic/foomatic-templates/OutputType.xml (1.1) (added) src/foomatic/foomatic-templates/Saturation.xml (1.2) (+3 -3) src/foomatic/foomatic-templates/Yellow.xml (1.2) (+3 -3) src/foomatic/printer_options.c (1.4) (+17 -6) src/foomatic/stp_limits.c (1.1) (added) Fix up options for the current state of the world. 2001-07-14 Files: NEWS (1.31) (+9 -3) Shift-drag on the preview. 2001-07-14 Files: src/gimp/gimp_main_window.c (1.34) (+68 -38) Shift-drag in the GIMP plugin constrains the image to vertical or horizontal motion only. 2001-07-14 Files: NEWS (1.30) (+23 -6) src/ghost/README (1.18) (+4 -0) src/main/print-escp2.c (1.78) (+129 -20) src/main/printers.xml (1.16) (+35 -1) Very preliminary support for the Epson Stylus Pro 10000. Explicit support for the Epson Stylus Photo 875/785/895 (no driver changes are required). 2001-07-14 Files: src/main/gimp-print-internal.h (1.38) (+4 -2) src/main/print-weave.c (1.32) (+9 -5) Allocate enough (extra) buffer space required for Stylus Photo 480/580 type printers. 2001-07-14 Files: src/gimp/gimp_main_window.c (1.33) (+135 -70) Add vertical center and horizontal center buttons. Reorganize some GUI elements. 2001-07-13 Files: src/main/print-util.c (1.31) (+8 -8) Spell out "inch". 2001-07-11 Files: test/unprint.c (1.9) (+3 -1) Ignore ESCP/2 set printhead speed command. 2001-07-11 Files: src/foomatic/foomatic-generator.in (1.6) (+7 -6) From Till Kamppeter: 1. The driver's name in the Foomatic database is "gimp-print", some options refer to "gimp-print-4.1.99-a2" 2. Some choices begin with "gimp-print-4.1.99-a2-..." and references to them only with "gimp-print-..." (or vice-versa, I do not remember exactly) 3. The paper sizes were not read correctly out of the "paper_sizes" shell program. Once the pipe symbol for the command was missing (which made the source code being read), and second, the way how the lines were evaluated didn't support option names with spaces. 2001-07-10 Files: NEWS (1.29) (+27 -2) README (1.63) (+4 -4) configure.in.in (1.55) (+3 -3) debian/README.Debian (1.12) (+1 -1) Bump version. 2001-07-10 Files: doc/functions.texi (1.4) (+120 -52) Add some documentation. 2001-07-10 Files: src/main/print-util.c (1.30) (+3 -2) Allow use of black and white printing on black and white printers (only grayscale was allowed). 2001-07-10 Files: src/gimp/print.c (1.20) (+3 -3) Should use stp_allocate_vars() rather than stp_allocate_copy(stp_default_vars()). 2001-07-10 Files: src/gimp/gimp_main_window.c (1.32) (+35 -23) Move mouse properly in PPI mode. 2001-07-07 Files: src/main/print-weave.c (1.31) (+2 -2) Fix a typo that causes a very quick seg fault. I wonder why this hadn't happened before; I suppose it's the extra debugging stuff I put in that caused something to be used that hadn't been used before. 2001-07-06 Files: README (1.62) (+14 -2) Must reinstall PPD files after upgrading gimp-print. 2001-07-06 Files: README (1.61) (+9 -17) configure.in.in (1.54) (+12 -1) src/ghost/Makefile.am (1.13) (+3 -2) src/ghost/README (1.17) (+97 -57) src/ghost/contrib.mak.addon (1.6) (removed) src/ghost/contrib.mak.addon.in (1.1) (added) src/ghost/contrib.mak.addon.old (1.1) (added) src/ghost/gdevstp.c (1.9) (+5 -1) src/main/gimp-print-internal.h (1.37) (+2 -4) src/main/print-canon.c (1.58) (+8 -8) src/main/print-dither.c (1.38) (+2 -1) src/main/print-lexmark.c (1.40) (+11 -9) src/main/print-pcl.c (1.31) (+14 -13) src/main/print-util.c (1.29) (+11 -11) Fix some warnings from Ghostscript 6.51. New method of building Ghostscript driver by linking against libgimpprint. 2001-07-06 Files: src/main/printers.xml (1.15) (+2 -2) Fixed bjc-7000 gamma as suggested by Bodo Huckestein 2001-07-06 Files: src/main/print-canon.c (1.57) (+2 -2) New density for the BJC7000 in 300x300 (as suggested by Bodo Huckestein) =============================================================================== Name: gimp-print-4_1_99-a1 2001-07-06 Files: NEWS (1.28) (+43 -1) README (1.60) (+7 -7) configure.in.in (1.53) (+5 -4) debian/README.Debian (1.11) (+7 -6) po/en_GB.po (1.27) (+190 -189) po/en_TEST.po (1.27) (+191 -190) 4.1.99-a1 (4.2 alpha 1) release. 2001-07-05 Files: doc/Makefile.am (1.9) (+3 -2) End users are not expected to have texinfo2html. 2001-07-05 Files: src/main/print-weave.c (1.30) (+5 -4) More debugging info. 2001-07-05 Files: doc/Makefile.am (1.8) (+10 -5) Error out if any Texinfo files are missing. 2001-07-05 Files: doc/Makefile.am (1.7) (+2 -3) types.texi no longer exists; clean up a typo 2001-07-05 Files: src/main/print-dither.c (1.37) (+38 -12) Performance tweaks. 2001-07-05 Files: doc/Makefile.am (1.6) (+1 -1) doc/appendices.texi (1.3) (+1 -1) doc/escp2.texi (1.3) (+3 -3) doc/functions.texi (1.3) (+215 -350) doc/gimpprint.texi (1.5) (+2 -3) doc/indices.texi (1.3) (+2 -2) doc/integrating.texi (1.1) (added) doc/introduction.texi (1.3) (+2 -2) doc/new-printer.texi (1.2) (+3 -3) doc/types.texi (1.2) (removed) doc/using.texi (1.3) (+0 -193) doc/weave.texi (1.3) (+3 -3) Split using.texi into integrating.texi Move type descriptions into functions.texi Re-order functions Correct node pointers 2001-07-05 Files: src/main/print-canon.c (1.56) (+101 -44) Some more additions to the experimental stuff Deactivated 6color printing for the 8200 (still too bugy, we leave that for the development versions) 2001-07-03 Files: src/main/print-canon.c (1.55) (+131 -2) BJC8200: New attempt to make 1200x1200 work with 6colors and DMT New experimental stuff for a fundamental change in print-mode definitions (no sweat, it's all #ifdef-ed -- no need to risk anything before the next release ;-) 2001-07-03 Files: src/main/print-canon.c (1.54) (+2 -2) src/main/printers.xml (1.14) (+2 -2) New density and gamma value for the BJC7000 (as suggested by Bodo Huckestein) 2001-07-03 Files: src/main/print-canon.c (1.53) (+37 -37) Added comments to density and bpp entries in printer definitions to make things easier. 2001-07-02 Files: doc/README.dither (1.2) (removed) doc/dither.texi (1.2) (+501 -0) doc/introduction.texi (1.2) (+17 -19) Move README.dither into Texinfo manual 2001-07-02 Files: acconfig.h (1.13) (+2 -5) configure.in.in (1.52) (+2 -2) Remove redundant #defines Remove -ansi from GNUCFLAGS 2001-07-02 Files: src/main/print-canon.c (1.52) (+3 -3) Fix typo 2001-07-02 Files: src/main/print-canon.c (1.51) (+17 -1) src/main/printers.xml (1.13) (+2 -2) Added printer definition for BJC85 based on BJC4400 (that was used for the BJC85 sofar) to allow for different ink definitions lateron. 2001-07-02 Files: src/main/print-canon.c (1.50) (+6 -2) Rather interpret a resolution "NDPI" as "NDPIxNDPI" instead of messing up. 2001-07-02 Files: src/main/print-canon.c (1.49) (+12 -12) Changed k_upper value for the high quality papers from .9 to .999 as suggested by Robert to fix the mixed black to pure black transition problems 2001-07-02 Files: src/main/print-canon.c (1.48) (+8 -8) Fixed missing DMT modes of some of the models. 2001-07-02 Files: src/main/print-dither.c (1.36) (+52 -42) Improve print quality with fast and very fast dither in 6-color mode. 2001-07-02 Files: src/gimp/gimp_main_window.c (1.31) (+2 -2) Silly typo that crept in earlier. 2001-07-01 Files: src/escputil/escputil.c (1.14) (+40 -22) Use stdarg for remote mode commands. 2001-07-01 Files: src/gimp/gimp_color_window.c (1.13) (+48 -57) src/gimp/gimp_main_window.c (1.30) (+222 -329) src/gimp/print.c (1.19) (+5 -13) src/gimp/print_gimp.h (1.15) (+5 -2) Clean up the duplication between vars and the printer list. This may allow us to further simplify the logic in gimp_main_window.c; that needs some investigation. 2001-07-01 Files: src/gimp/gimp_main_window.c (1.29) (+177 -172) Split up preview update. 2001-07-01 Files: src/gimp/gimp_color_window.c (1.12) (+28 -8) src/gimp/gimp_main_window.c (1.28) (+490 -551) src/gimp/print_gimp.h (1.14) (+4 -1) Clean up UI initialization. 2001-07-01 Files: src/gimp/gimp_main_window.c (1.27) (+29 -17) Use the drawing window more generously. 2001-07-01 Files: src/gimp/gimp_main_window.c (1.26) (+3 -1) Preserve the custom page size when switching printers. 2001-06-30 Files: src/main/print-version.c (1.4) (+1 -3) No need for unistd.h here. 2001-06-24 Files: src/cups/Makefile.am (1.26) (+2 -8) Change from `foreign' to `gnu' as cups/ no longer has a separate configure.in 2001-06-24 Files: doc/using.texi (1.2) (+1 -1) Fix typo in AM_PATH_GIMPPRINT definition 2001-06-19 Files: src/main/print-escp2.c (1.77) (+5 -1) Added Ilford heavy paper, which applies to both satin and glossy papers with 238 gms weight. This paper does not like pure black and is sensitive to receiving too much ink. 2001-06-19 Files: src/main/print-weave.c (1.29) (+2 -2) Edited typo or search and replace bogosity. 2001-06-17 Files: Makefile.am (1.102) (+2 -2) debian/README.building.from.CVS (1.7) (+15 -1) debian/libgimpprint-dev.docs (1.3) (+0 -3) Fix debian/control.in parsing in Makefile.am dist-hook rule Remove files from debian/libgimpprint-dev.docs that no longer exist Update debian/README.building.from.CVS to give more accurate details 2001-06-16 Files: doc/Makefile.am (1.5) (+1 -2) doc/README.new-printer (1.3) (removed) doc/appendices.texi (1.2) (+5 -4) doc/escp2.texi (1.2) (+14 -8) doc/functions.texi (1.2) (+2 -1) doc/indices.texi (1.2) (+1 -1) doc/new-printer.texi (1.1) (added) doc/weave.texi (1.2) (+69 -38) Move README.new-printer into Texinfo manual as an appendix 2001-06-16 Files: doc/texinfo.tex (1.1) (added) Add latest texinfo.tex, to avoid problems with older versions 2001-06-16 Files: doc/.cvsignore (1.3) (+0 -1) doc/Makefile.am (1.4) (+15 -5) doc/README.escp2 (1.6) (removed) doc/README.weave (1.4) (removed) doc/appendices.texi (1.1) (added) doc/copying.texi (1.1) (added) doc/dither.texi (1.1) (added) doc/escp2.texi (1.1) (added) doc/functions.texi (1.1) (added) doc/gimpprint.texi (1.4) (+21 -1295) doc/indices.texi (1.1) (added) doc/introduction.texi (1.1) (added) doc/overview.texi (1.1) (added) doc/problems.texi (1.1) (added) doc/programs.texi (1.1) (added) doc/types.texi (1.1) (added) doc/using.texi (1.1) (added) doc/weave.texi (1.1) (added) po/en_GB.po (1.26) (+211 -211) po/en_TEST.po (1.26) (+211 -211) Move README.escp2 and README.weave into the Texinfo manual Split Texinfo manual into separate files for ease of maintaining 2001-06-14 Files: test/run-weavetest (1.7) (+7 -1) Run quietly by default. 2001-06-14 Files: test/Makefile.am (1.21) (+2 -2) run-weavetest is part of tests 2001-06-14 Files: test/Makefile.am (1.20) (+3 -1) Add 'make check' support 2001-06-14 Files: src/main/gimp-print-internal.h (1.36) (+4 -2) src/main/print-escp2.c (1.76) (+2 -3) src/main/print-weave.c (1.28) (+110 -72) Further reduce memory consumption, particularly at high resolution. 2001-06-14 Files: src/gimp/gimp_main_window.c (1.25) (+3 -3) Move the preview correctly when using button 2. 2001-06-13 Files: doc/README.weave (1.3) (+14 -12) Minor cleanup. 2001-06-13 Files: src/main/print-canon.c (1.47) (+16 -13) * canon_init_printer now produces the same init sequences as version 1.12 except for the models BJC-6000, -6100, -6200 (which should work), the BJC-6500 (in non-DMT mode), the BJC-7000 (only pagemargins) and our most favourite, the BJC-8200 (still highly alpha, most propably not working, etc) * reactivated the 300x300 mode for the BJC-8200 2001-06-12 Files: doc/README.escp2 (1.5) (+12 -11) Don't choke when this is pasted into HTML. 2001-06-12 Files: src/gimp/gimp_color_window.c (1.11) (+2 -1) src/gimp/gimp_main_window.c (1.24) (+35 -7) src/gimp/print_gimp.h (1.13) (+2 -8) Use the correct printer defaults rather than simply the first option in the set. 2001-06-11 Files: doc/README.weave (1.2) (+145 -134) Minor updates 2001-06-11 Files: doc/README.escp2 (1.4) (+83 -68) Cleanup. 2001-06-10 Files: src/main/print-escp2.c (1.75) (+2 -3) Correct (?) ESC 980 inks in 2880x720 mode. 2001-06-10 Files: test/unprint.c (1.8) (+49 -19) Speed things up in common cases. Correct handling of 4-color inks for Epson mode. 2001-06-10 Files: test/unprint.c (1.7) (+15 -9) Inline the most critical functions. 2001-06-10 Files: test/unprint.c (1.6) (+15 -13) Do output more efficiently. 2001-06-10 Files: test/unprint.c (1.5) (+82 -43) Handle new command set. 2001-06-10 Files: debian/changelog (1.17) (+2 -2) Update debian package version =============================================================================== Name: gimp-print-4_1_10 2001-06-09 Files: NEWS (1.27) (+5 -2) README (1.59) (+1 -1) configure.in.in (1.51) (+3 -3) debian/README.Debian (1.10) (+1 -1) po/en_GB.po (1.25) (+1 -1) po/en_TEST.po (1.25) (+1 -1) src/main/print-weave.c (1.27) (+16 -7) Gimp-Print 4.1.10 release 2001-06-09 Files: src/main/print-weave.c (1.26) (+8 -5) Fix more sizing bugs in the weave code. =============================================================================== Name: gimp-print-4_1_9 2001-06-09 Files: NEWS (1.26) (+17 -1) README (1.58) (+1 -1) configure.in.in (1.50) (+3 -3) debian/README.Debian (1.9) (+1 -1) src/main/gimp-print-internal.h (1.35) (+7 -5) src/main/print-weave.c (1.25) (+23 -15) Fix crash/possible data corruption in weave code. Under certain circumstances, the weave code isn't allocating enough memory for certain temporary buffers. Verified with Electric Fence. Prep for 4.1.9 emergency release. =============================================================================== Name: gimp-print-4_1_8 2001-06-08 Files: po/en_GB.po (1.24) (+4 -4) po/en_TEST.po (1.24) (+4 -4) . 2001-06-08 Files: src/ghost/Makefile.am (1.12) (+8 -10) Build more correctly. 2001-06-08 Files: src/main/print-escp2.c (1.74) (+3 -3) Set default density/black to plain paper settings. 2001-06-08 Files: src/main/print-escp2.c (1.73) (+18 -16) Don't try to use a paper type that may be nonexistent. 2001-06-08 Files: src/gimp/print.c (1.18) (+3 -50) Clean up some dead code. 2001-06-08 Files: NEWS (1.25) (+12 -8) Note improvements in color. 2001-06-08 Files: po/en_GB.po (1.23) (+87 -87) po/en_TEST.po (1.23) (+87 -87) . 2001-06-07 Files: NEWS (1.24) (+5 -0) Start prep for 4.1.8. 2001-06-07 Files: src/gimp/gimp_main_window.c (1.23) (+81 -26) src/main/print-escp2.c (1.72) (+61 -34) src/printdef/printdefy.y (1.6) (+3 -3) Eliminate flashing in the UI when moving the preview image against the borders of the page; also reduce (and hopefully eliminate) any risk of the preview window locking up. If it does lock up, it can be freed by operating any other control. Do some color tuning for paper types. Eliminate a warning from printdef. 2001-06-05 Files: src/main/print-ps.c (1.18) (+2 -2) Use "correct" vars in stp_choose_colorfunc. 2001-06-04 Files: .cvsignore (1.14) (+1 -0) debian/.cvsignore (1.5) (+1 -0) doc/.cvsignore (1.2) (+3 -0) src/main/.cvsignore (1.4) (+1 -0) Update .cvsignore 2001-06-04 Files: Makefile.am (1.101) (+2 -2) acconfig.h (1.12) (+1 -4) configure.in.in (1.49) (+1 -5) po/en_GB.po (1.22) (+172 -172) po/en_TEST.po (1.22) (+172 -172) Remove GIMP_PRINT_MAINT from configure.in.in Fix sed parsing of debian/changelog in Makefile.am 2001-06-04 Files: configure.in.in (1.48) (+1 -14) po/en_GB.po (1.21) (+1 -1) po/en_TEST.po (1.21) (+1 -1) src/cups/Makefile.am (1.25) (+2 -2) src/printdef/printdefy.y (1.5) (+4 -1) Remove CUPS_CFLAGS Add prototypes to printdefy.y 2001-06-03 Files: configure.in.in (1.47) (+2 -2) src/cups/canon.c (1.2) (+1 -1) src/cups/commandtoepson.c (1.2) (+3 -3) src/cups/epson.c (1.2) (+3 -3) src/cups/genppd.c (1.16) (+3 -3) src/escputil/escputil.c (1.13) (+41 -45) src/foomatic/paper_sizes.c (1.3) (+1 -12) src/foomatic/printer_options.c (1.3) (+2 -2) src/gimp/gimp_color_window.c (1.10) (+12 -2) src/gimp/gimp_main_window.c (1.22) (+4 -4) src/gimp/print.c (1.17) (+6 -5) src/gimp/print_gimp.h (1.12) (+5 -1) src/main/print-canon.c (1.46) (+22 -22) src/main/print-color.c (1.18) (+5 -1) src/main/print-dither.c (1.35) (+12 -9) src/main/print-escp2.c (1.71) (+94 -94) src/main/print-lexmark.c (1.39) (+29 -24) src/main/print-pcl.c (1.30) (+3 -3) src/main/print-ps.c (1.17) (+3 -3) src/main/print-util.c (1.28) (+39 -39) src/main/print-weave.c (1.24) (+3 -3) src/printdef/printdefl.l (1.2) (+16 -3) src/printdef/printdefy.y (1.4) (+4 -4) test/bjc-unprint.c (1.5) (+4 -4) test/pcl-unprint.c (1.5) (+35 -35) test/testdither.c (1.10) (+4 -4) Fix a lot of warnings. Improve color quality on plain paper with Epson printers. 2001-06-03 Files: Makefile.am (1.100) (+2 -2) acconfig.h (1.11) (+3 -9) configure.in.in (1.46) (+31 -64) src/cups/Makefile.am (1.24) (+13 -4) src/escputil/Makefile.am (1.9) (+2 -2) src/escputil/escputil.c (1.12) (+14 -6) src/foomatic/Makefile.am (1.9) (+3 -3) src/gimp/Makefile.am (1.16) (+2 -2) src/gimp/print.c (1.16) (+6 -6) src/gimp/print_gimp.h (1.11) (+3 -2) src/main/Makefile.am (1.22) (+3 -3) src/main/gimp-print-internal.h (1.34) (+6 -2) src/printdef/Makefile.am (1.6) (+2 -2) test/Makefile.am (1.19) (+3 -3) test/bjc-unprint.c (1.4) (+19 -1) test/escp2-unprint.c (1.3) (+12 -1) test/escp2-weavetest.c (1.18) (+2 -2) test/pcl-unprint.c (1.4) (+13 -2) test/testdither.c (1.9) (+11 -11) test/unprint.c (1.4) (+17 -1) Remove CFLAGS debugging and optimisation code from configure.in.in Add missing function prototypes for all functions (except printdef) 2001-06-03 Files: po/en_GB.po (1.20) (+62 -62) po/en_TEST.po (1.20) (+62 -62) Updates 2001-06-03 Files: doc/print-main.png (1.2) (+65 -26) Update the screen shot. 2001-06-03 Files: NEWS (1.23) (+36 -5) Latest updates 2001-06-03 Files: src/foomatic/Makefile.am (1.8) (+2 -2) Minor typo 2001-06-03 Files: src/gimp/gimp_main_window.c (1.21) (+101 -9) Abort an image move operation (with the mouse in the preview window) if another mouse button is pressed. The middle mouse button moves the image in increments of the image size. 2001-06-02 Files: po/en_GB.po (1.19) (+140 -140) po/en_TEST.po (1.19) (+140 -140) test/Makefile.am (1.18) (+2 -2) Back out distributing test/mixed-color-1bit.ppm wrongly 2001-06-02 Files: src/gimp/gimp_color_window.c (1.9) (+1 -3) Enable and disable only the things that need to be enabled/disabled. 2001-06-02 Files: configure.in.in (1.45) (+30 -29) man/Makefile.am (1.6) (+9 -1) src/cups/Makefile.am (1.23) (+25 -24) src/escputil/Makefile.am (1.8) (+13 -1) src/foomatic/Makefile.am (1.7) (+29 -9) src/ghost/Makefile.am (1.11) (+10 -2) src/gimp/Makefile.am (1.15) (+17 -5) src/include/Makefile.am (1.8) (+7 -1) src/main/Makefile.am (1.21) (+23 -2) src/printdef/Makefile.am (1.5) (+10 -1) test/Makefile.am (1.17) (+13 -3) Remove conditional compilation definitions out of configure.in into individual Makefiles. Checks are still in configure.in. 2001-06-02 Files: Makefile.am (1.99) (+2 -2) po/en_GB.po (1.18) (+407 -258) po/en_TEST.po (1.18) (+432 -258) Make debian/changelog parsing safer 2001-06-02 Files: src/main/gimp-print-internal.h (1.33) (+3 -15) src/main/print-canon.c (1.45) (+13 -1) src/main/print-escp2.c (1.70) (+18 -7) src/main/print-weave.c (1.23) (+7 -7) Remove the last hard-coded size limits in the core. 2001-06-02 Files: src/ghost/Makefile.am (1.10) (+2 -1) make clean needs to do print-dither-matrices.c, also. 2001-06-02 Files: src/main/print-dither.c (1.34) (+253 -661) More cleanup. 2001-06-02 Files: src/gimp/gimp_color_window.c (1.8) (+20 -1) src/gimp/gimp_main_window.c (1.20) (+5 -1) src/gimp/print_gimp.h (1.10) (+4 -2) Disable color-specific sliders in monochrome modes. 2001-06-01 Files: configure.in.in (1.44) (+2 -2) Build test/testdither with the rest of test/ 2001-06-01 Files: scripts/mkchlog (1.2) (+2 -0) Strip trailing whitespace. 2001-06-01 Files: src/foomatic/foomatic-generator.in (1.5) (+1 -1) src/foomatic/foomatic-printermap (1.3) (+6 -0) Have the ID's for Stylus Pro printers. 2001-06-01 Files: NEWS (1.22) (+18 -6) README (1.57) (+5 -3) configure.in.in (1.43) (+1 -2) po/POTFILES.in (1.6) (+1 -0) src/cups/genppd.c (1.15) (+83 -94) src/escputil/escputil.c (1.11) (+7 -1) src/foomatic/foomatic-generator.in (1.4) (+1 -1) src/ghost/Makefile.am (1.9) (+2 -2) src/ghost/README (1.16) (+146 -70) src/ghost/contrib.mak.addon (1.5) (+4 -0) src/ghost/devs.mak.addon-5.10 (1.5) (+4 -0) src/gimp/gimp_color_window.c (1.7) (+28 -47) src/gimp/gimp_main_window.c (1.19) (+14 -39) src/gimp/print.c (1.15) (+2 -4) src/gimp/print_gimp.h (1.9) (+44 -2) src/main/Makefile.am (1.20) (+2 -1) src/main/gimp-print-internal.h (1.32) (+47 -21) src/main/print-canon.c (1.44) (+8 -2) src/main/print-dither-matrices.c (1.2) (+61 -0) src/main/print-dither.c (1.33) (+981 -2046) src/main/print-escp2.c (1.69) (+393 -161) src/main/print-lexmark.c (1.38) (+6 -3) src/main/print-pcl.c (1.29) (+7 -1) src/main/print-ps.c (1.16) (+7 -1) src/main/print-util.c (1.27) (+65 -3) src/main/printers.xml (1.12) (+50 -0) test/testdither.c (1.8) (+78 -74) Remove check for random function that is no longer used. Major cleanup of dither code: * Put all of the working data into channels rather than ad hoc CMYK variables. * Generalize the dither matrix stuff a bit. * Split out dither matrices into their own (new) source file. Add support for Epson Stylus Pro printers (untested!). Speed up genppd significantly. TEMPORARILY remove check for missing drivers in foomatic install. This needs to be restored when we get ID's for the Stylus Pros. Finally fix a thorny bug in the GUI that caused options to sometimes be ignored and may have caused crashes (the problem was memory being freed out from under something due to a GUI callback). Gray out the paper size entry boxes when they are inactive (when standard page sizes are in use). Add paper size entries for roll papers. Other miscellaneous cleanup of the GUI. Renumber the channels so that black is guaranteed to be channel 0. This simplifies a lot of stuff in the dither code. Check that parameters have actually been verified at print time. Fix testdither program. 2001-05-30 Files: configure.in.in (1.42) (+18 -9) src/foomatic/Makefile.am (1.6) (+4 -4) src/main/Makefile.am (1.19) (+2 -2) src/main/gimpprint-config.in (1.4) (+1 -1) test/Makefile.am (1.16) (+2 -2) Fix library linking problems by use of GIMPPRINT_DEPLIBS Remove duplicate library for --libs in gimpprint-config.in 2001-05-29 Files: src/main/print-dither-matrices.c (1.1) (added +709 -0) file print-dither-matrices.c was initially added on branch stylus-pro-branch. 2001-05-27 Files: Makefile.am (1.98) (+5 -1) README (1.56) (+1 -1) debian/changelog (1.16) (+6 -0) po/en_GB.po (1.17) (+397 -378) po/en_TEST.po (1.17) (+407 -383) Automatically generate debian/changelog during 'make dist' 2001-05-22 Files: src/main/print-canon.c (1.43) (+19 -31) Don't copy variable block incorrectly. 2001-05-20 Files: NEWS (1.21) (+29 -5) README (1.55) (+13 -8) configure.in.in (1.41) (+4 -4) src/cups/genppd.c (1.14) (+2 -3) src/ghost/README (1.15) (+25 -18) src/ghost/gdevstp.c (1.8) (+7 -1) src/gimp/gimp_main_window.c (1.18) (+41 -36) src/gimp/print-image-gimp.c (1.4) (+5 -5) src/gimp/print.c (1.14) (+66 -66) src/gimp/print_gimp.h (1.8) (+2 -4) src/include/gimp-print.h.in (1.12) (+5 -6) src/main/print-canon.c (1.42) (+19 -16) src/main/print-color.c (1.17) (+21 -25) src/main/print-dither.c (1.32) (+6 -18) src/main/print-escp2.c (1.68) (+7 -6) src/main/print-lexmark.c (1.37) (+57 -59) src/main/print-pcl.c (1.28) (+16 -17) src/main/print-ps.c (1.15) (+4 -4) src/main/print-util.c (1.26) (+5 -1) Remove Gimp back compatibility code (this now requires the Gimp 1.2 or very close to it). Move the monochrome option from image type to output type, as part of an overall start on rationalizing the options. 2001-05-20 Files: src/gimp/gimp_main_window.c (1.17) (+68 -50) Convert printer list to combo. 2001-05-19 Files: src/gimp/gimp_main_window.c (1.16) (+152 -43) src/gimp/print.c (1.13) (+66 -131) src/gimp/print_gimp.h (1.7) (+4 -1) Capability to add a new printer 2001-05-19 Files: src/main/print-escp2.c (1.67) (+2 -2) Try to tweak PGPP a bit more. 2001-05-19 Files: src/main/print-canon.c (1.41) (+50 -50) src/main/print-color.c (1.16) (+4 -5) src/main/print-escp2.c (1.66) (+230 -71) src/main/print-lexmark.c (1.36) (+50 -50) src/main/print-pcl.c (1.27) (+50 -50) src/main/print-util.c (1.25) (+3 -10) Change the hue mapping so that the values are expressed as the delta from the correct value. That makes it possible to compose values easily. Try to tune Epson premium glossy photo paper. What a bear! 2001-05-18 Files: src/main/print-escp2.c (1.65) (+41 -17) Try to improve color quality for premium glossy. More to come. 2001-05-17 Files: src/main/print-escp2.c (1.64) (+9 -3) Attempt to fix vertical zero margin mode. 2001-05-16 Files: src/main/print-pcl.c (1.26) (+4 -4) Fix symbol names 2001-05-16 Files: src/main/print-lexmark.c (1.35) (+4 -4) Fix up symbol names 2001-05-15 Files: src/main/print-canon.c (1.40) (+47 -47) src/main/print-color.c (1.15) (+18 -7) src/main/print-dither.c (1.31) (+2 -12) src/main/print-escp2.c (1.63) (+34 -25) src/main/print-lexmark.c (1.34) (+108 -54) src/main/print-pcl.c (1.25) (+108 -54) Tweak the color code to try to improve transitions in very dark areas. In particular, very dark gray/black, and nearly pure saturated colors, should be improved somewhat. This may be a bit too dark overall. Also, tweak red and green. 2001-05-15 Files: src/gimp/Makefile.am (1.14) (+5 -6) The GNU Make 'export' construct is not portable. 2001-05-14 Files: src/main/print-escp2.c (1.62) (+31 -35) Try to further improve reds. 2001-05-12 Files: src/cups/genppd.c (1.13) (+2 -3) src/gimp/gimp_color_window.c (1.6) (+2 -1) src/gimp/gimp_main_window.c (1.15) (+3 -4) src/gimp/print.c (1.12) (+4 -2) src/include/gimp-print.h.in (1.11) (+3 -6) src/main/gimp-print-internal.h (1.31) (+10 -2) src/main/print-canon.c (1.39) (+54 -52) src/main/print-color.c (1.14) (+6 -6) src/main/print-dither.c (1.30) (+14 -14) src/main/print-escp2.c (1.61) (+5 -6) src/main/print-lexmark.c (1.33) (+76 -77) src/main/print-pcl.c (1.24) (+36 -35) src/main/print-ps.c (1.14) (+35 -39) src/main/print-util.c (1.24) (+42 -19) src/main/print-weave.c (1.22) (+20 -20) Clean up use of stdio all over the place. More debugging. Remove unnecessary header files from gimp-print.h. 2001-05-12 Files: NEWS (1.20) (+8 -3) src/gimp/print-image-gimp.c (1.3) (+17 -14) src/gimp/print.c (1.11) (+3 -3) src/main/gimp-print-internal.h (1.30) (+8 -2) src/main/print-color.c (1.13) (+15 -28) src/main/print-dither.c (1.29) (+52 -49) src/main/print-util.c (1.23) (+42 -9) Create a debugging framework rather than #ifdef's everywhere. 2001-05-12 Files: src/main/print-escp2.c (1.60) (+2 -2) Tune PGPP 2001-05-12 Files: src/main/print-escp2.c (1.59) (+2 -2) Fix a broken remote mode command for roll feed paper. 2001-05-12 Files: NEWS (1.19) (+11 -1) README (1.54) (+1 -1) configure.in.in (1.40) (+3 -3) debian/README.Debian (1.8) (+1 -1) Bump version. 2001-05-12 Files: src/main/print-escp2.c (1.58) (+4 -4) Fix the definition for enhanced microweave mode (which will eliminate spurious commands intended only for the newest photo printers from being sent to other printers). 2001-05-11 Files: configure.in.in (1.39) (+2 -2) debian/changelog (1.15) (+3 -2) debian/control.in (1.5) (+1 -0) debian/rules (1.18) (+2 -1) doc/Makefile.am (1.3) (+4 -3) po/en_GB.po (1.16) (+1 -1) po/en_TEST.po (1.16) (+1 -1) configure.in.in: fix incorrect texi2html error message Debian: add new HTML manual to doc-base for libgimpprint-doc doc/Makefile.am: fix html rule to fix VPATH builds 2001-05-09 Files: Makefile.am (1.97) (+7 -4) configure.in.in (1.38) (+5 -2) doc/Makefile.am (1.2) (+32 -2) doc/gimpprint.texi (1.3) (+2 -2) po/en_GB.po (1.15) (+1 -1) po/en_TEST.po (1.15) (+1 -1) src/cups/Makefile.am (1.22) (+3 -3) Add html generation from Texinfo source Unify dist-hook in all directories 2001-05-09 Files: debian/control.in (1.4) (+1 -1) Add flex to build depends on the mainline too. 2001-05-09 Files: src/main/print-util.c (1.22) (+2 -2) Fix rather silly "initialization". 2001-05-09 Files: src/main/print-escp2.c (1.57) (+12 -12) Improve blues 2001-05-06 Files: Ghost/.cvsignore (1.6) (removed) Remove redundant file =============================================================================== Name: gimp-print-4_1_7 2001-05-06 Files: configure.in.in (1.37) (+7 -7) debian/libgimpprint-dev.files (1.4) (+1 -0) lib/.cvsignore (1.5) (+4 -1) man/.cvsignore (1.3) (+1 -0) man/Makefile.am (1.5) (+2 -2) man/cups-calibrate.8.in (1.2) (+36 -3) man/escputil.1.in (1.3) (+25 -0) man/gimpprint-config.1.in (1.2) (+38 -9) man/gimpprint.3.in (1.1) (added) src/cups/Makefile.am (1.21) (+2 -2) src/escputil/Makefile.am (1.7) (+3 -5) src/foomatic/Makefile.am (1.5) (+2 -5) src/ghost/.cvsignore (1.4) (+1 -0) src/gimp/Makefile.am (1.13) (+3 -5) src/include/.cvsignore (1.2) (+1 -0) src/main/.cvsignore (1.3) (+1 -0) src/main/Makefile.am (1.18) (+2 -4) src/printdef/Makefile.am (1.4) (+2 -4) test/Makefile.am (1.15) (+2 -4) Update all .cvsignore files I18n fix: Link the the print plugin with $(INTLLIBS) Add manpage man/gimpprint.3.in, and update debian packaging Small Makefile.am cleanup (AM_CPPFLAGS removed) 2001-05-06 Files: src/main/print-escp2.c (1.56) (+17 -17) Improve red and magenta somewhat. 2001-05-06 Files: README (1.53) (+1 -0) Update Debian package summary (add libgimpprint-doc) 2001-05-05 Files: Makefile.am (1.96) (+4 -4) configure.in.in (1.36) (+2 -2) src/cups/Makefile.am (1.20) (+17 -7) src/ghost/Makefile.am (1.8) (+6 -2) Fix Makefile portability problems to work with Solaris and IRIX make. 2001-05-04 Files: NEWS (1.18) (+13 -9) Note fix to 404260 2001-05-04 Files: configure.in.in (1.35) (+2 -2) lib/Makefile.am (1.4) (+1 -4) Fix gettext header inclusion 2001-05-04 Files: debian/changelog (1.14) (+2 -0) Fix broken entry 2001-05-03 Files: Makefile.am (1.95) (+2 -2) debian/changelog (1.13) (+6 -0) debian/control.in (1.3) (+11 -0) debian/rules (1.17) (+70 -49) doc/gimpprint.texi (1.2) (+1 -2) po/en_GB.po (1.14) (+186 -196) po/en_TEST.po (1.14) (+196 -200) Add Debian package libgimpprint-doc, and update debian/rules and debian/control. Update debian/changelog for 4.1.7 Fix bad direntry in gimpprint.text 2001-05-03 Files: Makefile.am (1.94) (+2 -2) configure.in.in (1.34) (+8 -7) doc/.cvsignore (1.1) (added +9 -0) doc/Makefile.am (1.1) (added +96 -0) doc/gimpprint.texi (1.1) (added) doc/gpl.texi (1.1) (added) src/foomatic/.cvsignore (1.2) (+2 -0) src/include/gimp-print.h.in (1.10) (+202 -198) src/main/gimpprint-config.in (1.3) (+1 -1) Add Texinfo documentation (gimmprint.texi) Correct typo in gimpprint-config.in Add Makefile.am to doc/ Use uniform prototype style in gimp-print.h.in, without tabs to enable easy inclusion in Texinfo files. 2001-05-03 Files: NEWS (1.17) (+52 -2) README (1.52) (+1 -1) configure.in.in (1.33) (+3 -3) debian/README.Debian (1.7) (+1 -1) Prep for 4.1.7. 2001-05-03 Files: src/main/print-escp2.c (1.55) (+14 -2) Print correctly if no ink type parameter is specified. 2001-05-03 Files: src/main/print-color.c (1.12) (+36 -24) Some possibly useful debugging code 2001-05-03 Files: src/main/print-dither.c (1.28) (+380 -123) It turns out that alternating direction with each pass is indeed important in error diffusion mode for printing very fine diagonal lines. 2001-05-03 Files: src/cups/rastertoprinter.c (1.13) (+22 -2) More comprehensive debugging information 2001-05-03 Files: src/cups/genppd.c (1.12) (+10 -2) Don't output the Custom paper size, which is useless here 2001-05-02 Files: src/ghost/README (1.14) (+19 -32) src/main/print-dither.c (1.27) (+312 -433) src/main/print-escp2.c (1.54) (+3 -3) Improve black transition on variable dot size printers. Remove adaptive random and random floyd-steinberg algorithms, which appear to have no advantages whatsoever over their hybrid counterparts. Split out ordered print_color function to simplify it some. This will probably reduce the executable a bit and the working set by a little when ordered dither is used. 2001-05-01 Files: src/gimp/print.c (1.10) (+3 -3) Display the plugin name correctly 2001-05-01 Files: src/main/print-util.c (1.21) (+10 -4) Only initialise some things once 2001-05-01 Files: src/main/print-pcl.c (1.23) (+78 -55) Changed the blank line removal to leave the first blank line in place, this is apparently needed for some broken printers. Made "blank line removal" configurable per-printer & turned it on for all printers that support compression. Turned on compression (and blank line removal) for the DJ340, DJ400, DJ500 as my documentation says it is supported. Changed PCL_STP_PRINTER_TIFF back to PCL_PRINTER_TIFF (over zealous search and destroy!). 2001-04-29 Files: src/main/print-dither.c (1.26) (+15 -26) Fix problem with excessive ink in adaptive mode. Turn off debug code that was accidentally left on. 2001-04-29 Files: src/main/gimp-print-internal.h (1.29) (+3 -3) src/main/print-canon.c (1.38) (+2 -24) src/main/print-dither.c (1.25) (+37 -29) src/main/print-escp2.c (1.53) (+1 -29) src/main/print-lexmark.c (1.32) (+29 -39) src/main/print-pcl.c (1.22) (+1 -2) src/main/print-util.c (1.20) (+5 -5) Finally (!) fix the transitions in ordered dither for real. This allows us to use ordered dither very high up in the range in adaptive hybrid (use error diffusion only in very dark regions). The result is somewhat smoother toning in dark midranges on 6-color printers. It may run a bit faster and use less ink, too. 2001-04-29 Files: src/cups/Makefile.am (1.19) (+6 -1) Add correct dependencies on libgimpprint. 2001-04-28 Files: src/ghost/gdevstp.c (1.7) (+2 -1) Add call to stp_init() 2001-04-27 Files: Makefile.am (1.93) (+3 -5) configure.in.in (1.32) (+5 -2) debian/rules (1.16) (+7 -4) po/en_GB.po (1.13) (+366 -418) po/en_TEST.po (1.13) (+389 -419) src/cups/genppd.c (1.11) (+8 -2) src/cups/rastertoprinter.c (1.12) (+9 -2) src/escputil/Makefile.am (1.6) (+1 -2) src/gimp/Makefile.am (1.12) (+1 -2) src/gimp/print.c (1.9) (+8 -2) src/include/gimp-print.h.in (1.9) (+8 -5) src/main/Makefile.am (1.17) (+1 -2) src/main/print-util.c (1.19) (+13 -2) src/printdef/Makefile.am (1.3) (+1 -2) test/Makefile.am (1.14) (+1 -2) test/escp2-weavetest.c (1.17) (+7 -1) test/testdither.c (1.7) (+7 -2) src/main/print-util.c: new function stp_init() Use stp_init in all code linked with libgimpprint Small Makefile fixes 2001-04-23 Files: src/main/print-escp2.c (1.52) (+485 -556) Simplify a lot of logic. 2001-04-22 Files: src/ghost/README (1.13) (+16 -0) src/main/print-dither.c (1.24) (+937 -450) src/main/print-escp2.c (1.51) (+84 -47) Enable composite gray (no black ink) printing on Epson printers as an additional option. 2001-04-22 Files: src/cups/genppd.c (1.10) (+35 -16) src/foomatic/printer_options.c (1.2) (+29 -4) src/ghost/gdevstp.c (1.6) (+3 -2) src/gimp/gimp_color_window.c (1.5) (+57 -56) src/gimp/gimp_main_window.c (1.14) (+100 -116) src/include/gimp-print.h.in (1.8) (+118 -5) src/main/print-canon.c (1.37) (+103 -14) src/main/print-escp2.c (1.50) (+64 -18) src/main/print-lexmark.c (1.31) (+97 -14) src/main/print-pcl.c (1.21) (+107 -8) src/main/print-ps.c (1.13) (+70 -8) src/main/print-util.c (1.18) (+185 -2) Clean up the architecture for defaults; propagate it to the Foomatic and CUPS data generators. Don't allow printing in color on black-only printers. 2001-04-22 Files: src/main/print-ps.c (1.12) (+1 -4) Remove some useless code 2001-04-21 Files: src/foomatic/paper_sizes.c (1.2) (+2 -2) Remove unused variable. 2001-04-21 Files: configure.in.in (1.31) (+2 -2) Handle the Foomatic stuff more correctly. 2001-04-21 Files: src/foomatic/Makefile.am (1.4) (+11 -3) src/foomatic/foomatic-generator.in (1.3) (+10 -10) src/foomatic/gimp-print-version.c (1.1) (added) src/foomatic/paper_sizes.c (1.1) (added +41 -0) Extract data correctly from the library rather than trying to parse source files. 2001-04-21 Files: src/main/print-pcl.c (1.20) (+103 -48) test/pcl-unprint.c (1.3) (+29 -3) Added "Blank line removal" to PCL driver. This should speed up output with large areas of vertical blank space. Modified pcl-unprint to cope with this change! 2001-04-19 Files: src/gimp/print.c (1.8) (+3 -3) Get rid of a somewhat bogus warning. 2001-04-19 Files: lib/libprintut.h (1.3) (+3 -3) Fix declarations (that very few people use) 2001-04-15 Files: src/main/print-escp2.c (1.49) (+2 -2) Typo 2001-04-15 Files: src/main/print-escp2.c (1.48) (+71 -60) Vertical zero-margin mode 2001-04-15 Files: doc/README.escp2 (1.3) (+16 -2) Document a few more remote mode commands =============================================================================== Name: gimp-print-4_1_6 2001-04-15 Files: src/main/print-ps.c (1.11) (+5 -1) Don't have VERSION and RELEASE_DATE when compiling the Ghostscript driver. 2001-04-15 Files: NEWS (1.16) (+41 -8) Prep for 4.1.6. 2001-04-15 Files: README (1.51) (+4 -1) Note absolute requirement for Gimp 1.2. 2001-04-15 Files: src/gimp/gtk_color_window.c (1.4) (removed) src/gimp/gtk_main_window.c (1.6) (removed) Remove the old (GIMP 1.0-compatible) interface. 2001-04-15 Files: src/main/printers.xml (1.11) (+0 -10) Improve quality of Stylus Photo x[789]0. 2001-04-15 Files: src/main/print-lexmark.c (1.30) (+2 -2) Removed debugging printouts. See prev. version for comments. 2001-04-15 Files: src/main/print-lexmark.c (1.29) (+17 -16) Found and corrected an heavy bug when printing with 300x600 DPI. Corrected density correction for the different resolutions. 2001-04-15 Files: src/main/print-escp2.c (1.47) (+41 -85) Improve 870 etc. colors 2001-04-13 Files: src/main/print-ps.c (1.10) (+3 -2) Update ID string in output 2001-04-12 Files: configure.in.in (1.30) (+10 -22) Change some newlines to spaces in the AC_OUTPUT macro. It should be possible to deliminate fields using any whitespace, but gettext 0.10.36 requires spaces around po/Makefile.in. Rather than makeing one huge line of text, use mixed delimination, with five reasonably sized lines. This should work as long as po/Makefile.in is *not* the first or last file on a line. (Documented in a comment.) Ugh. 2001-04-12 Files: configure.in.in (1.29) (+2 -2) po/POTFILES.in (1.5) (+0 -2) po/en_GB.po (1.12) (+242 -237) po/en_TEST.po (1.12) (+271 -242) src/gimp/Makefile.am (1.11) (+1 -3) src/gimp/print.c (1.7) (+2 -69) src/gimp/print_gimp.h (1.6) (+1 -13) EOL Gimp 1.0 support 2001-04-10 Files: src/main/print-canon.c (1.36) (+3 -3) Bugfix for a segmentation violation 2001-04-10 Files: src/main/print-canon.c (1.35) (+3 -3) Another bgfix to the bitoffset function 2001-04-10 Files: src/main/print-canon.c (1.34) (+3 -3) Bugfix for the bitoffset function 2001-04-09 Files: src/main/print-lexmark.c (1.28) (+13 -34) Removed warnings, corrected passing of private data to flush_pass(). 2001-04-09 Files: configure.in.in (1.28) (+3 -3) Bump version 2001-04-09 Files: src/main/print-canon.c (1.33) (+2 -2) Better intensity values for the bjc6000 2001-04-08 Files: src/main/print-lexmark.c (1.27) (+178 -131) Added support for photo cartridge and unidirectional printing. 2001-04-08 Files: README (1.50) (+27 -6) Updated installation instructions from Grant. 2001-04-07 Files: src/foomatic/foomatic-templates/gimp-print.xml (1.1) (added) src/foomatic/foomatic-templates/stp.xml (1.2) (removed) Template file should be gimp-print.xml per Grant 2001-04-07 Files: src/gimp/gimp_main_window.c (1.13) (+9 -7) Don't free up strings used by a gtk_combo. 2001-04-07 Files: src/main/gimp-print-internal.h (1.28) (+4 -4) src/main/print-dither.c (1.23) (+56 -56) Rename stp_dither_get_{first,last}_bit to stp_dither_get_{first,last}_position. 2001-04-06 Files: src/main/gimp-print-internal.h (1.27) (+6 -8) src/main/print-canon.c (1.32) (+4 -2) src/main/print-dither.c (1.22) (+266 -305) src/main/print-escp2.c (1.46) (+3 -2) src/main/print-lexmark.c (1.26) (+10 -10) src/main/print-pcl.c (1.19) (+9 -7) Create separate channel structs for each channel in the dither. 2001-04-05 Files: src/main/print-dither.c (1.21) (+6 -4) Improve quality of fast dithering, particularly on plain paper 2001-04-04 Files: src/include/gimp-print.h.in (1.7) (+6 -2) src/main/gimp-print-internal.h (1.26) (+4 -2) src/main/print-dither.c (1.20) (+128 -17) src/main/print-util.c (1.17) (+150 -118) Add capability for different margins for different paper sizes. to address feature request ID 409612. Dither code records first and last bit in each row that has any ink. This can be used for various optimizations. 2001-04-04 Files: doc/README.escp2 (1.2) (+11 -1) Discovered a little more about head cleaning commands. 2001-04-03 Files: src/main/print-lexmark.c (1.25) (+38 -17) Added support for B&W. Photo cartridge is NOT already supported !!! 2001-04-03 Files: src/main/print-dither.c (1.19) (+44 -31) Improve (I presume) output quality in raw CMYK mode. 2001-04-03 Files: src/include/gimp-print.h.in (1.6) (+4 -3) src/main/print-color.c (1.11) (+83 -1) src/main/print-dither.c (1.18) (+664 -1) src/main/print-util.c (1.16) (+2 -2) Hacked-up raw CMYK output! 2001-04-03 Files: src/main/print-escp2.c (1.45) (+5 -8) Fix up 720x360 2001-04-03 Files: debian/README.Debian (1.6) (+1 -1) Bump version 2001-04-02 Files: src/main/print-lexmark.c (1.24) (+605 -1019) Some major changes: -replaced weaving by the gimp one -added new resolutions (e.g. 2400x1200 DPI) -added line length check 2001-04-01 Files: NEWS (1.15) (+5 -1) README (1.49) (+1 -1) po/en_GB.po (1.11) (+197 -177) po/en_TEST.po (1.11) (+202 -177) src/ghost/README (1.12) (+68 -32) src/main/print-canon.c (1.31) (+3 -1) src/main/print-dither.c (1.17) (+14 -9) src/main/print-escp2.c (1.44) (+179 -99) src/main/print-lexmark.c (1.23) (+2 -1) src/main/print-pcl.c (1.18) (+2 -1) src/main/print-weave.c (1.21) (+168 -221) Bump version. Some performance improvements. 2001-04-01 Files: src/Makefile.am (1.3) (+2 -2) Rebuild gimp-print.h first. 2001-04-01 Files: src/foomatic/foomatic-generator.in (1.2) (+20 -12) src/foomatic/foomatic-printermap (1.2) (+162 -7) Updated printer list from Till Kamppeter. Don't allow installation with missing printers. We need to test this during package generation time to make sure users don't get nasty surprises. Print useful diagnostics on all die statements. 2001-03-31 Files: src/gimp/gimp_color_window.c (1.4) (+7 -6) src/gimp/gimp_main_window.c (1.12) (+9 -9) src/gimp/print.c (1.6) (+4 -2) src/include/gimp-print.h.in (1.5) (+16 -6) src/main/gimp-print-internal.h (1.25) (+3 -3) src/main/print-canon.c (1.30) (+6 -4) src/main/print-color.c (1.10) (+819 -660) src/main/print-dither.c (1.16) (+249 -265) src/main/print-escp2.c (1.43) (+6 -4) src/main/print-lexmark.c (1.22) (+39 -37) src/main/print-pcl.c (1.17) (+6 -4) src/main/print-ps.c (1.9) (+7 -5) src/main/print-util.c (1.15) (+19 -32) src/printdef/printdef.h (1.5) (+7 -1) test/.cvsignore (1.2) (+1 -0) Stage 1 CMYK conversion: switch the color core over to using CMY where the output device is CMY or CMYK. This does not move the CMYK computation (black generation) out of the dither code, and neither does it allow raw CMYK input. 2001-03-26 Files: src/main/gimp-print-internal.h (1.24) (+14 -4) src/main/print-canon.c (1.29) (+2 -2) src/main/print-escp2.c (1.42) (+3 -2) src/main/print-pcl.c (1.16) (+2 -2) src/main/print-weave.c (1.20) (+26 -8) test/escp2-weavetest.c (1.16) (+3 -2) Add a pack function to the generalized weave. 2001-03-26 Files: README (1.48) (+24 -0) src/main/gimp-print-internal.h (1.23) (+25 -10) src/main/print-escp2.c (1.41) (+3 -2) src/main/print-weave.c (1.19) (+70 -34) test/escp2-weavetest.c (1.15) (+3 -2) Generalize the horizontal width and zero-fill code. Foomatic instructions in the README. 2001-03-24 Files: po/en_GB.po (1.10) (+96 -96) po/en_TEST.po (1.10) (+96 -96) src/foomatic/Makefile.am (1.3) (+2 -2) Fix up foomatic some more. 2001-03-24 Files: configure.in.in (1.27) (+21 -2) po/POTFILES.in (1.4) (+3 -1) src/foomatic/Makefile.am (1.2) (+18 -2) Fix up foomatic stuff; we just need the last little bits of data. 2001-03-24 Files: configure.in.in (1.26) (+16 -1) src/Makefile.am (1.2) (+2 -2) src/foomatic/.cvsignore (1.1) (added +13 -0) src/foomatic/Makefile.am (1.1) (added +122 -0) src/foomatic/foomatic-generator.in (1.1) (added +1832 -0) src/foomatic/foomatic-printermap (1.1) (added) src/foomatic/foomatic-templates/Brightness.xml (1.1) (added) src/foomatic/foomatic-templates/Contrast.xml (1.1) (added) src/foomatic/foomatic-templates/Cyan.xml (1.1) (added) src/foomatic/foomatic-templates/Density.xml (1.1) (added) src/foomatic/foomatic-templates/Dither.xml (1.1) (added) src/foomatic/foomatic-templates/Gamma.xml (1.1) (added) src/foomatic/foomatic-templates/Greyscale.xml (1.1) (added) src/foomatic/foomatic-templates/ImageType.xml (1.1) (added) src/foomatic/foomatic-templates/InkType.xml (1.1) (added) src/foomatic/foomatic-templates/InputSlot.xml (1.1) (added) src/foomatic/foomatic-templates/Magenta.xml (1.1) (added) src/foomatic/foomatic-templates/MediaType.xml (1.1) (added) src/foomatic/foomatic-templates/Model.xml (1.1) (added) src/foomatic/foomatic-templates/PageSize.xml (1.1) (added) src/foomatic/foomatic-templates/Quality.xml (1.1) (added) src/foomatic/foomatic-templates/Resolution.xml (1.1) (added) src/foomatic/foomatic-templates/Saturation.xml (1.1) (added) src/foomatic/foomatic-templates/Yellow.xml (1.1) (added) src/foomatic/foomatic-templates/stp.xml (1.1) (added) src/foomatic/printer_options.c (1.1) (added +320 -0) test/Makefile.am (1.13) (+2 -6) test/printer_options.c (1.7) (removed) Start adding foomatic back in. 2001-03-24 Files: src/ghost/README (1.11) (+6 -2) src/gimp/gimp_main_window.c (1.11) (+7 -7) src/main/print-color.c (1.9) (+19 -19) src/main/print-dither.c (1.15) (+19 -10) src/main/print-escp2.c (1.40) (+2 -2) Cleanup in the Gimp driver Cleanup last remnant "hsv" to hsl More safety checks in the dither code Disable microweave on the ESC 440. 2001-03-23 Files: src/main/print-canon.c (1.28) (+23 -20) Fixed a memory bug in the new 3-bit folder 2001-03-21 Files: src/main/print-canon.c (1.27) (+128 -14) test/bjc-unprint.c (1.3) (+19 -16) New attempt at getting control of the BJC-8200: Use bit pattern 3/2/3 when stuffing the sizes of three pixels into one byte - the 8200 seems to want it this way. Fixed minor bugs in bjc-unprint. 2001-03-20 Files: scripts/buildgimpprintdebs (1.1) (added) Handy script for building Gimp Print debian packages for use with cvs-buildpackage. Care should be used when running this script as it assumes that the directory you're running in is the top of the gimp-print source tree and that the copy is a scratch directory (it will delete some files). 2001-03-20 Files: debian/changelog (1.12) (+8 -0) debian/cupsys-driver-gimpprint.docs (1.4) (+0 -1) debian/rules (1.15) (+4 -7) Merge in changes from Debian branch. Not much is changed, except the NEWS file is used in place of the ChangeLog file. 2001-03-20 Files: debian/.cvsignore (1.4) (+9 -0) Resurrect .cvsignore, and add a few more entries, too. This should have been resurrected a log time ago, but I missed it because is began with a ".". 2001-03-19 Files: src/main/print-canon.c (1.26) (+2 -2) Turn off debug mode 2001-03-19 Files: src/main/print-canon.c (1.25) (+35 -7) BJC8200-changes: bugfix for initializing 1bpp printing max resolution set to 600x600dpi preparations for new experimental 3bpp code 2001-03-17 Files: src/main/print-util.c (1.14) (+2 -2) Fix custom paper size. 2001-03-16 Files: debian/control.in (1.2) (+1 -1) Add alternative dependency on ESP cups packages for cupsys-driver-gimpprint 2001-03-15 Files: src/main/print-escp2.c (1.39) (+91 -79) Clean up whitespace. Correct nozzle_spacing comment. Add extra_feed per-printer parameter and use it. 2001-03-13 Files: debian/rules (1.14) (+17 -8) po/en_GB.po (1.9) (+68 -68) po/en_TEST.po (1.9) (+73 -70) Restore CVS build. Call autogen.sh properly. 2001-03-12 Files: debian/rules (1.13) (+2 -4) Remove dependency on configure.in.in 2001-03-12 Files: debian/rules (1.12) (+4 -4) Fix autogen.sh not being run in debian/rules 2001-03-12 Files: debian/rules (1.11) (+4 -2) Run autogen.sh safely 2001-03-12 Files: doc/README.new-printer (1.2) (+18 -5) src/main/print-canon.c (1.24) (+391 -62) Added HSL correction copying from espc2 driver as suggested by Robert 2001-03-12 Files: src/main/print-canon.c (1.23) (+5 -5) Readded resolution 720x360 for models BJC-50 BJC-55 BJC-80 BJC-85 BJC-4400 2001-03-11 Files: src/main/print-lexmark.c (1.21) (+197 -32) Corrected page border at Z52. Renamed "Photo test mode" to "Check/Clean nozzles". Started to change the weaving (not finished !!) 2001-03-10 Files: src/main/gimp-print-internal.h (1.22) (+2 -6) src/main/print-util.c (1.13) (+6 -6) Simplify vasprintf conditional compilation 2001-03-10 Files: src/main/print-pcl.c (1.15) (+10 -5) Switch the color mode to monochrome when printing to a black & white printer. 2001-03-09 Files: acconfig.h (1.10) (+2 -1) configure.in.in (1.25) (+6 -2) src/main/Makefile.am (1.16) (+2 -2) src/main/gimp-print-internal.h (1.21) (+7 -2) src/main/print-canon.c (1.22) (+11 -11) src/main/print-color.c (1.8) (+6 -6) src/main/print-dither.c (1.14) (+14 -14) src/main/print-escp2.c (1.38) (+13 -13) src/main/print-lexmark.c (1.20) (+11 -11) src/main/print-pcl.c (1.14) (+17 -17) src/main/print-ps.c (1.8) (+12 -12) src/main/print-util.c (1.12) (+25 -10) src/main/print-weave.c (1.18) (+16 -16) Added stp_malloc to print-util.c; all libgimpprint functions use it libgimpprint no longer depends on libprintut.la 2001-03-08 Files: Makefile.am (1.92) (+23 -10) debian/rules (1.10) (+8 -5) po/en_GB.po (1.8) (+96 -96) po/en_TEST.po (1.8) (+96 -96) ChangeLog generating is more strict Debian packaging requires ChangeLog, and will package ChangeLog 2001-03-07 Files: src/main/print-canon.c (1.21) (+200 -189) Major code cleanup, debugging turned off, removed/renamed most of the ink definitions. Printing on canon models should be back to the stage before yesterday's changes but w/ better infrastructure, allowing for 1/2/3bit printing in CMYK/CcMmYK. Time to really adjust the inkdefinitions now. 2001-03-06 Files: src/main/print-canon.c (1.20) (+221 -183) Added support for more than 2bit/pixel to canon driver. Implemented the exact left offset by bitwise shifting of the print-data. Revised ink-management to allow for 4/6/7 color inks @ 1/2/3 bit. NOTE!! This change most propably breaks printing on some if not all of the canon models (on the other side, colors haven't been too good anyway...) for the moment. 2001-03-06 Files: src/main/print-canon.c (1.19) (+15 -4) Added feature "CANON_CAP_ACKSHORT" BJC8200: Uses new feature, try to use 3 bit for drop sizes instead of 2 2001-03-05 Files: debian/control (1.10) (removed) debian/control.in (1.1) (added) debian/rules (1.9) (+10 -10) lib/xmalloc.c (1.3) (+4 -4) po/en_GB.po (1.7) (+1 -1) po/en_TEST.po (1.7) (+1 -1) Automagically generate debian/control tidy lib/xmalloc.c 2001-03-05 Files: src/main/print-lexmark.c (1.19) (+6 -16) Removed dead code ("empty" variable). 2001-03-05 Files: src/main/print-canon.c (1.18) (+5 -4) More bjc8200-related stuff 2001-03-05 Files: src/main/print-canon.c (1.17) (+3 -2) Attempt to fix the bjc8200-problem 2001-03-05 Files: src/main/print-canon.c (1.16) (+5 -3) test/parse-bjc (1.2) (+1 -1) *** empty log message *** 2001-03-05 Files: src/escputil/escputil.c (1.10) (+2 -2) Fix a silly typo 2001-03-05 Files: src/main/print-canon.c (1.15) (+20 -17) Removed "static int empty" from canon_write_line() 2001-03-05 Files: src/main/print-escp2.c (1.37) (+25 -2) More 980 tweaks from Brad Bosch. 2001-03-05 Files: src/main/print-escp2.c (1.36) (+228 -285) Reorganize how the dot sizes and densities are listed to make it easier to change things for multiple printers. =============================================================================== Name: gimp-print-4_1_5 2001-03-04 Files: NEWS (1.14) (+18 -13) 4.1.5 release 2001-03-04 Files: src/gimp/gimp_main_window.c (1.10) (+18 -25) Previous change is not working properly in all cases -- back out. 2001-03-04 Files: src/gimp/gimp_main_window.c (1.9) (+26 -19) If resolution is invalid, pick printer default rather than current resolution on the list. 2001-03-04 Files: src/main/print-escp2.c (1.35) (+11 -8) fixed a bug causing a null-pointer access when paper type was undefined. 2001-03-03 Files: NEWS (1.13) (+2 -2) Fix a few remnants of the old directory structure. 2001-03-03 Files: NEWS (1.12) (+4 -1) po/en_GB.po (1.6) (+173 -173) po/en_TEST.po (1.6) (+173 -173) src/main/print-escp2.c (1.34) (+7 -7) Update for the Stylus Color 900/980. Update 4.1.5 release notes. 2001-03-03 Files: debian/changelog (1.11) (+3 -2) Since I'm not uploading 4.1.4, the ITP bug closure notice should be moved up to 4.1.5-1. 2001-03-02 Files: debian/control (1.9) (+3 -3) debian/libgimpprint.files (1.5) (+0 -0) debian/libgimpprint.postinst (1.5) (+0 -0) debian/libgimpprint4.1.5.files (1.2) (removed) debian/libgimpprint4.1.5.postinst (1.2) (removed) debian/rules (1.8) (+12 -4) Merge in changes from the debian-branch to reduce the number of hard-coded version numbers. 2001-03-02 Files: src/include/gimp-print.h.in (1.4) (+5 -5) src/main/gimp-print-internal.h (1.20) (+18 -12) src/main/print-canon.c (1.14) (+139 -139) src/main/print-dither.c (1.13) (+22 -21) src/main/print-escp2.c (1.33) (+96 -95) src/main/print-lexmark.c (1.18) (+68 -68) src/main/print-pcl.c (1.13) (+73 -73) src/main/print-ps.c (1.7) (+3 -3) src/main/print-util.c (1.11) (+8 -6) src/main/print-version.c (1.3) (+2 -2) src/main/print-weave.c (1.17) (+84 -78) More rigor about const-ness, static data, and such. Add a driver-private data member to stp_internal_vars_t; its accessors are in gimp-print-internal.h, since it's not exposed outside the library. Somewhat against my better judgement (in terms of doing two things in one commit), Tommy's latest PCL patch. 2001-03-01 Files: test/bjc-unprint.c (1.2) (+21 -0) Added copyright information 2001-03-01 Files: configure.in.in (1.24) (+2 -2) test/Makefile.am (1.12) (+4 -2) test/bjc-unprint.c (1.1) (added +486 -0) Added bjc-unprint.c to convert Canon-BJC printjobs to one xbm per color channel 2001-03-01 Files: src/main/print-escp2.c (1.32) (+86 -278) src/main/print-weave.c (1.16) (+4 -4) test/escp2-weavetest.c (1.14) (+2 -2) test/run-weavetest (1.6) (+1 -1) Use the softweave code to do single row ("microweave") as well as multi-row printing. Includes unit tests. 2001-02-28 Files: Makefile.am (1.91) (+2 -2) Distribute debian directory with 'dist-hook' 2001-02-28 Files: debian/changelog (1.10) (+10 -1) debian/control (1.8) (+6 -6) debian/gimp1.2-print.docs (1.4) (+0 -4) debian/libgimpprint-dev.docs (1.2) (+6 -0) debian/libgimpprint.docs (1.4) (removed) debian/libgimpprint.files (1.4) (removed) debian/libgimpprint.postinst (1.4) (removed) debian/libgimpprint4.1.5.files (1.1) (added) debian/libgimpprint4.1.5.postinst (1.1) (added) debian/rules (1.7) (+3 -8) Merge changes made on the debian branch into the mainline. 2001-02-28 Files: test/parse-bjc (1.1) (added +145 -0) * Added parse-bjc (a modified parse-escp) to view Canon-BJC print files As default, only the header and the footer of the printjob are printed, without file-offsets. Setting the environmentvariable OFFS=1 will result in offsets printed at the beginning of each line, GRX=1 will lead to printing of the graphics data. 2001-02-28 Files: po/en_GB.po (1.5) (+253 -255) po/en_TEST.po (1.5) (+253 -255) src/main/gimp-print-internal.h (1.19) (+3 -2) src/main/print-weave.c (1.15) (+47 -11) test/escp2-weavetest.c (1.13) (+43 -17) test/run-weavetest (1.5) (+1 -1) Generalize the weave code a bit more: handle cases where the oversampling exceeds the number of jets, as long as the horizontal oversampling does not exceed the number of jets. 2001-02-27 Files: debian/libgimpprint4.1.4.postinst (1.1) (added) file libgimpprint4.1.4.postinst was initially added on branch debian-branch. 2001-02-27 Files: debian/libgimpprint4.1.4.files (1.1) (added) file libgimpprint4.1.4.files was initially added on branch debian-branch. 2001-02-27 Files: debian/libgimpprint-dev.docs (1.1) (added) file libgimpprint-dev.docs was initially added on branch debian-branch. 2001-02-27 Files: src/main/print-canon.c (1.13) (+308 -130) * Completely rewritten canon_init_printer() to make things much clearer and easier to extend. * Attempt to fix problem with 8200 6color-printing (had a 4color ink-definition) * Always print with 2bits on a 8200 model (for the time being) 2001-02-27 Files: src/main/print-escp2.c (1.31) (+7 -7) Reduce a glitch in the blues on the 870, and strengthen magenta on all printers. 2001-02-27 Files: NEWS (1.11) (+4 -0) Note fix for 404206. 2001-02-27 Files: test/Makefile.am (1.11) (+4 -1) Do dependencies. 2001-02-27 Files: src/main/print-escp2.c (1.30) (+22 -1) Fix the ink types, which I managed to break badly for variable dot size printers when I added the 120 dpi resolutions. 2001-02-26 Files: test/parse-escp2 (1.3) (+9 -23) Simplify the command table 2001-02-26 Files: test/parse-escp2 (1.2) (+58 -2) Handle remote mode commands 2001-02-25 Files: debian/README.Debian (1.5) (+0 -0) debian/README.building.from.CVS (1.6) (+0 -0) debian/changelog (1.9) (+0 -0) debian/control (1.7) (+0 -0) debian/copyright (1.3) (+0 -0) debian/cupsys-driver-gimpprint.conffiles (1.4) (+0 -0) debian/cupsys-driver-gimpprint.docs (1.3) (+0 -0) debian/cupsys-driver-gimpprint.files (1.4) (+0 -0) debian/cupsys-driver-gimpprint.postrm (1.3) (+0 -0) debian/escputil.docs (1.3) (+0 -0) debian/escputil.files (1.3) (+0 -0) debian/gimp1.2-print.doc-base (1.3) (+0 -0) debian/gimp1.2-print.docs (1.3) (+0 -0) debian/gimp1.2-print.postrm (1.4) (+0 -0) debian/gimp1.2-print.preinst (1.4) (+0 -0) debian/libgimpprint-dev.files (1.3) (+0 -0) debian/libgimpprint.docs (1.3) (+0 -0) debian/libgimpprint.files (1.3) (+0 -0) debian/libgimpprint.postinst (1.3) (+0 -0) debian/rules (1.6) (+0 -0) Return the debian directory to what it was on February 22 8:00 AM EST before I removed it. 2001-02-25 Files: src/main/print-pcl.c (1.12) (+5 -5) Tag papersizes for translation 2001-02-25 Files: src/cups/rastertoprinter.c (1.11) (+3 -3) src/escputil/escputil.c (1.9) (+2 -2) src/ghost/gdevstp.c (1.5) (+2 -2) src/gimp/gimp_main_window.c (1.8) (+4 -4) src/include/gimp-print.h.in (1.3) (+4 -4) src/main/gimp-print-internal.h (1.18) (+3 -3) src/main/print-canon.c (1.12) (+20 -423) src/main/print-color.c (1.7) (+3 -3) src/main/print-dither.c (1.12) (+3 -3) src/main/print-lexmark.c (1.17) (+139 -139) src/main/print-pcl.c (1.11) (+3 -3) src/main/print-util.c (1.10) (+8 -8) src/main/print-weave.c (1.14) (+12 -12) src/main/quickmatrix257.h (1.2) (+2 -2) src/main/ran.367.179.h (1.2) (+2 -2) src/main/ran.509.131.h (1.2) (+2 -2) src/printdef/printdefy.y (1.3) (+3 -3) test/escp2-weavetest.c (1.12) (+4 -4) test/testdither.c (1.6) (+3 -3) test/unprint.c (1.3) (+3 -3) Strip trailing whitespace from all source files for general hygiene. Remove unused inks from Canon driver. The actual ink definitions used in future Canon printers will probably not resemble the Epson inks they were patterned after. 2001-02-25 Files: src/main/print-escp2.c (1.29) (+145 -43) Adjust HSL values for specific paper types. Currently we only perform the adjustment for plain paper and similar types. It may be overadjusted for good (but not photo) quality inkjet paper. 2001-02-24 Files: src/main/Makefile.am (1.15) (+2 -2) Fix print-printers.c dependency 2001-02-24 Files: NEWS (1.10) (+31 -0) Start the 4.1.5 release notes. 2001-02-24 Files: src/main/gimp-print-internal.h (1.17) (+3 -3) src/main/print-escp2.c (1.28) (+12 -11) test/escp2-weavetest.c (1.11) (+2 -4) test/run-weavetest (1.4) (+4 -1) Improve print quality on plain paper with Epson printers. Fix a minor error in a declaration (should be harmless due to the declaration of the rest of the object). Test single-jet weaving. Don't trip an error for certain out of bounds cases in the test run. 2001-02-24 Files: src/main/print-pcl.c (1.10) (+4 -4) Moved call to stp_dither() so it gets called for *all* printer types! 2001-02-24 Files: src/main/print-escp2.c (1.27) (+14 -3) 480 support: fixed a bottom of page problem. 2001-02-24 Files: doc/README.maintaining (1.5) (+259 -60) Add configure information 2001-02-24 Files: configure.in.in (1.23) (+3 -3) src/cups/genppd.c (1.9) (+44 -37) src/cups/rastertoprinter.c (1.10) (+46 -47) src/ghost/README (1.10) (+1 -1) src/ghost/gdevstp.c (1.4) (+159 -236) src/gimp/gimp_color_window.c (1.3) (+69 -69) src/gimp/gimp_main_window.c (1.7) (+270 -274) src/gimp/gtk_color_window.c (1.3) (+106 -97) src/gimp/gtk_main_window.c (1.5) (+231 -228) src/gimp/print.c (1.5) (+240 -254) src/gimp/print_gimp.h (1.5) (+2 -2) src/include/gimp-print.h.in (1.2) (+175 -131) src/main/Makefile.am (1.14) (+2 -2) src/main/gimp-print-internal.h (1.16) (+15 -8) src/main/print-canon.c (1.11) (+79 -74) src/main/print-color.c (1.6) (+88 -87) src/main/print-dither.c (1.11) (+5 -5) src/main/print-escp2.c (1.26) (+190 -166) src/main/print-lexmark.c (1.16) (+90 -89) src/main/print-pcl.c (1.9) (+75 -68) src/main/print-ps.c (1.6) (+49 -45) src/main/print-util.c (1.9) (+452 -110) src/main/print-weave.c (1.13) (+2 -2) src/main/printers.xml (1.10) (+1 -1) src/printdef/printdef.h (1.4) (+63 -2) src/printdef/printdefy.y (1.2) (+7 -8) test/printer_options.c (1.6) (+7 -6) Convert the interface to the internal data structures to be procedural (via accessors and mutators) rather than data, to eliminate reliance on the layout of structs. This enables a consistent ABI, allows arbitrary length string fields, error checking, and saves space. Fix the page dimensions of some older Epson printers. =============================================================================== Name: gimp-print-4_1_4b 2001-02-22 Files: debian/.cvsignore (1.3) (removed) Really, I mean it now, remove this file from the main trunk! 2001-02-22 Files: debian/README.building.from.CVS (1.5) (removed) Forgot one... Remove Debian specific files from main trunk. 2001-02-22 Files: debian/README.Debian (1.4) (removed) debian/changelog (1.8) (removed) debian/control (1.6) (removed) debian/copyright (1.2) (removed) debian/cupsys-driver-gimpprint.conffiles (1.3) (removed) debian/cupsys-driver-gimpprint.docs (1.2) (removed) debian/cupsys-driver-gimpprint.files (1.3) (removed) debian/cupsys-driver-gimpprint.postrm (1.2) (removed) debian/escputil.docs (1.2) (removed) debian/escputil.files (1.2) (removed) debian/gimp1.2-print.doc-base (1.2) (removed) debian/gimp1.2-print.docs (1.2) (removed) debian/gimp1.2-print.postrm (1.3) (removed) debian/gimp1.2-print.preinst (1.3) (removed) debian/libgimpprint-dev.files (1.2) (removed) debian/libgimpprint.docs (1.2) (removed) debian/libgimpprint.files (1.2) (removed) debian/libgimpprint.postinst (1.2) (removed) debian/rules (1.5) (removed) Remove Debian specific files from the main trunk. 2001-02-21 Files: Makefile.am (1.90) (+15 -2) configure.in.in (1.22) (+13 -1) po/en_GB.po (1.4) (+118 -98) po/en_TEST.po (1.4) (+123 -98) Added 'gimp-dist' target to package for the GIMP 2001-02-21 Files: man/.cvsignore (1.2) (+2 -0) po/.cvsignore (1.2) (+2 -0) src/main/.cvsignore (1.2) (+1 -0) Ignore a few new generated files. 2001-02-21 Files: debian/changelog (1.7) (+6 -0) debian/control (1.5) (+2 -2) debian/rules (1.4) (+3 -3) scripts/autogen.sh (1.6) (+5 -1) Bump debian version Make scripts/autogen.sh aclocal magic portable 2001-02-19 Files: configure.in.in (1.21) (+1 -4) doc/README.maintaining (1.4) (+112 -7) scripts/autogen.sh (1.5) (+3 -1) Fix AM_PATH_GIMPPRINT duplication bug Update build scripts documentation 2001-02-19 Files: doc/README.maintaining (1.3) (+2 -2) Fix typo 2001-02-19 Files: NEWS (1.9) (+4 -1) README (1.47) (+4 -42) configure.in.in (1.20) (+3 -3) debian/README.Debian (1.3) (+1 -1) doc/README.maintaining (1.2) (+10 -0) Clean up the build instructions slightly. Bump the version pointer. 2001-02-19 Files: acconfig.h (1.9) (+7 -3) autogen.sh (1.3) (+1 -1) configure.in.in (1.19) (+28 -13) debian/rules (1.3) (+8 -3) doc/README.maintaining (1.1) (added +565 -0) src/cups/Makefile.am (1.18) (+2 -2) src/cups/genppd.c (1.8) (+6 -2) src/cups/rastertoprinter.c (1.9) (+6 -2) src/gimp/Makefile.am (1.10) (+3 -2) src/gimp/print_gimp.h (1.4) (+5 -1) src/include/Makefile.am (1.7) (+3 -2) src/include/gimp-print.h (1.6) (removed) src/include/gimp-print.h.in (1.1) (added) src/main/gimpprint.m4 (1.5) (+1 -1) test/Makefile.am (1.10) (+2 -2) test/escp2-weavetest.c (1.10) (+5 -1) test/printer_options.c (1.5) (+5 -1) test/testdither.c (1.5) (+6 -2) --disable-libgimpprint will use installed headers, and supplied CFLAGS and LIBS variables from AM_PATH_LIBGIMPPRINT gimp-print.h is dynamically generated, to embed versioning details; we also remove version details from config.h debian/rules: regenerate configure if configure.in (or.in.in) are modified add package name to autogen.sh 2001-02-19 Files: src/main/print-escp2.c (1.25) (+4 -4) Newest Stylus Photo printers can print to the edge on all sides. =============================================================================== Name: gimp-print-4_1_4 2001-02-19 Files: gimp.m4 (1.3) (+0 -0) Add gimp.m4 here to allow autogen/aclocal to run where gimp is not installed 2001-02-19 Files: configure.in.in (1.18) (+2 -1) Need aclocal -I src/main 2001-02-19 Files: src/ghost/Makefile.am (1.7) (+1 -2) Ghostscript doesn't have its own ChangeLog 2001-02-19 Files: src/cups/Makefile.am (1.17) (+1 -2) CUPS directory doesn't have its own change log 2001-02-19 Files: configure.in.in (1.17) (+3 -1) scripts/autogen.sh (1.4) (+1 -1) Allow aclocal to find gimpprint.m4 2001-02-19 Files: NEWS (1.8) (+11 -2) README (1.46) (+36 -0) Update with latest Debian and internationalization, for 4.1.4 release. 2001-02-18 Files: configure.in.in (1.16) (+2 -2) Make --disable-libgimpprint use current source version in check 2001-02-18 Files: configure.in.in (1.15) (+7 -2) src/main/Makefile.am (1.13) (+2 -2) src/main/gimpprint.m4 (1.4) (+5 -5) Enable --disable-libgimpprint (link with previously installed version) Update gimppprint.m4 (help message alignment fixed) 2001-02-18 Files: src/escputil/escputil.c (1.8) (+2 -1) src/ghost/README (1.9) (+1 -0) src/main/print-escp2.c (1.24) (+2 -2) src/main/printers.xml (1.9) (+9 -0) Stylus Photo 780 is US name for 790. 2001-02-18 Files: src/escputil/escputil.c (1.7) (+3 -1) src/ghost/README (1.8) (+2 -0) src/main/print-escp2.c (1.23) (+15 -1) src/main/printers.xml (1.8) (+10 -0) test/run-weavetest (1.3) (+15 -11) Support for the Stylus Color 580 as well as the 480. Speed up weave test by removing cases that we know we don't care about. 2001-02-18 Files: NEWS (1.7) (+48 -0) Initial release notes for 4.1.4 (Debian and internationalization need to be filled in). 2001-02-18 Files: debian/README.Debian (1.2) (+1 -1) Bump version 2001-02-18 Files: src/main/print-util.c (1.8) (+92 -1) Embed vasprintf when compiling Ghostscript 2001-02-18 Files: src/main/print-escp2.c (1.22) (+6 -6) Tune 980 and, to some degree, 900 2001-02-18 Files: src/main/print-dither.c (1.10) (+2 -1) Eliminate bogus black speckling in areas with zero black component. 2001-02-18 Files: src/main/gimp-print-internal.h (1.15) (+3 -9) src/main/print-escp2.c (1.21) (+39 -6) src/main/print-weave.c (1.12) (+21 -26) test/escp2-weavetest.c (1.9) (+13 -2) changed head-offset initialization 2001-02-18 Files: src/main/print-weave.c (1.11) (+43 -17) test/escp2-weavetest.c (1.8) (+158 -81) test/run-weavetest (1.2) (+14 -28) Performance improvements in the test suite itself and in the weave code. The performance improvement in the weave code will have only modest effect on performance on even the biggest image; however it will improve the performance of the test suite substantially. 2001-02-17 Files: acconfig.h (1.8) (+2 -1) configure.in.in (1.14) (+35 -28) debian/control (1.4) (+1 -1) src/cups/Makefile.am (1.16) (+4 -4) src/ghost/Makefile.am (1.6) (+2 -2) src/gimp/Makefile.am (1.9) (+4 -4) src/main/Makefile.am (1.12) (+5 -13) src/main/gimpprint-config.in (1.2) (+5 -2) src/main/print-version.c (1.2) (+2 -1) test/Makefile.am (1.9) (+5 -5) Updated build scripts (in future, will allow conditional manpage install) Added cupsys dependency to cupsys-driver-gimpprint Updated versioning scheme (and added some documentation) 2001-02-17 Files: src/ghost/README (1.7) (+4 -0) Some printer updates 2001-02-17 Files: src/main/print-canon.c (1.10) (+14 -1) Add nominal support for Canon BJC6500 2001-02-17 Files: src/main/printers.xml (1.7) (+37 -6) Add nominal support for Canon BJC6500 and new synonyms for some other printers. 2001-02-17 Files: src/main/gimp-print-internal.h (1.14) (+2 -6) Clean up dead declaration 2001-02-17 Files: src/gimp/print.c (1.4) (+2 -26) Remove dead support for wrting old printrc format 2001-02-17 Files: src/cups/rastertoprinter.c (1.8) (+3 -3) Clean up potential buffer overflow 2001-02-17 Files: src/ghost/gdevstp.c (1.3) (+8 -4) Clean up potential buffer overflows 2001-02-17 Files: src/main/printers.xml (1.6) (+11 -0) Added Lexmark Z31 to the list (not tested, received comment that the 3200 driver is working with the Z31) 2001-02-17 Files: src/main/gimp-print-internal.h (1.13) (+8 -23) Remove a few more bogon declarations 2001-02-17 Files: src/main/gimp-print-internal.h (1.12) (+4 -10) Remove spurious declarations 2001-02-17 Files: src/main/gimp-print-internal.h (1.11) (+39 -11) src/main/print-escp2.c (1.20) (+64 -11) src/main/print-weave.c (1.10) (+153 -115) src/main/printers.xml (1.5) (+9 -9) test/escp2-weavetest.c (1.7) (+3 -2) added stylus color 480 support 2001-02-17 Files: configure.in.in (1.13) (+7 -3) Modify library versioning scheme to use sensible major number 2001-02-16 Files: configure.in.in (1.12) (+2 -1) debian/README.building.from.CVS (1.4) (+3 -22) debian/changelog (1.6) (+3 -2) debian/control (1.3) (+1 -1) debian/cupsys-driver-gimpprint.files (1.2) (+1 -0) debian/cupsys-driver-gimpprint.undocumented (1.2) (removed) debian/postinst.ex (1.2) (removed) debian/postrm.ex (1.2) (removed) debian/preinst.ex (1.2) (removed) debian/prerm.ex (1.2) (removed) debian/rules (1.2) (+1 -0) man/Makefile.am (1.4) (+3 -3) man/cups-calibrate.8.in (1.1) (added +53 -0) Debian build is lintian-clean and uses the right library versioning scheme. Added cups-calibrate man page. 2001-02-15 Files: src/escputil/escputil.c (1.6) (+2 -1) src/ghost/README (1.6) (+1 -0) src/main/print-escp2.c (1.19) (+2 -2) src/main/printers.xml (1.4) (+9 -0) Add Stylus Photo 1280 (appears to be a synonym for 1290). 2001-02-14 Files: src/ghost/contrib.mak.addon (1.4) (+2 -0) src/ghost/devs.mak.addon-5.10 (1.4) (+2 -0) Add warning about how to use this file. 2001-02-14 Files: src/ghost/README (1.5) (+33 -27) Some updates 2001-02-14 Files: acconfig.h (1.7) (+3 -1) configure.in.in (1.11) (+2 -1) src/main/print-canon.c (1.9) (+2 -2) src/main/print-escp2.c (1.18) (+10 -3) src/main/print-lexmark.c (1.15) (+2 -2) Improve printing quality for variable dot size, 4 color printers. This may be particularly noticeable at highly asymmetric resolutions, such as 2880x720. Add 1440x360 modes to Epson printers. These are only enabled if maintainer mode is enabled. 2001-02-13 Files: debian/README.building.from.CVS (1.3) (+7 -4) debian/changelog (1.5) (+5 -3) debian/control (1.2) (+1 -1) debian/cupsys-driver-gimpprint.postrm (1.1) (added) debian/gimp1.2-print.postrm (1.2) (+1 -1) debian/gimp1.2-print.preinst (1.2) (+1 -1) po/ChangeLog (1.3) (+2 -13) Fixed cupsys-driver-gimpprint postrm Fixed gimp1.2-print dependencies Add pointer to main ChangeLog from po/ChangeLog 2001-02-13 Files: src/escputil/escputil.c (1.5) (+33 -65) Concentrate status readback in one place 2001-02-13 Files: doc/FAQ.html (1.3) (+1 -1) Typo 2001-02-13 Files: src/escputil/escputil.c (1.4) (+4 -4) Make prompts a bit more obvious 2001-02-13 Files: acconfig.h (1.6) (+2 -1) configure.in.in (1.10) (+2 -1) src/escputil/escputil.c (1.3) (+42 -7) Speed up escputil by using poll if available. 2001-02-12 Files: configure.in.in (1.9) (+5 -3) cups/.cvsignore (1.6) (removed) debian/.cvsignore (1.2) (+0 -2) debian/control (1.1) (added) debian/rules (1.1) (added) Add debian/rules, debian/control and update debian/.cvsignore Add error message to cups library checks in configure.in.in Remove redundant cups/.cvsignore 2001-02-12 Files: src/main/print-escp2.c (1.17) (+29 -28) Updates for ESC 980 from Bradley A. Bosch Rename MODEL_INIT_900 to MODEL_INIT_NEW 2001-02-11 Files: debian/changelog (1.4) (+5 -2) debian/cupsys-driver-gimpprint.conffiles (1.2) (+1 -1) Fix cupsys-driver-gimpprint conffiles 2001-02-11 Files: src/ghost/README (1.4) (+1 -0) src/main/gimp-print-internal.h (1.10) (+13 -2) src/main/print-dither.c (1.9) (+128 -51) src/main/print-escp2.c (1.16) (+2 -2) src/main/printers.xml (1.3) (+8 -0) Permit use of external dither matrix Add new Epson 83 printer -- appears to be more or less a clone of the 880? 2001-02-11 Files: debian/cupsys-driver-gimpprint.conffiles (1.1) (added) debian/doc-base.gimp1.2-print (1.2) (removed) debian/gimp1.2-print.doc-base (1.1) (added) Fixed doc-base files in gimp1.2-print Add conffile for cupsys-driver-gimpprint 2001-02-11 Files: src/main/gimp-print-internal.h (1.9) (+8 -15) src/main/print-canon.c (1.8) (+3 -8) src/main/print-dither.c (1.8) (+49 -38) src/main/print-escp2.c (1.15) (+3 -8) src/main/print-lexmark.c (1.14) (+3 -15) src/main/print-pcl.c (1.8) (+3 -12) Create a single dither function that decides what to do, rather than each driver having to make the same decision. 2001-02-10 Files: configure.in.in (1.8) (+2 -2) debian/README.building.from.CVS (1.2) (+27 -30) man/gimpprint-config.1.in (1.1) (added) src/main/gimpprint.m4 (1.3) (+25 -23) configure.in.in: fix test typo debian/README.building.from.CVS: updated build instructions src/main/gimpprint.m4: updated names and error reporting Add man/gimpprint-config.1.in 2001-02-10 Files: test/escp2-weavetest.c (1.6) (+33 -27) Fix problems called out by latest gcc 2001-02-10 Files: debian/README.Debian (1.1) (added) debian/changelog (1.3) (+14 -0) debian/copyright (1.1) (added) debian/cupsys-driver-gimpprint.docs (1.1) (added) debian/cupsys-driver-gimpprint.files (1.1) (added) debian/cupsys-driver-gimpprint.undocumented (1.1) (added) debian/doc-base.gimp1.2-print (1.1) (added) debian/escputil.docs (1.1) (added) debian/escputil.files (1.1) (added) debian/gimp1.2-print.docs (1.1) (added) debian/gimp1.2-print.postrm (1.1) (added) debian/gimp1.2-print.preinst (1.1) (added) debian/libgimpprint-dev.files (1.1) (added) debian/libgimpprint.docs (1.1) (added) debian/libgimpprint.files (1.1) (added) debian/libgimpprint.postinst (1.1) (added) debian/packages (1.3) (removed) debian/postinst.ex (1.1) (added) debian/postrm.ex (1.1) (added) debian/preinst.ex (1.1) (added) debian/prerm.ex (1.1) (added) Added new debian packaging 2001-02-10 Files: configure.in.in (1.7) (+6 -3) man/Makefile.am (1.3) (+3 -3) man/escputil.1.in (1.2) (+1 -1) po/en_GB.po (1.3) (+22 -11) po/en_TEST.po (1.3) (+23 -11) scripts/autogen.sh (1.3) (+1 -1) src/main/Makefile.am (1.11) (+2 -2) src/main/gimpprint.m4 (1.2) (+1 -0) Added gimpprint-config manpage Updated escputil.1.in to automatically add the release date and version Updated gimpprint.m4 2001-02-10 Files: src/main/print-escp2.c (1.14) (+117 -48) Tentative improvement for 2880 dpi on ESC 980. Name all printer attributes to ease transition to acquiring them from external source. 2001-02-10 Files: src/cups/ChangeLog (1.2) (removed) src/ghost/ChangeLog (1.2) (removed) Remove extraneous change log 2001-02-10 Files: Makefile.am (1.89) (+5 -5) Do 'make all' before doing any of the make install variants. Use 4-digit years for make snapshot 2001-02-09 Files: Makefile.am (1.88) (+5 -2) acconfig.h (1.5) (+9 -1) configure.in.in (1.6) (+107 -21) lib/.cvsignore (1.4) (+4 -4) po/ChangeLog (1.2) (+5 -0) po/en_GB.po (1.2) (+202 -101) po/en_TEST.po (1.2) (+208 -95) src/include/gimp-print.h (1.5) (+15 -2) src/main/Makefile.am (1.10) (+23 -2) src/main/gimpprint-config.in (1.1) (added) src/main/gimpprint.m4 (1.1) (added) src/main/print-canon.c (1.7) (+26 -18) src/main/print-dither.c (1.7) (+3 -3) src/main/print-escp2.c (1.13) (+11 -11) src/main/print-lexmark.c (1.13) (+13 -12) src/main/print-pcl.c (1.7) (+4 -4) src/main/print-util.c (1.7) (+5 -5) src/main/print-version.c (1.1) (added +76 -0) Translated most of src/main Added gimpprint.m4 and gimpprint-config Added library versioning code to configure.in.in and src/main/Makefile.am Added src/main/print-version.c for versioning variables 2001-02-08 Files: configure.in.in (1.5) (+2 -2) po/en_GB.po (1.1) (added +15827 -0) po/en_TEST.po (1.1) (added) Add en_GB and en_TEST translations 2001-02-07 Files: src/ghost/README (1.3) (+67 -62) Update with latest modes 2001-02-07 Files: doc/FAQ.html (1.2) (+45 -13) Updates 2001-02-07 Files: Makefile.am (1.87) (+2 -2) Rebuild change log slightly faster 2001-02-07 Files: src/main/print-weave.c (1.9) (+1 -3) Remove extraneous message 2001-02-07 Files: src/main/print-escp2.c (1.12) (+96 -97) 180x120 and 360x120 modes for ultra quick & dirty prints 2001-02-05 Files: src/main/print-escp2.c (1.11) (+4 -4) STP 2000P is 13" wide, not 8.5 (bug #131044) 2001-02-05 Files: Matgen/patched-print-dither.c (1.9) (removed) Remove obsolete file 2001-02-04 Files: src/main/print-escp2.c (1.10) (+6 -6) Fix up maximum page length for many printers. 2001-02-04 Files: scripts/make-deb.sh (1.2) (+8 -6) Fix paths and targets for new dir structure and build methods. 2001-02-04 Files: src/ghost/debian-patch (1.2) (+4 -6) Changes needed for compatibility with Debian gs5.10-11. 2001-02-03 Files: lib/.cvsignore (1.3) (+5 -0) lib/libprintut.h (1.2) (+8 -1) src/cups/Makefile.am (1.15) (+4 -4) src/escputil/Makefile.am (1.5) (+2 -2) src/main/print-color.c (1.5) (+1 -5) src/main/print-dither.c (1.6) (+1 -5) src/main/print-escp2.c (1.9) (+1 -5) src/main/print-util.c (1.6) (+1 -5) src/main/print-weave.c (1.8) (+1 -5) test/Makefile.am (1.8) (+5 -5) Updated makefiles to properly link with libintl and libprintut.la Removed inline checks from src/main/*.c 2001-02-03 Files: src/main/print-lexmark.c (1.12) (+94 -22) -corrected border -made jet offset correction more flexible 2001-02-03 Files: src/main/print-lexmark.c (1.11) (+1 -5) Remove a couple of unused variables 2001-02-03 Files: src/ghost/Makefile.am (1.5) (+7 -3) src/main/gimp-print-internal.h (1.8) (+6 -2) Let Ghostscript at least compile on a GNU system for now until we fix up asprintf. 2001-02-03 Files: test/escp2-weavetest.c (1.5) (+2 -2) New output API 2001-02-03 Files: src/cups/rastertoprinter.c (1.7) (+14 -3) src/ghost/gdevstp.c (1.2) (+12 -2) src/gimp/print.c (1.3) (+14 -3) src/include/gimp-print.h (1.4) (+24 -19) src/main/gimp-print-internal.h (1.7) (+14 -6) src/main/print-canon.c (1.6) (+58 -60) src/main/print-escp2.c (1.8) (+102 -105) src/main/print-lexmark.c (1.10) (+47 -51) src/main/print-pcl.c (1.6) (+109 -110) src/main/print-ps.c (1.5) (+58 -59) src/main/print-util.c (1.5) (+75 -19) src/main/print-weave.c (1.7) (+18 -18) Convert direct printing to a file descriptor to print to an output object passed in from the application. 2001-02-03 Files: src/main/print-dither.c (1.5) (+2 -2) Advance the pointer correctly in grayscale mode when the source resolution is better than the output resolution. 2001-02-03 Files: src/ghost/contrib.mak.addon (1.3) (+10 -10) src/ghost/devs.mak.addon-5.10 (1.3) (+10 -10) Turn off i18n for Ghostscript. 2001-02-02 Files: lib/.cvsignore (1.2) (+1 -0) src/cups/Makefile.am (1.14) (+3 -3) src/gimp/Makefile.am (1.8) (+4 -1) test/Makefile.am (1.7) (+4 -4) All executables that link with libgimpprint are linked with $(INTLLIBS), except print, which has gettext provided by the GIMP 2001-02-02 Files: src/gimp/gimp_main_window.c (1.6) (+3 -3) g_malloc, not g_xmalloc 2001-02-02 Files: src/cups/rastertoprinter.c (1.6) (+3 -3) Include libprintut.h header 2001-02-02 Files: configure.in.in (1.4) (+3 -2) lib/Makefile.am (1.3) (+5 -12) lib/libprintut.h (1.1) (added) lib/xmalloc.c (1.2) (+31 -10) lib/xmalloc.h (1.3) (+13 -3) src/cups/Makefile.am (1.13) (+4 -3) src/cups/genppd.c (1.7) (+60 -56) src/cups/rastertoprinter.c (1.5) (+3 -3) src/escputil/Makefile.am (1.4) (+2 -2) src/escputil/escputil.c (1.2) (+6 -5) src/gimp/Makefile.am (1.7) (+2 -2) src/gimp/gimp_color_window.c (1.2) (+3 -2) src/gimp/gimp_main_window.c (1.5) (+5 -4) src/gimp/gtk_color_window.c (1.2) (+3 -1) src/gimp/gtk_main_window.c (1.4) (+4 -2) src/gimp/print-image-gimp.c (1.2) (+4 -3) src/gimp/print.c (1.2) (+6 -5) src/include/Makefile.am (1.6) (+2 -2) src/include/gimp-print-intl.h (1.1) (added) src/include/print-intl.h (1.2) (removed) src/main/Makefile.am (1.9) (+2 -2) src/main/gimp-print-internal.h (1.6) (+3 -3) test/Makefile.am (1.6) (+2 -1) test/escp2-unprint.c (1.2) (+7 -37) test/escp2-weavetest.c (1.4) (+9 -8) test/pcl-unprint.c (1.2) (+16 -15) test/printer_options.c (1.4) (+2 -1) test/testdither.c (1.4) (+3 -2) test/unprint.c (1.2) (+8 -41) Replace all use of malloc with xmalloc in libprintut.la Link all necessary programs with libprintut.la Add gettext support to genppd (preliminary) Tag translatable strings in genppd.c 2001-02-02 Files: src/main/Makefile.am (1.8) (+2 -1) add gimp-print-intl-internal.h to SOURCES in Makefile.am (caused file to be omitted from make dist tarball). 2001-02-01 Files: AUTHORS (1.8) (+3 -0) src/gimp/gimp_main_window.c (1.4) (+11 -32) src/gimp/gtk_main_window.c (1.3) (+1 -60) Remove last real vestiges of linear mode. Reduce UI flashing when switching printers. 2001-02-01 Files: src/gimp/gimp_main_window.c (1.3) (+2 -2) Set Image Scale now works correctly when image scaling was previously in percent mode. 2001-02-01 Files: src/ghost/README (1.2) (+1 -0) src/main/printers.xml (1.2) (+10 -0) Add Compaq IJ750 as alias for Lexmark 3200 2001-01-31 Files: po/POTFILES.in (1.3) (+1 -1) src/gimp/gimp_main_window.c (1.2) (+9 -2) src/gimp/gtk_main_window.c (1.2) (+9 -2) src/main/Makefile.am (1.7) (+2 -2) src/main/print-escp2.c (1.7) (+18 -3) po/POTFILES: comment out print-version.c, which doesn't exist. src/main/Makefile.am: Add -lm to link for libgimpprint.so (for pow()). src/gimp/(gtk|gimp)_main_window.c: Force preview refresh on additional callbacks that may affect preview. src/main/print-escp2.c: Use zero vertical margin for roll-feed printing. 2001-01-31 Files: lib/xmalloc.h (1.2) (+3 -5) src/main/Makefile.am (1.6) (+2 -2) src/main/gimp-print-internal.h (1.5) (+6 -2) src/main/gimp-print-intl-internal.h (1.1) (added) src/main/print-canon.c (1.5) (+11 -11) src/main/print-color.c (1.4) (+6 -6) src/main/print-dither.c (1.4) (+14 -14) src/main/print-escp2.c (1.6) (+25 -25) src/main/print-lexmark.c (1.9) (+11 -11) src/main/print-pcl.c (1.5) (+17 -17) src/main/print-ps.c (1.4) (+12 -12) src/main/print-weave.c (1.6) (+16 -16) Add src/main/gimp-print-intl-internal.h Change all instances of malloc to xmalloc in src/main/*.c 2001-01-31 Files: configure.in.in (1.3) (+7 -1) lib/Makefile.am (1.2) (+13 -2) po/POTFILES.in (1.2) (+1 -0) src/main/Makefile.am (1.5) (+2 -1) src/main/print-canon.c (1.4) (+58 -57) src/main/print-color.c (1.3) (+2 -1) src/main/print-dither.c (1.3) (+9 -8) src/main/print-escp2.c (1.5) (+53 -52) src/main/print-lexmark.c (1.8) (+58 -57) src/main/print-pcl.c (1.4) (+54 -53) src/main/print-ps.c (1.3) (+2 -1) src/main/print-util.c (1.4) (+116 -115) src/main/print-weave.c (1.5) (+2 -1) Tagged translatable strings in src/main/*.c Make a PIC utility library in lib/libprintut-pic.la Link libgimpprint with the utility library 2001-01-30 Files: Makefile.am (1.86) (+4 -4) src/cups/Makefile.am (1.12) (+2 -2) src/gimp/Makefile.am (1.6) (+2 -2) test/Makefile.am (1.5) (+2 -2) Replace 'make' with '$(MAKE)' for portability. 2001-01-30 Files: NEWS (1.6) (+4 -1) README (1.45) (+1 -1) configure.in.in (1.2) (+2 -2) Bump version. =============================================================================== Name: print-4_1_3 2001-01-30 Files: NEWS (1.5) (+2 -0) 4.1.3 release 2001-01-29 Files: .cvsignore (1.13) (+2 -0) ChangeLog and configure.in are generated now 2001-01-29 Files: src/main/print-weave.c (1.4) (+2 -2) initialize_weave_params can be static 2001-01-29 Files: src/main/print-lexmark.c (1.7) (+8 -5) Mark things static if they aren't used outside of the Lexmark driver. 2001-01-29 Files: src/main/gimp-print-internal.h (1.4) (+196 -2) src/main/print-canon.c (1.3) (+1 -8) src/main/print-escp2.c (1.4) (+38 -936) src/main/print-lexmark.c (1.6) (+1 -7) src/main/print-weave.c (1.3) (+774 -3) test/Makefile.am (1.4) (+2 -3) test/escp2-weavetest.c (1.3) (+16 -10) Migrate all of the weave stuff (except for driver-dependent output function) to print-weave.c. 2001-01-29 Files: Makefile.am (1.85) (+12 -1) src/gimp/Makefile.am (1.5) (+3 -1) src/main/print-escp2.c (1.3) (+74 -80) test/Makefile.am (1.3) (+5 -1) test/escp2-weavetest.c (1.2) (+2 -2) Make src/gimp/print depend on libgimpprint Allow separate installation of each component Prepare to move more weave code into print-weave.c. 2001-01-28 Files: src/main/print-lexmark.c (1.5) (+140 -47) Unidirectional/bidirectional printing is can be selected together with the resolution. 2001-01-27 Files: src/main/print-lexmark.c (1.4) (+22 -15) Introduced correction for Lexmark 3200 from Daniel. 2001-01-26 Files: src/cups/Makefile.am (1.11) (+17 -5) src/include/Makefile.am (1.5) (+2 -2) Install header in pkgincludedir Remove empty installation directories 2001-01-26 Files: ChangeLog (1.78) (removed) autogen.sh (1.2) (+1 -1) configure.in (1.59) (removed) configure.in.in (1.1) (added) scripts/autogen.sh (1.2) (+4 -0) Generate change log purely on the fly (don't commit it at all). Set date at autogen time, not configure time (so release date means release date, not user build date). 2001-01-26 Files: configure.in (1.58) (+2 -2) Set cups_sysconfdir per Chris Kuklewicz 2001-01-25 Files: configure.in (1.57) (+20 -5) man/Makefile.am (1.2) (+2 -2) src/cups/Makefile.am (1.10) (+20 -13) src/include/Makefile.am (1.4) (+4 -2) Tidy up cups install, by using automake variables for automated installation. This leaved just ppd file installation in install-data-local 2001-01-25 Files: configure.in (1.56) (+6 -2) src/cups/Makefile.am (1.9) (+9 -12) Clean up cups build and install 2001-01-25 Files: configure.in (1.55) (+2 -2) debian/packages (1.2) (+1 -0) src/escputil/Makefile.am (1.3) (+2 -1) src/include/gimp-print.h (1.3) (+5 -5) src/main/Makefile.am (1.4) (+3 -3) src/main/gimp-print-internal.h (1.3) (+5 -9) Restore VPATH build Add Build-Depends to debian package 2001-01-25 Files: src/main/print-pcl.c (1.3) (+3 -3) Missing static declarations 2001-01-25 Files: src/include/gimp-print.h (1.2) (+8 -182) src/main/gimp-print-internal.h (1.2) (+191 -2) Split internal things (dither, mostly) into gimp-print-internal.h. C++-protect header files. 2001-01-25 Files: src/main/print-util.c (1.3) (+26 -21) Avoid a spurious seg fault if someone supplies a non-empty string to a parameter that has no options on a given printer. 2001-01-24 Files: src/main/print-lexmark.c (1.3) (+7 -4) Corrected printing problem with CUPS. Problem is that lexmark_printhead_type() returns an incorrect value because CUPS seems not to specify an ink_type. Actually just a work around. Additionally the unsupported resolution of 2400 DPI is removed from the MMI. 2001-01-24 Files: src/cups/.cvsignore (1.3) (+1 -1) src/ghost/.cvsignore (1.3) (+1 -0) Update .cvsignore 2001-01-24 Files: README (1.44) (+0 -6) Removed redundant make target instructions from README 2001-01-24 Files: src/cups/Makefile.am (1.8) (+2 -2) Fix mkinstalldirs location for ppd files 2001-01-24 Files: src/cups/Makefile.am (1.7) (+2 -2) Fix automake conditional 2001-01-24 Files: configure.in (1.54) (+2 -2) src/cups/Makefile.am (1.6) (+3 -3) src/cups/cups-calibrate.c (1.1) (added +834 -0) src/cups/cups_calibrate.c (1.2) (removed) Rename cups_calibrate to cups-calibrate. 2001-01-24 Files: src/cups/Makefile.am (1.5) (+7 -3) Install the real executables, not the dummy ones. 2001-01-24 Files: ChangeLog (1.77) (+19 -0) NEWS (1.4) (+7 -1) README (1.43) (+32 -6) acconfig.h (1.4) (+4 -1) configure.in (1.53) (+3 -6) src/cups/README (1.2) (+1 -29) src/escputil/Makefile.am (1.2) (+2 -3) src/gimp/Makefile.am (1.4) (+2 -3) src/main/Makefile.am (1.3) (+2 -3) src/printdef/Makefile.am (1.2) (+2 -3) test/Makefile.am (1.2) (+2 -3) Update README's Move RELEASE_DATE into config.h rather than on the compile line. 2001-01-24 Files: src/cups/Makefile.am (1.4) (+2 -2) src/cups/genppd.c (1.6) (+5 -5) Set the version number on PPD files to match the gimp-print version. 2001-01-24 Files: ChangeLog (1.76) (+83 -0) Update the change log 2001-01-24 Files: AUTHORS (1.7) (+23 -13) Update the list of authors. 2001-01-24 Files: acconfig.h (1.3) (+3 -1) configure.in (1.52) (+19 -7) src/cups/Makefile.am (1.3) (+13 -13) src/cups/calibrate.c (1.2) (removed) src/cups/cups_calibrate.c (1.1) (added) src/cups/genppd.c (1.5) (+3 -2) src/ghost/Makefile.am (1.4) (+7 -3) src/ghost/contrib.mak.addon (1.2) (+9 -9) src/ghost/devs.mak.addon-5.10 (1.2) (+9 -9) 1) Set HAVE_LIBZ correctly, so genppd compresses them (CUPS seems to get surprisingly unhappy if it finds uncompressed .ppd files). genppd also needs to include config.h for this to work, and the CUPS makefile needs to set the -I flags correctly. 2) CUPS prefix should default to /usr, not to whatever the prefix normally is (Mike, please check). 3) Rename calibrate to cups_calibrate. 4) Generate the ppd's at install time, not at compile time (they're part of the data). This one's arguable. 5) Set cups_libdir and cups_datadir separately. 6) cups_calibrate *should* get installed according to the prefix. 7) Treat calibrate.ppm as just part of the data (don't treat it specially; that makes the install do weird things). 8) Install the .ppd files in the right place (datadir, not libdir). 9) The Ghostscript driver needs both gdevstp-print.h and gdevstp-print-internal.h. Also fix the header file name munging. 2001-01-23 Files: ChangeLog (1.75) (+112 -39) configure.in (1.51) (+3 -2) Enable build when a prefix is specifed to --with-cups 2001-01-23 Files: src/gimp/Makefile.am (1.3) (+5 -5) Fix gimp install 2001-01-23 Files: .cvsignore (1.12) (+3 -0) configure.in (1.50) (+4 -4) lib/.cvsignore (1.1) (added) man/.cvsignore (1.1) (added +18 -0) po/.cvsignore (1.1) (added +16 -0) scripts/.cvsignore (1.1) (added +15 -0) src/.cvsignore (1.1) (added +2 -0) src/cups/.cvsignore (1.1) (added +18 -0) src/escputil/.cvsignore (1.1) (added +5 -0) src/ghost/.cvsignore (1.1) (added +5 -0) src/gimp/.cvsignore (1.1) (added +5 -0) src/include/.cvsignore (1.1) (added) src/main/.cvsignore (1.1) (added +7 -0) src/printdef/.cvsignore (1.1) (added) test/.cvsignore (1.1) (added +15 -0) Added .cvsignore 2001-01-23 Files: .cvsignore (1.11) (+4 -16) configure.in (1.49) (+2 -1) src/cups/Makefile.am (1.2) (+4 -3) src/gimp/Makefile.am (1.2) (+5 -2) src/include/Makefile.am (1.3) (+2 -2) src/include/gimp-print-internal.h (1.2) (removed) src/main/Makefile.am (1.2) (+2 -1) src/main/gimp-print-internal.h (1.1) (added) src/printdef/printdef.h (1.3) (+1 -2) test/printer_options.c (1.3) (+1 -2) test/testdither.c (1.3) (+2 -3) Fix cups install, libgimpprint headers 2001-01-23 Files: src/cups/genppd.c (1.4) (+2 -3) src/cups/rastertoprinter.c (1.4) (+2 -3) Nothing outside of libgimpprint should include gimp-print-internal.h. 2001-01-23 Files: src/gimp/print_gimp.h (1.3) (+1 -2) Nothing outside of src/main should include gimp-print-internal.h. 2001-01-22 Files: configure.in (1.48) (+2 -2) src/ghost/Makefile.am (1.3) (+2 -2) Fix ghost header and build all test programs except testdither 2001-01-22 Files: Matgen/patched-print-dither.c (1.8) (+3 -2) src/cups/genppd.c (1.3) (+4 -3) src/cups/rastertoprinter.c (1.3) (+4 -3) src/gimp/print_gimp.h (1.2) (+3 -2) src/include/Makefile.am (1.2) (+3 -3) src/include/gimp-print-internal.h (1.1) (added) src/include/gimp-print.h (1.1) (added) src/include/print.h (1.2) (removed) src/main/print-canon.c (1.2) (+3 -2) src/main/print-color.c (1.2) (+3 -2) src/main/print-dither.c (1.2) (+3 -2) src/main/print-escp2.c (1.2) (+3 -2) src/main/print-lexmark.c (1.2) (+3 -2) src/main/print-pcl.c (1.2) (+3 -2) src/main/print-ps.c (1.2) (+3 -2) src/main/print-util.c (1.2) (+3 -2) src/main/print-weave.c (1.2) (+3 -2) src/printdef/printdef.h (1.2) (+3 -2) test/printer_options.c (1.2) (+3 -2) test/testdither.c (1.2) (+4 -3) Split print.h into gimp-print.h and gimp-print-internal.h 2001-01-22 Files: README (1.42) (+5 -2) Updated CVS build instructions 2001-01-22 Files: ChangeLog (1.74) (+303 -0) configure.in (1.47) (+2 -2) Fix version number 2001-01-22 Files: gimp.m4 (1.2) (removed) Remove gimp.m4 (now in scripts) 2001-01-22 Files: src/cups/genppd.c (1.2) (+3 -3) src/cups/rastertoprinter.c (1.2) (+3 -3) Modified to work with new build 2001-01-22 Files: Ghost/COPYING (1.2) (removed) Ghost/ChangeLog (1.2) (removed) Ghost/Makefile (1.2) (removed) Ghost/README (1.65) (removed) Ghost/README.bsd (1.2) (removed) Ghost/contrib.mak.addon (1.14) (removed) Ghost/debian-patch (1.4) (removed) Ghost/debian-patch-stp (1.2) (removed) Ghost/devs.mak.addon-5.10 (1.8) (removed) Ghost/gdevstp.c (1.52) (removed) po/POTFILES.in (1.1) (added +81 -0) src/ghost/COPYING (1.1) (added) src/ghost/ChangeLog (1.1) (added) src/ghost/Makefile.am (1.2) (+1 -3) src/ghost/README (1.1) (added) src/ghost/README.bsd (1.1) (added) src/ghost/contrib.mak.addon (1.1) (added) src/ghost/debian-patch (1.1) (added) src/ghost/debian-patch-stp (1.1) (added) src/ghost/devs.mak.addon-5.10 (1.1) (added) src/ghost/gdevstp.c (1.1) (added) Moved ghostscript files under src/ghost. Added po/POTFILES.in 2001-01-22 Files: cups/CHANGES.txt (1.2) (removed) cups/LICENSE.txt (1.3) (removed) cups/Makefile.in (1.23) (removed) cups/README.txt (1.9) (removed) cups/calibrate.c (1.8) (removed) cups/calibrate.ppm (1.2) (removed) cups/canon.c (1.2) (removed) cups/command.txt (1.3) (removed) cups/command.types (1.3) (removed) cups/commands/CleanAll.cmd (1.2) (removed) cups/commands/PrintAligmentPage.cmd (1.2) (removed) cups/commands/PrintSelfTestPage.cmd (1.2) (removed) cups/commands/ReportLevels.cmd (1.2) (removed) cups/commands/SetAlignment.cmd (1.2) (removed) cups/commandtocanon.c (1.2) (removed) cups/commandtoepson.c (1.8) (removed) cups/configure (1.8) (removed) cups/configure.in (1.9) (removed) cups/epson.c (1.8) (removed) cups/genppd.c (1.23) (removed) cups/rastertoprinter.c (1.17) (removed) src/cups/COPYING (1.1) (added +280 -0) src/cups/ChangeLog (1.1) (added) src/cups/README (1.1) (added +116 -0) src/cups/calibrate.c (1.1) (added) src/cups/calibrate.ppm (1.1) (added +375 -0) src/cups/canon.c (1.1) (added) src/cups/command.txt (1.1) (added +76 -0) src/cups/command.types (1.1) (added +28 -0) src/cups/commands/CleanAll.cmd (1.1) (added +6 -0) src/cups/commands/PrintAligmentPage.cmd (1.1) (added +6 -0) src/cups/commands/PrintSelfTestPage.cmd (1.1) (added +6 -0) src/cups/commands/ReportLevels.cmd (1.1) (added +6 -0) src/cups/commands/SetAlignment.cmd (1.1) (added +7 -0) src/cups/commandtocanon.c (1.1) (added +197 -0) src/cups/commandtoepson.c (1.1) (added +234 -0) src/cups/epson.c (1.1) (added) src/cups/genppd.c (1.1) (added +2574 -0) src/cups/rastertoprinter.c (1.1) (added +1708 -0) Moved cups/* under src/cups 2001-01-22 Files: COPYING (1.3) (+1 -60) Documentation/docbook.css (1.2) (removed) Documentation/print-color.png (1.2) (removed) Documentation/print-main.png (1.2) (removed) Documentation/print-setup.png (1.2) (removed) Documentation/print.html (1.3) (removed) Documentation/print.sgml (1.2) (removed) FAQ.html (1.4) (removed) INSTALL (1.7) (removed) LICENSE (1.2) (removed) NEWS (1.3) (+74 -62) README.dither (1.10) (removed) README.escp2 (1.14) (removed) README.new-printer (1.5) (removed) README.weave (1.3) (removed) RELNOTES (1.39) (removed) doc/FAQ.html (1.1) (added +286 -0) doc/README.dither (1.1) (added) doc/README.escp2 (1.1) (added) doc/README.new-printer (1.1) (added) doc/README.weave (1.1) (added) doc/docbook.css (1.1) (added) doc/print-color.png (1.1) (added) doc/print-main.png (1.1) (added) doc/print-setup.png (1.1) (added) doc/print.html (1.1) (added) doc/print.sgml (1.1) (added) Moved documentation 2001-01-22 Files: acconfig.h (1.2) (+3 -0) make-deb.sh (1.5) (removed) mkchlog (1.5) (removed) scripts/autogen.sh (1.1) (added +377 -0) scripts/gettext.m4 (1.1) (added) scripts/gimp.m4 (1.1) (added) scripts/lcmessage.m4 (1.1) (added) scripts/libtool.m4 (1.1) (added) scripts/make-deb.sh (1.1) (added) scripts/mkchlog (1.1) (added +380 -0) scripts/progtest.m4 (1.1) (added) Move scripts under scripts. Add m4 macros (may be outdated) 2001-01-22 Files: install-sh (1.2) (removed) missing (1.2) (removed) mkinstalldirs (1.4) (removed) Removed old autoconf/make scripts. Now generated automatically. 2001-01-22 Files: print.h (1.106) (removed) src/include/print-intl.h (1.1) (added) src/include/print.h (1.1) (added) Moved headers under src/include 2001-01-22 Files: printdef.h (1.6) (removed) printdefl.l (1.6) (removed) printdefy.y (1.19) (removed) src/printdef/printdef.h (1.1) (added) src/printdef/printdefl.l (1.1) (added) src/printdef/printdefy.y (1.1) (added) Moved printdef sources under src/printdef 2001-01-22 Files: print-canon.c (1.114) (removed) print-color.c (1.12) (removed) print-dither.c (1.119) (removed) print-escp2.c (1.306) (removed) print-lexmark.c (1.22) (removed) print-pcl.c (1.113) (removed) print-ps.c (1.56) (removed) print-util.c (1.162) (removed) print-weave.c (1.12) (removed) printers.xml (1.49) (removed) quickmatrix257.h (1.5) (removed) ran.367.179.h (1.4) (removed) ran.509.131.h (1.4) (removed) src/main/print-canon.c (1.1) (added +5666 -0) src/main/print-color.c (1.1) (added +1775 -0) src/main/print-dither.c (1.1) (added) src/main/print-escp2.c (1.1) (added +4575 -0) src/main/print-lexmark.c (1.1) (added +3027 -0) src/main/print-pcl.c (1.1) (added +3085 -0) src/main/print-ps.c (1.1) (added +1380 -0) src/main/print-util.c (1.1) (added +668 -0) src/main/print-weave.c (1.1) (added +2007 -0) src/main/printers.xml (1.1) (added) src/main/quickmatrix257.h (1.1) (added) src/main/ran.367.179.h (1.1) (added) src/main/ran.509.131.h (1.1) (added) Moved libgimpprint sources under src/main 2001-01-22 Files: cyan-sweep.tif (1.2) (removed) escp2-unprint.c (1.6) (removed) escp2-weavetest.c (1.19) (removed) parse-escp2 (1.4) (removed) pcl-unprint.c (1.19) (removed) printer_options.c (1.8) (removed) run-weavetest (1.20) (removed) test/cyan-sweep.tif (1.1) (added +24 -0) test/escp2-unprint.c (1.1) (added) test/escp2-weavetest.c (1.1) (added +489 -0) test/parse-escp2 (1.1) (added +590 -0) test/pcl-unprint.c (1.1) (added +1760 -0) test/printer_options.c (1.1) (added) test/run-weavetest (1.1) (added +107 -0) test/testdither.c (1.1) (added +1013 -0) test/unprint.c (1.1) (added +1768 -0) testdither.c (1.6) (removed) unprint.c (1.45) (removed) Moved test programs under test 2001-01-22 Files: escputil.1.in (1.2) (removed) escputil.c (1.27) (removed) man/escputil.1.in (1.1) (added +128 -0) src/escputil/escputil.c (1.1) (added +2220 -0) Moved escputil to src/escputil and man 2001-01-22 Files: gimp_color_window.c (1.25) (removed) gimp_main_window.c (1.80) (removed) gtk_color_window.c (1.26) (removed) gtk_main_window.c (1.64) (removed) print-image-gimp.c (1.11) (removed) print-intl.h (1.2) (removed) print.c (1.137) (removed) print_gimp.h (1.31) (removed) src/gimp/gimp_color_window.c (1.1) (added) src/gimp/gimp_main_window.c (1.1) (added) src/gimp/gtk_color_window.c (1.1) (added) src/gimp/gtk_main_window.c (1.1) (added) src/gimp/print-image-gimp.c (1.1) (added) src/gimp/print-intl.h (1.1) (added) src/gimp/print.c (1.1) (added) src/gimp/print_gimp.h (1.1) (added) Moved gimp-print plugin under src/gimp 2001-01-22 Files: Makefile.am (1.84) (+63 -226) autogen.sh (1.1) (added +25 -0) configure.in (1.46) (+312 -77) lib/Makefile.am (1.1) (added) lib/alloca.c (1.1) (added) lib/getopt.c (1.1) (added) lib/getopt.h (1.1) (added) lib/getopt1.c (1.1) (added) lib/pathmax.h (1.1) (added) lib/strcspn.c (1.1) (added) lib/vasprintf.c (1.1) (added) lib/xgetcwd.c (1.1) (added) lib/xmalloc.c (1.1) (added) lib/xmalloc.h (1.1) (added) man/Makefile.am (1.1) (added +58 -0) po/ChangeLog (1.1) (added +3 -0) src/Makefile.am (1.1) (added +38 -0) src/cups/Makefile.am (1.1) (added +267 -0) src/escputil/Makefile.am (1.1) (added +38 -0) src/ghost/Makefile.am (1.1) (added +41 -0) src/gimp/Makefile.am (1.1) (added) src/include/Makefile.am (1.1) (added) src/main/Makefile.am (1.1) (added +171 -0) src/printdef/Makefile.am (1.1) (added) test/Makefile.am (1.1) (added +70 -0) Added build scripts and new directories 2001-01-22 Files: makesrcdist (1.1) (added) file makesrcdist was initially added on branch print-4_0_branch. 2001-01-22 Files: Ghost/contrib.mak.addon (1.13) (+10 -10) Get the print.h dependency right. 2001-01-21 Files: Ghost/com-stp.ppd (1.4) (removed) Ghost/gs-stp.pdq (1.8) (removed) Remove obsolete files that will not work any longer =============================================================================== Name: print-4_1_2 2001-01-21 Files: ChangeLog (1.73) (+57 -0) 4.1.2 release 2001-01-21 Files: RELNOTES (1.38) (+34 -0) Prep for 4.1.2. 2001-01-20 Files: Ghost/contrib.mak.addon (1.12) (+11 -11) Ghost/devs.mak.addon-5.10 (1.7) (+11 -11) Ghost/gdevstp.c (1.51) (+5 -5) cups/genppd.c (1.22) (+13 -13) cups/rastertoprinter.c (1.16) (+5 -4) gimp_main_window.c (1.79) (+41 -32) gtk_main_window.c (1.63) (+24 -15) print-canon.c (1.113) (+29 -18) print-escp2.c (1.305) (+20 -9) print-lexmark.c (1.21) (+37 -23) print-pcl.c (1.112) (+22 -12) print-ps.c (1.55) (+21 -10) print-util.c (1.161) (+7 -7) print.c (1.136) (+4 -3) print.h (1.105) (+15 -91) printdefy.y (1.18) (+27 -76) printer_options.c (1.7) (+2 -2) printers.xml (1.48) (+3 -3) Create printfuncs_t that encapsulates all of the printer-specific functions. Clean up const everywhere. Everything now compiles without warnings (except for a few strays that aren't related to const-ness). Add gdevstp-print.h to the mak.addon files. 2001-01-20 Files: gimp_main_window.c (1.78) (+6 -5) Fixed custom paper size setting in metric mode. Values were divided instead of multiplied by 2.54, and a multiply was missing for width. 2001-01-20 Files: Ghost/README (1.64) (+2 -0) printers.xml (1.47) (+21 -5) More Canon stuff 2001-01-20 Files: ChangeLog (1.72) (+75 -0) Matgen/patched-print-dither.c (1.7) (+2 -2) cups/genppd.c (1.21) (+6 -6) gimp_color_window.c (1.24) (+11 -5) gimp_main_window.c (1.77) (+3 -3) gtk_color_window.c (1.25) (+10 -10) print-dither.c (1.118) (+39 -26) print-util.c (1.160) (+4 -4) print.h (1.104) (+4 -4) Change stp_dither_algo_names to function interface. 2001-01-20 Files: print-canon.c (1.112) (+3 -3) Make a few more things static. 2001-01-20 Files: Ghost/README (1.63) (+2 -0) Ghost/gdevstp.c (1.50) (+70 -35) cups/genppd.c (1.20) (+2 -22) cups/rastertoprinter.c (1.15) (+70 -35) print-canon.c (1.111) (+12 -12) print-escp2.c (1.304) (+13 -13) print-image-gimp.c (1.10) (+90 -48) print-lexmark.c (1.20) (+14 -14) print-pcl.c (1.111) (+12 -12) print-ps.c (1.54) (+15 -15) print-util.c (1.159) (+20 -20) print.c (1.135) (+3 -3) print.h (1.103) (+69 -71) print_gimp.h (1.30) (+9 -2) printer_options.c (1.6) (+1 -93) printers.xml (1.46) (+16 -0) Convert Image to true polymorphic stp_image_t. Add bjc-55 and bjc-85 as aliases for bjc-2000 per Till Kamppeter. 2001-01-19 Files: ChangeLog (1.71) (+30 -0) Ghost/gdevstp.c (1.49) (+9 -9) Matgen/patched-print-dither.c (1.6) (+49 -49) cups/genppd.c (1.19) (+4 -4) cups/rastertoprinter.c (1.14) (+6 -6) gimp_color_window.c (1.23) (+5 -5) gimp_main_window.c (1.76) (+17 -17) gtk_color_window.c (1.24) (+4 -4) gtk_main_window.c (1.62) (+7 -7) print-canon.c (1.110) (+34 -34) print-color.c (1.11) (+4 -4) print-dither.c (1.117) (+56 -56) print-escp2.c (1.303) (+34 -34) print-lexmark.c (1.19) (+40 -37) print-pcl.c (1.110) (+34 -34) print-ps.c (1.53) (+10 -10) print-util.c (1.158) (+27 -26) print-weave.c (1.11) (+5 -5) print.c (1.134) (+16 -16) print.h (1.102) (+50 -50) printdefy.y (1.17) (+5 -5) printer_options.c (1.5) (+3 -3) testdither.c (1.5) (+37 -37) More renaming with stp_ prefix 2001-01-16 Files: printdefy.y (1.16) (+2 -2) Make printer_count static too. 2001-01-16 Files: cups/genppd.c (1.18) (+4 -15) Make the printer list static. 2001-01-16 Files: printdefy.y (1.15) (+2 -2) Make the printer list static to print-util.c. 2001-01-15 Files: ChangeLog (1.70) (+101 -0) Ghost/gdevstp.c (1.48) (+9 -9) Matgen/patched-print-dither.c (1.5) (+13 -13) cups/genppd.c (1.17) (+7 -7) cups/rastertoprinter.c (1.13) (+5 -5) escp2-weavetest.c (1.18) (+2 -2) escputil.c (1.26) (+5 -5) gimp_color_window.c (1.22) (+7 -7) gimp_main_window.c (1.75) (+15 -15) gtk_color_window.c (1.23) (+6 -6) gtk_main_window.c (1.61) (+6 -6) print-canon.c (1.109) (+50 -50) print-color.c (1.10) (+17 -17) print-dither.c (1.116) (+9 -9) print-escp2.c (1.302) (+246 -220) print-lexmark.c (1.18) (+17 -17) print-pcl.c (1.109) (+44 -44) print-ps.c (1.52) (+16 -16) print-util.c (1.157) (+30 -30) print.c (1.133) (+32 -32) print.h (1.101) (+95 -87) printdef.h (1.5) (+2 -2) printdefy.y (1.14) (+4 -4) printer_options.c (1.4) (+2 -2) testdither.c (1.4) (+8 -8) Rename all data types declared in print.h to have 'stp_' prefix. 2001-01-15 Files: FAQ.html (1.3) (+34 -11) Fix the HTML. 2001-01-15 Files: print-escp2.c (1.301) (+4 -4) One more 7 color fix Increase the compression buffer size for 2880 DPI. 2001-01-14 Files: print-escp2.c (1.300) (+11 -10) Free dark yellow if it exists. 2001-01-10 Files: Ghost/debian-patch (1.3) (+6 -5) Adjust patch to apply cleanly to new gs5.10-10.1 sources from Debian. Change my email address to sharkey@debian.org in the changelog. 2001-01-10 Files: make-deb.sh (1.4) (+1 -1) Treat testing/unstable the same as woody. 2001-01-07 Files: Makefile.am (1.83) (+2 -1) Turnf off FORCE_ACLOCAL hack 2001-01-07 Files: Makefile.am (1.82) (+1 -1) Put change log in correct location 2001-01-06 Files: README (1.41) (+1 -1) Note new autoheader requirement. 2001-01-06 Files: config.h.in (1.2) (removed) Removed config.h.in now acconfig.h is available. 2001-01-06 Files: acconfig.h (1.1) (added) Add acconfig.h to generate config.h.in with autoheader 2001-01-05 Files: config.h.in (1.1) (added +213 -0) configure.in (1.45) (+3 -1) escputil.c (1.25) (+3 -3) Emergency fix to configure to allow config.h to be created. 2001-01-05 Files: Ghost/README (1.62) (+1 -0) escputil.c (1.24) (+3 -1) print-escp2.c (1.299) (+15 -2) printers.xml (1.45) (+10 -1) Add Stylus Photo 890 2001-01-04 Files: Ghost/README (1.61) (+2 -0) Lexmark 3200 and Epson Stylus Photo 1290 2001-01-04 Files: printers.xml (1.44) (+10 -10) Put Lexmark printers in numerical order 2001-01-04 Files: ChangeLog (1.69) (+132 -0) print-escp2.c (1.298) (+14 -1) printers.xml (1.43) (+9 -0) Support the Stylus Photo 1290 2001-01-03 Files: print-lexmark.c (1.17) (+1207 -463) Several things: -) correct calculation of page offsets -) corrected error at bidirectional printing -) better density adaptation -) support of resolutionspecific parameters -) some testing code. First, printing bars of pure color and lines to see offset between colors. Second, the file /xx.ppm will be created when debug mode is on. This is the image used for printing. -) bidirectional printing is now configurable -) added support for the Lexm. 3200 received from Daniel Gordini (Thank's to him !!) 2001-01-03 Files: Makefile.am (1.81) (+4 -4) configure.in (1.44) (+41 -9) escp2-unprint.c (1.5) (+4 -1) escp2-weavetest.c (1.17) (+4 -1) escputil.c (1.23) (+4 -1) gimp_color_window.c (1.21) (+2 -2) gimp_main_window.c (1.74) (+2 -2) gtk_color_window.c (1.22) (+4 -1) gtk_main_window.c (1.60) (+4 -1) pcl-unprint.c (1.18) (+5 -2) print-canon.c (1.108) (+4 -1) print-color.c (1.9) (+4 -2) print-dither.c (1.115) (+4 -2) print-escp2.c (1.297) (+4 -1) print-image-gimp.c (1.9) (+3 -3) print-lexmark.c (1.16) (+4 -3) print-pcl.c (1.108) (+4 -1) print-ps.c (1.51) (+4 -1) print-util.c (1.156) (+4 -2) print-weave.c (1.10) (+4 -1) print.c (1.132) (+3 -3) printer_options.c (1.3) (+4 -1) testdither.c (1.3) (+5 -3) unprint.c (1.44) (+4 -1) Added global header (config.h) support Added support for gimp plugin install in home directories 2001-01-03 Files: printers.xml (1.42) (+14 -2) Added support for Lexmark 3200. 2001-01-02 Files: print-escp2.c (1.296) (+3 -3) A couple more instances of the 7-color problem. These won't matter until we support the PM-900C. 2001-01-02 Files: gimp_main_window.c (1.73) (+15 -5) Update the page size boxes when units change. 2001-01-01 Files: Ghost/README (1.60) (+5 -0) Ghost/gdevstp.c (1.47) (+6 -6) README (1.40) (+3 -1) RELNOTES (1.37) (+2 -6) configure.in (1.43) (+1 -1) cups/genppd.c (1.16) (+19 -19) escp2-unprint.c (1.4) (+15 -15) gimp_main_window.c (1.72) (+161 -14) pcl-unprint.c (1.17) (+21 -21) print-canon.c (1.107) (+24 -24) print-dither.c (1.114) (+68 -68) print-escp2.c (1.295) (+23 -22) print-lexmark.c (1.15) (+98 -98) print-pcl.c (1.107) (+48 -48) print-ps.c (1.50) (+13 -13) print-util.c (1.155) (+12 -7) print-weave.c (1.9) (+72 -72) print.c (1.131) (+8 -2) print.h (1.100) (+21 -21) unprint.c (1.43) (+18 -18) Support custom paper sizes in the Gimp plugin. It's possible that the Ghostscript and CUPS drivers will just work; it's also possible that they don't even need these changes. Fix the mishmash of "length" and "height" to all be "height" when referring to the long/vertical dimension of a page. Fix a nasty little bug in the Epson driver. 2000-12-31 Files: Makefile.am (1.80) (+33 -24) Enable VPATH build with $(top_srcdir) and $(srcdir) 2000-12-31 Files: print-escp2.c (1.294) (+55 -4) First cut at roll feed printing for ESP 870/1270 from Steve Kann 2000-12-30 Files: print-canon.c (1.106) (+3 -2) print-color.c (1.8) (+43 -16) print-escp2.c (1.293) (+141 -43) print-lexmark.c (1.14) (+2 -2) print-pcl.c (1.106) (+2 -2) print-ps.c (1.49) (+3 -3) print.h (1.99) (+4 -3) Saturation adjustments in addition to hue and luminosity. 2000-12-30 Files: gimp_main_window.c (1.71) (+11 -8) gtk_main_window.c (1.59) (+5 -5) Size correctly for extremely tiny images. 2000-12-24 Files: ChangeLog (1.68) (+64 -0) 4.1.1 2000-12-24 Files: print-escp2.c (1.292) (+210 -143) printers.xml (1.41) (+0 -8) Tune (somewhat) the 870/1270. Prep for release 4.0.2. 2000-12-24 Files: Ghost/gdevstp.c (1.46) (+1 -2) cups/rastertoprinter.c (1.12) (+3 -3) print-canon.c (1.105) (+1 -2) print-color.c (1.7) (+2 -2) print-dither.c (1.113) (+8 -3) print-escp2.c (1.291) (+19 -20) print-lexmark.c (1.13) (+1 -2) print-pcl.c (1.105) (+1 -2) print-ps.c (1.48) (+1 -2) print.c (1.130) (+3 -3) print.h (1.98) (+135 -9) printers.xml (1.40) (+0 -56) More color tweaking for Epson printers. Comments in print.h. Remove copies argument to print function; nothing implements it, and this isn't really the right place to do it. 2000-12-23 Files: escputil.c (1.22) (+1 -30) Removed old commented-out code 2000-12-23 Files: ChangeLog (1.67) (+48 -0) Ghost/README (1.59) (+9 -9) README (1.39) (+1 -1) RELNOTES (1.36) (+16 -1) configure.in (1.42) (+1 -2) print-escp2.c (1.290) (+29 -29) print-lexmark.c (1.12) (+29 -29) print-pcl.c (1.104) (+29 -29) Improve color some more 2000-12-22 Files: escputil.c (1.21) (+2 -2) Typo here 2000-12-22 Files: Makefile.am (1.79) (+2 -0) configure.in (1.41) (+14 -0) escputil.c (1.20) (+101 -27) Added GNU readline support to escputil 2000-12-22 Files: print-escp2.c (1.289) (+5 -5) Fix STC 640/660. 2000-12-22 Files: ChangeLog (1.66) (+6 -0) print-color.c (1.6) (+3 -1) print-escp2.c (1.288) (+41 -41) print-lexmark.c (1.11) (+73 -72) print-pcl.c (1.103) (+73 -72) Improve (I hope) color rendition a bit more... 2000-12-21 Files: print-dither.c (1.112) (+2 -2) Fix problem with hollow letters and the like. 2000-12-21 Files: print-color.c (1.5) (+33 -33) print-escp2.c (1.287) (+41 -41) Try to improve color rendition a bit more. 2000-12-21 Files: printers.xml (1.39) (+1 -1) Fix Canon S450 entry 2000-12-21 Files: cups/Makefile.in (1.22) (+3 -3) Fix dependencies 2000-12-21 Files: print-dither.c (1.111) (+45 -55) Try to attack some overflow problems. 2000-12-20 Files: print-escp2.c (1.286) (+59 -59) Some tuning based on Gareth Watts's results. =============================================================================== Name: print-4_1_0 2000-12-18 Files: ChangeLog (1.65) (+57 -0) 4.1.0 release 2000-12-18 Files: configure.in (1.40) (+9 -1) Enable --enable-gimptest=no 2000-12-18 Files: Ghost/README (1.58) (+46 -32) README (1.38) (+0 -6) RELNOTES (1.35) (+45 -1) Prep for 4.1.0 release 2000-12-18 Files: cups/genppd.c (1.15) (+4 -4) strlen(x) + 1 != strlen(x + 1) 2000-12-18 Files: print-escp2.c (1.285) (+2 -1) Add 720 micoweave unidirectional 2000-12-18 Files: print-escp2.c (1.284) (+2 -1) Add 180 unidirectional 2000-12-17 Files: print-escp2.c (1.283) (+109 -71) printers.xml (1.38) (+8 -0) Prepare Epson driver for future 7 color printer(s). Add S450 as alias for Canon bjc-6000 2000-12-17 Files: ChangeLog (1.64) (+7 -0) print-dither.c (1.110) (+18 -18) print-escp2.c (1.282) (+361 -518) Generate dither matrices more correctly. Revamp ink type stuff heavily in Epson driver. 2000-12-16 Files: print-dither.c (1.109) (+26 -3) Look a little better in very fast mode, at least at square resolutions. 2000-12-16 Files: ChangeLog (1.63) (+26 -0) print-dither.c (1.108) (+77 -115) More cleanup of the dither code. 2000-12-16 Files: print-canon.c (1.104) (+12 -11) print-dither.c (1.107) (+235 -345) print-escp2.c (1.281) (+9 -9) print-lexmark.c (1.10) (+5 -5) print-pcl.c (1.102) (+9 -7) print-util.c (1.154) (+2 -2) print.h (1.97) (+20 -44) Start collapsing the per-color data structures and functions in the dither code into arrays. 2000-12-14 Files: ChangeLog (1.62) (+54 -0) Ghost/README (1.57) (+47 -16) Makefile.am (1.78) (+9 -4) README (1.37) (+1 -1) print-dither.c (1.106) (+54 -52) print-escp2.c (1.280) (+31 -23) Add higher quality 360 DPI printing modes. Try to improve ordered dither on 6 color printers. 2000-12-11 Files: print-dither.c (1.105) (+74 -99) Fix up use of black vs. composite grayscale in fast dither mode. 2000-12-10 Files: print-dither.c (1.104) (+78 -5) More opportunities for blank line elimination 2000-12-10 Files: printdefy.y (1.13) (+6 -1) Fix up describe_resolution member. 2000-12-10 Files: print-canon.c (1.103) (+2 -2) print-escp2.c (1.279) (+2 -2) Turn off debug messages by default on Canon driver. Minor update to glossy film in Epson driver. 2000-12-10 Files: cups/genppd.c (1.14) (+51 -66) cups/rastertoprinter.c (1.11) (+19 -32) Use new describe_resolution member function to get information about a specific resolution rather than trying to parse it; pass the resolution index number in cupsCompression; set default dithering mode to adaptive hybrid. Reviewed by Mike. 2000-12-10 Files: ChangeLog (1.61) (+63 -0) print-canon.c (1.102) (+11 -1) print-escp2.c (1.278) (+24 -1) print-lexmark.c (1.9) (+11 -1) print-pcl.c (1.101) (+18 -1) print-ps.c (1.47) (+14 -1) print.h (1.96) (+19 -3) Add describe_resolution "member" function to printer_t 2000-12-09 Files: print-escp2.c (1.277) (+8 -7) Add premium luster photo paper. 2000-12-09 Files: LICENSE (1.1) (added) Makefile.am (1.77) (+1 -1) print-escp2.c (1.276) (+21 -21) Change some resolution names in Epson driver. Put a copy of the GPL in the top level distribution. 2000-12-08 Files: print-dither.c (1.103) (+472 -227) print-escp2.c (1.275) (+41 -36) Finally figured out how to do error diffusion on black ink with color printing! I'm not entirely sure what didn't work before. Improve printing quality on 4 pl printers at 1440x720 dpi. Add a whole slew of additional unidirectional resolutions to get better print quality with halfway decent speed. 2000-12-04 Files: print-dither.c (1.102) (+9 -11) quickmatrix257.h (1.4) (+6006 -5953) ran.367.179.h (1.3) (+5974 -6591) ran.509.131.h (1.3) (+6063 -6668) Prescale the dither matrices to [0..65535] to allow storing them as unsigned short arrays in the binary, to substantially reduce binary size. 2000-12-04 Files: print-dither.c (1.101) (+7 -1) Actually do the black density. 2000-12-04 Files: ChangeLog (1.60) (+57 -0) README.dither (1.9) (+12 -0) configure.in (1.39) (+19 -15) print-dither.c (1.100) (+16 -1) print-pcl.c (1.100) (+53 -1) print.h (1.95) (+3 -2) Actually add luminosity lookup to PCL driver. Add black density to allow setting density of black independent of color in color mode. Don't forcibly set optimization level in configure if user has specified something else. 2000-12-03 Files: gimp_main_window.c (1.70) (+2 -2) print-canon.c (1.101) (+2 -2) print-color.c (1.4) (+57 -27) print-dither.c (1.99) (+76 -39) print-escp2.c (1.274) (+65 -12) print-lexmark.c (1.8) (+54 -2) print-pcl.c (1.99) (+2 -2) print-ps.c (1.46) (+3 -3) print.h (1.94) (+3 -3) Use luminosity adjustment to further improve color. 2000-11-30 Files: print-canon.c (1.100) (+40 -58) * Enabled handling of media base density * Some basic adjustments for the bjc6200 model 2000-11-29 Files: README.new-printer (1.4) (+65 -0) print-canon.c (1.99) (+11 -11) Added some documentation regarding print-canon.c 2000-11-29 Files: print-canon.c (1.98) (+1133 -128) * Completely revised the ink handling (which was in fact inexistent sofar) by heavily copying from print-escp2.c This way the output can now be adjusted on a per-model-basis as described in README.new-printers * TODO: - adjust all supported printers and choose the appropriate inktype - find a way to handle 3color and 7color printers - some code-cleanups 2000-11-28 Files: ChangeLog (1.59) (+89 -0) escputil.c (1.19) (+25 -3) print-color.c (1.3) (+3 -31) Hue adjustment does nothing useful in solid colors mode. Retry reading from printer in escputil for better reliability. 2000-11-27 Files: print-canon.c (1.97) (+2 -2) Fix for bjc7000 bottom margin problem provided by Bodo Huckestein 2000-11-26 Files: print-escp2.c (1.273) (+307 -101) print-lexmark.c (1.7) (+2 -2) print-pcl.c (1.98) (+2 -2) Tweak the hue map a bit more Add support for 1440 dpi vertical resolution to Epson driver (in case anyone wants to experiment with this). 2000-11-26 Files: cups/Makefile.in (1.21) (+4 -4) cups/README.txt (1.8) (+1 -1) Rename calibrate to cups-calibrate. 2000-11-25 Files: Ghost/README (1.56) (+2 -2) print-color.c (1.2) (+3 -6) print-dither.c (1.98) (+11 -2) print-escp2.c (1.272) (+65 -27) print-lexmark.c (1.6) (+36 -12) print-pcl.c (1.97) (+36 -12) printers.xml (1.37) (+66 -0) Increase the resolution of the hue mapper Tweak Epson printers Fix transition issues in dither code 2000-11-23 Files: print-escp2.c (1.271) (+11 -11) Tweak the hue adjustments. 2000-11-21 Files: FAQ.html (1.2) (+58 -36) Updates 2000-11-21 Files: Ghost/README (1.55) (+119 -30) Improved documentation 2000-11-21 Files: FAQ.html (1.1) (added) First attempt at a FAQ. 2000-11-21 Files: print-dither.c (1.97) (+14 -5) Make dither_set_black_levels do something useful. 2000-11-20 Files: print-pcl.c (1.96) (+32 -2) Try to address purple problem here, too. 2000-11-19 Files: print-escp2.c (1.270) (+34 -36) Minor code cleanup 2000-11-19 Files: ChangeLog (1.58) (+93 -0) print-lexmark.c (1.5) (+31 -4) Color correction 2000-11-19 Files: print-lexmark.c (1.4) (+19 -15) Cleanup 2000-11-19 Files: print-canon.c (1.96) (+2 -93) print-escp2.c (1.269) (+33 -915) print-pcl.c (1.95) (+3 -84) print-weave.c (1.8) (+881 -1) print.h (1.93) (+37 -11) Split out all the bit twiddling functions into print-weave.c. 2000-11-19 Files: Ghost/.cvsignore (1.5) (+5 -0) Ghost/contrib.mak.addon (1.11) (+4 -0) Ghost/devs.mak.addon-5.10 (1.6) (+4 -0) Makefile.am (1.76) (+6 -4) cups/.cvsignore (1.5) (+3 -1) cups/Makefile.in (1.20) (+8 -5) print-color.c (1.1) (added) print-util.c (1.153) (+2 -1537) Split print-util into print-util.c and print-color.c. 2000-11-19 Files: gimp_main_window.c (1.69) (+2 -2) print-canon.c (1.95) (+2 -2) print-escp2.c (1.268) (+32 -2) print-lexmark.c (1.3) (+2 -2) print-pcl.c (1.94) (+2 -2) print-ps.c (1.45) (+4 -3) print-util.c (1.152) (+84 -30) print.h (1.92) (+9 -3) Hue mapping to improve color 2000-11-18 Files: print-pcl.c (1.93) (+5 -0) Divided density by 2 for 840 CRET mode. This is Robert's version of Tommy's latest patch. 2000-11-18 Files: print-pcl.c (1.92) (+37 -2) printers.xml (1.36) (+1 -1) Although the 1200C has CMYK ink, it cannot use K at the same time as CMY! Split it off from the 1600 (which *may* be able to do this). Thanks to Dieter Schollmeyer for noting this. 2000-11-18 Files: Ghost/gdevstp.c (1.45) (+7 -2) 122776 Ghostscript still ignores printer variables 2000-11-18 Files: Ghost/contrib.mak.addon (1.10) (+4 -0) Ghost/devs.mak.addon-5.10 (1.5) (+4 -0) Lexmark driver 2000-11-18 Files: cups/.cvsignore (1.4) (+10 -8) Add new stuff 2000-11-18 Files: ChangeLog (1.57) (+200 -0) Ghost/README (1.54) (+4 -0) escputil.c (1.18) (+4 -2) print-escp2.c (1.267) (+14 -3) print-util.c (1.151) (+3 -1) printers.xml (1.35) (+18 -1) 1) Support for the Stylus Photo 790 (new printer on the Epson HK web site, not currently on the US site). Also list the 680, which appears to be the 777. 2) In update_cmyk in print-util.c, don't bail out if it's all black. However, there may be another error which I need to look at. 2000-11-18 Files: cups/Makefile.in (1.19) (+3 -3) Inserted missing cups-lexmark.o 2000-11-18 Files: Makefile.am (1.75) (+4 -3) print-dither.c (1.96) (+9 -1) print-escp2.c (1.266) (+326 -210) printers.xml (1.34) (+11 -3) ran.509.131.h (1.2) (+22 -0) Support 2880x720 2000-11-18 Files: print.c (1.129) (+6 -2) To make copying files to gimpcvs easier, check for INIT_I18N_UI and use that macro instead of INIT_LOCALE if it exists. Fixes #122731 2000-11-12 Files: print-lexmark.c (1.2) (+37 -42) Corrected error in print-lexmark.c at photo prints. 2000-11-12 Files: Ghost/README (1.53) (+1 -0) Makefile.am (1.74) (+1 -0) print-lexmark.c (1.1) (added) print.h (1.91) (+14 -2) printdefy.y (1.12) (+12 -1) printers.xml (1.33) (+8 -0) Added support for Lexmark Z52. 2000-11-12 Files: make-deb.sh (1.3) (+1 -1) Adjust for the fact that the format of /etc/debian_version has changed. 2000-11-12 Files: debian/changelog (1.2) (+6 -0) Bump the revision number up to 4.0.2. 2000-11-12 Files: Ghost/debian-patch (1.2) (+15 -21) Slightly change the way Ghostscript is packaged for Debian. Originally, this patch would allow you to compile a package named "gs-stp", which would both conflict with and provide the original gs package. Unfortunately, gs-pdfencrypt has a versioned depends on gs, and dpkg does not support a versioned provides, so you can't install gs-pdfencrypt with gs-stp. At least, not as far as I can figure. So the solution is to not make a "gs-stp" package, but a new gs package, with "stp" appended to the version number (5.10stp). This allows everything to work. 2000-11-11 Files: ran.509.131.h (1.1) (added) Generated new matrix for printers with 4:1 resolution, for example 2880x720 DPI. 2000-11-06 Files: print-canon.c (1.94) (+2 -2) Fixed malformed debug message 2000-11-03 Files: cups/rastertoprinter.c (1.10) (+3 -2) Need to do yellow too 2000-11-03 Files: cups/rastertoprinter.c (1.9) (+8 -2) Attempt to fix 121170 2000-11-03 Files: Ghost/gdevstp.c (1.44) (+3 -3) Try to fix 121169 2000-10-31 Files: Makefile.am (1.73) (+2 -1) Copy escputil man page to Ghost directory 2000-10-31 Files: .cvsignore (1.10) (+1 -0) Makefile.am (1.72) (+3 -0) configure.in (1.38) (+7 -1) escputil man page 2000-10-31 Files: escputil.1.in (1.1) (added) Man page for escputil. 2000-10-29 Files: print-pcl.c (1.91) (+15 -13) printers.xml (1.32) (+4 -4) Latest version of Tommy's CRET patch. Changed 810/812/842 and 895 printers to the 840 CRET driver. 2000-10-29 Files: INSTALL (1.6) (+1 -15) Makefile.am (1.71) (+1 -1) escputil.c (1.17) (+2 -2) print-pcl.c (1.90) (+2 -2) Bring over a few fixes from 4.0+ 2000-10-23 Files: print-pcl.c (1.89) (+45 -6) printers.xml (1.31) (+1 -1) Updated to latest version of Tommy's patch, plus fixed 8xx C-RET. 2000-10-22 Files: print-canon.c (1.93) (+2 -2) Fixed small bug leading to wrong horizontal offsets for xdpi != ydpi 2000-10-22 Files: cups/Makefile.in (1.18) (+25 -4) cups/canon.c (1.1) (added) cups/commandtocanon.c (1.1) (added) Added preliminary support for canon printers in cups - alls existing commands are working except for ink level determination. Some canon specific commands are missing for lack of cups-commands files. 2000-10-22 Files: print-canon.c (1.92) (+8 -2) Changed fallback behaviour for unspecified inktypes: CMYK, CMY or K are used if available. This makes color printing with cups possible even with missing InkType specifications. 2000-10-21 Files: escputil.c (1.16) (+2 -1) 117385 escputil doesn't work with old printers if -m is specified 2000-10-20 Files: print-canon.c (1.91) (+11 -1) printers.xml (1.30) (+8 -0) Added support for the Canon BJC-6200 -- Mostly functional, quite good output 2000-10-20 Files: print-canon.c (1.90) (+12 -1) printers.xml (1.29) (+8 -0) Added support for Canon BJC-30 as suggested by Tim Hanham 2000-10-20 Files: README (1.36) (+6 -11) RELNOTES (1.34) (+1 -931) configure.in (1.37) (+1 -1) print-pcl.c (1.88) (+40 -8) Tommy Schultz Lassen's CRET patch; initialize 4.1 branch =============================================================================== Name: print-4_0_0_rc1-gimpcvs Name: print-4_0_bp Name: print-4_0_0rc1 2000-10-20 Files: ChangeLog (1.56) (+9 -0) 4.0.0rc1 2000-10-19 Files: ChangeLog (1.55) (+102 -0) README (1.35) (+24 -5) RELNOTES (1.33) (+191 -2) configure.in (1.36) (+1 -1) 4.0.0rc1 prep 2000-10-18 Files: Ghost/README (1.52) (+35 -26) Clarifications 2000-10-18 Files: print-escp2.c (1.265) (+6 -6) 116864 Part of bottom edge goes onto second page (still) 2000-10-17 Files: gimp.m4 (1.1) (added) A (hopefully) safe gimp.m4 for use with aclocal 2000-10-17 Files: cups/epson.c (1.7) (+32 -7) cups/genppd.c (1.13) (+7 -7) Fixed PPD file generation - sscanf() commands didn't work right. The epson backend would error out on backchannel read errors, resulting in no output. The epson backend didn't handle Mandrake 7.x's incorrect /dev/usb/usblp# filenames. 2000-10-17 Files: print-weave.c (1.7) (+2 -2) Remove C++ comment 2000-10-16 Files: cups/calibrate.c (1.7) (+68 -3) cups/rastertoprinter.c (1.8) (+4 -3) Added patch from Till for calibrate utility, with corrected grammer, spelling, and code... Added cast to buffer in call to cupsRasterReadPixels()... 2000-10-16 Files: cups/README.txt (1.7) (+3 -3) Updated README to indicate requirement for CUPS 1.1.4. 2000-10-16 Files: printers.xml (1.28) (+402 -402) Sort the printers in a slightly different order (alphabetic by manufacturer, and then by printer type name). 2000-10-16 Files: print-pcl.c (1.87) (+8 -2) 116841 LaserJet 4 output offset upwards 2000-10-14 Files: print-pcl.c (1.86) (+3 -3) 116840 LaserJet 4 can do 600 DPI cpbs code review comment 2000-10-14 Files: escputil.c (1.15) (+4 -4) 116851 escputil has unnecessary GNU getopt dependency 2000-10-14 Files: Makefile.am (1.70) (+1 -1) escputil.c (1.14) (+4 -2) gimp_main_window.c (1.68) (+14 -1) gtk_main_window.c (1.58) (+14 -1) print.c (1.128) (+21 -6) printers.xml (1.27) (+8 -0) Proposed fixes for: 116840 LaserJet 4 can do 600 DPI 116842 bsearch not called correctly 116843 cups files not getting cleaned properly 116846 scaling doesn't reload properly in PPI mode 116851 escputil has unnecessary GNU library dependency =============================================================================== Name: print-4_0_b3 2000-10-13 Files: ChangeLog (1.54) (+6 -0) 4.0b3 changelog 2000-10-12 Files: ChangeLog (1.53) (+60 -0) 4.0b3 release 2000-10-12 Files: gimp_main_window.c (1.67) (+4 -2) 116696: gcc dependency 2000-10-12 Files: cups/genppd.c (1.12) (+17 -2) cups/rastertoprinter.c (1.7) (+3 -2) print-util.c (1.150) (+3 -4) Changed /'s in size names to dashes - /'s not compatible with PPD files... Removed duplicate 8x12 size entry (caused off-by-one problems in GUI interfaces) Added support for image type option (default to continuous/photo) 2000-10-12 Files: Ghost/README (1.51) (+54 -40) 116084: Update to Debian info in Ghost/README 2000-10-12 Files: ChangeLog (1.52) (+44 -0) README (1.34) (+1 -1) RELNOTES (1.32) (+74 -1) configure.in (1.35) (+1 -1) Prep for 4.0b3 2000-10-12 Files: cups/Makefile.in (1.17) (+3 -3) cups/genppd.c (1.11) (+13 -10) cups/rastertoprinter.c (1.6) (+48 -11) Fixes for PCL and BJC driver resolutions - they use XRESxYRES, while the EPSON driver uses "XRES x YRES"... Added monochrome resolution mode for PCL driver. Added mergevars and validatevars calls per Robert's patch. The install target now depends on "all". Added code to limit the number of lines read to the raster height, and to flush any unused lines in the buffer. This should only be needed if the GIMP-print driver code gives up on printing before reading all of the image data... 2000-10-11 Files: Makefile.am (1.69) (+21 -0) Warning in regards bug 116313 2000-10-11 Files: Ghost/README.bsd (1.1) (added) Makefile.am (1.68) (+1 -1) Description about how to build GhostScript under BSD 2000-10-10 Files: print-canon.c (1.89) (+14 -9) 116092 Bad bjc-7000 specifications 2000-10-10 Files: README.escp2 (1.13) (+135 -12) More remote mode goodies 2000-10-10 Files: print-escp2.c (1.264) (+8 -8) print-util.c (1.149) (+13 -1) printers.xml (1.26) (+10 -7) 115794 ESC 480 doesn't print 116113 print-escp2.c requires #include (not really) 116286 Some PCL paper sizes listed in print-pcl but not print-util 2000-10-10 Files: Ghost/contrib.mak.addon (1.9) (+1 -1) Ghost/devs.mak.addon-5.10 (1.4) (+1 -1) Ghost/gdevstp.c (1.43) (+6 -3) 116211 Ghostscript driver does not pass printer variables through. 116213 Ghostscript makefile fragments missing dependency. =============================================================================== Name: print-4_0_b2 2000-10-05 Files: ChangeLog (1.51) (+29 -0) gimp-print 4.0b2 release 2000-10-05 Files: RELNOTES (1.31) (+9 -2) Minor updates 2000-10-04 Files: RELNOTES (1.30) (+34 -3) Updates =============================================================================== Name: print-4_0_b1-gimpcvs 2000-10-04 Files: ChangeLog (1.50) (+70 -0) gimp_main_window.c (1.66) (+4 -1) gtk_color_window.c (1.21) (+2 -2) gtk_main_window.c (1.57) (+4 -1) print.c (1.127) (+4 -3) 115959: dither algorithm isn't set for new printers 115960: parameters are set incorrectly when a new printer is added. 2000-10-04 Files: gimp_main_window.c (1.65) (+2 -2) s/gtk_container_border_width/gtk_container_set_border_width/ 2000-10-04 Files: gimp_color_window.c (1.20) (+73 -67) gimp_main_window.c (1.64) (+345 -314) print-image-gimp.c (1.8) (+7 -2) print.c (1.126) (+7 -2) - added some #ifdef's to make copying over to gimp easier - added some prototypes - g* types at some places and minimal changes (not changing the logic) 2000-10-03 Files: print-util.c (1.148) (+2 -1) Epson 4x6 photo paper is really 4.25x6.875 2000-10-02 Files: RELNOTES (1.29) (+12 -1) More updates 2000-10-02 Files: README (1.33) (+3 -3) Minor updates 2000-10-02 Files: print-escp2.c (1.263) (+2 -2) Attempt to fix 115794 microweave in addition to softweave modes. 2000-10-02 Files: print-escp2.c (1.262) (+3 -3) Attempt to fix 115794 2000-10-01 Files: print-pcl.c (1.85) (+50 -1) printers.xml (1.25) (+1 -1) Created new model "901" for large format 900 series printers. Moved DJ 1220C into it. [Bruce Burden] 2000-10-01 Files: RELNOTES (1.28) (+22 -12) Updates 2000-10-01 Files: print-util.c (1.147) (+2 -2) 115774: photo mode default saturation is excessive. It appears from tests on my wedding photo and on the car photo that the saturation boost is in fact harmful. 2000-09-30 Files: ChangeLog (1.49) (+29 -0) Turns out that it's really bad juju not to have the change log there from the very start. Oh well... 2000-09-30 Files: ChangeLog (1.48) (removed) The change log is generated from the CVS log; there's no good reason to have it in the repository. 2000-09-30 Files: print-util.c (1.146) (+3 -3) Fix 4A paper size. 2000-09-30 Files: print-util.c (1.145) (+47 -25) 115513: Restore the paper sizes per Mike Sweet. Use a fuzzy match in get_papersize_by_size. 2000-09-29 Files: ChangeLog (1.47) (+80 -0) RELNOTES (1.27) (+54 -6) Update release notes and snapshot for Mandrake 7.2 2000-09-29 Files: Ghost/gdevstp.c (1.42) (+8 -1) print-util.c (1.144) (+41 -25) Fix 115513: 1) In Ghostscript driver, attempt to convert from page size back to named size. 2) Fix some named sizes to correspond precisely with Ghostscript sizes. 3) Use case-insensitive string comparison to match paper size names. 2000-09-28 Files: Ghost/gdevstp.c (1.41) (+9 -2) Accept stpMediaSize as an alias for MediaSize (115450) 2000-09-28 Files: print-canon.c (1.88) (+6 -1) print-dither.c (1.95) (+6 -1) print-escp2.c (1.261) (+6 -5) print-pcl.c (1.84) (+6 -1) print-ps.c (1.44) (+6 -1) print-util.c (1.143) (+6 -1) print-weave.c (1.6) (+6 -1) print.h (1.90) (+4 -13) Remove unnecessary includes and warn that no non-standard files may be included in any of these source files. 2000-09-27 Files: print-weave.c (1.5) (+6 -2) 115512: print-weave.c uses illegal C construct 2000-09-27 Files: print-pcl.c (1.83) (+16 -17) Changed fallback if 600x600 is used on a printer that only supports it in mono: It used to change to 300x300 colour, now it changes to 600x600 mono. [BUG #115178] 2000-09-24 Files: README (1.32) (+3 -0) Instructions for building the CUPS driver from CVS. 2000-09-23 Files: escputil.c (1.13) (+24 -11) Improve documentation. In the last alignment pass, request that a fresh sheet of paper be inserted rather than the same sheet. 2000-09-23 Files: ChangeLog (1.46) (+71 -0) README (1.31) (+4 -2) RELNOTES (1.26) (+16 -2) configure.in (1.34) (+1 -1) gimp_main_window.c (1.63) (+2 -2) print.c (1.125) (+2 -11) 115171: Plugin does not restore image size correctly in PPI mode. 2000-09-23 Files: escputil.c (1.12) (+55 -3) Attempt to autodetect printer model for alignment. 2000-09-23 Files: escputil.c (1.11) (+191 -225) 115066: Alignment fails on 660 Remove the -l and -o (new and old series printers) and replace with -m (requiring specification of a printer model). 2000-09-23 Files: print-escp2.c (1.260) (+2 -2) 115152: Print dot setting is incorrect at 360 softweave on 720. 2000-09-22 Files: Matgen/quickaspect.c (1.1) (added +179 -0) Allows generation of matrices for non-square pixels 2000-09-22 Files: Matgen/dither-distance.c (1.2) (+3 -1) Matgen/quickdistance.c (1.3) (+3 -0) Placed code in the public domain. 2000-09-22 Files: cups/Makefile.in (1.16) (+21 -8) cups/configure (1.7) (+6 -6) cups/configure.in (1.8) (+7 -7) Default to non-silent mode. It sucks. Added wrapper test around mkdir commands to eliminate warnings that directory already exists. 2000-09-21 Files: Makefile.am (1.67) (+1 -0) Added missing command.types and calibrate.ppm to Makefile.am. 2000-09-21 Files: cups/Makefile.in (1.15) (+60 -58) cups/configure (1.6) (+75 -56) cups/configure.in (1.7) (+14 -2) New "--enable-silent" option for CUPS drivers; use "--disable-silent" to get all of the compiler commands during a make. 2000-09-21 Files: cups/calibrate.c (1.6) (+8 -1) Merged change from Robert. =============================================================================== Name: print-4_0_b1 2000-09-20 Files: ChangeLog (1.45) (+19 -0) 4.0b1 release 2000-09-20 Files: Makefile.am (1.66) (+2 -1) Need one more file in the CUPS distribution 2000-09-20 Files: ChangeLog (1.44) (+131 -0) README (1.30) (+6 -9) 4.0b1 2000-09-20 Files: RELNOTES (1.25) (+46 -42) Slight reorganization 2000-09-20 Files: cups/Makefile.in (1.14) (+3 -3) Fix make clean 2000-09-20 Files: Ghost/README (1.50) (+1 -1) Sort the results 2000-09-20 Files: cups/calibrate.c (1.5) (+2 -2) cupsProfile -> cupsColorProfile 2000-09-20 Files: Ghost/README (1.49) (+26 -13) RELNOTES (1.24) (+28 -1) Updated for the PCL printer changes. 2000-09-18 Files: cups/Makefile.in (1.13) (+4 -2) cups/genppd.c (1.10) (+6 -7) Added LDFLAGS and LIBS to initial output from makefile. Changed to use GIMP-print version number and name in PPD files; the NickName field shows "CUPS+GIMP-print v4.0" to differentiate the driver from the Ghostscript STP driver PPD file. 2000-09-18 Files: cups/Makefile.in (1.12) (+56 -29) cups/README.txt (1.6) (+7 -5) cups/calibrate.c (1.4) (+5 -3) cups/commandtoepson.c (1.7) (+3 -4) cups/configure (1.5) (+118 -56) cups/configure.in (1.6) (+58 -1) cups/epson.c (1.6) (+3 -6) print-escp2.c (1.259) (+2 -2) Updated print densities for 2000P; the previous ones were just a little low, so I bumped them by 20%. Updated configure script and makefile to correctly figure out the right configuration directory for CUPS. Updated the makefile again to use .SILENT and the echos, but added a set of echos at the beginning to show the compiler and options that are being used. This is much cleaner than a 3+ line listing for each source file in a make log for those extra-long autoconf CFLAGS lines. Fixed include file nonsense; all needed include files should be there now, and all duplicates removed. 2000-09-17 Files: print-pcl.c (1.82) (+59 -2) printers.xml (1.24) (+3 -3) Split LaserJet 5 and 6 from LaserJet 4 (they support 600x600dpi). Split LaserJet 5Si from 4V, 4Si (same). These are internal model number changes only - no external effect. 2000-09-17 Files: print-escp2.c (1.258) (+2 -2) ESC 740 is a narrow printer 2000-09-17 Files: print-pcl.c (1.81) (+20 -23) printers.xml (1.23) (+90 -10) The "Deskjet 800 saga... Removed the "Deskjet 800 series" entry in printers.xml. Replaced it with separate entries for all the 8xx printers, pointing at the 800 driver or the 601 driver. THIS REMOVES THE "pcl-800" DRIVER! Moved the 1220C from the 1100/1120 driver to the 900 driver. Renamed the extra resolutions in the 900 driver to correspond to Mike's Docs, then disabled them (cos they don't work). Changed PCL_RES_600_600_MONO to PCL_RES_600_600 for the 2000/2500. Added the PhotoSmart P1000/P1100 (pcl-P1000, pcl-P1100) to point at the 900 driver. DO not get confused between "pcl-1100" (DJ 1100C) and "pcl-P1100" (PhotoSmart 1100)! Removed PCL_COLOR_CMYK4 (C-RET) from 900 driver (it was a guess!). Bug Fixes: Added PCL_PAPERSOURCE_STANDARD to DJ340. Removed duplicate PCL_RES_600_600_MONO from 800 driver. Shuffled Deskjet 520 entry in printers.xml to put it in order. 2000-09-17 Files: pcl-unprint.c (1.16) (+5 -4) Remove compiler warning about "id". 2000-09-17 Files: ChangeLog (1.43) (+78 -0) Ghost/Makefile (1.1) (added) Ghost/README (1.48) (+22 -17) Makefile.am (1.65) (+7 -5) README (1.29) (+6 -0) print-dither.c (1.94) (+2 -2) print-util.c (1.142) (+234 -10) Display the thumbnail/placement widgets correctly in monochrome mode. A nice side effect is that we get significantly improved performance in monochrome mode at least in some cases. Put escputil in the Ghostscript distribution also. 2000-09-17 Files: print.c (1.124) (+14 -8) Don't "initialize" the file driver if it's not a legal driver type. 2000-09-17 Files: print.c (1.123) (+3 -2) One more little bit of initialization 2000-09-17 Files: print.c (1.122) (+85 -41) Change how the plugin decides if it already knows about a printer. It used to do it by the command, but that just causes confusion out the wazoo. Now do it by printer name. 2000-09-17 Files: ChangeLog (1.42) (+24 -0) Documentation/color.png (1.2) (removed) Documentation/main.png (1.2) (removed) Documentation/print-color.png (1.1) (added) Documentation/print-main.png (1.1) (added) Documentation/print-setup.png (1.1) (added) Documentation/print.html (1.2) (+584 -197) Documentation/print.sgml (1.1) (added) Documentation/setup.png (1.2) (removed) Makefile.am (1.64) (+1 -1) README (1.28) (+9 -2) RELNOTES (1.23) (+42 -7) gimp_color_window.c (1.19) (+7 -4) gimp_main_window.c (1.62) (+60 -15) print-escp2.c (1.257) (+2 -2) print-util.c (1.141) (+11 -6) print.c (1.121) (+272 -71) Be more specific about which signals to disconnect when updating combo boxes -- this fixes some odd behaviour whereby the item selected in the combo's drop-down box didn't match the text in the combo's entry field. Update the orientation menu and the dither combo when the plugin starts and whenever a different printer is selected. Update the driver setup dialog when a different printer is selected. Fix the saturation control to remove a discontinuity at around saturation=1.225. (ssat was getting square-rooted whether or not a second dose of saturation would be applied.) Change printrc file format to be keyword-value pairs. Can read old printrc files and convert them to new format. Adjust paper tuning constants for Premium Glossy paper. Above changes all per Charles Briscoe-Smith Update README and release notes. Update documentation per Daniel Egger. 2000-09-17 Files: cups/Makefile.in (1.11) (+7 -17) cups/calibrate.c (1.3) (+2 -3) cups/commandtoepson.c (1.6) (+4 -2) cups/configure (1.4) (+26 -26) cups/configure.in (1.5) (+2 -2) cups/epson.c (1.5) (+4 -2) Remove -fno-rtti, since we're not using C++ and it breaks gcc (2.7.2.3). Clean up some warnings. .SILENT in makefiles is simply too unpleasant to debug. 2000-09-16 Files: configure.in (1.33) (+30 -3) cups/genppd.c (1.9) (+6 -5) print-dither.c (1.93) (+86 -113) testdither.c (1.2) (+39 -19) Added configure check for random() and a new option --enable-debug. Simple optimizations to the dithering and color separation code. (generate_cmy, update_cmyk, print_*, and dither_*); maybe a 5% speedup right now on average... Added no-image option for testdither. Added new very fast dither to generated PPD files... 2000-09-16 Files: ChangeLog (1.41) (+58 -0) Makefile.am (1.63) (+3 -0) Add documentation to the release 2000-09-16 Files: Documentation/color.png (1.1) (added) Documentation/docbook.css (1.1) (added) Documentation/main.png (1.1) (added) Documentation/print.html (1.1) (added) Documentation/setup.png (1.1) (added) Initial revision of documentation 2000-09-16 Files: gimp_main_window.c (1.61) (+2 -2) Enlarge the Center Image button. 2000-09-16 Files: gimp_main_window.c (1.60) (+2 -1) Update the thumbnail when the image type changes 2000-09-16 Files: ChangeLog (1.40) (+80 -0) Ghost/README (1.47) (+3 -0) gimp_color_window.c (1.18) (+24 -74) gimp_main_window.c (1.59) (+2 -5) print-dither.c (1.92) (+165 -132) Add very fast dither mode and slighty speed up fast mode. Change dither algorithm menu into combo. 2000-09-16 Files: gimp_color_window.c (1.17) (+40 -76) gimp_main_window.c (1.58) (+142 -171) Make the thumbnail in the size/position preview track changes in colour controls. Turn a few more option-menus into combo boxes. 2000-09-15 Files: mkchlog (1.4) (+5 -0) Put mkchlog in the public domain. 2000-09-15 Files: print.c (1.120) (+6 -3) When reading the printrc and adding printers, do not search through any printers which have been added to the end of the list since the list was qsort()ed. 2000-09-15 Files: print.c (1.119) (+3 -2) print.h (1.89) (+2 -8) print.h should not need unistd.h; only print.c needs that. 2000-09-15 Files: AUTHORS (1.6) (+2 -0) ChangeLog (1.39) (+255 -0) RELNOTES (1.22) (+37 -6) configure.in (1.32) (+1 -1) print-dither.c (1.91) (+28 -24) print-escp2.c (1.256) (+3 -3) Fix up dot sizes for 3 pl dots on ESC 900 Slight speedup in dithering. Bump the version number. 2000-09-15 Files: cups/genppd.c (1.8) (+13 -13) print-util.c (1.140) (+13 -13) Re-fixed media sizes so they match up exactly with the PPD spec and not the original (broken) tables I was using in Print Pro... 2000-09-15 Files: Makefile.am (1.62) (+5 -0) testdither.c (1.1) (added) Added simple dither testing program so I/we can fiddle with the dithering code and get some more immediate feedback. 2000-09-15 Files: gimp_main_window.c (1.57) (+31 -27) gtk_main_window.c (1.56) (+7 -1) print.c (1.118) (+9 -2) Reset to defaults any value that is wildly out of range (to catch old printrc files). Do the percent/ppi thing correctly at startup (try yet again!) 2000-09-15 Files: print-dither.c (1.90) (+25 -25) print-util.c (1.139) (+3 -2) print.h (1.88) (+4 -4) Fix for a bug in profiling math; converted update_color into a macro 2000-09-13 Files: print-escp2.c (1.255) (+3 -3) Disable 1440x720 micro on 640/660 2000-09-13 Files: Makefile.standalone (1.11) (removed) Obsolete 2000-09-13 Files: print-escp2.c (1.254) (+446 -394) ESC 600, 800, 1520 updates from Robert seem to work well, commited. Added ink definitions for 2000P - only 2 levels per ink. Rewrote the unpack routines - simpler, faster (I think), and the new ones seem to work on all processors. 2000-09-13 Files: print-util.c (1.138) (+4 -4) Make letter be the default paper size. 2000-09-13 Files: mkinstalldirs (1.3) (+9 -3) Really brutal hack to allow make gdist to work while not blowing out make install 2000-09-13 Files: Makefile.am (1.61) (+1 -0) Set up MAINTAINERdir correctly 2000-09-12 Files: print.c (1.117) (+9 -8) print.h (1.87) (+3 -3) Allow printer names up to 127 characters. 2000-09-12 Files: escputil.c (1.10) (+15 -31) print-canon.c (1.87) (+7 -7) print-dither.c (1.89) (+5 -5) print-escp2.c (1.253) (+4 -38) print-pcl.c (1.80) (+5 -5) print-ps.c (1.43) (+6 -6) print.c (1.116) (+5 -3) unprint.c (1.42) (+13 -11) Fixed some signed character issues in unprint.c - default char type is undefined (signed for some compilers, unsigned for others); added "signed" to the ones that needed it to be sure. escputil.c still used the LP_COMMAND and LPR_COMMAND definitions; changed to simple run-time detection. Added lots of casts to fix compiler warnings. Removed extraneous break statements after return's break; break; can just be break;... Ink budget was defined as int in some spots, unsigned int in others. Changed to int (signed) in all places since it seems to be OK. This hopefully will result in a clean compile (no warnings) on all platforms, less some YY_BREAK warnings I get under IRIX which can't be suppressed from printdefl.l... 2000-09-12 Files: quickmatrix257.h (1.3) (+22 -0) ran.367.179.h (1.2) (+22 -0) Add copyright notice 2000-09-12 Files: printdef.h (1.4) (+23 -0) Apply the GPL. 2000-09-12 Files: quickmatrix199-2.h (1.3) (removed) quickmatrix199.h (1.3) (removed) Remove big unused files from sandboxes (they're still in the repository if needed). 2000-09-11 Files: jmv/README (1.3) (+3 -0) jmv/print-dither.c (1.32) (removed) jmv/print-escp2.c (1.32) (removed) jmv/print.h (1.3) (removed) Remove some extraneous files to clean up sandboxes. 2000-09-11 Files: Matgen/73dither-distance.i (1.2) (removed) Matgen/ran.367.179.h (1.2) (removed) No good reason to clutter everyone's sandbox with these, because they're big. 2000-09-11 Files: print-escp2.c (1.252) (+3 -3) Drop support for 1440x720 microweave on 740 and 900. 2000-09-11 Files: print-escp2.c (1.251) (+9 -8) Fix x8 unpack functions 2000-09-11 Files: Makefile.am (1.60) (+1 -1) Try again 2000-09-11 Files: Makefile.am (1.59) (+24 -4) Silence a non-useful warning 2000-09-10 Files: print-escp2.c (1.250) (+15 -15) Backout premature checkin for boosted resolution on some printers 2000-09-10 Files: print-escp2.c (1.249) (+8 -4) Cannot use 1440 HQ with 900 2000-09-10 Files: print-escp2.c (1.248) (+291 -24) run-weavetest (1.19) (+1 -1) Try to support ESC 900 3 pl dots 2000-09-10 Files: cups/LICENSE.txt (1.2) (+0 -523) Forgot this file... 2000-09-10 Files: cups/genppd.c (1.7) (+4 -4) Didn't include setpagedevice after color stuff... 2000-09-10 Files: cups/Makefile.in (1.10) (+8 -3) cups/command.types (1.2) (+16 -10) cups/configure (1.3) (+26 -26) cups/genppd.c (1.6) (+36 -10) Updated copyright notice on other files. Added installation of command.types file. No longer generate PPD files for the PS drivers. 2000-09-10 Files: Makefile.am (1.58) (+0 -5) configure.in (1.31) (+0 -59) cups/Makefile.in (1.9) (+16 -10) cups/README.txt (1.5) (+30 -16) cups/calibrate.c (1.2) (+16 -10) cups/command.txt (1.2) (+30 -25) cups/commandtoepson.c (1.5) (+15 -9) cups/configure.in (1.4) (+14 -8) cups/epson.c (1.4) (+16 -10) cups/rastertoprinter.c (1.5) (+14 -8) print.c (1.115) (+101 -58) Run-time detection of lpc/lpstat. Still need to add LPRng support to it. Updated all of the CUPS driver stuff with the standard GPL and a more-or- less standard banner on each file. 2000-09-10 Files: cups/.cvsignore (1.3) (+0 -4) Can't ignore Makefile.in in the CUPS directory - remember, we're not using automake with the CUPS drivers. Dropped some of the other files that aren't in this directory. 2000-09-10 Files: print-escp2.c (1.247) (+79 -59) Use super microdot size at 1440x720 on the EX and 700. 2000-09-09 Files: configure.in (1.30) (+6 -2) gtk_color_window.c (1.20) (+5 -1) gtk_main_window.c (1.55) (+6 -1) print.c (1.114) (+25 -12) print_gimp.h (1.29) (+5 -1) Disable the GTK plugin with Gimp 1.1 except in maintenance mode 2000-09-09 Files: cups/.cvsignore (1.2) (+13 -0) Copies of files that should be ignored. 2000-09-09 Files: cups/genppd.c (1.5) (+28 -13) Added dithering algorithms to PPD files... 2000-09-09 Files: cups/rastertoprinter.c (1.4) (+3 -2) Default to gamma of 1.7 to match sRGB; looks much better now... 2000-09-09 Files: AUTHORS (1.5) (+3 -0) ChangeLog (1.38) (+45 -0) Ghost/README (1.46) (+11 -20) Ghost/gdevstp.c (1.40) (+13 -1) Makefile.am (1.57) (+5 -0) configure.in (1.29) (+5 -1) mkinstalldirs (1.2) (+6 -2) Add full foomatic support 2000-09-09 Files: cups/Makefile.in (1.8) (+12 -5) cups/genppd.c (1.4) (+6 -6) cups/rastertoprinter.c (1.3) (+11 -5) print-util.c (1.137) (+7 -2) Updated compute_page_parameters to support scaling == 0 (means to scale to the full page regardless of aspect ratio) Added ppd target to CUPS makefile to separate PPD generation and genppd linking. genppd output PageDimension attributes instead of PaperDimension. rastertoprinter was passing the width and length backwards. changed rastertoprinter to use a scaling of 0. 2000-09-09 Files: configure.in (1.28) (+8 -2) cups/Makefile.in (1.7) (+15 -7) cups/README.txt (1.4) (+18 -12) cups/configure.in (1.3) (+2 -2) escputil.c (1.9) (+3 -3) Updated top-level configuration script to only use GCC options when GCC is being used... -Wall and friends yield interesting (but not useful) error messages from other compilers. Reverted the unnecessary changes to the CUPS Makefile.in. Updated the README file for the CUPS driver to reflect the current state of affairs. Updated the CUPS configure.in file - was checking for g++ instead of gcc. 2000-09-09 Files: Makefile.am (1.56) (+1 -0) configure.in (1.27) (+11 -0) print.c (1.113) (+11 -2) Try to support LPRng 2000-09-09 Files: ChangeLog (1.37) (+96 -0) gimp_main_window.c (1.56) (+14 -7) gtk_main_window.c (1.54) (+29 -17) Close off the setup and color dialogs correctly when printing. 2000-09-09 Files: gimp_main_window.c (1.55) (+4 -4) Really stupid hack to try to position the printer driver scroller correctly. This really isn't correct; it needs to find out the additional leading between the lines of text in the scrolling window rather than arbitrarily adding 3. 2000-09-09 Files: ChangeLog (1.36) (+52 -0) Ghost/README (1.45) (+2 -12) Makefile.am (1.55) (+4 -1) README (1.27) (+8 -2) README.dither (1.8) (+14 -3) README.weave (1.2) (+140 -1) configure.in (1.26) (+48 -20) printer_options.c (1.2) (+4 -1) Add --disable-lp and --disable-lpr options to configure. -Wall really belongs in the warnings even in production. The others, maybe not. Other minor changes. 2000-09-09 Files: cups/README.txt (1.3) (+18 -0) Instructions for people who use the CVS interface 2000-09-09 Files: cups/Makefile.in (1.6) (+10 -18) Make compile verbose enough so that it's possible to see what's going on. Improve robustness of ppd generation. 2000-09-08 Files: cups/genppd.c (1.3) (+343 -1512) cups/rastertoprinter.c (1.2) (+17 -4) print-util.c (1.136) (+10 -10) printdefy.y (1.11) (+3 -3) Fixed international A sizes (wrong values with width and height) Changes printers array so it isn't static (needed for genppd, and it doesn't matter for the GS driver or GIMP plug-in) Updated genppd to generate PPD files from the driver list. Added media size, source, and type to raster driver. (hopefully this will be all that is left to make it all work) 2000-09-08 Files: Makefile.am (1.54) (+2 -0) cups/Makefile.in (1.5) (+31 -19) cups/configure (1.2) (+83 -37) cups/configure.in (1.2) (+4 -4) cups/genppd.c (1.2) (+13 -9) Fixed CUPS file generation rules. CUPS driver makefile changes. Fix to configure script for CUPS drivers. 2000-09-08 Files: escputil.c (1.8) (+2 -2) print.c (1.112) (+3 -3) Portability - index() should no longer be used since strchr() is the ANSI C replacement and is available on all current platforms. 2000-09-08 Files: Makefile.am (1.53) (+13 -1) Removed hard-coded GCC warning options from automake file... Added CUPS source building targets a la Ghostscript driver. 2000-09-08 Files: cups/Makefile.in (1.4) (+12 -24) cups/check.c (1.2) (removed) cups/dither.c (1.3) (removed) cups/epson.drv (1.3) (removed) cups/pack.c (1.2) (removed) cups/rastertoepson.c (1.4) (removed) cups/rastertoprinter.c (1.1) (added) cups/util.h (1.2) (removed) Redid CUPS driver to use GIMP-print code directly, a la the stp driver. Not sure how well this will work out, but we'll see... 2000-09-07 Files: print-escp2.c (1.246) (+2 -2) Little fix for the 670 2000-09-07 Files: print-canon.c (1.86) (+2 -2) print-escp2.c (1.245) (+2 -2) print-pcl.c (1.79) (+2 -2) Update the progress bar a bit more often. (Useful on slower machines.) 2000-09-07 Files: gimp_main_window.c (1.54) (+86 -6) Add a live preview of the image's position and size. 2000-09-07 Files: print-canon.c (1.85) (+1 -3) print-escp2.c (1.244) (+1 -4) print-pcl.c (1.78) (+1 -3) print-ps.c (1.42) (+1 -4) print-util.c (1.135) (+8 -9) Fix a segfault with the colour preview by eliminating OUTPUT_GRAY_COLOR. choose_colorfunc() now handles this case internally. 2000-09-07 Files: .cvsignore (1.9) (+2 -0) New executables: printer_options and (for testing purposes) print-weave. 2000-09-06 Files: ChangeLog (1.35) (+170 -0) gimp_main_window.c (1.53) (+1 -2) print-dither.c (1.88) (+4 -14) print-escp2.c (1.243) (+1 -2) print-util.c (1.134) (+6 -12) print.h (1.86) (+2 -3) Remove error_mix, which was just causing trouble. More or less restore the old contrast setup. Remove a spurious variable declaration. 2000-09-06 Files: print-escp2.c (1.242) (+2 -2) Fix STC800 margins 2000-09-06 Files: escp2-weavetest.c (1.16) (+3 -2) print-escp2.c (1.241) (+6 -5) print-weave.c (1.4) (+126 -17) print.h (1.85) (+3 -3) Add a "strategy" argument to the weave code. This is currently taken from the use_softweave member of the res_t list. The purpose is to allow different softweave patterns to be used; depending on the circumstances, different weave might be appropriate. (I don't suggest letting the user select a weave, but the driver might do this.) At the moment, weave pattern 1 is identical to what we had before. On my 870 in 720 softweave, pattern 4 produces less banding than pattern 1, while patterns 2 and 3 seem to produce more. Pattern 1's banding comes in "waves". Pattern 6 seems to do reasonably well... I think this has something to do with what happens when a row of ink is laid down touching another row which isn't fully dry yet. If this is the case, it's not obvious how to decide which strategy to use in any given situation. 2000-09-05 Files: print-util.c (1.133) (+14 -7) Fix a pair of nasty cut-and-paste bugs which caused the yellow control not to function; the yellow channel was being adjusted by the magenta control instead. Change the contrast control a bit. Its effect was rather "sharp" before, so don't cube contrast before applying it. Also, remove the extra contrast reduction which was being done if contrast < 1.0. Finally, fix a bug where "pixel" was being used at one point instead of "temp_pixel". 2000-09-05 Files: unprint.c (1.41) (+68 -10) Handle NULs, EJL and remote mode commands a bit more gracefully. Don't reject a dot size of 0x11 as invalid. 2000-09-05 Files: gimp_color_window.c (1.16) (+110 -14) gimp_main_window.c (1.52) (+13 -1) Add a thumbnail of the image to the top of the colour window and update it in real time to show the effects of the colour adjustment controls. I'm afraid I didn't bother to port it to the GTK ui (call me lazy...) 2000-09-05 Files: gimp_main_window.c (1.51) (+62 -15) gtk_main_window.c (1.53) (+51 -13) print-util.c (1.132) (+31 -17) print.h (1.84) (+4 -2) Add upside-down and seascape orientations, matching the orientation names used by gv. 2000-09-05 Files: gtk_color_window.c (1.19) (+2 -2) gtk_main_window.c (1.52) (+1 -31) print-escp2.c (1.240) (+13 -7) print-util.c (1.131) (+2 -2) printdefl.l (1.5) (+2 -2) printdefy.y (1.10) (+2 -2) Fix some global replacements which had changed "redistribute" into "cyanistribute". Remove stuff in the GTK ui conditionalised on "#ifndef GIMP_1_0". Reasoning is as follows. The GTK ui is there to support gimp 1.0; the gimpui ui is preferred for gimp 1.1/1.2. Therefore, the only reason to use the gtk ui with GIMP_1_0 not defined is for the developers to test it, and in those circumstances we should see as near as possible the same as the gimp 1.0 users see. Amend code which decides whether a given resolution is valid for escp2 printers to use criteria consistent with the current weave code. 2000-09-05 Files: print-weave.c (1.3) (+2 -1) Add #include to declare the type of memcpy. Suggested by Henryk, who notes that its absence can lead to a fatal error on 64 bit platforms. 2000-09-05 Files: print-canon.c (1.84) (+2 -2) Famed Lexmark hacker Henryk Paluch notes that: va_arg() may not reference char according to compiler error and stdarg(3) man page (char is converted to int when passed through ... prototype). He's right. va_arg(3) says va_arg only takes "fully promoted types" and characters must be ints which are then cast to chars. 2000-09-05 Files: print-escp2.c (1.239) (+3 -2) Print 360dpi softweave modes as dark as we can on the ESC740. Add a new "Photo Quality Glossy Paper" type; same paper feed mechanism as backlight film. 2000-09-05 Files: Ghost/README (1.44) (+1 -1) -sDither, not -Dither! 2000-09-05 Files: README (1.26) (+1 -0) 4.0a3 release 2000-09-05 Files: RELNOTES (1.21) (+34 -13) Updates 2000-09-05 Files: Ghost/README (1.43) (+10 -4) gimp_main_window.c (1.50) (+2 -37) gtk_main_window.c (1.51) (+1 -31) print-canon.c (1.83) (+2 -10) print-dither.c (1.87) (+74 -57) print-escp2.c (1.238) (+2 -10) print-pcl.c (1.77) (+6 -19) print.h (1.83) (+3 -15) Add Fast dither algorithm, and remove fast color and fast grayscale image types. 2000-09-05 Files: ChangeLog (1.34) (+78 -0) Ghost/README (1.42) (+11 -1) gimp_main_window.c (1.49) (+41 -7) gtk_main_window.c (1.50) (+18 -2) print-canon.c (1.82) (+10 -5) print-dither.c (1.86) (+140 -115) print-escp2.c (1.237) (+9 -4) print-pcl.c (1.76) (+8 -3) print.h (1.82) (+8 -4) print_gimp.h (1.28) (+1 -8) Speed up Fast Color; add Fast Grayscale mode 2000-09-04 Files: print-canon.c (1.81) (+13 -15) print-dither.c (1.85) (+84 -21) print-escp2.c (1.236) (+7 -6) print-pcl.c (1.75) (+10 -9) print-util.c (1.130) (+168 -161) print.h (1.81) (+14 -16) Do a better job of duplicate line elimination in the dither code. We now get notified by the driver if there are known duplicate lines. This would allow us to put something in the Image layer to optimize out blank lines very early on and save a lot of computation. A few point optimizations in the dither code. Move the lut_t into the private data of print_util; it isn't actually needed anywhere else. Also hang some stuff off it to optimize the lookup for the photo case. Get rid of some potentially dangerous FP equality comparisons in the HSL code. Also avoid the scaling to 1 that both endangers the computation and wastes time. 2000-09-03 Files: print-dither.c (1.84) (+10 -2) print-util.c (1.129) (+9 -28) print.h (1.80) (+41 -7) Modified performance instrumentation to use gettimeofday; inlined time sensitive code 2000-09-03 Files: AUTHORS (1.4) (+64 -10) Ghost/README (1.41) (+3 -2) Ghost/gdevstp.c (1.39) (+2 -2) gimp_main_window.c (1.48) (+16 -1) gtk_main_window.c (1.49) (+16 -1) print-canon.c (1.80) (+7 -3) print-dither.c (1.83) (+251 -11) print-escp2.c (1.235) (+4 -1) print-pcl.c (1.74) (+13 -5) print.h (1.79) (+4 -2) Faster color mode 2000-09-03 Files: print-util.c (1.128) (+2 -2) Arithmetic problem 2000-09-03 Files: gimp_main_window.c (1.47) (+72 -76) gtk_main_window.c (1.48) (+71 -64) print-util.c (1.127) (+4 -4) Don't mix colors in that don't actually exist in the output. Improve accuracy of height/width entry, and don't force these entries into PPI mode. 2000-09-03 Files: ChangeLog (1.33) (+93 -0) print-dither.c (1.82) (+7 -7) print-escp2.c (1.234) (+48 -48) print-util.c (1.126) (+2 -2) print-weave.c (1.2) (+2 -1) print.h (1.78) (+3 -3) Get rid of some warnings. Always print to the exact dimensions specified by the user; don't round the scaling down to the nearest percent in compute_page_parameters. 2000-09-02 Files: README (1.25) (+1 -1) configure.in (1.25) (+1 -1) Bump version number 2000-09-02 Files: print-ps.c (1.41) (+3 -3) Some things really can't be doubles 2000-09-02 Files: README (1.24) (+14 -9) Clarification 2000-09-02 Files: ChangeLog (1.32) (+336 -0) Ghost/README (1.40) (+3 -1) Ghost/gdevstp.c (1.38) (+9 -9) README.new-printer (1.3) (+4 -0) RELNOTES (1.20) (+97 -1) escp2-unprint.c (1.3) (+4 -4) gimp_main_window.c (1.46) (+43 -41) gtk_color_window.c (1.18) (+9 -17) gtk_main_window.c (1.47) (+41 -47) print-canon.c (1.79) (+2 -14) print-escp2.c (1.233) (+2 -14) print-image-gimp.c (1.7) (+2 -10) print-pcl.c (1.73) (+2 -19) print-ps.c (1.40) (+5 -19) print-util.c (1.125) (+43 -47) print.c (1.111) (+2 -23) printdefy.y (1.9) (+6 -6) printers.xml (1.22) (+18 -0) Further tuning of color generation. At present, CMY controls can be used to balance grayscale reasonably effectively. The grayscale for the Stylus Photo 870/1270 was tuned with this. Change use of floats to doubles for better accuracy (and because floats are always passed as doubles in C, anyway). Change GhostScript -sMediaSource to -sInputSlot to conform to PPD standard. Nominally support Stylus Color 880 and 980. 2000-09-02 Files: print-escp2.c (1.232) (+3 -3) Try dot size 4 for 360 dpi for the 740. 2000-09-02 Files: print-escp2.c (1.231) (+5 -6) Try again on the 670. I do not believe the manual; low end printers don't generally have a 48/144 head configuration. Also, it's not a 4 pl drop size. 2000-09-02 Files: print-util.c (1.124) (+70 -70) Tune the color stuff a bit more 2000-08-31 Files: gimp_main_window.c (1.45) (+7 -5) Fix bottom/right borders and preview rectangle 2000-08-30 Files: print.c (1.110) (+3 -65) print_gimp.h (1.27) (+10 -1) Removed compatability defines. We now define GIMP_ENABLE_COMPAT_CRUFT to turn back on the old API definitions (for now). Changed GIMP_INDEXED to INDEXED for 1.0.4. 2000-08-30 Files: print-util.c (1.123) (+13 -11) Expand the range of the CMY controls, and really allow CMY values of 0. 2000-08-29 Files: print-escp2.c (1.230) (+2 -2) Update the STP 720. 2000-08-29 Files: Makefile.am (1.52) (+5 -1) README.new-printer (1.2) (+10 -8) printer_options.c (1.1) (added) Add printer_options program to generate *-omatic database. Update printer tweaking instructions. 2000-08-29 Files: print-escp2.c (1.229) (+12 -12) Fix up 360 dpi mode for first generation variable dot size printers. This is surely wrong for the 2000P at 360 DPI. 2000-08-29 Files: print.c (1.109) (+7 -3) Try to make this compile for some older versions of Gimp 1.1. 2000-08-29 Files: Ghost/README (1.39) (+1 -0) Note support for the ESP 2000P 2000-08-29 Files: gimp_main_window.c (1.44) (+3 -3) Permit scaling down to lower scale limit, not necessarily just 5%. 2000-08-28 Files: Ghost/README (1.38) (+3 -3) print-util.c (1.122) (+4 -4) Allow more CMY boost 2000-08-28 Files: print-escp2.c (1.228) (+10 -10) Single dot size printers should not support 360 softweave 2000-08-28 Files: print-util.c (1.121) (+4 -9) Do CMY adjustments correctly (in CMY space, not RGB!) 2000-08-28 Files: print-escp2.c (1.227) (+10 -1) print-util.c (1.120) (+42 -1) print.h (1.77) (+24 -2) Performance profiling code. 2000-08-28 Files: Ghost/README (1.37) (+6 -6) Ghost/gdevstp.c (1.37) (+29 -24) gimp_color_window.c (1.15) (+82 -59) gimp_main_window.c (1.43) (+12 -8) gtk_color_window.c (1.17) (+134 -112) print-util.c (1.119) (+167 -25) print.c (1.108) (+26 -26) print.h (1.76) (+10 -7) printdefl.l (1.4) (+5 -5) printdefy.y (1.8) (+20 -20) Make all color options based on 1.0 rather than on 1.0 or 100. This simplifies things considerably, and allows more precise specification of colors. Also, fix how brightness works. 2000-08-26 Files: print-escp2.c (1.226) (+4 -4) STC 440/460 (and probably 480) don't have different spacing for the black nozzles. 2000-08-26 Files: print-escp2.c (1.225) (+65 -46) Some printers apparently have different spacing between black and color nozzles. 2000-08-25 Files: Ghost/README (1.36) (+1 -1) Ghost/gdevstp.c (1.36) (+2 -2) gimp_color_window.c (1.14) (+2 -2) gtk_color_window.c (1.16) (+2 -2) print-util.c (1.118) (+12 -6) Fix contrast control to do something a lot more reasonable. 2000-08-25 Files: print-pcl.c (1.72) (+17 -3) If the printer supports multiple media sources (trays), the default source is now "Standard", which means "use the printer's default" as if there were no support. This stops the default being "manual feed." Helps in support request 104138. 2000-08-25 Files: gimp_color_window.c (1.13) (+17 -1) Button to reset all color defaults 2000-08-24 Files: gimp_color_window.c (1.12) (+2 -2) print.c (1.107) (+60 -3) Update to the new libgimp names. Back compatible in print.c; back compatibility not needed in gimp_color_window.c. 2000-08-24 Files: print-escp2.c (1.224) (+18 -18) printers.xml (1.21) (+8 -0) Fix definition of 670 (from visual inspection). Add preliminary definition of SP 2000P. 2000-08-24 Files: gimp_main_window.c (1.42) (+53 -4) Add right and bottom border entries. 2000-08-23 Files: print-escp2.c (1.223) (+2 -2) Tune matte paper settings 2000-08-23 Files: print-canon.c (1.78) (+14 -2) Added some debugging messages 2000-08-23 Files: print-canon.c (1.77) (+3 -3) Another fix to the 0x61 command - final version. 2000-08-23 Files: print-canon.c (1.76) (+17 -11) Moved deinitialization code from end of canon_print to canon_deinit_printer() Fixed typo in 0x61 command (printers with deactivated 0x61 command should give it another try) 2000-08-23 Files: print-dither.c (1.81) (+10 -3) Print all bits in fast black mode, not just the high order bit on variable dot sizes. 2000-08-23 Files: print-canon.c (1.75) (+2 -3) print-dither.c (1.80) (+5 -5) print-escp2.c (1.222) (+2 -2) print-pcl.c (1.71) (+2 -3) print-util.c (1.117) (+497 -200) print.h (1.75) (+8 -5) Improve color generation performance. Don't recompute color at all if we're reusing a row, and also don't recompute it if the point we're looking at has identical input values to the previous point. 2000-08-23 Files: Ghost/gdevstp.c (1.35) (+3 -3) Fix page positioning, from Wolfgang Fritz 2000-08-23 Files: gimp_main_window.c (1.41) (+103 -103) Tweak the UI a bit more 2000-08-23 Files: print_gimp.h (1.26) (+3 -3) Tweak the print window size again 2000-08-22 Files: gimp_main_window.c (1.40) (+50 -31) print_gimp.h (1.25) (+6 -1) Rearrange main window further. 2000-08-22 Files: gimp_main_window.c (1.39) (+79 -97) Reorganize the interface a bit more logically 2000-08-21 Files: print-escp2.c (1.221) (+6 -6) More printers that 1440x720 microweave doesn't work on. 2000-08-21 Files: print-escp2.c (1.220) (+9 -9) Take a stab at density for the 600 2000-08-21 Files: Makefile.am (1.51) (+1 -1) The PDQ and CUPS descriptor files are now completely useless. No sense in distributing them. 2000-08-21 Files: print-escp2.c (1.219) (+11 -11) Take a stab at optimizing the 800/850/1520/3000 dot sizes 2000-08-21 Files: print-escp2.c (1.218) (+2 -2) Stylus Color 1520 was incorrectly not set up for 1440x720 mode. 2000-08-20 Files: print-escp2.c (1.217) (+34 -19) Tune black lower & upper constants for various papers. 2000-08-20 Files: print-util.c (1.116) (+1 -8) Eugene Anikin has verified that this now works with inlining in egcs 1.1.2. 2000-08-20 Files: print-escp2.c (1.216) (+51 -44) Set default densities more appropriate for different kinds of paper. 2000-08-20 Files: Ghost/README (1.35) (+13 -9) Minor cleanup 2000-08-20 Files: print-escp2.c (1.215) (+13 -13) Enable 180 DPI mode for some Epson printers. This mode is useless on good paper, but on cheapo stock it has its uses. 2000-08-20 Files: print-util.c (1.115) (+4 -5) Floating point equality comparisons are pure poison. Thanks to Eugene Anikin for spotting this. 2000-08-19 Files: print-escp2.c (1.214) (+50 -37) Fix positioning on STC 850. Remove workaround for setting page length on our old weave code in general. This workaround is very confusing and shouldn't be necessary any more. Tweak a few parameters on the 440 and 660. 2000-08-19 Files: print-canon.c (1.74) (+5 -5) Fix density computation for 1440x720 (suggested by suamor@sourceforge.net) Fix debug code (likewise) 2000-08-19 Files: README.new-printer (1.1) (added) Instructions for adding/tuning printers. =============================================================================== Name: print-4_0_a2 2000-08-15 Files: ChangeLog (1.31) (+17 -0) 4.0a2 2000-08-15 Files: RELNOTES (1.19) (+14 -1) Last minute changes. 2000-08-15 Files: ChangeLog (1.30) (+156 -0) Ghost/README (1.34) (+10 -2) Makefile.am (1.50) (+1 -1) README (1.23) (+1 -1) RELNOTES (1.18) (+24 -2) configure.in (1.24) (+1 -1) Prep for 4.0a2 =============================================================================== Name: print-4_0a1-gimpcvs 2000-08-15 Files: gimp_main_window.c (1.38) (+19 -18) Some minor changes to minimize diffs against the version checked into the GIMP source tree. 2000-08-14 Files: print-escp2.c (1.213) (+71 -8) 4 pl printers actually use 6 pl dots at 720 dpi mode. Nominally support 180 dpi (never mind that nothing actually uses it yet). 2000-08-14 Files: print-util.c (1.114) (+8 -1) egcs 1.1.2 and thereabouts have problems with inlining here. 2000-08-14 Files: print-escp2.c (1.212) (+513 -149) Make ink type selection even more data driven, rather than logic driven. 2000-08-14 Files: cyan-sweep.tif (1.1) (added) cyan sweep pattern for testing 2000-08-13 Files: Ghost/gdevstp.c (1.34) (+8 -4) Ghost/gdevstp.h (1.4) (removed) No good reason to have a trivial header file for a one file driver 2000-08-13 Files: print-dither.c (1.79) (+3 -3) Minor syntax correction 2000-08-13 Files: gimp_main_window.c (1.37) (+9 -9) gtk_main_window.c (1.46) (+3 -3) Ensure that at least a thin line is always displayed in the preview box 2000-08-13 Files: print-escp2.c (1.211) (+10 -7) Fine tune 360 softweave 2000-08-13 Files: print.c (1.106) (+12 -3) Startup debugability 2000-08-13 Files: print-escp2.c (1.210) (+2 -2) Fix top margin on ESC 850 2000-08-12 Files: print-dither.c (1.78) (+14 -5) print-escp2.c (1.209) (+5 -4) print.h (1.74) (+3 -2) Mixing in the error to help determine what to print doesn't work well on ESP EX. Make it configurable. 2000-08-12 Files: run-weavetest (1.18) (+1 -1) Actually test the other required modes! 2000-08-12 Files: Ghost/README (1.33) (+19 -9) Ghost/gdevstp.c (1.33) (+37 -27) gimp_main_window.c (1.36) (+25 -13) gtk_main_window.c (1.45) (+22 -10) print-dither.c (1.77) (+31 -16) print-escp2.c (1.208) (+221 -139) print-util.c (1.113) (+5 -5) run-weavetest (1.17) (+1 -1) Fix PPI rescale when image is changed from portrait to landscape mode. Don't suppress printing of colored ink when black is also printed, when density is high. That turned out to be the cause of lots of problems at 360 DPI and perhaps even at 720 DPI. Change the density value used for making print decisions to use part of the error diffusion. This feeds into the dot size computation, and results in smoothing of transition regions. Add 360 DPI softweave modes to Epson driver for variable dot size printers. It's not clear that there's any good reason to do this for fixed dot size printers, or if it will even work. It yields substantially improved print quality on variable dot size printers (at least the 870). This needs more testing and tuning. Change the criteria for using bidirectional vs. unidirectional printing. On the 870, unidirectional printing is actually smoother than bidirectional, at least in some cases. Tune zero-margin mode, and fix it for 360 DPI. Reduce saturation/darkness spike in pure red, pure green, and pure blue vicinity, and increase overall saturation to compensate. Test more weave modes (in particular, ones required for 360 DPI softweave). Update Debian install instructions. Use gs_stderr in Ghostscript driver, and print more useful errors. 2000-08-11 Files: print-canon.c (1.73) (+5 -1) print-pcl.c (1.70) (+5 -1) print-ps.c (1.39) (+5 -1) Protect against someone removing code that only looks redundant. 2000-08-11 Files: print-escp2.c (1.207) (+8 -1) It is necessary to recompute the image height and width after compute_page_parameters; these will change if the image is rotated. =============================================================================== Name: print-4_0a1 2000-08-09 Files: ChangeLog (1.29) (+18 -0) 4.0a1 release 2000-08-09 Files: ChangeLog (1.28) (+98 -0) Ghost/README (1.32) (+6 -6) Makefile.am (1.49) (+20 -10) README (1.22) (+1 -1) RELNOTES (1.17) (+38 -16) configure.in (1.23) (+1 -1) print-canon.c (1.72) (+4 -4) print-escp2.c (1.206) (+2 -2) print-pcl.c (1.69) (+2 -2) Rename some troublesome option names in HP and Canon drivers. Remove spurious 180 DPI mode on Photo EX. Prep for 4.0a1 2000-08-09 Files: print-escp2.c (1.205) (+31 -45) More minor tuning 2000-08-09 Files: Ghost/gdevstp.c (1.32) (+12 -3) Try yet again to solve the problem of printing only half the page in the GS driver. 2000-08-08 Files: print-escp2.c (1.204) (+7 -7) Tweaks for the EX/700 2000-08-08 Files: Makefile.am (1.48) (+2 -2) Back out accidental change 2000-08-08 Files: print-escp2.c (1.203) (+265 -90) printers.xml (1.20) (+30 -30) Use tables to generate dot size and density information rather than heuristics. This makes it possible to pick optimum dot size for each resolution. Print correctly to bottom of image in oversampled modes. 2000-08-06 Files: Makefile.am (1.47) (+11 -11) Make compile lines a bit more compact 2000-08-06 Files: Ghost/.cvsignore (1.4) (+5 -1) update cvsignore 2000-08-06 Files: cups/.cvsignore (1.1) (added) cvsignore 2000-08-06 Files: Ghost/README (1.31) (+2 -2) Ghost/gdevstp.c (1.31) (+148 -179) print-canon.c (1.71) (+2 -20) print-escp2.c (1.202) (+4 -4) print-image-gimp.c (1.6) (+8 -2) print-pcl.c (1.68) (+2 -1) print-ps.c (1.38) (+2 -1) print.h (1.73) (+3 -2) Clean up the Ghostscript driver. Rename the oversampled ESCP modes. 2000-08-06 Files: ChangeLog (1.27) (+297 -0) Makefile.am (1.46) (+19 -5) README (1.21) (+12 -2) RELNOTES (1.16) (+48 -16) configure.in (1.22) (+4 -1) print_gimp.h (1.24) (+2 -2) Start preparations for release. 2000-08-06 Files: Ghost/gdevstp.c (1.30) (+29 -31) gs_param_strings are counted strings, not null-delimited. 2000-08-06 Files: Ghost/README (1.30) (+2 -2) Fix dither algorithm names 2000-08-06 Files: print-escp2.c (1.201) (+2 -2) Fix for the 640. 2000-08-05 Files: Ghost/README (1.29) (+274 -91) Ghost/com-stp.ppd (1.3) (+69 -18) Ghost/contrib.mak.addon (1.8) (+18 -6) Ghost/devs.mak.addon-5.10 (1.3) (+17 -5) Ghost/gdevstp.c (1.29) (+169 -134) Ghost/gs-stp.pdq (1.7) (+286 -71) Makefile.am (1.45) (+1 -1) README.escp2 (1.12) (+1 -1) gimp_main_window.c (1.35) (+4 -5) gtk_main_window.c (1.44) (+4 -5) print-canon.c (1.70) (+107 -24) print-escp2.c (1.200) (+89 -40) print-pcl.c (1.67) (+29 -7) print-ps.c (1.37) (+31 -14) print-util.c (1.112) (+151 -9) print.c (1.105) (+13 -4) print.h (1.72) (+41 -33) printdefy.y (1.7) (+12 -1) printers.xml (1.19) (+52 -12) Major revamp to the Ghostscript driver. This allows use of all supported printers (not just Epson) with the stp driver. Also, many of the options have changed incompatibly. This change was required in order to better support the driver in the long run. 2000-08-05 Files: Ghost/devs.mak.addon-5.10 (1.2) (+4 -0) The main branch ghostscript also needs the addition of gdevstp-weave in order to make properly. 2000-08-05 Files: print-escp2.c (1.199) (+4 -2) The ESC 640 claims to use the new command set, and also claims to be a 1440 dpi printer, but it doesn't support the ESC($ command??? 2000-08-04 Files: escputil.c (1.7) (+49 -18) Open the raw printer device write only, not read only (testing? What's testing?). Attempt to function on systems without GNU getopt. 2000-08-02 Files: pcl-unprint.c (1.15) (+14 -7) Handle multiple "PJL" commands. Print out everything we see until the next ESC. 2000-08-02 Files: print-pcl.c (1.66) (+15 -14) Fixed the problem with the raster top position being wrong. This was introduced with the use of "compute_page_parameters". 2000-08-02 Files: print-util.c (1.111) (+2 -2) Very, very much to my surprise, the new photo mode doesn't require bumping saturation up insanely. Rescale saturation by 1.25 rather than 2.5 works much better on the PDI target. 2000-08-02 Files: print-util.c (1.110) (+5 -3) Workaround for a gcc 2.7.2.3 inlining bug 2000-08-02 Files: gtk_color_window.c (1.15) (+1 -2) print-canon.c (1.69) (+2 -2) print-dither.c (1.76) (+3 -3) print-escp2.c (1.198) (+4 -4) print-pcl.c (1.65) (+10 -10) print-ps.c (1.36) (+2 -2) print-util.c (1.109) (+219 -24) print.h (1.71) (+4 -16) Put the fast color functions back in for when we use something other than photo mode. Declare more functions static to reduce namespace pollution. Change #ifdef __GCC__ to #ifdef __GNUC__ around inlining. The correct macro is __GNUC__. This should result in a fairly significant speedup. 2000-08-01 Files: escp2-weavetest.c (1.15) (+6 -1) print-escp2.c (1.197) (+3 -3) print-util.c (1.108) (+212 -99) Improve color and tone rendition substantially. This is not based on anything terribly scientific, but it seems to do a rather good job based on various test images and patterns. Disallow certain out of bounds tests. 2000-08-01 Files: print-escp2.c (1.196) (+3 -3) Finer tuning of zero margin 2000-08-01 Files: print-escp2.c (1.195) (+3 -3) Fine tune zero-margin mode 2000-08-01 Files: print-escp2.c (1.194) (+5 -5) Start microweave at the correct vertical position (how many times is this going to get "fixed" and I'll break it in creative ways?) 2000-08-01 Files: Makefile.am (1.44) (+1 -1) print-weave.c needs to go into Ghostscript driver 2000-08-01 Files: Ghost/contrib.mak.addon (1.7) (+4 -0) print-weave.c 2000-07-31 Files: Makefile.am (1.43) (+1 -0) README.weave (1.1) (added) escp2-weavetest.c (1.14) (+10 -18) print-escp2.c (1.193) (+85 -309) print-weave.c (1.1) (added) print.h (1.70) (+12 -2) New weave algorithm. The softweave calculations are now done in print-weave.c. print-escp2.c is modified to call the weave calculation functions as appropriate. Some other related changes require changes to the test code in escp2-weavetest.c. Declarations added to print.h. Unfinished documentation for the algorithm is in README.weave. 2000-07-31 Files: README.escp2 (1.11) (+35 -25) Update some of the remote mode stuff 2000-07-31 Files: cups/README.txt (1.2) (+80 -57) cups/dither.c (1.2) (+17 -10) cups/rastertoepson.c (1.3) (+10 -4) Updated README a little bit. Some changes to the dithering code to get the density stuff to work right. 2000-07-30 Files: print-image-gimp.c (1.5) (+5 -6) Back out changes made in revision 1.4, which didn't fix anything but broke landscape mode. 2000-07-30 Files: print-escp2.c (1.192) (+28 -25) More constant tuning 2000-07-30 Files: cups/Makefile.in (1.3) (+25 -6) cups/check.c (1.1) (added) cups/dither.c (1.1) (added) cups/epson.drv (1.2) (+111 -188) cups/pack.c (1.1) (added) cups/rastertoepson.c (1.2) (+884 -165) cups/util.h (1.1) (added) First working version of CUPS driver using gimp-print dithering. 2000-07-25 Files: Ghost/README (1.28) (+11 -2) Additional instructions for installing Ghostscript driver from Matti Ahokas . 2000-07-24 Files: debian/.cvsignore (1.1) (added) *** empty log message *** 2000-07-23 Files: README.dither (1.7) (+8 -6) Clarify some wording. 2000-07-23 Files: Ghost/README (1.27) (+4 -4) Ghost/com-stp.ppd (1.2) (+4 -4) Ghost/gs-stp.pdq (1.6) (+4 -4) print-dither.c (1.75) (+4 -4) Make adaptive hybrid be the default dither algorithm 2000-07-23 Files: print-image-gimp.c (1.4) (+6 -5) Possible fix for gimp 1.0.4 problems. 2000-07-22 Files: gimp_main_window.c (1.34) (+40 -20) gtk_main_window.c (1.43) (+41 -17) Complete fix of PPI mode 2000-07-22 Files: gimp_main_window.c (1.33) (+14 -4) gtk_main_window.c (1.42) (+16 -2) Initialize PPI scale correctly 2000-07-21 Files: ChangeLog (1.26) (+10 -0) gimp_main_window.c (1.32) (+46 -10) gtk_main_window.c (1.41) (+47 -10) print-dither.c (1.74) (+3 -3) Try to maintain the same image size when switching between PPI and percent. Currently this may be off by one point. This also clamps the PPI range to 5-100% of the paper size, just like the percentage. It means that Set Image Resolution won't work correctly for a really big image, but it's consistent with everything else. Try to improve dark grays for variable dot size printers. 2000-07-20 Files: README.escp2 (1.10) (+120 -20) print-escp2.c (1.191) (+93 -46) Add support for zero-margin mode on the STP 870 and 1270. Add some more info gleaned about remote mode commands. 2000-07-20 Files: print-util.c (1.107) (+15 -3) Prevent saturation blowout for saturation > 1.0. 2000-07-20 Files: print-escp2.c (1.190) (+2 -2) Test prints of the PDI target really do suggest that the light inks are 1/4 of the dark inks. At 1/3, the skin tones took on a rather strong yellow cast that went away at 1/4. The single dot size printers need to be retested, but I suspect they should also be at 1/4 rather than 1/3. 2000-07-20 Files: print-util.c (1.106) (+15 -3) Check both dimensions for scaling -- scaling should be for the tighter fitting dimension. 2000-07-19 Files: print-escp2.c (1.189) (+7 -2) Fine tuning for 4-color variable printers =============================================================================== Name: print-3_1_9 2000-07-18 Files: ChangeLog (1.25) (+18 -0) README (1.20) (+34 -5) RELNOTES (1.15) (+26 -1) configure.in (1.21) (+1 -1) print_gimp.h (1.23) (+2 -2) 3.1.9 release 2000-07-18 Files: ChangeLog (1.24) (+85 -0) gimp_color_window.c (1.11) (+37 -9) gimp_main_window.c (1.31) (+4 -35) gtk_color_window.c (1.14) (+38 -9) gtk_main_window.c (1.40) (+2 -34) print-dither.c (1.73) (+8 -8) print.c (1.104) (+2 -11) Make more stuff static 2000-07-17 Files: print-escp2.c (1.188) (+4 -4) Fix a name clash with some versions of Ghostscript 2000-07-16 Files: gimp_main_window.c (1.30) (+5 -1) gtk_main_window.c (1.39) (+5 -1) Maintain correct scaling value across restarts 2000-07-15 Files: print-escp2.c (1.187) (+89 -102) Improve 720 dpi on 870/860 class printers 2000-07-15 Files: escputil.c (1.6) (+12 -5) print-dither.c (1.72) (+21 -16) print-escp2.c (1.186) (+8 -3) print.h (1.69) (+3 -2) More minor tweaks 2000-07-14 Files: Ghost/gdevstp.c (1.28) (+23 -21) New function, get_escp2_printer_by_model(). Use it in stp_print_page() and stp_open(). stp_open() previously used get_printer_by_index() which can't have been right. 2000-07-14 Files: README.dither (1.6) (+42 -110) Some updates. 2000-07-14 Files: print-dither.c (1.71) (+2 -2) print-escp2.c (1.185) (+2 -2) Minor parameter tweaking 2000-07-14 Files: print-escp2.c (1.184) (+8 -4) Set adaptive level correctly for single dot size 6-color printers. 2000-07-14 Files: print-dither.c (1.70) (+12 -3) print-escp2.c (1.183) (+10 -71) Improve quality on variable dot size printers, and possibly on others as well: 1) Change adaptive thresholding to be hard rather than soft. It now uses a brick wall threshold. To simulate error diffusion properly, we set the error to -(value / 2), which is consistent with normal error diffusion operation. 2) Retune the drop size constants. They are now the same as Jean-Marc Verbavatz's constants. However, we only use the smallest droplet size of light ink. This gives very smooth color gradations, while actually using less ink (because we now use the small drop size of dark ink). 3) Slightly increase the black threshold for 6-color, variable drop size printers. 4) Switch back to linear transition for black. 2000-07-13 Files: README.escp2 (1.9) (+25 -0) (slightly) More info on remote mode. =============================================================================== Name: print-3_1_8 2000-07-12 Files: ChangeLog (1.23) (+12 -0) 3.1.8 redo 2000-07-12 Files: Makefile.am (1.42) (+1 -1) Need to include 367x179 matrix 2000-07-12 Files: ChangeLog (1.22) (+13 -0) 3.1.8 release 2000-07-12 Files: ChangeLog (1.21) (+265 -0) Ghost/README (1.26) (+21 -5) Ghost/gdevstp.c (1.27) (+34 -19) README (1.19) (+1 -1) RELNOTES (1.14) (+52 -1) configure.in (1.20) (+1 -1) print-escp2.c (1.182) (+1 -4) print_gimp.h (1.22) (+2 -2) Allow choice of ink type in Ghostscript driver 2000-07-11 Files: Ghost/gdevstp.c (1.26) (+6 -3) Pass the correct arguments to escp2_imageable_area (from Ed Hynan, ehy@delphi.com). 2000-07-10 Files: Ghost/README (1.25) (+1 -1) Document saturation may be zero 2000-07-10 Files: Ghost/gdevstp.c (1.25) (+2 -2) Allow saturation of 0. Still need to do ink type 2000-07-10 Files: print-escp2.c (1.181) (+2 -2) Do the ink type correctly 2000-07-10 Files: print-escp2.c (1.180) (+34 -14) Allow choice of four color vs. six color ink rather than single/variable dot size. Variable dot size is reliable now, and there are real reasons (ink economy, printing highly saturated graphics) to use four color rather than six color ink for certain purposes. Tweak 6-color, single dot size printing characteristics. Add error checks to weave code. 2000-07-06 Files: gimp_color_window.c (1.10) (+2 -2) gtk_color_window.c (1.13) (+2 -2) print-util.c (1.105) (+75 -108) Saturation adjustment must be based on HSL (hue-saturation-lightness) space rather than HSV (hue-saturation-value). Now it does the right thing. Also, allow saturation of 0. 2000-07-04 Files: print-pcl.c (1.64) (+41 -15) printers.xml (1.18) (+9 -1) Split the 540C out from the 500C as it supports more paper sizes including custom paper sizes. 2000-07-03 Files: print-pcl.c (1.63) (+133 -15) Re-added extra supported paper types now that print-util has a bigger list. Changed max size of A3 printers to include 13x19 "Super B" size. Fixed value of "TABLOID". 2000-07-03 Files: print-util.c (1.104) (+13 -2) Add standard photographic paper sizes 2000-07-03 Files: print-escp2.c (1.179) (+181 -97) Explicitly break out initialization sequence into discrete steps for clarity. 2000-07-02 Files: gimp_color_window.c (1.9) (+2 -6) gtk_color_window.c (1.12) (+2 -6) Correctly retrieve "dither_algorithm" from current printer. 2000-07-02 Files: print.c (1.103) (+22 -23) Stop garbage being written into printcap (ppd_file not init'ed mainly) plus other tidy up. 2000-06-30 Files: Ghost/README (1.24) (+13 -8) Ghost/gdevstp.c (1.24) (+2 -2) README.escp2 (1.8) (+3 -3) print-escp2.c (1.178) (+166 -79) printers.xml (1.17) (+64 -16) Nominally support large paper sizes on many printers. 2000-06-30 Files: print-escp2.c (1.177) (+2 -2) STC 480 doesn't do 1440 DPI. 2000-06-30 Files: Ghost/README (1.23) (+1 -0) Ghost/gdevstp.c (1.23) (+2 -2) print-escp2.c (1.176) (+10 -3) printers.xml (1.16) (+8 -0) run-weavetest (1.16) (+2 -2) Epson Stylus 480 (non-US model). Very strange printer, with 15 jets. Presumably separation of 8. ESC 860/1160 are definitely variable drop size! It's only the 660 that isn't. 2000-06-30 Files: Ghost/README (1.22) (+3 -0) Ghost/gdevstp.c (1.22) (+2 -2) print-escp2.c (1.175) (+8 -1) printers.xml (1.15) (+8 -0) Support for Epson Stylus Photo 720 (overseas model) 2000-06-29 Files: gimp_main_window.c (1.29) (+8 -8) gtk_main_window.c (1.38) (+8 -8) print-canon.c (1.68) (+8 -8) print-escp2.c (1.174) (+11 -10) print-pcl.c (1.62) (+14 -14) print-ps.c (1.35) (+11 -11) print-util.c (1.103) (+3 -2) print.h (1.68) (+27 -24) Replace the "model" parameter to the parameters(), media_size() and imageable_area() methods in struct printer to a "printer" parameter to reduce the amount of inside knowledge needed to call the driver. 2000-06-29 Files: printdefy.y (1.6) (+3 -1) Declare yylex() to clean up a pesky compiler warning. 2000-06-26 Files: print-canon.c (1.67) (+11 -1) printers.xml (1.14) (+8 -0) Added model "BJC 4400 photo" from a patch by Alex Butcher 2000-06-26 Files: print-canon.c (1.66) (+12 -58) removed changes since rev 1.63 2000-06-25 Files: print-dither.c (1.69) (+8 -2) print-escp2.c (1.173) (+12 -6) print.h (1.67) (+12 -26) Minor cleanup 2000-06-24 Files: gimp_main_window.c (1.28) (+3 -11) gtk_main_window.c (1.37) (+3 -11) Position printer driver window correctly, thanks to Sven Neuman for the suggestion. 2000-06-24 Files: gimp_main_window.c (1.27) (+30 -12) gtk_main_window.c (1.36) (+36 -20) print-util.c (1.102) (+3 -3) Eliminate GTK warning on startup. Enlarge printer scrolling window, and try to position it correctly on activate. Currently, the scrollbar positions correctly, but the window itself doesn't. GTK bug? 2000-06-24 Files: print-escp2.c (1.172) (+9 -11) Rename some variables for clarity 2000-06-24 Files: README.escp2 (1.7) (+6 -1) Minor update 2000-06-24 Files: README.escp2 (1.6) (+103 -16) Update with commands documented in the Stylus Pro 9000 manual 2000-06-24 Files: print.c (1.102) (+18 -14) Once again, fix a problem with "lpc status" - with plp, a printer occurs right behind the message "Press RETURN to continue...: ". If a line received from "lpc stat" begins with this string, the first occurence of ':' is searched and the string 2 chars behind that ':' is copied to the beginning of the line. This seems to be the most sane fix for me until the printer selection stuff is settled once and for all - and it shouldn't touch the behaviour in other spooling systems. 2000-06-23 Files: print-canon.c (1.65) (+4 -4) fix for compile errors introduced with last commit 2000-06-23 Files: print-canon.c (1.64) (+58 -12) Preparations to improve color output on the canon printers (might break things till the next commit) 2000-06-22 Files: print-canon.c (1.63) (+3 -1) Further fix for the bjc-8200 to use the 6d-command (properly set the printhead, etc) -- set CANON_CAP_CMD6d to test it 2000-06-22 Files: escp2-weavetest.c (1.13) (+27 -28) escputil.c (1.5) (+2 -2) gtk_main_window.c (1.35) (+5 -1) print-dither.c (1.68) (+5 -1) print-escp2.c (1.171) (+6 -2) print-util.c (1.101) (+5 -1) Fixes to make things compile under IRIX. 2000-06-22 Files: ChangeLog (1.20) (+333 -0) print-canon.c (1.62) (+23 -8) * Added new command for the bjc-8200 * Changed order of colors to KYMCymc (hope this fixes problem with the bjc-8200) * Added (experimental) variable dot size support to the bjc-8200 2000-06-22 Files: Ghost/README (1.21) (+26 -11) gimp_main_window.c (1.26) (+5 -4) gtk_main_window.c (1.34) (+4 -3) print-dither.c (1.67) (+2 -2) print-escp2.c (1.170) (+5 -5) run-weavetest (1.15) (+1 -1) New emulated 1440x2880 oversampled mode -- very slow, extremely smooth, no visible banding at all. Don't reset paper size when changing printer. This still isn't entirely correct, since it generates a GTK warning at startup, but it's a cut at it. 2000-06-22 Files: escputil.c (1.4) (+2 -2) gimp_main_window.c (1.25) (+20 -16) gtk_main_window.c (1.33) (+19 -16) Do not recenter the image every time the plugin is started up. This happens because the image is recentered every time the media size callback is called, which always happens at startup. We will only recenter if the media size (or orientation) changes from its previous setting. 2000-06-21 Files: Ghost/README (1.20) (+55 -42) Update 2000-06-21 Files: Ghost/gdevstp.c (1.21) (+3 -2) New application gamma 2000-06-21 Files: Ghost/README (1.19) (+3 -3) Corrected examples in README: The PostScript file has to be the last parameter on the command line. 2000-06-21 Files: gimp_main_window.c (1.24) (+122 -51) gtk_main_window.c (1.32) (+22 -24) print_gimp.h (1.21) (+1 -2) Merge Charles' UI changes into the Gimp version of the plugin 2000-06-21 Files: Ghost/gdevstp.c (1.20) (+2 -2) print-canon.c (1.61) (+4 -3) print-escp2.c (1.169) (+12 -10) print-pcl.c (1.61) (+3 -5) print-ps.c (1.34) (+3 -3) print-util.c (1.100) (+137 -128) print.c (1.101) (+7 -4) print.h (1.66) (+13 -10) First stage of moving all color lookup into the print functions. Eventually we will feed the dither routines CMY or CMYK rather than RGB. 2000-06-20 Files: Ghost/gdevstp.c (1.19) (+1 -7) print-image-gimp.c (1.3) (+16 -42) print.h (1.65) (+3 -3) Remove Image_get_col() which is no longer used. Split out Image_reset() from Image_GDrawable_new(). 2000-06-20 Files: gtk_main_window.c (1.31) (+11 -4) Drag the preview around in postscript points instead of screen pixels if a button other than the first is used. 2000-06-20 Files: pcl-unprint.c (1.14) (+4 -3) print-canon.c (1.60) (+2 -2) print-dither.c (1.66) (+2 -2) print-escp2.c (1.168) (+2 -2) print-pcl.c (1.60) (+2 -2) print-ps.c (1.33) (+2 -2) print-util.c (1.99) (+2 -2) Replace comments indicating revision histories at the end of source files to refer to the ChangeLog instead. 2000-06-20 Files: gtk_main_window.c (1.30) (+74 -26) To better handle the myriad of paper sizes, change the media size selection into a combo box. 2000-06-20 Files: gtk_main_window.c (1.29) (+29 -19) Make the preview arrow always be 1 inch long. Double the size of the preview, but scale preview to fit the preview area if it wouldn't otherwise; the constant size arrow gives a visual clue as to the actual scaling of the preview. 2000-06-20 Files: print-util.c (1.98) (+130 -62) Added some more paper sizes and corrected some of the existing ones. 2000-06-20 Files: Ghost/gdevstp.c (1.18) (+6 -3) gimp_main_window.c (1.23) (+2 -2) gtk_main_window.c (1.28) (+2 -2) print-canon.c (1.59) (+2 -2) print-escp2.c (1.167) (+2 -2) print-pcl.c (1.59) (+2 -2) print-ps.c (1.32) (+2 -2) print.c (1.100) (+7 -12) print.h (1.64) (+8 -11) Move color map into vars structure to simplify calling sequence 2000-06-20 Files: printdefy.y (1.5) (+2 -2) Declare main() properly. 2000-06-20 Files: gimp_main_window.c (1.22) (+6 -4) gtk_main_window.c (1.27) (+4 -3) print-util.c (1.97) (+62 -62) print.h (1.63) (+9 -2) Handle paper size unit correctly for both gimp and gtk. Add unit type to paper size (we don't use it yet for anything). 2000-06-19 Files: Ghost/.cvsignore (1.3) (+2 -3) Add rectangular dither matrix. 2000-06-19 Files: .cvsignore (1.8) (+1 -0) Add escputil 2000-06-19 Files: Makefile.am (1.41) (+4 -2) Make "make clean" and "make maintainerclean" clean up more. 2000-06-19 Files: gimp_main_window.c (1.21) (+6 -6) Stupid bug fix in adding Unit to gim_main_window 2000-06-19 Files: gimp_color_window.c (1.8) (+3 -3) gimp_main_window.c (1.20) (+66 -7) gtk_color_window.c (1.11) (+3 -3) gtk_main_window.c (1.26) (+13 -7) print.c (1.99) (+20 -11) print.h (1.62) (+3 -2) added unit for preview in gimp_main_window.c (blindly). Moved unit to printer settings Improved handling of printrc settings. 2000-06-19 Files: gtk_main_window.c (1.25) (+2 -2) make vars_unit static 2000-06-19 Files: print-util.c (1.96) (+53 -8) Additional paper sizes 2000-06-19 Files: escputil.c (1.3) (+1 -2) Remove duplicate pclose 2000-06-19 Files: print-canon.c (1.58) (+12 -2) printers.xml (1.13) (+8 -0) Added Canon BJC-4300 2000-06-19 Files: unprint.c (1.40) (+20 -16) small canon update 2000-06-19 Files: gtk_main_window.c (1.24) (+73 -14) Included Unit (Inch/Cm) checkboxes 2000-06-18 Files: cups/commandtoepson.c (1.4) (+31 -4) Eject page after test commands... 2000-06-18 Files: cups/Makefile.in (1.2) (+3 -3) cups/commandtoepson.c (1.3) (+3 -3) Makefile error and typo in commandtoepson. 2000-06-18 Files: cups/commands/CleanAll.cmd (1.1) (added) cups/commands/PrintAligmentPage.cmd (1.1) (added) cups/commands/PrintSelfTestPage.cmd (1.1) (added) cups/commands/ReportLevels.cmd (1.1) (added) cups/commands/SetAlignment.cmd (1.1) (added) Added sample command files. 2000-06-18 Files: cups/epson.c (1.3) (+18 -173) Only report bidirectional parallel ports, to avoid potential port lockup problems. 2000-06-18 Files: cups/CHANGES.txt (1.1) (added) cups/command.txt (1.1) (added) cups/command.types (1.1) (added) cups/commandtoepson.c (1.2) (+108 -4) cups/epson.c (1.2) (+89 -24) EPSON command filter. First specification for command files. EPSON backend now reads back Ink Quantity levels. 2000-06-18 Files: cups/README.txt (1.1) (added) Added README file... 2000-06-18 Files: cups/LICENSE.txt (1.1) (added) cups/Makefile.in (1.1) (added) cups/calibrate.c (1.1) (added) cups/calibrate.ppm (1.1) (added) cups/commandtoepson.c (1.1) (added) cups/configure (1.1) (added) cups/configure.in (1.1) (added) cups/epson.c (1.1) (added) cups/epson.drv (1.1) (added) cups/genppd.c (1.1) (added) cups/rastertoepson.c (1.1) (added) Initial commit of CUPS driver files. 2000-06-18 Files: ChangeLog (1.19) (+28 -0) Makefile.am (1.40) (+5 -7) gimp_main_window.c (1.19) (+36 -22) gtk_main_window.c (1.23) (+31 -20) print-canon.c (1.57) (+5 -7) print-dither.c (1.65) (+70 -41) print-escp2.c (1.166) (+5 -6) print-pcl.c (1.58) (+5 -7) print.h (1.61) (+4 -5) ran.367.179.h (1.1) (added) Incorporate Thomas Tonino's 367x192 matrix. Incorporate Jean-Marc Verbavatz's scrolling viewport code for printer drivers. This finally solves the problem of the overflowing printer list! 2000-06-18 Files: print-dither.c (1.64) (+3 -3) Minor bug fix 2000-06-18 Files: Matgen/ran.367.179.h (1.1) (added) Test matrix for 2:1 resolutions 2000-06-18 Files: Matgen/quickmatrix199-2.i (1.2) (removed) Matgen/quickmatrix199.i (1.2) (removed) Matgen/quickmatrix257.i (1.2) (removed) These files already exist at top level; no reason to have duplicates in every sandbox. 2000-06-18 Files: printers.xml (1.12) (+4 -52) Reduce the number of printers to slightly mitigate the excessive menu length. =============================================================================== Name: print-3_1_7 2000-06-18 Files: ChangeLog (1.18) (+12 -0) README (1.18) (+1 -1) RELNOTES (1.13) (+7 -1) configure.in (1.19) (+1 -1) print_gimp.h (1.20) (+2 -2) Print 3.1.7 release 2000-06-18 Files: Ghost/gdevstp.c (1.17) (+2 -2) Fix really stupid bug. Need to do a flash 3.1.7. 2000-06-18 Files: README.escp2 (1.5) (+9 -0) Add a few more remote mode commands 2000-06-18 Files: escputil.c (1.2) (+207 -37) Add ink levels and ID string =============================================================================== Name: print-3_1_6 2000-06-17 Files: print_gimp.h (1.19) (+2 -2) Fix the release date 2000-06-17 Files: ChangeLog (1.17) (+49 -0) 3.1.6 release point 2000-06-17 Files: ChangeLog (1.16) (+71 -0) README (1.17) (+1 -1) RELNOTES (1.12) (+35 -1) configure.in (1.18) (+1 -1) print_gimp.h (1.18) (+2 -2) run-weavetest (1.14) (+1 -1) 3.1.6 release prep 2000-06-17 Files: Ghost/gs-stp.pdq (1.5) (+421 -291) Update from Grant Taylor's PDQ-o-matic script 2000-06-17 Files: Ghost/com-stp.ppd (1.1) (added) PPD file, from Grant Taylor's CUPS-O-MATIC program 2000-06-17 Files: Ghost/README (1.18) (+4 -2) Note the existence of the CUPS .ppd file. 2000-06-17 Files: Makefile.am (1.39) (+11 -10) Do not distribute the 199-axis matrices, since we're not currently using them. 2000-06-17 Files: escputil.c (1.1) (added) ESCP/2 print head clean, nozzle check, alignment utility. 2000-06-17 Files: README.escp2 (1.4) (+9 -4) Better explanation of alignment check/set commands. 2000-06-17 Files: Ghost/gdevstp.c (1.16) (+22 -2) Handle -r1440x720 correctly. 2000-06-17 Files: README.escp2 (1.3) (+92 -8) Added information about remote mode commands gleaned from examination of the output of the Epson utilities for the ESC740. 2000-06-15 Files: make-deb.sh (1.2) (+1 -1) Zheesh. I thought I committed this weeks ago... Modify the gs debian package build script to work as a non-root user by using the fakeroot package. 2000-06-15 Files: Ghost/gdevstp.c (1.15) (+24 -24) escp2-unprint.c (1.2) (+8 -8) escp2-weavetest.c (1.12) (+2 -2) gimp_color_window.c (1.7) (+2 -2) gimp_main_window.c (1.18) (+19 -19) gtk_color_window.c (1.10) (+7 -7) gtk_main_window.c (1.22) (+29 -29) pcl-unprint.c (1.13) (+11 -11) print-canon.c (1.56) (+138 -138) print-dither.c (1.63) (+96 -64) print-escp2.c (1.165) (+18 -18) print-pcl.c (1.57) (+61 -61) print-util.c (1.95) (+4 -4) print.c (1.98) (+6 -6) quickmatrix199-2.h (1.2) (+3466 -3466) quickmatrix199.h (1.2) (+3466 -3466) quickmatrix257.h (1.2) (+5951 -5951) unprint.c (1.39) (+44 -44) ccept non-square dither matrices (e. g. for non-square pixels). Strip trailing whitespace from everything (minor nit cleanup). 2000-06-15 Files: print-escp2.c (1.164) (+33 -23) Fix microweave positioning Add additional ink drop size for low res printing 2000-06-15 Files: print-escp2.c (1.163) (+2 -2) Generate smoother output with quadratic sliding 2000-06-15 Files: print-dither.c (1.62) (+24 -12) Scale quadratically rather than linearly between tones to improve transition regions on 6-color and variable dot size printers. 2000-06-13 Files: ChangeLog (1.15) (+86 -0) print-image-gimp.c (1.2) (+3 -3) print-ps.c (1.31) (+2 -2) print.h (1.60) (+3 -3) Rename Image_get_pluginname to Image_get_appname 2000-06-13 Files: print-dither.c (1.61) (+55 -37) print-escp2.c (1.162) (+386 -193) Major performance improvements, particularly for typical PostScript rendering applications. The improvements fall into two categories; general improvements in the Epson bit twiddling code, and taking advantage of blank dots and lines to reduce the amount of work that needs to be done. More work is there to be done, particularly for error diffusion. Ordered dither is in quite good shape at this point. PostScript rendering may see improvements of about an order of magnitude, give or take. Photographs will not improve very much in rendering performance. 2000-06-12 Files: print-canon.c (1.55) (+25 -21) * Fixed small bug introduced in recent changes (code reduction) * Fixed maximum quality printing for the bjc8200 * Fixed bug in 6color printing at 1440x720 dpi on the bjc6000 * 6color printing should work almost perfect now! 2000-06-12 Files: Ghost/gdevstp.c (1.14) (+6 -1) Added untested support for the new Image interface by adding Image_rotate_ccw() stub function. 2000-06-12 Files: print-canon.c (1.54) (+63 -132) print-escp2.c (1.161) (+49 -110) print-pcl.c (1.56) (+90 -206) print-ps.c (1.30) (+14 -33) print-util.c (1.94) (+23 -58) print.h (1.59) (+5 -5) Take advantage of the Image layer's new capabilities. Instead of handling landscape-way printing in the driver-specific files, compute_page_parameters() calls Image_rotate_ccw(). Chuck away quite a lot of duplicated code. Simplify the landscape decision-making code in compute_page_parameters() to match the code in the GUIs. (Ideally, the decision should be made in one place only, but if the same criteria are used in both cases, that'll do for now. ;) ) 2000-06-12 Files: Makefile.am (1.38) (+1 -0) print-image-gimp.c (1.1) (added) print.c (1.97) (+5 -85) print.h (1.58) (+16 -6) print_gimp.h (1.17) (+8 -1) Extract the "Image" layer into its own file. Beef it up to enable the Image ADT to perform rotation, flipping and cropping on the image. 2000-06-11 Files: gimp_main_window.c (1.17) (+4 -2) gtk_main_window.c (1.21) (+4 -2) print.c (1.96) (+9 -4) Add the name of the image being printed to the print plugin's window title. 2000-06-10 Files: print-ps.c (1.29) (+10 -132) Factor out common code 2000-06-10 Files: ChangeLog (1.14) (+1259 -1196) mkchlog (1.3) (+17 -7) Note the lines added/removed in the change long (helps identify major changes). 2000-06-10 Files: print-canon.c (1.53) (+10 -123) print-escp2.c (1.160) (+17 -144) print-pcl.c (1.55) (+8 -134) print-util.c (1.93) (+161 -1) print.h (1.57) (+9 -2) Factor out common code 2000-06-10 Files: print-canon.c (1.52) (+6 -1) print-dither.c (1.60) (+22 -10) print-escp2.c (1.159) (+7 -2) print-pcl.c (1.54) (+6 -1) print.h (1.56) (+4 -2) Tell dither about pixel aspect ratio. We can't do too much with it right now, since our matrix gets very unhappy if we skip pixels, but it's important information. Raph's code needs it, when we start using it. 2000-06-10 Files: print-dither.c (1.59) (+56 -43) Fiddle with the way matrix offsets are used for cleaner code. 2000-06-10 Files: print-dither.c (1.58) (+9 -4) Free CMYK buffers after dithering complete 2000-06-10 Files: print-dither.c (1.57) (+133 -78) Really split out the CMYK separation. 2000-06-10 Files: print-dither.c (1.56) (+160 -112) Reorganize dither_cmyk to explicitly break out three steps: 1) Compute the basic CMYK separations. 2) Update the separations to enhance print quality. 3) Dither. 2000-06-09 Files: Ghost/gs-stp.pdq (1.4) (+3 -8) Minor corrections 2000-06-09 Files: Makefile.am (1.37) (+1 -1) Add description of ESCP2 language 2000-06-08 Files: README.escp2 (1.2) (+41 -1) Command sequences 2000-06-08 Files: README.escp2 (1.1) (added) Summary of ESCP/2 raster commands 2000-06-08 Files: print-escp2.c (1.158) (+71 -17) Update description of softweave. Massive memory savings in many cases (high interleave factor). 2000-06-08 Files: print-dither.c (1.55) (+25 -21) Rearrange to put all dithering after separation code, to at least symbolize desire to split these two functions. Eliminate last function-like macro. 2000-06-06 Files: print-dither.c (1.54) (+419 -355) print-escp2.c (1.157) (+130 -29) Some performance optimizations in the dither code. General cleanup of the matrix handling code in the dither routines. Redo the giant softweave comment. 2000-06-06 Files: print-canon.c (1.51) (+5 -5) Use correct density for light inks (33% instead of 25%) 2000-06-05 Files: gimp_main_window.c (1.16) (+2 -2) Set scaling correctly if we're using ppi. 2000-06-05 Files: unprint.c (1.38) (+2 -2) "Segmentation integrity core contained" is just a bit too cute... 2000-06-04 Files: gimp_main_window.c (1.15) (+42 -90) gtk_main_window.c (1.20) (+40 -85) gtk_main_window.c: gtk_preview_update(): Rewrote the code which decides whether ORIENT_AUTO means ORIENT_LANDSCAPE or ORIENT_PORTRAIT. It's now much simpler, and I believe it gives the same results it did before. New variable, min_ppi_scaling, which could be useful as a limit for the scaling slider. gimp_main_window.c: Similar, but untested, changes. 2000-06-04 Files: gimp_main_window.c (1.14) (+31 -2) gtk_main_window.c (1.19) (+32 -2) gtk_main_window.c: Draw an arrow in the preview widget showing which way the top of paper is. gimp_main_window.c: Similar, but untested, change. 2000-06-04 Files: gimp_main_window.c (1.13) (+26 -19) gtk_main_window.c (1.18) (+22 -16) gtk_main_window.c: Make "top" and "bottom" be measured from the top of the page instead of the bottom. This simplifies the code somewhat. Incidentally, fix a bug where the paper's left and right margins would be swapped on the preview if the preview was in landscape mode. gimp_main_window.c: Comparable, but untested, changes. 2000-06-04 Files: gimp_main_window.c (1.12) (+56 -2) gtk_main_window.c (1.17) (+74 -6) gtk_main_window.c: gtk_create_main_window(): Add "width" and "height" text entry fields. gtk_position_callback(): Make entries in those fields update the scaling slider. gtk_preview_update(): Make changes in the slider update the width and height entries. gimp_main_window.c: Similar but untested changes. 2000-06-04 Files: gtk_main_window.c (1.16) (+2 -2) gtk_main_window.c: make the scaling text entry widget do things only when return is pressed, instead of whenever the user changes the value, which was confusing. 2000-06-04 Files: gimp_main_window.c (1.11) (+15 -12) gtk_main_window.c (1.15) (+15 -12) print_gimp.h (1.16) (+2 -1) print_gimp.h: new constant PREVIEW_PPI gtk_main_window.c, gimp_main_window.c: use it 2000-06-04 Files: print-canon.c (1.50) (+4 -4) print-escp2.c (1.156) (+4 -4) print-pcl.c (1.53) (+4 -4) print-ps.c (1.28) (+4 -4) Fix a bug whereby, in landscape mode, the image was positioned as if the left-hand side of the image should be printed at the top of the paper, while the image was rotated as if its right-hand side should be printed at the top of the paper. Now, we always assume the right-hand side of the image belongs at the top of the paper. 2000-06-04 Files: print-ps.c (1.27) (+4 -2) Add a second "%" before "%Creator:". Without this, at least one program (epsffit) wouldn't recognise the "%%BoundingBox:" a few lines further down. Fix a bug which printed the image too far left by the width of the left margin. 2000-06-03 Files: Ghost/README (1.17) (+2 -2) Note ESP 870/1270 2000-06-02 Files: print-escp2.c (1.155) (+3 -3) Advance paper correctly initially in microweave/360 modes. 2000-06-01 Files: jmv/print-escp2.c (1.31) (+1 -1) Minor fixes 2000-06-01 Files: jmv/print-dither.c (1.31) (+20 -55) Minor update against print-dither 1.53 2000-06-01 Files: ChangeLog (1.13) (+4200 -0) Ghost/README (1.16) (+0 -1) print-dither.c (1.53) (+130 -13) print-escp2.c (1.154) (+62 -1) print.h (1.55) (+25 -3) Merge Jean-Marc's new functions in, without touching the core 2000-06-01 Files: jmv/README (1.2) (+6 -0) jmv/print.h (1.2) (+39 -36) *** empty log message *** 2000-05-31 Files: jmv/print-dither.c (1.3) (+288 -272) jmv/print-escp2.c (1.3) (+122 -162) Merge with ttonino's work 2000-05-31 Files: printers.xml (1.11) (+7 -0) Lexmark 4076 apparently works, as an HP 500C. 2000-05-31 Files: print-dither.c (1.52) (+2 -55) Flush perturbed ordered dithering; also simplify hybrid F-S. 2000-05-31 Files: ChangeLog (1.12) (+0 -4126) Makefile.am (1.36) (+4 -1) RELNOTES (1.11) (+37 -1) configure.in (1.17) (+2 -2) print_gimp.h (1.15) (+2 -2) 3.1.5 release 2000-05-31 Files: print-escp2.c (1.153) (+4 -2) Try to fix density for variable dot size printers. 2000-05-30 Files: print.c (1.95) (+17 -4) The monitor process should NOT attempt to clean up after itself. It must exit with _exit() rather than exit() to avoid trying to close down the X server cleanly, which fails because the actual print process has already closed the connection. 2000-05-30 Files: print-canon.c (1.49) (+49 -24) Borders can now be specified indiviually for each model 2000-05-30 Files: jmv/print-dither.c (1.2) (+34 -23) jmv/print-escp2.c (1.2) (+93 -25) Density-based dithering 2000-05-29 Files: print-canon.c (1.48) (+23 -21) print-escp2.c (1.152) (+26 -23) print-pcl.c (1.52) (+25 -23) print-ps.c (1.26) (+8 -7) print-util.c (1.92) (+7 -7) print.h (1.54) (+19 -15) Preserve density correctly 2000-05-28 Files: print-canon.c (1.47) (+3 -3) printers.xml (1.10) (+2 -2) Fixed density, gamma and black level 2000-05-27 Files: configure.in (1.16) (+2 -2) Look for lpc and lpstat in some more places; if you're building as a normal user, these are likely not in your $PATH. 2000-05-25 Files: ChangeLog (1.11) (+167 -0) README.dither (1.5) (+5 -0) print-dither.c (1.51) (+23 -6) print-escp2.c (1.151) (+6 -7) print.h (1.53) (+3 -2) Improve adaptive dithering to account for Thomas' new matrices being much better than the previous ones we've used. 2000-05-25 Files: gimp_main_window.c (1.10) (+4 -3) gtk_main_window.c (1.14) (+4 -3) Use offsets from origin consistently 2000-05-24 Files: print-dither.c (1.50) (+12 -7) Try to fix a few more overflow problems 2000-05-24 Files: print-dither.c (1.49) (+4 -4) Fix overflow problems 2000-05-24 Files: print-dither.c (1.48) (+8 -19) Removed superfluous matrix optimizations and chenged 'invert' behaviour. 2000-05-24 Files: print-escp2.c (1.150) (+11 -11) Expand printable region on newer Epson printers 2000-05-24 Files: Ghost/.cvsignore (1.2) (+4 -0) New files 2000-05-24 Files: print-escp2.c (1.149) (+3 -2) Save memory on the variable dot size printers. 2000-05-24 Files: print.c (1.94) (+81 -4) Spawn a "monitor" process to kill off lpr if the plugin dies before completing the print. This helps in the case of crashes, and also when the Gimp SIGKILLs the plugin when the user hits "Cancel". 2000-05-24 Files: ChangeLog (1.10) (+1205 -938) Ghost/gdevstp.c (1.13) (+98 -268) Ghost/gdevstp.h (1.3) (+16 -1) Makefile.am (1.35) (+9 -6) README (1.16) (+1 -1) gimp_main_window.c (1.9) (+3 -3) gtk_main_window.c (1.13) (+3 -4) print-dither.c (1.47) (+47 -7) print-escp2.c (1.148) (+5 -2) print_gimp.h (1.14) (+2 -2) printers.xml (1.9) (+8 -0) quickmatrix199-2.h (1.1) (added) quickmatrix199.h (1.1) (added) quickmatrix257.h (1.1) (added) Incorporate Thomas Tonino's dither matrices. 2000-05-23 Files: debian/README.building.from.CVS (1.1) (added) debian/changelog (1.1) (added) debian/packages (1.1) (added) Added Debianisation files in debian/. subdirectory. 2000-05-23 Files: jmv/README (1.1) (added) This is experimental stuff for the epson stylus photo 870 2000-05-23 Files: jmv/print-escp2.c (1.1) (added) Experimental for epson stylus photo 870 This is based on rlk's print-escp2.c v 1.145 2000-05-23 Files: jmv/print.h (1.1) (added) Experimental for epson 870 2000-05-23 Files: jmv/print-dither.c (1.1) (added) *** empty log message *** 2000-05-23 Files: print-dither.c (1.46) (+13 -9) Made density curve smoother. Before, dark areas could could look rather weak. Added more contrast by not subtracting all K from CMY, but a fraction dependent on K level and black limits. 2000-05-23 Files: print-dither.c (1.45) (+22 -19) Black lines in dark colors removed. 2000-05-23 Files: gimp_main_window.c (1.8) (+97 -91) Patch to use a printable area in preview for gimp gui. 2000-05-22 Files: print-dither.c (1.44) (+23 -23) Black generation revised again. All scaled to actual density now. 'plain paper' setting is really suitable for plain paper now. 'coated' should maybe be split: normal coated and photo style paper coated. 2000-05-22 Files: print-canon.c (1.46) (+47 -21) * fixed resolutions list generation (offered unsupported xdpi!=ydpi resolutions for some printers) * added outputmedia "Photo Paper Pro" * enabled 6color printing on models supporting this * trying same dither_set_black_*() calls as in print-escp2.c * trying to fix density problem with xdpi!=ydpi (was way too dark) 2000-05-22 Files: Matgen/quickdistance.c (1.2) (+45 -4) Output format slightky changed. Added parameter sections for 2 useful 199x199 matrices and an (untetsed) 257x257 matrix. 2000-05-22 Files: Matgen/quickmatrix257.i (1.1) (added) Untested 257x257 dither matrix. 2000-05-21 Files: mkchlog (1.2) (+4 -2) Record revision number along with each file 2000-05-21 Files: print-escp2.c (1.147) (+3 -3) Black thresholds adjusted for new black routine. 2000-05-21 Files: print-dither.c (1.43) (+51 -81) Changed black generation so it behaves well with lower values of the thresholds. Even 0.1 and 0.2 as thresholds produce acceptable, if grainy, results. Only tested with Epson Stylus Color 600 so far. 2000-05-21 Files: Matgen/quickmatrix199-2.i (1.1) (added) This matrix is equivalent but not corelated to quickmatrix199.i. 2000-05-20 Files: print-dither.c (1.42) (+17 -12) print-escp2.c (1.146) (+48 -41) Tune ink values for 870. Flip flop again on how to handle variable dots with error diffusion. I believe that what I'm now doing is correct, but it needs a better matrix in order to really work properly. Hopefully Thomas Tonino will provide that. Use ordered dithering only for black ink, to escape error diffusion artifacts. This may not be a good decision; time will tell. We also need a better matrix for that. 2000-05-20 Files: Matgen/patched-print-dither.c (1.4) (+22 -62) Much cleaner now. Removed code I doidn't understand. Faster now. Did not damage anything, it seems. 2000-05-19 Files: Matgen/patched-print-dither.c (1.3) (+2 -0) Solved problem in very dark areas by setting limit to bk. Tested with 0.1 and 0.699 for dither_set_black_lower and -_upper, respectively, on Epson 600. 2000-05-19 Files: Matgen/patched-print-dither.c (1.2) (+70 -65) Version with more black generation. Does good job at dark colors. 2000-05-19 Files: configure.in (1.15) (+1 -1) gtk_main_window.c (1.12) (+117 -98) Applied patch supplied by Thorsten Schnier for some positioning errors in the gtk gui. 2000-05-18 Files: print-canon.c (1.45) (+4 -2) printers.xml (1.8) (+8 -0) Activated the canon BJC 8200 for testing (no idea if it works at all..) 2000-05-18 Files: print-dither.c (1.41) (+55 -50) print-escp2.c (1.145) (+4 -20) Improve smoothness substantially, at least on variable dot size printers. The previous code used big dots too heavily, with resulting grain. This may not be optimal for conventional 4 and 6 color printers. Needs more testing. 2000-05-17 Files: Matgen/patched-print-dither.c (1.1) (added) Patched print-dither.c to include matrix generated by quickdistance.c. Gives good results IMHO, but should (?) really be integrated with the main version. 2000-05-17 Files: Matgen/quickmatrix199.i (1.1) (added) Slightly cleaned up output of quickmatrix.c. Used in patched print-dither.c. 2000-05-17 Files: Matgen/quickdistance.c (1.1) (added +165 -0) New version of dither generation program. Unrelated to patented software. First 4 points for a matrix are set by hand - these 4 do not conflict when matrix is shifted by 100 pixels H and/or V. Adds a bit of randomness for every pixel added and runs fairly quick: a few hours makes a 199 by 199 matrix. Should be possible to make a 257 x 257 matrix in reasonable time: more than 64K values! 2000-05-17 Files: escp2-weavetest.c (1.11) (+3 -2) Improve the banner 2000-05-17 Files: print-escp2.c (1.144) (+5 -8) Fix if first pass doesn't contain any data. 2000-05-17 Files: print-escp2.c (1.143) (+155 -203) Support x8 weave (for higher quality printing on 360 physical dpi printers). This isn't perfect yet; there are some quality problems that are probably due to a bug somewhere. Code cleanup in initialization 2000-05-15 Files: pcl-unprint.c (1.12) (+5 -16) ESC * o W is called "Driver Configuration". What it *does* is still unknown! (somehow this comment got attached to print-pcl.c even though it had just been checked in so shouldn't have changed!) 2000-05-15 Files: print-pcl.c (1.51) (+0 -0) ESC * o W is called "Driver Configuration". What it *does* is still unknown! 2000-05-15 Files: print-pcl.c (1.50) (+58 -57) Tidied up Resolution selection code. Replaced some constants with sizeof... calculations. DJ1200/1600 are CMYK, not CMY. 2000-05-13 Files: print-escp2.c (1.142) (+17 -14) Major bug fix for vertical positioning of imaging. Tuned up ink colors/drop sizes and black levels for the 870 2000-05-13 Files: pcl-unprint.c (1.11) (+2 -48) print-canon.c (1.44) (+1 -185) print-dither.c (1.40) (+1 -150) print-escp2.c (1.141) (+6 -602) print-pcl.c (1.49) (+1 -286) print-ps.c (1.25) (+1 -182) print-util.c (1.91) (+1 -392) Put USB init string into all Canon printers from the 900 on. This needs to be tested. Remove all RCS logs from the source code. Since the ChangeLog is automatically generated from the RCS logs, their presence in the files is superfluous. 2000-05-13 Files: make-deb.sh (1.1) (added) First version of a script for building a debian package. So far, it only does the ghost script driver, only works for Debian 2.2, and requires the caller to be root. All of these things can be fixed, but, I'm running late... 2000-05-13 Files: Ghost/debian-patch (1.1) (added) A patch to the Debian control and rules files for building the gimp-print ghost script driver as a Debian package. 2000-05-13 Files: Ghost/debian-patch-stp (1.1) (added) A little script which can patch the Debian gs sources with the gimp-print driver. It gets included into the main Debian build scripts, don't execute this by itself. 2000-05-13 Files: Ghost/devs.mak.addon-5.10 (1.1) (added) This can be used to build agains gs 5.10. 2000-05-13 Files: print-escp2.c (1.140) (+15 -3) Change the 750 from MODEL_INIT_STANDARD to MODEL_INIT_900. Allows USB to work without bending over backwards. 2000-05-13 Files: ChangeLog (1.9) (+7 -0) escp2-weavetest.c (1.10) (+53 -11) print-dither.c (1.39) (+199 -59) print-escp2.c (1.139) (+276 -102) print-util.c (1.90) (+17 -13) print.h (1.52) (+5 -2) run-weavetest (1.13) (+22 -12) Allow printing to the top edge and much closer to the bottom on Epson printers (major change in the softweave code). Performance tweaks in the dither routines and in the color conversion routine (this needs to be ported to the other conversion routines in print-util.c). Support for some kind of ink limiting in the dither code. Not clear that this really does very well (it may make things ugly); we may rip it back out. 2000-05-11 Files: print-canon.c (1.43) (+7 -4) Fix for variable drop size printing 2000-05-09 Files: README.dither (1.4) (+142 -86) Update to reflect current reality 2000-05-07 Files: ChangeLog (1.8) (+251 -0) RELNOTES (1.10) (+14 -5) 3.1.4 release 2000-05-06 Files: gtk_color_window.c (1.9) (+2 -2) Allow density up to 3 2000-05-06 Files: print-dither.c (1.38) (+142 -85) Convert UPDATE_DITHER from a macro to a function. This should make it easier to profile this code (it needs it, badly!). We can always make this inline if need be. Point optimizations in dither_cmyk. Silly bug in hybrid Floyd-Steinberg. It actually looks quite nice now! 2000-05-05 Files: pcl-unprint.c (1.10) (+95 -20) Cope with DJ690 photo without crashing. It doesn't actually decode them properly (yet). 2000-05-05 Files: printers.xml (1.7) (+8 -0) Added DJ690. 2000-05-05 Files: print-pcl.c (1.48) (+214 -29) Added DJ690 Photo mode (thanks to Henk Verleye). 2000-05-05 Files: print.c (1.93) (+4 -4) Check for (GIMP_MINOR_VERSION == 0) instead of GIMP_1_0 when deciding where to look for printrc. 2000-05-05 Files: print.c (1.92) (+4 -2) printrc_save() now prints a warning if it cannot open the save-file 2000-05-05 Files: print.c (1.91) (+4 -3) Small extension to lpstat output parsing to make it work with lprng without breaking anything... 2000-05-05 Files: print-escp2.c (1.138) (+6 -3) Set ink size 2000-05-05 Files: print-canon.c (1.42) (+31 -12) Better handling of canon send buffer 2000-05-05 Files: print-dither.c (1.37) (+12 -39) print-escp2.c (1.137) (+7 -146) Minor cleanup 2000-05-05 Files: print-escp2.c (1.136) (+112 -60) Optimize out head motion and color commands where possible. We can still optimize out some horizontal movements. Avoid printing color in *pure* black. 2000-05-04 Files: print.c (1.90) (+27 -32) print_gimp.h (1.13) (+3 -2) - Use the new libgimp function gimp_ui_init(). This requires Gimp 1.1.21 or better. - Correctly delete the export image if the user canceled the dialog. - Fixed an "unused variable" warning in get_system_printers(). 2000-05-04 Files: escp2-weavetest.c (1.9) (+50 -40) print-canon.c (1.41) (+11 -5) print-escp2.c (1.135) (+37 -20) print-pcl.c (1.47) (+7 -2) run-weavetest (1.12) (+13 -13) Improve use of black ink to reduce sharp grain. Improve weaving code for some corner cases (this will let us go x8 for some important cases, if we really want to print that slowly). Fix ESC 440 softweave Fix use of microweave at 360 dpi (microweave should not be used at 360 on any printer). Try to improve dither smoothness a bit. Fix ink constants for ESP 870 from Jean-Marc Verbavatz 2000-05-03 Files: print-dither.c (1.36) (+8 -2) Avoid out of range problems 2000-05-03 Files: print_gimp.h (1.12) (+2 -2) Require Gimp 1.1.16 or better for the "Gimp" ui. 2000-05-02 Files: print-dither.c (1.35) (+344 -371) print-escp2.c (1.134) (+58 -9) Improved dither code. Deposits significantly less ink than previous version, and gives better saturation. 2000-05-01 Files: Matgen/dither-distance.c (1.1) (added +99 -0) Code used to create 73dither-distance.i. Initial 3 dots may need improvement. A new version with some randomization is on its way. 2000-05-01 Files: Matgen/73dither-distance.i (1.1) (added) 73dither-distance is the first dither matrix I'm happy with. Generated with a simple algorithm (in dither-distance.c) it generated matrices quicker than earlier tries. I think the output is a little bit too regular, but ordered dither 720 DPI looks not too diferent from a Floyd-Steinberg now although problems like light speckles remain. 2000-04-29 Files: Ghost/gdevstp.c (1.12) (+2 -2) README (1.15) (+1 -1) configure.in (1.14) (+1 -1) escp2-weavetest.c (1.8) (+3 -2) print-escp2.c (1.133) (+25 -7) print_gimp.h (1.11) (+2 -2) printers.xml (1.6) (+8 -0) Preliminary support for Stylus Color 760 Fix one corner case with weave computation (there are lots left!) Prep for 3.1.4 2000-04-29 Files: print-dither.c (1.34) (+19 -5) Improve photo and line art mode 2000-04-29 Files: RedHat/ghostscript-5.50.spec (1.1) (added) RedHat/gimp-print.spec (1.1) (added) RedHat/gs.spec.diff (1.1) (added) Spec files for Red Hat RPM's, from Mark Hindess 2000-04-27 Files: print-ps.c (1.24) (+8 -3) Fix copyright 2000-04-27 Files: print-dither.c (1.33) (+436 -306) Comments 2000-04-27 Files: print-dither.c (1.32) (+91 -77) Add Thomas Tonino's 23x23 matrix 2000-04-26 Files: print-escp2.c (1.132) (+32 -8) Support glossy film 2000-04-26 Files: print-dither.c (1.31) (+12 -13) Minor improvements 2000-04-26 Files: print-escp2.c (1.131) (+35 -21) try again for 660 2000-04-25 Files: printers.xml (1.5) (+8 -0) The other part of the Epson Stylus 660 2000-04-24 Files: print-escp2.c (1.130) (+22 -6) Try to support Epson 660 2000-04-24 Files: print-dither.c (1.30) (+14 -5) Give the primary more weight, and the other colors less weight, in the density calculation. The previous weights resulted in too much dark ink mixing in, which caused excessive graininess in some situations. 2000-04-24 Files: Ghost/README (1.15) (+6 -0) gtk_main_window.c (1.11) (+2 -2) print-dither.c (1.29) (+47 -13) print-escp2.c (1.129) (+9 -5) fix warning in gtk_main_window.c Add perturbed ordered dither (perturbed to break up the fine diagonal lines characteristic of the matrix used). Improve transfer function for Epson photo printers (change the constants). 2000-04-23 Files: Makefile.am (1.34) (+1 -1) Include gs-stp.pdq 2000-04-22 Files: ChangeLog (1.7) (+60 -0) Update change log for 3.1.3 2000-04-22 Files: configure.in (1.13) (+1 -1) Release 3.1.3 2000-04-22 Files: RELNOTES (1.9) (+6 -3) print_gimp.h (1.10) (+2 -2) Release 3.1.2 2000-04-22 Files: print-dither.c (1.28) (+56 -20) Adaptive algorithms. These are the normal random and hybrid Floyd-Steinberg algorithms except in very pale regions, where ordered dithering is used to improve smoothness. 2000-04-22 Files: Makefile.am (1.33) (+6 -6) escp2-weavetest.c (1.7) (+3 -3) pcl-unprint.c (1.9) (+21 -10) print-escp2.c (1.128) (+7 -4) printdefy.y (1.4) (+3 -3) Code cleanup 2000-04-22 Files: Ghost/README (1.14) (+45 -14) Ghost/gdevstp.c (1.11) (+6 -5) Ghost/gs-stp.pdq (1.3) (+43 -8) Bug fixes to the driver, so it should now work correctly. Update documentation. Updated the pdq description. 2000-04-22 Files: ChangeLog (1.6) (+85 -0) Ghost/README (1.13) (+2 -1) Ghost/gdevstp.c (1.10) (+2 -2) print-dither.c (1.27) (+9 -2) Break up ordered dither pattern a bit. Fix Ghostscript driver slightly 2000-04-22 Files: print-dither.c (1.26) (+60 -33) Try to vary the randomness -- more random at paler colors. 2000-04-20 Files: print-canon.c (1.40) (+7 -6) print-escp2.c (1.127) (+7 -6) print-pcl.c (1.46) (+7 -6) Clean up the solid color and line art modes a bit. 2000-04-20 Files: RELNOTES (1.8) (+18 -0) gimp_color_window.c (1.6) (+2 -2) gimp_main_window.c (1.7) (+2 -2) gtk_color_window.c (1.8) (+2 -2) gtk_main_window.c (1.10) (+2 -2) print-canon.c (1.39) (+12 -6) print-dither.c (1.25) (+86 -34) print-escp2.c (1.126) (+62 -16) print-pcl.c (1.45) (+9 -5) print-ps.c (1.23) (+8 -3) print-util.c (1.89) (+48 -53) print.c (1.89) (+33 -9) print.h (1.51) (+7 -6) print_gimp.h (1.9) (+1 -2) Reduce initial memory footprint. Add random Floyd-Steinberg dither. 2000-04-19 Files: README.dither (1.3) (+179 -41) Intermediate discussion of dithering 2000-04-19 Files: RELNOTES (1.7) (+1 -1) gimp_main_window.c (1.6) (+11 -10) Fix (somewhat) handling of orientation; also prevent scaling from exceeding 100% (the Gimp toolkit handles these things correctly; the GTK toolkit doesn't, so there were a few port issues). 2000-04-19 Files: print-escp2.c (1.125) (+9 -6) Try again for 1440 uweave 2000-04-18 Files: print-escp2.c (1.124) (+8 -5) One more microweave bug 2000-04-18 Files: ChangeLog (1.5) (+33 -0) print-canon.c (1.38) (+7 -4) print-dither.c (1.24) (+24 -18) print-escp2.c (1.123) (+23 -20) print-pcl.c (1.44) (+15 -12) print_gimp.h (1.8) (+2 -2) Fix incorrect printing for variable drop sizes 2000-04-17 Files: print-dither.c (1.23) (+12 -7) Better matrix for ordered dither 2000-04-16 Files: print-dither.c (1.22) (+6 -2) We really do need to randomize the black transition 2000-04-16 Files: Makefile.am (1.32) (+4 -1) Create change log as part of release 2000-04-16 Files: Ghost/README (1.12) (+5 -0) Ghost/gdevstp.c (1.9) (+308 -215) gimp_color_window.c (1.5) (+5 -12) gimp_main_window.c (1.5) (+2 -1) gtk_color_window.c (1.7) (+9 -7) gtk_main_window.c (1.9) (+2 -1) print-canon.c (1.37) (+7 -4) print-dither.c (1.21) (+95 -81) print-escp2.c (1.122) (+20 -9) print-pcl.c (1.43) (+7 -4) print-util.c (1.88) (+13 -2) print.c (1.88) (+97 -225) print.h (1.50) (+18 -14) printdefy.y (1.3) (+3 -2) Choice of dithering algorithms 2000-04-16 Files: gimp_color_window.c (1.4) (+107 -3) Added the dither algo option menu (mostly cut & paste from Steve's changes). 2000-04-16 Files: ChangeLog (1.4) (+3253 -5) mkchlog (1.1) (added) Updated change log 2000-04-16 Files: gtk_color_window.c (1.6) (+120 -2) print.c (1.87) (+6 -2) Added dither option menu to gtk_color_window.c and dither variables to print.c. 2000-04-16 Files: print-canon.c (1.36) (+19 -30) print-dither.c (1.20) (+584 -1114) print-escp2.c (1.121) (+249 -48) print-pcl.c (1.42) (+39 -10) print.h (1.49) (+60 -22) New dithering code 2000-04-15 Files: gimp_color_window.c (1.3) (+1 -4) gimp_main_window.c (1.4) (+1 -3) gtk_color_window.c (1.5) (+1 -2) gtk_main_window.c (1.8) (+1 -2) print.c (1.86) (+23 -28) print_gimp.h (1.7) (+7 -6) Moved all ui related #include's to print_gimp.h 2000-04-15 Files: Makefile.am (1.31) (+14 -12) gimp_color_window.c (1.2) (+10 -12) gimp_main_window.c (1.3) (+3 -5) gtk_color_window.c (1.4) (+10 -16) gtk_main_window.c (1.7) (+2 -8) print-intl.h (1.1) (added) print.c (1.85) (+221 -258) * Makefile.am * print-intl.h: new file containing preliminary i18n stuff. More to come... * gtk_color_window.c * gtk_main_window.c: removed the #ifdefs because these files are now to be compiled with gimp 1.0 _and_ gimp 1.1 * gimp_color_window.c * gimp_main_window.c * print.c: removed the i18n macros from all files. For Gimp 1.1.x there are now 2 menu entries for both versions of the ui. This makes the executable larger, but hm, this is development :-) Also had to move the GtkAdjustment definitions to print.c and made them extern in the ui files. 2000-04-13 Files: pcl-unprint.c (1.8) (+323 -209) Rewrote the "parser". Only try to decode Configure Raster Data if format is 2. Added descriptions of some extra escape sequences. 2000-04-13 Files: print-pcl.c (1.41) (+673 -320) printers.xml (1.4) (+33 -1) Added DJ340, DJ400, DJ2000, DJ2500. Added Quick-dry photo & transparency media. Added Media Source selection for Deskjets where supported. 600x600 mono mode is supported in DJ600/800/1100/2000. Some printers don't support "custom" media sizes. Added 1220C to 1120C case (A3 paper size). Removed A6 paper size, it is not supported directly. Tidy-up: Removed all papersizes not mentioned in print-utils.c. Fixed coding mistakes in "for" statements. Removed double-strdup in pcl_parameters (memory leak). Added more warning messages. 2000-04-13 Files: gimp_main_window.c (1.2) (+17 -3) gtk_color_window.c (1.3) (+14 -10) gtk_main_window.c (1.6) (+24 -6) print.c (1.84) (+2 -6) print_gimp.h (1.6) (+5 -1) Moved define of GIMP_1_0 from print.c to print_gimp.h. Fixed problems where PPD box and browse button appeared when not wanted. Fixed problem with options being carried from one printer to another. 2000-04-10 Files: Ghost/contrib.mak.addon (1.6) (+2 -2) This really is needed for gs 6.01 2000-04-10 Files: Ghost/gdevstp.c (1.8) (+2 -1) botch 2000-04-06 Files: print-dither.c (1.19) (+7 -4) Fix overlap problem 2000-04-04 Files: escp2-weavetest.c (1.6) (+32 -2) print friendly banner 2000-04-04 Files: parse-escp2 (1.3) (+1 -0) another command 2000-04-04 Files: escp2-weavetest.c (1.5) (+2 -2) print-escp2.c (1.120) (+44 -25) 640-related stuff 2000-03-31 Files: gimp_color_window.c (1.1) (added) gimp_main_window.c (1.1) (added) from Mitsch 2000-03-30 Files: .cvsignore (1.7) (+3 -0) Makefile.am (1.30) (+11 -9) gtk_color_window.c (1.2) (+27 -27) gtk_main_window.c (1.5) (+69 -69) print.c (1.83) (+12 -6) Changes from Mitch 2000-03-29 Files: dither_matrix.c (1.1) (added) file dither_matrix.c was initially added on branch ordered-dither-branch. 2000-03-27 Files: Makefile.am (1.29) (+1 -0) gtk_main_window.c (1.4) (+551 -498) print.c (1.82) (+203 -2002) print_gimp.h (1.5) (+10 -2) Moved all gui code from print.c to gtk_main_window.c and prefixed all callbacks with 'gtk_'. Added gtk_main_window.c to Makefile.am. Moved a few gui constants from print.c to print_gimp.h. Shortened main gui table to 14 rows. 2000-03-27 Files: print-escp2.c (1.119) (+139 -141) Try again for microweave... 2000-03-27 Files: print-escp2.c (1.118) (+100 -66) Reactivate 1440x720 microweave 2000-03-27 Files: Makefile.am (1.28) (+0 -1) gtk_main_window.c (1.3) (+1362 -181) print.c (1.81) (+431 -216) print_gimp.h (1.4) (+1 -9) back out changes that do not work 2000-03-26 Files: Makefile.am (1.27) (+1 -0) gtk_main_window.c (1.2) (+182 -1363) print.c (1.80) (+218 -433) print_gimp.h (1.3) (+10 -2) From Steve Miller I've been unable to connect to sourceforge all afternoon. I'm trying to commit a new print.c, gtk_main_window.c, Makefile.am, and print_gimp.h. I will be unable to try this again until tomorrow, but if you have the opportunity, can you go ahead and do this? I've attached a zipped tarball of the 4 files. I've started the process of transferring gui code from print.c to gtk_main_window.c, and tightened up the table slightly. There are some temporary externs in print.c until I can get everything moved over (may take several temp steps like this one). 2000-03-26 Files: README (1.14) (+4 -0) note about ldconfig 2000-03-25 Files: configure.in (1.12) (+5 -5) minor fixes 2000-03-24 Files: README (1.13) (+6 -0) People who install the Gimp from rpm's also need to install gimp-devel. 2000-03-23 Files: Makefile.am (1.26) (+8 -7) print.c (1.79) (+105 -761) print.h (1.48) (+7 -2) print_gimp.h (1.2) (+39 -3) Added gtk_color_window.c to Makefile.am. Moved color adjust sliders to gtk_color_window, made this a popup dialog and added button to main window. Added ifdefs to headers to prevent multiple inclusions. 2000-03-22 Files: Makefile.am (1.25) (+2 -1) Fix make dist 2000-03-22 Files: RELNOTES (1.6) (+7 -3) release note tweaks 2000-03-22 Files: print.c (1.78) (+3 -3) release 2000-03-22 Files: print-dither.c (1.18) (+7 -4) Some more minor dithering fixup 2000-03-21 Files: pcl-unprint.c (1.7) (+64 -26) Use unsigned when calculating resolutions. Updated some commands. 2000-03-21 Files: print-pcl.c (1.40) (+42 -4) printers.xml (1.3) (+8 -0) Added Deskjet 9xx series. 2000-03-21 Files: run-weavetest (1.11) (+7 -2) more minor improvements 2000-03-21 Files: escp2-weavetest.c (1.4) (+5 -2) run-weavetest (1.10) (+21 -15) cleanup 2000-03-21 Files: print-dither.c (1.17) (+7 -4) dumb typo 2000-03-20 Files: pcl-unprint.c (1.6) (+13 -3) print-pcl.c (1.39) (+19 -8) Added "Bond" and "Photo" paper types to pcl-unprint and print-pcl. Corrected Depletion output for old Deskjets in print-pcl. 2000-03-20 Files: INSTALL (1.5) (+1 -1) Makefile.am (1.24) (+2 -0) README (1.12) (+1 -1) RELNOTES (1.5) (+14 -1) print-escp2.c (1.117) (+6 -3) Try to maintain dependency order of lex on yacc stuff 2000-03-17 Files: print-dither.c (1.16) (+40 -47) Weaken the horizontal lines 2000-03-17 Files: Makefile.am (1.23) (+28 -14) print.c (1.77) (+2662 -175) print.h (1.47) (+27 -19) Back out non-functioning changes 2000-03-17 Files: print.h (1.46) (+5 -4) *** empty log message *** 2000-03-17 Files: print.h (1.45) (+15 -9) print_gimp.h (1.1) (added) *** empty log message *** 2000-03-17 Files: Makefile.am (1.22) (+14 -28) gtk_color_window.c (1.1) (added) gtk_main_window.c (1.1) (added) print.c (1.76) (+202 -2689) print.h (1.44) (+28 -43) *** empty log message *** 2000-03-17 Files: print-dither.c (1.15) (+232 -346) Clean things up a bit to prep for possible dither modifications 2000-03-16 Files: print-dither.c (1.14) (+74 -48) Scale down randomness as ink level increases 2000-03-14 Files: escp2-weavetest.c (1.3) (+8 -7) print-escp2.c (1.116) (+57 -28) run-weavetest (1.9) (+4 -3) Added 1440x1440 mode 2000-03-13 Files: Ghost/README (1.11) (+22 -7) Ghost/gdevstp.c (1.7) (+3 -2) print-canon.c (1.35) (+44 -31) print-dither.c (1.13) (+217 -319) print-escp2.c (1.115) (+23 -7) print-pcl.c (1.38) (+19 -5) print-util.c (1.87) (+8 -5) print.c (1.75) (+32 -12) print.h (1.43) (+5 -2) Add monochrome mode 2000-03-11 Files: Ghost/README (1.10) (+4 -2) Ghost/gdevstp.c (1.6) (+77 -72) Ghost/gdevstp.h (1.2) (+1 -5) Ghost/gs-stp.pdq (1.2) (+24 -3) print-dither.c (1.12) (+77 -44) Finish the dither job, and fix up the Ghostscript driver 2000-03-11 Files: README.dither (1.2) (+10 -0) print-canon.c (1.34) (+20 -2) print-dither.c (1.11) (+69 -32) print-escp2.c (1.114) (+45 -17) print-pcl.c (1.37) (+25 -4) print.c (1.74) (+124 -12) print.h (1.42) (+8 -2) Significant dither changes; addition of line art/solid color/continuous tone modes 2000-03-10 Files: .cvsignore (1.6) (+1 -0) Makefile.am (1.21) (+1 -1) README.dither (1.1) (added) print-dither.c (1.10) (+185 -328) Performance optimizations, documentation 2000-03-09 Files: .cvsignore (1.5) (+1 -0) Performance optimizations, documentation 2000-03-07 Files: print-canon.c (1.33) (+135 -132) print-dither.c (1.9) (+39 -31) print-escp2.c (1.113) (+2607 -2602) print-pcl.c (1.36) (+216 -211) print-ps.c (1.22) (+172 -168) print-util.c (1.86) (+765 -760) Move CVS history logs to the end of the file 2000-03-07 Files: print-escp2.c (1.112) (+106 -115) A bit more stuff 2000-03-07 Files: Makefile.standalone (1.10) (+33 -10) Build "printdef". Deleted unused "SRC" variable. 2000-03-06 Files: configure.in (1.11) (+0 -2) escp2-weavetest.c (1.2) (+6 -6) print-escp2.c (1.111) (+114 -138) More cleanup stuff 2000-03-06 Files: Ghost/gdevstp.c (1.5) (+24 -5) Makefile.am (1.20) (+3 -1) print-canon.c (1.32) (+9 -3) print-escp2.c (1.110) (+9 -4) print-pcl.c (1.35) (+10 -3) print-ps.c (1.21) (+12 -3) print-util.c (1.85) (+34 -32) print.c (1.73) (+4 -5) print.h (1.41) (+11 -10) printdef.h (1.3) (+1 -39) printdefl.l (1.3) (+2 -5) printdefy.y (1.2) (+89 -59) printers.xml (1.2) (+49 -196) more rearrangement 2000-03-05 Files: Makefile.am (1.19) (+3 -0) printdef.h (1.2) (+1 -1) printdefl.l (1.2) (+34 -34) some cleanup 2000-03-05 Files: Ghost/README (1.9) (+3 -2) Makefile.am (1.18) (+18 -7) configure.in (1.10) (+5 -1) print-escp2.c (1.109) (+156 -135) print-util.c (1.84) (+10 -116) print.c (1.72) (+5 -5) print.h (1.40) (+26 -12) printdef.l (1.2) (removed) printdef.y (1.2) (removed) printdefl.l (1.1) (added) printdefy.y (1.1) (added) printers.xml (1.1) (added) Create list of printers externally 2000-03-05 Files: RELNOTES (1.4) (+11 -1) print.c (1.71) (+3 -3) Release stuff 2000-03-05 Files: printdef.h (1.1) (added) printdef.l (1.1) (added) printdef.y (1.1) (added) Start of new printer identification 2000-03-03 Files: print-escp2.c (1.108) (+8 -3) correct parameters for ESC(D 2000-03-03 Files: print-escp2.c (1.107) (+6 -3) print-util.c (1.83) (+7 -4) Silly bug in rgb_to_gray 2000-03-02 Files: print-util.c (1.82) (+147 -308) Clean up conversion functions...again...and fix rgb to gray to do density 2000-03-02 Files: ChangeLog (1.3) (+4 -0) print-escp2.c (1.106) (+10 -7) Cleaned up some compiler warnings in print-escp2.c 2000-03-02 Files: print-dither.c (1.8) (+85 -60) Performance, by replacing long long with int 2000-03-02 Files: print-escp2.c (1.105) (+15 -48) Clean up options a bit 2000-03-01 Files: print-util.c (1.81) (+6 -3) fix alpha channel in rgb_to_gray...again 2000-03-01 Files: print-util.c (1.80) (+8 -3) fix alpha channel in rgb_to_gray 2000-03-01 Files: print-escp2.c (1.104) (+18 -16) Some ditsy little things 2000-03-01 Files: print.c (1.70) (+8 -7) Percent vs. ppi details 2000-03-01 Files: print-escp2.c (1.103) (+11 -6) Handle variable dot size correctly 2000-02-29 Files: print-escp2.c (1.102) (+63 -31) print-util.c (1.79) (+7 -2) run-weavetest (1.8) (+1 -1) 1) Should be able to speed up black printing quite a bit for some models. 2) Add support for 1160 (tentative!) 2000-02-29 Files: print-escp2.c (1.101) (+103 -104) Rationalize the printer options a bit 2000-02-29 Files: print-escp2.c (1.100) (+22 -14) Improve printing to the bottom, and do memory allocation the way intended 2000-02-29 Files: configure.in (1.9) (+4 -4) foolish bogon 2000-02-28 Files: pcl-unprint.c (1.5) (+122 -63) Fixed decoding of "configure data". Added "Custom" to paper sizes. Started changes for multiple levels. 2000-02-28 Files: print-pcl.c (1.34) (+46 -77) Fixed the "configure data" command again! 2000-02-28 Files: print.c (1.69) (+1771 -1141) Back out the mainline stuff 2000-02-28 Files: configure.in (1.8) (+4 -4) Fix configure 2000-02-28 Files: print-dither.c (1.7) (+112 -46) print-escp2.c (1.99) (+380 -370) print.h (1.39) (+3 -3) Try to improve high resolution quality 2000-02-27 Files: print.c (1.68) (+1180 -1804) Experimental print.c from 3.0 2000-02-27 Files: configure.in (1.7) (+28 -0) Find lp commands 2000-02-27 Files: unprint.c (1.37) (+116 -28) The major change in this release is the way image cropping is done. Andy originally put some code in write_out which would cut the left and right borders, if there was white space being printed on the left or right side. That was fine, but it neglected the top and bottom. This version will crop all four edges. I also moved the cropping further upstream, into update_page, this way we won't need to allocate RAM we won't need. I also changed the algorithm so that it should run faster. The old one was probably fast enough, but, I'm a bit neurotic when it comes to code I know can be faster... This release also fixes a bug in the environment variable handling which caused it to crash if unset, as well as a few other minor things not worth mentioning. 2000-02-27 Files: Ghost/README (1.8) (+5 -2) The section added on installing under Debian contained some minor inaccuracies on how to fetch the source. I've fixed and clarified the procedure. 2000-02-27 Files: ChangeLog (1.2) (+4 -1) First entry in ChangeLog. 2000-02-27 Files: print-ps.c (1.20) (+10 -2) Fixed problem with missing linefeed character after options from PPD file. Depending on the format of the option the PostScript file was not conform with the Adobe DSC specification. 2000-02-26 Files: print.c (1.67) (+3 -3) copyright 2000-02-26 Files: print-escp2.c (1.98) (+62 -47) 1) Clean up (and maybe fix???) positioning. 2) Fix packing in multi-level code. 2000-02-26 Files: print.c (1.66) (+67 -35) 1) Add center button. 2) Activate right/bottom entries. 3) Use only two digits of precision when printing position, since we're only accurate to 1 point. 4) Minor cleanup 2000-02-26 Files: print-canon.c (1.31) (+12 -9) print-dither.c (1.6) (+96 -46) print-escp2.c (1.97) (+15 -8) print-pcl.c (1.33) (+12 -8) print-util.c (1.78) (+9 -8) print.h (1.38) (+8 -7) Rename dither_{black,cmyk}4 to dither_{black,cmyk}_n, and add argument to specify how levels are to be encoded 2000-02-26 Files: Ghost/contrib.mak.addon (1.5) (+2 -2) Remove apparently spurious stuff 2000-02-25 Files: print-pcl.c (1.32) (+386 -49) Added Paper size database to handle more of the new paper sizes added a while ago, anything else is handled as "custom". 2000-02-25 Files: Ghost/README (1.7) (+51 -11) Debian 2000-02-25 Files: print-escp2.c (1.96) (+67 -16) print-util.c (1.77) (+11 -2) run-weavetest (1.7) (+1 -1) 1) Stylus Color 460 (really a variant 440, at least until I learn otherwise). 2) Major optimization for gs driver in particular: elide rows that are blank. 3) make variable dot size the default for those printers. 2000-02-25 Files: Ghost/README (1.6) (+11 -9) Ghost/gdevstp.c (1.4) (+7 -14) Clarification 2000-02-24 Files: Ghost/README (1.5) (+16 -2) instructions for people downloading from cvs 2000-02-24 Files: unprint.c (1.36) (+35 -10) * Changed write_output to cut left and right empty borders 2000-02-24 Files: unprint.c (1.35) (+25 -9) * Extended parse_canon to respect bpp and vertical color component offsets (previously called delayed lines :-) * all resolutions of the bjc6000 driver get unprinted now but there's still an aspect ratio of 2 for 720x360 dpi and 1440x720 dpi 2000-02-24 Files: unprint.c (1.34) (+28 -21) Small cleanups 2000-02-24 Files: unprint.c (1.33) (+13 -8) Merge Andy's fixes with mine. Set the default value of extraskip based on printer type, 2 for Epsons, 1 for Canons. Add support for light yellow ink. Add Andy to the copyright. 2000-02-24 Files: INSTALL (1.4) (+1 -1) README (1.11) (+1 -1) RELNOTES (1.3) (+2 -2) configure.in (1.6) (+1 -1) print.c (1.65) (+3 -3) Bump version number for next release, whenever that may be 2000-02-24 Files: Ghost/README (1.4) (+13 -0) PDQ 2000-02-23 Files: pcl-unprint.c (1.4) (+270 -60) Added more commands to the commans set. Now handles repeated commands that share the same prefix. 2000-02-23 Files: print-pcl.c (1.31) (+284 -125) Replaced all "model ==" code with a capabilities database. According to the ghostscript driver (and the HP windows driver), the "new" end raster graphics command is *rC, not *rbC. Use correct commands to set high quality output if dpi >= 300 2000-02-23 Files: print-canon.c (1.30) (+9 -6) small fix for delayed lines 2000-02-23 Files: Makefile.am (1.17) (+1 -2) canon-unprint.c (1.3) (removed) Removed in favour of unprint.c 2000-02-23 Files: canon-unprint.cpp (1.2) (removed) Removed in favour for unprint.c 2000-02-23 Files: unprint.c (1.32) (+40 -20) Fixed severe bug in rle_decode() and parse_canon() 2000-02-23 Files: unprint.c (1.31) (+3 -2) small change to parse_canon() 2000-02-23 Files: print-canon.c (1.29) (+15 -9) unprint.c (1.30) (+2 -2) Fixed a bug in canon_write 2000-02-23 Files: canon-unprint.c (1.2) (+131 -89) unprint.c (1.29) (+2 -1) Merged parse_canon() from unprint into canon-unprint 2000-02-23 Files: unprint.c (1.28) (+258 -2) * Added parse_canon() * Added rle_decode() * "UNPRINT=canon ./unprint" will use parse_canon() instead of parse_escp2() * output for canon printfiles is extremely poor 2000-02-23 Files: print-escp2.c (1.95) (+6 -3) print.c (1.64) (+5 -5) Some minor fixes 2000-02-23 Files: Ghost/gs-stp.pdq (1.1) (added) pdq/xpdq file for stp; supplied by Grant Taylor 2000-02-22 Files: print-canon.c (1.28) (+7 -3) Fixed bug introduced with last commit (thou shall never prettify your source...) 2000-02-22 Files: print-canon.c (1.27) (+23 -15) Some minor cosmethics 2000-02-22 Files: print.c (1.63) (+4 -5) Save state when printing file 2000-02-21 Files: print-escp2.c (1.94) (+9 -4) Try again 2000-02-21 Files: print-escp2.c (1.93) (+34 -22) Try for the 640 2000-02-21 Files: RELNOTES (1.2) (+3 -0) update 2000-02-21 Files: print-dither.c (1.5) (+67 -49) print-escp2.c (1.92) (+12 -4) print-util.c (1.76) (+64 -6) print.c (1.62) (+3 -3) Important dithering bug fixes: 1) Avoid runaway black buildup. 2) Some conversion functions weren't doing density 2000-02-21 Files: AUTHORS (1.3) (+2 -0) update 2000-02-21 Files: INSTALL (1.3) (+15 -5) Makefile.am (1.16) (+1 -1) RELNOTES (1.1) (added) pcl-unprint.c (1.3) (+8 -3) print-canon.c (1.26) (+12 -5) print-escp2.c (1.91) (+13 -4) print-util.c (1.75) (+281 -271) run-weavetest (1.6) (+1 -1) Minor release prep 2000-02-21 Files: canon-unprint.c (1.1) (added) * cloned escp2-unprint.c and replaced parse_escp2() with parse_canon() * only checks for correct syntax but doesn't really read any contents yet 2000-02-21 Files: print.c (1.61) (+8 -2) Do not use scale to image for gimp 1.0 2000-02-21 Files: print.c (1.60) (+28 -7) Add scale-to-image clicker 2000-02-21 Files: print-escp2.c (1.90) (+11 -5) Weird init sequence for newer printers 2000-02-21 Files: print-escp2.c (1.89) (+6 -3) change softweave sequence for older printers 2000-02-20 Files: pcl-unprint.c (1.2) (+640 -108) Now does TIFF compressed files and 2 level colour in CMY or CMYK 2000-02-19 Files: print-escp2.c (1.88) (+37 -32) Try one more time to fix 740 2000-02-19 Files: print.c (1.59) (+31 -12) Another attempt to fix the File printer. 2000-02-19 Files: print-escp2.c (1.87) (+48 -57) A bit more cleanup to non-softweave 2000-02-19 Files: print-pcl.c (1.30) (+17 -7) Fixed OUTPUT_COLOR vs OUTPUT_GRAY. Fixed number of planes output for DJ600 in 600dpi mode. 2000-02-19 Files: unprint.c (1.27) (+4 -1) Add a new veriable to the printer state called "extraskip". This is a multiplicative factor applied to the existing skip factor. It defaults to 2. Currently there is no way to change this. 2000-02-18 Files: unprint.c (1.26) (+9 -4) Don't print beyond the bottom margin. 2000-02-18 Files: .cvsignore (1.4) (+4 -1) Makefile.am (1.15) (+2 -1) run-weavetest (1.5) (+9 -1) minor stuff 2000-02-18 Files: print-dither.c (1.4) (+18 -13) A few more dithering bugs 2000-02-18 Files: print-escp2.c (1.86) (+19 -15) Try to fix microweave and 360 dpi 2000-02-18 Files: print-escp2.c (1.85) (+5 -3) Remove debug printf 2000-02-18 Files: print-escp2.c (1.84) (+7 -3) run-weavetest (1.4) (+2 -2) Update line spacing for ESC900 2000-02-17 Files: Makefile.am (1.14) (+2 -2) Change the name of unprint back to unprint. 2000-02-17 Files: unprint.c (1.25) (+20 -5) Add a "-n" flag which allows adjusting the nozzle separation on the command line. "-n8" or "-n 8" will set the nozzle separation to 8/720". 2000-02-17 Files: unprint.c (1.24) (+6 -2) Fix a bug in handling uncompressed data bit depth, and add a few more debugging statements. 2000-02-17 Files: unprint.c (1.23) (+110 -96) Isolate everything that's escp2-specific into a single function called parse-escp2. This function takes a file descriptor as an argument, and parses the escp2 code in the file, filling the generic page variable with bitmapped data. This should make it easier to unify unprint with canunprint (recently renamed canon-unprint) and pcl-unprint. Also change the handling of the color depth a bit to make this a little easier. "bpp" has been added to pstate. This new layout of the code is much cleaner than the previous. There was far too much crap in main. 2000-02-17 Files: unprint.c (1.22) (+15 -2) Add more verbose GPL description and include string.h. 2000-02-17 Files: unprint.c (1.21) (+0 -0) Resurrect unprint.c as it was in revision 1.19. 2000-02-17 Files: print-escp2.c (1.83) (+19 -8) Yet another try 2000-02-17 Files: print-escp2.c (1.82) (+17 -13) Another try at the variable dot printers 2000-02-17 Files: print-util.c (1.74) (+11 -4) Alpha channel problems 2000-02-17 Files: Makefile.am (1.13) (+5 -5) canon-unprint.cpp (1.1) (added) canunprint.cpp (1.2) (removed) escp2-unprint.c (1.1) (added) escp2-weavetest.c (1.1) (added) pcl-unprint.c (1.1) (added) pclunprint.c (1.2) (removed) run-weavetest (1.3) (+1 -1) unprint.c (1.20) (removed) weavetest.c (1.14) (removed) Rename various programs 2000-02-16 Files: unprint.c (1.19) (+23 -15) Fix the damn vertical artifacts! This was another case of sloppy arithmetic. The last pixel is the first pixel + (n-1) pixels, not n pixels, where n is the number of pixels in the line. Also fix a bug in the ESC r color selection (missing break). Also fix a bug in the short form of the set unit command. (horizontal relative units were not being set.) Finally, add a byte counter so that errors can be referenced by their position in the file. This is useful for correlating errors with output from parse-escp2. This is worth a version 0.9 revision number. 2000-02-16 Files: parse-escp2 (1.2) (+5 -5) $bugs-=4; Change $i to $k where appropriate. Thought I was going nuts for a while there.... 2000-02-16 Files: print-escp2.c (1.81) (+10 -3) narrow-carriage printers can print 14" long, not just 11" 2000-02-16 Files: unprint.c (1.18) (+40 -18) Change the way command line arguments are parsed to make it easier to add option flags. Add "-u" option flag. -u does two things. It sets the nozzle separation to 1, and it treats all vertical head motion commands as if the argument was to move down pstate.nozzles ticks. For Microweave code, this most likely will have no effect, but for softweave, this essentially "unweaves" the image so that data from each pass appears separately. This is not so useful for image viewing, but can be useful for debugging softweave stuff. 2000-02-16 Files: unprint.c (1.17) (+10 -10) Oh, now this looks *MUCH* better. Fixed a bug regarding bit endianness in the pnm writing code. Never attribute a bug to Epson without first checking your own code... 2000-02-16 Files: print.c (1.58) (+4 -3) version number bump to prep for release 2000-02-16 Files: README (1.10) (+9 -1) comments leading up to release... 2000-02-16 Files: print-canon.c (1.25) (+32 -7) print-dither.c (1.3) (+10 -6) print-escp2.c (1.80) (+6 -7) print-pcl.c (1.29) (+6 -7) print-ps.c (1.19) (+32 -7) print-util.c (1.73) (+9 -6) 1) Use correct convert functions (canon, escp2, pcl, ps). 2) Fix gray_to_rgb increment (print-util) 3) Fix dither update (print-dither) 2000-02-16 Files: Makefile.am (1.12) (+2 -3) print-escp2.c (1.79) (+27 -8) weavetest.c (1.13) (+6 -278) Put pclunprint in build, and use actual weave code in weavetest 2000-02-15 Files: print.c (1.57) (+5 -4) The File: printer is now initialized, saved and loaded! 2000-02-15 Files: pclunprint.c (1.1) (added) Initial version. Only works for mono 2 level uncompressed output (i.e. Deskjet 500) 2000-02-15 Files: print-pcl.c (1.28) (+33 -2) Added fix when (left < 0) 2000-02-15 Files: print-escp2.c (1.78) (+34 -7) Back out clearly nonfunctional change for 740 family 2000-02-15 Files: Ghost/gdevstp.c (1.3) (+13 -8) print-canon.c (1.24) (+6 -3) print-escp2.c (1.77) (+80 -38) print-pcl.c (1.27) (+6 -3) print-ps.c (1.18) (+6 -3) print.c (1.56) (+55 -35) 1) It wasn't possible to print to the edge of the page (as defined by the printer). 2) The page top/bottom/left/right (particularly bottom and right) in the size boxes wasn't displayed accurately (it *had* been coded in 1/10", because that's the units used to print out the pager -- really sillyl, that -- now it's all in points, which is more reasonable if still not all that precise). 3) The behavior of landscape mode was weird, to say the least. 4) Calculating the size based on scaling was also weird -- in portrait mode it just looked at the height of the page vs. the height of the image, and in landscape it just looked at width of the page and height of the image. Now it looks at both axes and scales so that the larger of the two ratios (widths and heights) is set equal to the scale factor. That seems more intuitive to me, at any rate. It avoids flipping between landscape and portrait mode as you rescale the image in auto mode (which seems just plain bizarre to me). 5) I changed the escp2 stuff so that the distance from the paper edge will be identical in softweave and in microweave mode. Henryk, that might not quite be what you intended (it's the opposite of what you actually did), but at least microweave and softweave should generate stuff that looks consistent. 2000-02-15 Files: print-escp2.c (1.76) (+8 -4) Use older-style print command for single bit depth printing 2000-02-14 Files: unprint.c (1.16) (+11 -1) Add some code to handle "remote mode" a little more elegantly. Just a little. 2000-02-14 Files: unprint.c (1.15) (+22 -13) Put in some handling of multiple dot sizes to make the output look nicer. Teach unprint about form feeds. Get rid of the last of the compiler warnings. 2000-02-14 Files: README (1.9) (+26 -0) warn about gimp.m4 2000-02-14 Files: configure.in (1.5) (+1 -1) print.c (1.55) (+7 -2) Try to support gimp 1.0 2000-02-14 Files: Makefile.am (1.11) (+5 -1) make dist 2000-02-14 Files: Makefile.am (1.10) (+18 -2) NEWS (1.2) (+86 -1) README (1.8) (+7 -79) configure.in (1.4) (+1 -28) Clean up configure stuff 2000-02-13 Files: Ghost/.cvsignore (1.1) (added) .cvsignore 2000-02-13 Files: print-escp2.c (1.75) (+58 -41) run-weavetest (1.2) (+1 -1) More modes in run-weavetest, and attempt to handle column spacing in escp2 2000-02-13 Files: unprint.c (1.14) (+10 -6) Fix the bugs that prevented softweave from working properly. This is currently hard coded for the 740/750/1200 nozzle separation of 6/720". If you want to run it on output for the printers with a nozzle sep of 8/720, you need to change a line. Ideally we need a command line switch to select the model, but, since it's after 1AM that's not going to happen before I go home tonight. At this point we need to decide how much code we want to share between print and unprint. Since unprint is designed to be a check of print, one argument is to keep it completely independent, but, that's more work.... 2000-02-13 Files: print-canon.c (1.23) (+6 -3) Fixed maximum paper size for BJC-6000 2000-02-13 Files: Ghost/README (1.3) (+12 -12) print-canon.c (1.22) (+17 -5) print-escp2.c (1.74) (+16 -4) print-pcl.c (1.26) (+18 -4) print-ps.c (1.17) (+16 -4) print-util.c (1.72) (+97 -17) print.h (1.37) (+5 -2) Bit of an oops here about printer models; also start on print-gray-using-color mode for better quality 2000-02-13 Files: Ghost/contrib.mak.addon (1.4) (+1 -0) one that slipped through the cracks 2000-02-13 Files: Ghost/README (1.2) (+1 -1) Ghost/contrib.mak.addon (1.3) (+4 -4) Ghost/gdevstp.c (1.2) (+5 -7) Makefile.am (1.9) (+9 -1) print-escp2.c (1.73) (+13 -6) print-util.c (1.71) (+11 -2) Build a Ghostscript driver! No idea if it works yet... 2000-02-13 Files: Ghost/contrib.mak.addon (1.2) (+14 -11) silliness 2000-02-13 Files: Ghost/COPYING (1.1) (added) Ghost/ChangeLog (1.1) (added) Ghost/README (1.1) (added) Ghost/contrib.mak.addon (1.1) (added) Ghost/gdevstp.c (1.1) (added) Ghost/gdevstp.h (1.1) (added) First cut at doing the real GhostScript driver 2000-02-12 Files: print-escp2.c (1.72) (+20 -12) run-weavetest (1.1) (added) Change spacing for newer printers 2000-02-12 Files: print-escp2.c (1.71) (+8 -5) Use Epson sequences more exactly 2000-02-12 Files: unprint.c (1.13) (+5 -3) Do not barf on softweave 2000-02-12 Files: print.c (1.54) (+15 -4) More accurate printing of measurements 2000-02-12 Files: print-escp2.c (1.70) (+38 -35) One more try 2000-02-11 Files: unprint.c (1.12) (+2 -2) Fix line wrapping bug. The calculation of the image width should have been right-left+1, not right-left. This version of unprint solves the: +----+ |\ | | \ | +----+ image warping problem. 2000-02-11 Files: unprint.c (1.11) (+18 -13) Change unprint behavior in response to ESC @ initialization command. If this is found after raster data has been sent, eject the page and quit. What was happening was that a trailing ESC @ occuring at the end of some files was resetting the resolution before writing out the data, which was a bad thing. Ejecting the page on this command isn't a perfect simulation if ESC @ occurs in the middle of the file, but, I'll deal with that later. 2000-02-11 Files: unprint.c (1.10) (+10 -9) Add a few ()'s and stuff to get rid of some compiler warnings. There should be no actual changes in this update other than changes to coding style to appease gcc. gcc still complains about some potentially unitialized variable usage, but, that's just gcc being paranoid. 2000-02-11 Files: print-escp2.c (1.69) (+5 -3) Remove apparently spurious flush command 2000-02-11 Files: print-escp2.c (1.68) (+7 -2) print.c (1.53) (+4 -4) Fix Epson left margin 2000-02-10 Files: unprint.c (1.9) (+33 -30) It works!!! Well, sorta... Fixed two bugs in the ink mixing routine, that mostly works now, but, it's far from optimal. Fixed the use of an unitialized variable in merge_line. Fixed a bug in relative vertical motion command interpretation. = -> += Changed the behavior on unexpected EOF to print out what was read in so far, rather than just quitting. Also removed some excessively verbose debugging statements. The resulting images do not look good. There's a line length mismatch problem somewhere which makes the images look like this: +------+ |\ + | \ + +------+ The lower left triangle contains the right edge of the original image. The image is also cut short by the unexpected EOF problem. There's still a lot of work left to do, but, this is quite promising. 2000-02-10 Files: Makefile.am (1.8) (+3 -1) configure.in (1.3) (+1 -0) Add canunprint 2000-02-10 Files: Makefile.am (1.7) (+1 -7) Remove spurious explicit GTK libraries that bloated the installation 2000-02-10 Files: Makefile.am (1.6) (+1 -0) print-ps.c (1.16) (+6 -134) print.c (1.52) (+11 -8) weavetest.c (1.12) (+5 -60) Turn on warnings 2000-02-10 Files: print-canon.c (1.21) (+10 -4) initialization 2000-02-10 Files: print-canon.c (1.20) (+7 -4) print-escp2.c (1.67) (+7 -3) print-pcl.c (1.25) (+7 -3) Fix landscape vs. portrait problem 2000-02-09 Files: unprint.c (1.8) (+18 -2) Add a really simple color blending algorithm which makes no use whatsoever of the NDA ink color measurements. 2000-02-09 Files: unprint.c (1.7) (+46 -17) Many many bug fixes. The old version of RLE decompression was pretty severely screwed up. It seems fixed in this version. I also added an error check to make sure that the decompressed length is consistant with what one would expect from an m*n pixel matrix. Several other random bug fixes were put in place, some dealing with some misconceptions I had about operator precedence regarding the ? operator. That took a while to spot. I've also added some excessively verbose debugging statements. These are temporary. Something is still pretty snafu with the motion of the virtual print head. It's going way far to the right. Since the virtual paper is infinitely wide (for small values of infinity) this has some interesting effects. This version currently does not segfault on input from gimp-print, however it doesn't produce output either. It terminates with an unexpected end of file. Go figure. 2000-02-09 Files: .cvsignore (1.3) (+1 -0) canunprint.cpp (1.1) (added) Added canunprint to cvs 2000-02-09 Files: print-canon.c (1.19) (+7 -5) print-escp2.c (1.66) (+7 -5) print-pcl.c (1.24) (+7 -5) print-ps.c (1.15) (+11 -5) print-util.c (1.70) (+44 -46) print.c (1.51) (+5 -5) print.h (1.36) (+15 -20) Put lut inside vars 2000-02-08 Files: Makefile.am (1.5) (+3 -1) weavetest.c (1.11) (+142 -350) Weave tester 2000-02-08 Files: print-canon.c (1.18) (+40 -37) Small fix that makes variable drop sizes work (in B/W) 2000-02-08 Files: print-canon.c (1.17) (+25 -9) Added call to dither_cmyk4() 2000-02-08 Files: print-canon.c (1.16) (+169 -79) Got support for variable drop sizes ready for testing 2000-02-08 Files: print-canon.c (1.15) (+12 -5) Next step in supporting variable dot sizes (still experimental) 2000-02-08 Files: print-escp2.c (1.65) (+13 -4) Correct dot size for variable bits 2000-02-08 Files: print-canon.c (1.14) (+115 -79) Beginning support for variable drop sizes (experimental stage) 2000-02-08 Files: print-pcl.c (1.23) (+14 -6) print-util.c (1.69) (+8 -3) Deskjet 600C is CMY, the rest of the 6xxC series are CMYK. 2000-02-08 Files: print-escp2.c (1.64) (+8 -2) Remove spurious init string 2000-02-08 Files: print-escp2.c (1.63) (+6 -3) Is the separation really 6 lines for the 740? That's very unusual. Usually it's 8 lines. But we shall see... 2000-02-08 Files: print-escp2.c (1.62) (+12 -2) Some kind of silly magic init string that it appears these printers want. 2000-02-07 Files: print-canon.c (1.13) (+201 -58) Major code-cleanups, prettified model capabilities 2000-02-07 Files: Makefile.standalone (1.9) (+2 -0) Added print-dither to Makefile.standalone 2000-02-07 Files: .cvsignore (1.2) (+9 -0) more stuff to be ignored 2000-02-07 Files: print-dither.c (1.2) (+20 -8) print-escp2.c (1.61) (+13 -6) Try to improve variable dot stuff 2000-02-06 Files: print-escp2.c (1.60) (+10 -108) print-pcl.c (1.22) (+5 -105) print-ps.c (1.14) (+7 -79) print.h (1.35) (+2 -3) 1) Use old methods only for microweave printing. 2) remove MAX_DPI from print.h since it's no longer necessary. 3) Remove spurious CVS logs that were just clutter. 2000-02-06 Files: print-canon.c (1.12) (+43 -20) Remove calls to non-POSIX strdup 2000-02-06 Files: print-escp2.c (1.59) (+29 -3) Choice of variable vs. single drop size for new printers 2000-02-06 Files: print-escp2.c (1.58) (+20 -11) Try to fix softweave mode on new printers 2000-02-06 Files: print-pcl.c (1.21) (+11 -5) Fixed max paper sizes. 2000-02-06 Files: print-escp2.c (1.57) (+35 -21) Try to fix microweave on newer printers...? 2000-02-06 Files: Makefile.am (1.4) (+1 -0) print-dither.c (1.1) (added) print-util.c (1.68) (+5 -1985) Split out dither stuff from print-util 2000-02-06 Files: configure.in (1.2) (+7 -2) Check for the Gimp as well as GTK. 2000-02-06 Files: INSTALL (1.2) (+5 -1) Slightly better installation instructions. 2000-02-06 Files: unprint.c (1.6) (+138 -14) Add some (buggy) support for printing on a line we already printed on (needed for interleaving 1440 DPI). More debugging messages. Support for ESP 700/EX and older ESC ( / command. This version probably introduces more bugs than it removes, but add more functionality. I think it's a step forward. I'll try to clean it up a bit more later. 2000-02-06 Files: print-escp2.c (1.56) (+15 -6) Don't cut corners by padding the 32 bit horizontal shifts with 0's in the upper 16 bits. Do the full shifting and masking. This is important when the relative offset is negative. 2000-02-06 Files: print-util.c (1.67) (+307 -32) print.h (1.34) (+17 -2) Fill in the setter functions for the dither stuff 2000-02-06 Files: print-canon.c (1.11) (+14 -10) print-escp2.c (1.55) (+21 -29) print-pcl.c (1.20) (+23 -16) print-util.c (1.66) (+431 -400) print.c (1.50) (+2 -3) print.h (1.33) (+11 -79) More work on the generalized dithering parameters stuff. At this point it really looks like a proper object. Also dynamically allocate the error buffers. This segv'd a lot, which forced me to efence it, which was just as well because I found a few problems as a result... 2000-02-05 Files: print-escp2.c (1.54) (+18 -4) Do horizontal positioning correctly in microweave 2000-02-05 Files: print-util.c (1.65) (+52 -35) Minor reorg 2000-02-05 Files: print-util.c (1.64) (+37 -109) print.c (1.49) (+3 -3) print.h (1.32) (+68 -2) some more silly problems 2000-02-05 Files: COPYING (1.2) (+339 -1) GPL 2000-02-05 Files: AUTHORS (1.2) (+14 -3) minor update 2000-02-05 Files: print-escp2.c (1.53) (+15 -10) print-util.c (1.63) (+7 -4) 1) print-util.c: decrement rather than increment counter! 2) print-escp2.c: don't advance the paper a negative (or, with some printers, a very large positive) amount. 2000-02-05 Files: unprint.c (1.5) (+17 -11) Change some bugs regarding handling of top and bottom page margins. If the printer head moves below the bottom margin, we're supposed to eject the page and start a new one. That's a little tricky with PPM, especially when writing to stdout. I think the best behavior on a page ejection situation is to just write out the PPM with what has been printed so far and just ignore the rest of the data. In other words, unprint will produce a PPM file describing the first page of output for any given escp2 input. The only other option would be to write out several PPMs in one file. I was hoping that "pnmcat" would be able to read multiple files from stdin, but that seems not to be the case. 2000-02-05 Files: Makefile (1.13) (removed) Makefile.in (1.3) (removed) Remove generated files 2000-02-04 Files: unprint.c (1.4) (+93 -7) Add recognition of monochrome mode selection command. (Doesn't actually do anything, though.) Also add the undocumented 8 byte page format command (prints warning to stderr if found). Add the routine which actually writes out the PPM file. (That's useful.) Fix a bug in vertical motion. This still needs more bounds checking on subscripts. If you specify the page dimensions and then try to print off the page it can segfault. Also, the actual CcMmYK -> RGB function doesn't do anything yet, so the PPM file will be all white, if you get one. You're more likely to get a core file, though. 2000-02-04 Files: print-canon.c (1.10) (+63 -46) print-util.c (1.62) (+19 -3) Models BJC-1000/2000/3000/6000/6100/7000/7100 ready for testing. 2000-02-04 Files: print-escp2.c (1.52) (+6 -3) 1440 dpi stupidity 2000-02-04 Files: print-escp2.c (1.51) (+21 -13) print-util.c (1.61) (+11 -2) Prelim support for 850/860/870/1200; fix stupid bug in ESC(S 2000-02-03 Files: print-canon.c (1.9) (+32 -9) Preparations for some more printer models (to be continued...) 2000-02-03 Files: print-canon.c (1.8) (+53 -87) Dirty left-border-treatment leaving an uncertainty of -4..+4 dots 2000-02-03 Files: install-sh (1.1) (added) missing (1.1) (added) mkinstalldirs (1.1) (added) Scripts needed for autoconf. 2000-02-03 Files: configure.in (1.1) (added +1131 -0) This is my first attempt at a configuration input file for autoconf. It's got some cheesy inelegant bits, but, it seems to work for me. I'll try to figure out how to do this properly later. There are some complications involved with the fact that libgimp requires that applications linking to it provide the symbol PLUG_IN_INFO, which means that all of the standard autoconf tests will fail. 2000-02-03 Files: AUTHORS (1.1) (added +131 -0) COPYING (1.1) (added +340 -0) ChangeLog (1.1) (added +52229 -0) INSTALL (1.1) (added +365 -0) Makefile (1.12) (+196 -240) Makefile.am (1.3) (+11 -5) Makefile.in (1.2) (+174 -189) NEWS (1.1) (added +2462 -0) These files are required documentation files for applications using autoconf for configuration. The current versions of these files are just one step removed from "touch filename". They need to be fleshed out, but, they're enough to stop autoconf from complaining. 2000-02-03 Files: print-canon.c (1.7) (+8 -14) Honours the new ink-type setting 2000-02-03 Files: print-canon.c (1.6) (+19 -8) print.c (1.48) (+122 -49) print.h (1.31) (+4 -3) Ink type 2000-02-03 Files: print-escp2.c (1.50) (+21 -2) Don't get too fancy with the new, undocumented ESC(c command 2000-02-02 Files: print-canon.c (1.5) (+19 -31) Minor cleanups of code and debugging messages 2000-02-02 Files: print-canon.c (1.4) (+80 -16) Prepared the driver for one of K/CMY/CMYK/CcMmYK/CcMmYy printing 2000-02-02 Files: print.c (1.47) (+5 -4) Fixed the plp-lpc-bug producing printer entries ak "Press RETURN to continue..." 2000-02-02 Files: print-canon.c (1.3) (+10 -122) Removed remnants from the original escp/2 source not needed for BJL 2000-02-02 Files: print-canon.c (1.2) (+210 -117) 1) reworked printer capabilities handling 2) initilization sends media type, paper format and printable area 3) works fine with new dithering stuff 2000-02-02 Files: print-util.c (1.60) (+58 -48) Add a few more parameters to the dither_t struct. 2000-02-02 Files: print-escp2.c (1.49) (+8 -2) print-pcl.c (1.19) (+9 -2) print-util.c (1.59) (+343 -292) print.h (1.30) (+3 -2) Move all the constants into members of a struct. This will eventually permit us to use different dithering constants for each printer, or even vary them on the fly. Currently there's a static dither_t that contains constants, but that's the easy part to fix... 2000-02-01 Files: .cvsignore (1.1) (added +33 -0) Added a .cvsignore file 2000-02-01 Files: Makefile.am (1.2) (+2 -0) Makefile.standalone (1.8) (+5 -2) print-canon.c (1.1) (added) print-util.c (1.58) (+10 -3) print.h (1.29) (+12 -2) Add print-canon.c: Support for the BJC 6000 and possibly others 2000-01-30 Files: unprint.c (1.3) (+43 -17) Improve color handling and color selection commands as well as support for two more printer head motion commands. 2000-01-30 Files: unprint.c (1.2) (+54 -10) Fix a few obvious C errors (doh!), reduce some debugging output, add some comments and some more code to handle other commands. This version should compile. Really, I mean it this time. 2000-01-29 Files: unprint.c (1.1) (added) This is as much a test of my ability to commit code to the repository as it is to get the code in there. This is version 0.001pre-alpha of "unprint" which will eventually read escp2 data and dump a ppm file. This code should compile, nothing fancy, just "gcc -o unprint unprint.c", but it doesn't do anything useful yet. 2000-01-29 Files: print.c (1.46) (+47 -5) Separate save and print stuff 2000-01-29 Files: print.c (1.45) (+8 -13) Handle orientation change correctly 2000-01-29 Files: print-escp2.c (1.48) (+239 -208) print-pcl.c (1.18) (+13 -9) print-util.c (1.57) (+26 -3) print.h (1.28) (+6 -4) 1) Remove globals from everything except print.c. 2) Remove broken 1440x720 and 2880x720 microweave modes. 2000-01-28 Files: print-escp2.c (1.47) (+7 -3) print-util.c (1.56) (+144 -2) print.c (1.44) (+180 -153) print.h (1.27) (+8 -12) Move printers to print-util; also add top/left/bottom/right boxes to the UI 2000-01-25 Files: print-escp2.c (1.46) (+65 -52) print-pcl.c (1.17) (+33 -19) print-ps.c (1.13) (+21 -16) print-util.c (1.55) (+61 -82) print.h (1.26) (+13 -2) 1) Better attempt at supporting newer Epson printers. 2) Generalized paper size support. 2000-01-25 Files: print-escp2.c (1.45) (+97 -33) Try to make 440/640/740/900/750/1200 work 2000-01-25 Files: Makefile.standalone (1.7) (+4 -5) parse-escp2 (1.1) (added) Add parse-escp2, and roll back Makefile.standalone stuff that accidentally got committed 2000-01-25 Files: Makefile.standalone (1.6) (+5 -4) print-escp2.c (1.44) (+218 -180) print.c (1.43) (+20 -13) weavetest.c (1.10) (+244 -22) 1) Weaving code for Stylus Photo 1200 and friends (the multi-bit printers). I don't expect printing to actually work, although it's not impossible that it will. 2) Fixed up the save code to be a bit more predictable. 3) Bug fixes 2000-01-21 Files: Makefile.standalone (1.5) (+1 -1) print-escp2.c (1.43) (+11 -4) print-util.c (1.54) (+87 -36) print.c (1.42) (+4 -2) print.h (1.25) (+5 -2) 1) Add a few more paper sizes. 2) Clean up Makefile.standalone. 3) Nominal support for Stylus Color 850. 2000-01-21 Files: README (1.7) (+4 -3) print-util.c (1.53) (+155 -2) Describe the algorithms in print-util.c. 2000-01-17 Files: print-escp2.c (1.42) (+306 -61) print-pcl.c (1.16) (+16 -6) print-util.c (1.52) (+330 -612) print.c (1.41) (+3 -3) print.h (1.24) (+4 -3) Print 3.1.0 2000-01-17 Files: Makefile (1.11) (+4 -4) print-escp2.c (1.41) (+143 -102) print-pcl.c (1.15) (+20 -13) print-util.c (1.51) (+363 -123) print.c (1.40) (+41 -4) print.h (1.23) (+5 -5) Much stuff: 1) Fixes from 3.0.5 2) First cut at enhancing monochrome and four-level printing with stuff from the color print function. 3) Preliminary support (pre-support) for 440/640/740/900/750/1200. 2000-01-15 Files: print-escp2.c (1.40) (+275 -237) print-util.c (1.50) (+11 -4) print.c (1.39) (+15 -3) Intermediate version 2000-01-13 Files: print-escp2.c (1.39) (+6 -3) bug fix from mainline 2000-01-13 Files: print.c (1.38) (+8 -5) print.h (1.22) (+15 -2) Gimp merge 2000-01-09 Files: weavetest.c (1.9) (+37 -13) miscellany 2000-01-08 Files: Makefile (1.10) (+3 -1) Makefile.standalone (1.4) (+1 -1) README (1.6) (+4 -5) print-pcl.c (1.14) (+6 -3) print-ps.c (1.12) (+6 -3) print.c (1.37) (+3 -3) print.h (1.21) (+3 -3) weavetest.c (1.8) (+26 -13) Y2K copyright 2000-01-08 Files: print-util.c (1.49) (+22 -19) Some tweaking 2000-01-08 Files: print-escp2.c (1.38) (+141 -137) Rearrange setup code; more printers to support softweave 2000-01-03 Files: print-ps.c (1.11) (+7 -4) Fix from Salvador Pinto Abreu 1999-12-30 Files: print-util.c (1.48) (+29 -36) Silly little bug... 1999-12-26 Files: print-util.c (1.47) (+153 -115) Performance stuff 1999-12-25 Files: print.c (1.36) (+3 -3) version 1999-12-25 Files: print-util.c (1.46) (+24 -100) Cleanup 1999-12-25 Files: print.c (1.35) (+32 -22) UI tweaks 1999-12-25 Files: print-util.c (1.45) (+5 -5) some minor improvement 1999-12-24 Files: print-util.c (1.44) (+41 -33) Reduce grain; improve red 1999-12-22 Files: print-util.c (1.43) (+6 -3) round length up, not down 1999-12-22 Files: print-util.c (1.42) (+11 -8) More constant fiddling 1999-12-22 Files: print-util.c (1.41) (+152 -92) Reverse direction each pass 1999-12-20 Files: weavetest.c (1.7) (+68 -19) Intermediate 1999-12-19 Files: print-escp2.c (1.37) (+10 -7) Make 'em big enough 1999-12-18 Files: print.c (1.34) (+3 -3) Update the version 1999-12-18 Files: print-util.c (1.40) (+6 -3) typo 1999-12-18 Files: README (1.5) (+3 -6) update 1999-12-18 Files: print-escp2.c (1.36) (+24 -6) comments, mostly 1999-12-18 Files: weavetest.c (1.6) (+58 -1) Comments 1999-12-18 Files: print.c (1.33) (+2 -6) remove PRINT_LUT 1999-12-12 Files: print-util.c (1.39) (+17 -12) Various changes 1999-12-11 Files: weavetest.c (1.5) (+49 -26) vertical stuff 1999-12-11 Files: print-util.c (1.38) (+11 -6) Better matching between cmy/k Smoother dither! 1999-12-11 Files: print-escp2.c (1.35) (+8 -3) hopefully get borders right 1999-12-11 Files: print.c (1.32) (+3 -3) Printer name correction 1999-12-11 Files: print-escp2.c (1.34) (+7 -4) bug fixes 1999-12-11 Files: print-escp2.c (1.33) (+182 -236) various other print modes 1999-12-11 Files: print-escp2.c (1.32) (+175 -119) Better weaving code -- not absolutely complete yet 1999-12-10 Files: weavetest.c (1.4) (+36 -29) Looks pretty good, now time to integrate it back... 1999-12-10 Files: weavetest.c (1.3) (+38 -11) Fixed most of the problems 1999-12-10 Files: weavetest.c (1.2) (+63 -45) handle vertical subpasses for better weaving 1999-12-10 Files: weavetest.c (1.1) (added) . 1999-12-05 Files: print-util.c (1.37) (+6 -3) don't want PRINT_LUT in release 1999-12-05 Files: print.c (1.31) (+3 -3) Increment version 1999-12-05 Files: print-escp2.c (1.31) (+6 -5) minor, prep for release 1999-12-05 Files: print-escp2.c (1.30) (+13 -3) fencepost 1999-12-05 Files: print-util.c (1.36) (+78 -72) Good results for the night. 1999-12-04 Files: print-util.c (1.35) (+201 -314) better use of light colors 1999-12-02 Files: print-util.c (1.34) (+6 -3) print.c (1.30) (+11 -2) print.h (1.20) (+7 -7) . 1999-11-29 Files: print.c (1.29) (+23 -2) stdplugins-intl.h is not a standard header file 1999-11-27 Files: Makefile (1.9) (+4 -4) . 1999-11-27 Files: Makefile (1.8) (+8 -5) . 1999-11-25 Files: print.c (1.28) (+44 -33) 1.1.12 merge 1999-11-25 Files: print-util.c (1.33) (+91 -23) print.c (1.27) (+6 -6) print.h (1.19) (+3 -3) Revamped many controls 1999-11-23 Files: print-escp2.c (1.29) (+7 -9) print-pcl.c (1.13) (+7 -8) print-ps.c (1.10) (+7 -7) print-util.c (1.32) (+41 -38) print.h (1.18) (+8 -8) Rationalize variables, pass 3 1999-11-23 Files: print-escp2.c (1.28) (+17 -14) print-pcl.c (1.12) (+17 -14) print-ps.c (1.9) (+17 -14) print.c (1.26) (+4 -8) print.h (1.17) (+12 -26) Rationalize variables -- pass 2 1999-11-23 Files: print-util.c (1.31) (+41 -45) print.c (1.25) (+199 -254) print.h (1.16) (+39 -9) First stage of simplifying the variable stuff 1999-11-23 Files: Makefile.standalone (1.3) (+1 -0) Need Gimp includes, too 1999-11-16 Files: Makefile.standalone (1.2) (+2 -2) README (1.4) (+4 -0) . 1999-11-16 Files: Makefile.standalone (1.1) (added) . 1999-11-16 Files: README (1.3) (+17 -0) print-escp2.c (1.27) (+16 -2) Documentation 1999-11-16 Files: print-util.c (1.30) (+23 -20) More fine tuning 1999-11-14 Files: README (1.2) (+0 -6) contrast 1999-11-14 Files: print-util.c (1.29) (+16 -6) print.c (1.24) (+3 -3) Revamped contrast 1999-11-14 Files: README (1.1) (added +826 -0) print-escp2.c (1.26) (+32 -12) print-util.c (1.28) (+59 -41) print.c (1.23) (+5 -2) print.h (1.15) (+6 -2) Final preparations for release to Olof 1999-11-14 Files: print-escp2.c (1.25) (+46 -8) Pseudo-hi-res microweave options 1999-11-14 Files: print.c (1.22) (+5 -4) Null-terminate media source entry 1999-11-14 Files: print-util.c (1.27) (+6 -3) Mix black in sooner gives better density. 1999-11-13 Files: print-escp2.c (1.24) (+12 -2) Comments on some good settings! 1999-11-13 Files: print-util.c (1.26) (+9 -6) Finally! Good settings! 1999-11-12 Files: print-util.c (1.25) (+10 -8) More tweaking 1999-11-12 Files: print-util.c (1.24) (+11 -8) Stubs for dynamic memory allocation 1999-11-12 Files: print.c (1.21) (+4 -5) Use standard header locations 1999-11-12 Files: print-util.c (1.23) (+6 -20) Remove silly spurious stuff 1999-11-12 Files: print-util.c (1.22) (+55 -18) Much better black 1999-11-10 Files: Makefile (1.7) (+1 -1) -g really doesn't work very well with -O6 1999-11-10 Files: print-pcl.c (1.11) (+7 -4) multi-pass 1999-11-10 Files: print-escp2.c (1.23) (+185 -180) 1440x720 two-pass 1999-11-10 Files: print-util.c (1.21) (+55 -29) Support up to 2880 dpi 1999-11-10 Files: print.h (1.14) (+3 -3) Increased horizontal weave 1999-11-08 Files: print-escp2.c (1.22) (+23 -18) Bug fix 1999-11-07 Files: print-escp2.c (1.21) (+436 -128) Support Stylus Photo Attempt at 1440 dpi 1999-11-07 Files: print.c (1.20) (+4 -2) Support Stylus Photo 1999-11-07 Files: print-util.c (1.20) (+24 -20) Bug fixes; try to improve dithering slightly 1999-11-04 Files: print-escp2.c (1.20) (+378 -234) Comments! Comments! Comments! 1999-11-02 Files: Makefile (1.6) (+36 -32) 1.1.11 merge 1999-11-02 Files: Makefile (1.5) (+2 -1) print-escp2.c (1.19) (+50 -54) Good weave code 1999-11-02 Files: print-escp2.c (1.18) (+5 -843) Remove dead code 1999-11-02 Files: print-escp2.c (1.17) (+36 -14) Support both softweave and microweave 1999-11-02 Files: print-escp2.c (1.16) (+24 -10) Much better weaving code! 1999-11-01 Files: print-escp2.c (1.15) (+1395 -106) First cut at weaving 1999-10-29 Files: print-util.c (1.19) (+53 -36) Smoother rendering of darker colors 1999-10-28 Files: print-util.c (1.18) (+181 -109) One bug, two effects: 1) Handle 4-color correctly (it was treating the 4-color too much like the 6-color). 2) An attempt to handle both cases with the same code path led to a discontinuity that depending upon the orientation of a color gradient would lead to either white or dark lines at the point that the dark version of the color would kick in. 1999-10-26 Files: print-escp2.c (1.14) (+6 -3) print-util.c (1.17) (+274 -259) print.c (1.19) (+3 -3) print.h (1.13) (+35 -34) indentation 1999-10-26 Files: print-escp2.c (1.13) (+19 -13) print-pcl.c (1.10) (+21 -15) print-ps.c (1.8) (+13 -7) print-util.c (1.16) (+627 -624) print.h (1.12) (+29 -31) Comment out all remaining 16-bit code, and rename 16-bit functions to "standard" names 1999-10-26 Files: print-escp2.c (1.12) (+76 -66) print-pcl.c (1.9) (+87 -78) print-ps.c (1.7) (+101 -87) print-util.c (1.15) (+41 -37) print.c (1.18) (+121 -29) print.h (1.11) (+55 -47) Mostly fix save/load Move all gimp, glib, gtk stuff into print.c (take it out of everything else). This should help port it to more general purposes later. 1999-10-25 Files: print-escp2.c (1.11) (+9 -7) print-pcl.c (1.8) (+9 -7) print-ps.c (1.6) (+9 -7) print-util.c (1.14) (+30 -45) print.c (1.17) (+6 -8) print.h (1.10) (+20 -30) 16-bit clean 1999-10-25 Files: print-escp2.c (1.10) (+6 -3) Comment 1999-10-25 Files: print-util.c (1.13) (+5 -318) print.h (1.9) (+2 -8) Remove more of the 8-bit code, now that it is tested 1999-10-24 Files: print.c (1.16) (+40 -59) Fixed saving of scale 1999-10-24 Files: print.c (1.15) (+314 -25) First cut at saving all parameters. Not fully functional 1999-10-23 Files: print-util.c (1.12) (+226 -2) print.c (1.14) (+31 -233) print.h (1.8) (+7 -2) Move LUT calculation to print-util 1999-10-23 Files: print.c (1.13) (+111 -16) density, other improvements 1999-10-22 Files: print.c (1.12) (+4 -2) Don't #define PRINT_LUT in the distribution 1999-10-21 Files: print-escp2.c (1.9) (+40 -37) print-pcl.c (1.7) (+40 -37) print-ps.c (1.5) (+40 -37) print-util.c (1.11) (+96 -376) print.c (1.11) (+68 -68) print.h (1.7) (+2 -5) More progress toward full 16-bit rendering 1999-10-19 Files: print-escp2.c (1.8) (+13 -10) print-pcl.c (1.6) (+10 -10) print-util.c (1.10) (+122 -256) print.c (1.10) (+6 -16) print.h (1.6) (+5 -9) Merge all of the single-level print_cmyk functions 1999-10-18 Files: print-escp2.c (1.7) (+129 -206) print.c (1.9) (+4 -2) Add Stylus Photo 700 and switch to printer capabilities 1999-10-18 Files: print-util.c (1.9) (+9 -14) Remove spurious stuff 1999-10-17 Files: print-escp2.c (1.6) (+27 -40) print-pcl.c (1.5) (+28 -25) print-ps.c (1.4) (+29 -21) print-util.c (1.8) (+814 -4) print.h (1.5) (+65 -35) 16-bit everything (untested) 1999-10-17 Files: print-pcl.c (1.4) (+5 -349) print-util.c (1.7) (+477 -546) print.h (1.4) (+7 -2) Move various dither functions into print-utils.c 1999-10-14 Files: print-escp2.c (1.5) (+16 -7) print-pcl.c (1.3) (+12 -5) print-ps.c (1.3) (+12 -5) print-util.c (1.6) (+356 -8) print.c (1.8) (+104 -4) print.h (1.3) (+25 -14) Saturation 1999-10-07 Files: Makefile (1.4) (+1 -1) . 1999-10-07 Files: Makefile (1.3) (+25 -18) print.c (1.7) (+52 -13) 1.1.10 merge 1999-10-06 Files: print.c (1.6) (+214 -125) linear LUT mode 1999-10-03 Files: Makefile (1.2) (+43 -31) print-escp2.c (1.4) (+25 -13) print-util.c (1.5) (+50 -20) print.c (1.5) (+5 -5) Various improvements 1999-09-18 Files: print-util.c (1.4) (+16 -13) A bit more random 1999-09-15 Files: print-escp2.c (1.3) (+12 -2) Remove some stuff that seems to have no effect 1999-09-15 Files: print.c (1.4) (+3 -3) fix bogus contrast value 1999-09-14 Files: print-util.c (1.3) (+90 -87) Some hoped-for improvements 1999-09-12 Files: print.c (1.3) (+17 -18) 1.1.9 merge 1999-09-12 Files: Makefile (1.1) (added +1027 -0) print-escp2.c (1.2) (+259 -24) print-pcl.c (1.2) (+3 -2) print-ps.c (1.2) (+3 -2) print-util.c (1.2) (+1051 -28) print.c (1.2) (+659 -18) print.h (1.2) (+39 -10) Current best stuff 1999-09-12 Files: Makefile.am (1.1) (added +214 -0) Makefile.in (1.1) (added +1027 -0) print-escp2.c (1.1) (added) print-pcl.c (1.1) (added) print-ps.c (1.1) (added) print-util.c (1.1) (added) print.c (1.1) (added) print.h (1.1) (added) Initial revision