~ubuntu-branches/ubuntu/utopic/gutenprint/utopic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-02-14 22:41:51 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120214224151-81lkvr2cow0u55f5
Tags: 5.2.8~pre1-0ubuntu1
* New upstream release
  - Added support for Canon BJC 4550, S330, S520, S530D, S630, S750, S820,
    S830D, S900, S9000, PIXMA mini220, mini320, mini360, i50, i70, i450,
    i455, i470D. i550, i900D, i950, i960, i6100, i6500, i9100, i9900,
    iP3300, iP3500, iP3600, iP4900, iP6210D, iP6220D, iP6310D, iP7100,
    iP7500, iP8100, iP8600, iP9910, MP140, MP190, MP210, MP240, MP375R,
    MP470, MP490, MP530, MP900, MG2100, MG3100, MG4100, MG5300, MG6200,
    MG8200, EPSON ME Office 940FW, PX 204, PX 504A, Stylus CX3900, NX530,
    NX635, SX535WD, Stylus Office BX535WD, BX630FW, BX635FWD, TX620FWD,
    Stylus Photo RX650, WorkForce 545, 630, 645, Stylus Pro 7900/9900
    (Partial -- no orange/green inks).
  - Printers redefined: Canon BJC 3000, S300, S500, S600, S800, PIXMA i80,
    i560, i850, i860, i865, iP2000, iP4100, iP5000, MP600, MP750, MP760,
    MP770, MP780, MP790, MP970
  - Support for the following printers was greatly improved, or tested:
    Canon PIXMA MP700, MP710, MP730, MP740, MP950, MP960, MX340, MX350,
    iP4000, MG5100
  - Canon BJC series printers using photo cartridge have printing modes
    added that will select this cartridge.
  - A crash with the EPSON Stylus Photo R3000 has been fixed.
  - Chinese (Mandarin), Galician, and Ukrainian translations have
    been added.
* debian/patches/0001-patch-stdio.h-is-required-by-commandtoepson-and-comm.patch:
  Removed, applied upstream.
* 0002-genppd-don-t-write-color-profile-information-with-br.patch: Refreshed
  with quilt.
* debian/printer-driver-gutenprint.ppd-updater,
  debian/foomatic-db-gutenprint.ppd-updater: Support also pre-releases with
  "-preX" version number extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-12-27      <rlk@sourceforge.net>
 
2
 
 
3
        Files:  NEWS (1.537) (+11 -1)
 
4
                README (1.212) (+3 -2)
 
5
                src/xml/printers.xml (1.207) (+8 -2)
 
6
 
 
7
        Remove support for Canon CP-720, 780, 800, and all ES models per requirement for special spooler
 
8
 
 
9
2011-12-24      <rlk@sourceforge.net>
 
10
 
 
11
        Files:  NEWS (1.536) (+3 -3)
 
12
                README (1.211) (+13 -13)
 
13
                configure.ac (1.231) (+4 -3)
 
14
 
 
15
        Prep for Gutenprint 5.2.8-pre1
 
16
 
 
17
2011-12-24      <rlk@sourceforge.net>
 
18
 
 
19
        Files:  src/foomatic/Makefile.am (1.56) (+3 -3)
 
20
 
 
21
        Use rm -rf to remove foomatic-db.
 
22
 
 
23
2011-12-24      <rlk@sourceforge.net>
 
24
 
 
25
        Files:  src/foomatic/Makefile.am (1.55) (+2 -12)
 
26
 
 
27
        Back out parallelism change (causes dependency issues).
 
28
 
 
29
2011-12-24      <rlk@sourceforge.net>
 
30
 
 
31
        Files:  src/xml/escp2/model/model_116.xml (1.4) (+2 -13)
 
32
                src/xml/escp2/model/model_117.xml (1.2) (+2 -2)
 
33
 
 
34
        Adjust 720x1440 and 1440x1440 DPI drop sizes per Laurent Martelli
 
35
 
 
36
2011-12-23      <rlk@sourceforge.net>
 
37
 
 
38
        Files:  src/main/print-canon.c (1.297) (+2 -2)
 
39
 
 
40
        Use memmove() rather than memcpy() when source and destination overlap.
 
41
 
 
42
2011-12-22      <gernot2270@sourceforge.net>
 
43
 
 
44
        Files:  src/main/canon-modes.h (1.242) (+11 -11)
 
45
 
 
46
        corrected modes using CMYK to reference inkset with CMYK inks
 
47
 
 
48
2011-12-22      <rlk@sourceforge.net>
 
49
 
 
50
        Files:  src/main/print-escp2.c (1.436) (+2 -8)
 
51
                src/main/print-papers.c (1.42) (+1 -9)
 
52
                src/main/print-weave.c (1.77) (+1 -13)
 
53
                src/main/xmlppd.c (1.6) (+0 -2)
 
54
 
 
55
        Clean up some unused variables
 
56
 
 
57
2011-12-22      <gernot2270@sourceforge.net>
 
58
 
 
59
        Files:  src/main/print-canon.c (1.296) (+7 -2)
 
60
 
 
61
        corrected stp_color_init function call in print-canon.c
 
62
 
 
63
2011-12-21      <gernot2270@sourceforge.net>
 
64
 
 
65
        Files:  src/main/print-canon.c (1.295) (+2 -6)
 
66
 
 
67
        removed incorrectly commented out stp_color_init function call in print-canon.c
 
68
 
 
69
2011-12-20      <rlk@sourceforge.net>
 
70
 
 
71
        Files:  NEWS (1.535) (+2 -1)
 
72
                configure.ac (1.230) (+3 -3)
 
73
                po/zh_CN.po (1.1) (added +14016 -0)
 
74
 
 
75
        Add Chinese Mandarin translation
 
76
 
 
77
2011-12-20      <rlk@sourceforge.net>
 
78
 
 
79
        Files:  src/testpattern/run-testpattern-2.in (1.43) (+2 -0)
 
80
 
 
81
        Report crash of the underlying program more prominently.
 
82
 
 
83
2011-12-19      <gernot2270@sourceforge.net>
 
84
 
 
85
        Files:  src/main/canon-modes.h (1.241) (+8 -8)
 
86
 
 
87
        corrected inkset in modes for Canon BJC S300 and S330.
 
88
 
 
89
2011-12-19      <gernot2270@sourceforge.net>
 
90
 
 
91
        Files:  src/main/canon-printers.h (1.258) (+156 -156)
 
92
 
 
93
        adjusted page width of Canon MP495, added INCH function for specifying inch measurements.
 
94
 
 
95
2011-12-19      <gernot2270@sourceforge.net>
 
96
 
 
97
        Files:  src/main/print-canon.c (1.294) (+28 -12)
 
98
 
 
99
        commented out unused code
 
100
 
 
101
2011-12-19      <gernot2270@sourceforge.net>
 
102
 
 
103
        Files:  src/main/canon-modes.h (1.240) (+2 -2)
 
104
 
 
105
        updated Canon BJC S300 and S330 T-shirt modes to use inksets including K.
 
106
 
 
107
2011-12-19      <gernot2270@sourceforge.net>
 
108
 
 
109
        Files:  src/main/canon-printers.h (1.257) (+0 -6)
 
110
 
 
111
        removed unused control_cmd_MULTIPASS_MP150
 
112
 
 
113
2011-12-19      <gernot2270@sourceforge.net>
 
114
 
 
115
        Files:  src/main/print-canon.c (1.293) (+4 -4)
 
116
 
 
117
        changed printf to use integer rather than unsigned for local loop variables, and num_channels
 
118
 
 
119
2011-12-18      <rlk@sourceforge.net>
 
120
 
 
121
        Files:  src/main/print-canon.c (1.292) (+8 -8)
 
122
 
 
123
        Change some debug messages to stp_dprintf.
 
124
 
 
125
2011-12-18      <rlk@sourceforge.net>
 
126
 
 
127
        Files:  src/foomatic/Makefile.am (1.54) (+12 -2)
 
128
 
 
129
        Allow building both foomatic-dbs in parallel
 
130
 
 
131
2011-12-18      <rlk@sourceforge.net>
 
132
 
 
133
        Files:  scripts/autogen.sh (1.39) (+1 -1)
 
134
 
 
135
        Tweak libtool version regexp to handle just two version components.
 
136
 
 
137
2011-12-18      <rlk@sourceforge.net>
 
138
 
 
139
        Files:  src/cups/rastertoprinter.c (1.139) (+3 -2)
 
140
 
 
141
        Add one more debug line.
 
142
 
 
143
2011-12-18      <rlk@sourceforge.net>
 
144
 
 
145
        Files:  src/cups/rastertoprinter.c (1.138) (+375 -117)
 
146
 
 
147
        Improve debugging output, and some code cleanup.
 
148
 
 
149
2011-12-18      <rlk@sourceforge.net>
 
150
 
 
151
        Files:  src/cups/genppd.c (1.188) (+4 -9)
 
152
 
 
153
        Work around a sporadic crash in pstoraster.  Per Mike Sweet this
 
154
        should not be necessary and may be due to a bug that has since been
 
155
        fixed in Ghostscript 9.01.
 
156
 
 
157
2011-12-14      <rlk@sourceforge.net>
 
158
 
 
159
        Files:  NEWS (1.534) (+26 -2)
 
160
                src/xml/escp2/model/Makefile.am (1.30) (+4 -2)
 
161
                src/xml/escp2/model/model_116.xml (1.3) (+75 -107)
 
162
                src/xml/escp2/model/model_117.xml (1.1) (added +139 -0)
 
163
                src/xml/escp2/qualitypresets/Makefile.am (1.5) (+2 -1)
 
164
                src/xml/escp2/qualitypresets/prox900.xml (1.1) (added +70 -0)
 
165
                src/xml/printers.xml (1.206) (+16 -1)
 
166
 
 
167
        Add various Epson printers.
 
168
 
 
169
        Add preliminary (CcMmYKkk) support for Stylus Pro 7900/9900.
 
170
 
 
171
2011-12-06      <rlk@sourceforge.net>
 
172
 
 
173
        Files:  src/main/print-escp2.c (1.435) (+3 -2)
 
174
 
 
175
        Correctly initialize the default value, from Dmitry V. Levin.
 
176
 
 
177
2011-11-30      <gernot2270@sourceforge.net>
 
178
 
 
179
        Files:  NEWS (1.533) (+4 -0)
 
180
 
 
181
        Added photo cartridge support information to README.
 
182
 
 
183
2011-11-30      <gernot2270@sourceforge.net>
 
184
 
 
185
        Files:  src/main/canon-modes.h (1.239) (+3 -0)
 
186
                src/main/print-canon.c (1.291) (+5 -2)
 
187
 
 
188
        Added support for photo cartridge in Canon BJC-3000 series (flag for the mode to select that cartridge).
 
189
 
 
190
2011-11-30      <gernot2270@sourceforge.net>
 
191
 
 
192
        Files:  src/main/canon-modes.h (1.238) (+2 -0)
 
193
                src/main/canon-printers.h (1.256) (+1 -1)
 
194
                src/main/print-canon.c (1.290) (+16 -2)
 
195
 
 
196
        Added support for differentiating ESC (t codes based on media code for Canon BJC-3000 series.
 
197
 
 
198
2011-11-30      <gernot2270@sourceforge.net>
 
199
 
 
200
        Files:  src/main/canon-modes.h (1.237) (+5 -4)
 
201
                src/main/canon-printers.h (1.255) (+1 -1)
 
202
 
 
203
        fixed type in control command, and added CMY to modes for Canon BJC-3000 series.
 
204
 
 
205
2011-11-30      <gernot2270@sourceforge.net>
 
206
 
 
207
        Files:  src/main/canon-modes.h (1.236) (+7 -5)
 
208
                src/main/canon-printers.h (1.254) (+1 -1)
 
209
 
 
210
        Corrected command set and added modes for Canon BJC-3000.
 
211
 
 
212
2011-11-27      <gernot2270@sourceforge.net>
 
213
 
 
214
        Files:  src/main/canon-modes.h (1.235) (+1 -1)
 
215
 
 
216
        Correction to high-quality mode for Canon BJC-4550.
 
217
 
 
218
2011-11-27      <gernot2270@sourceforge.net>
 
219
 
 
220
        Files:  NEWS (1.532) (+1 -0)
 
221
                src/main/canon-modes.h (1.234) (+10 -0)
 
222
                src/main/canon-printers.h (1.253) (+13 -0)
 
223
                src/main/print-canon.c (1.289) (+7 -1)
 
224
                src/xml/printers.xml (1.205) (+2 -1)
 
225
 
 
226
        Added experimental support for Canon BJC-4550.
 
227
 
 
228
2011-11-26      <gernot2270@sourceforge.net>
 
229
 
 
230
        Files:  src/main/print-canon.c (1.288) (+92 -5)
 
231
 
 
232
        listed media size codes for CDs and Fine Art A4.
 
233
 
 
234
2011-11-26      <gernot2270@sourceforge.net>
 
235
 
 
236
        Files:  src/main/canon-media.h (1.108) (+7 -6)
 
237
                src/main/canon-modes.h (1.233) (+11 -8)
 
238
                src/main/canon-printers.h (1.252) (+1 -1)
 
239
 
 
240
        Corrected Canon MP960 modes, customized media.
 
241
 
 
242
2011-11-26      <gernot2270@sourceforge.net>
 
243
 
 
244
        Files:  src/main/canon-modes.h (1.232) (+2 -2)
 
245
 
 
246
        Corrected Canon MP950 mode for T-Shirt transfers.
 
247
 
 
248
2011-11-26      <gernot2270@sourceforge.net>
 
249
 
 
250
        Files:  NEWS (1.531) (+2 -0)
 
251
                src/main/canon-inks.h (1.105) (+48 -0)
 
252
                src/main/canon-media.h (1.107) (+22 -0)
 
253
                src/main/canon-modes.h (1.231) (+28 -3)
 
254
                src/main/canon-printers.h (1.251) (+3 -3)
 
255
 
 
256
        Corrected Canon MP950 printer definition, added modes, customized media and sources.
 
257
 
 
258
2011-11-26      <gernot2270@sourceforge.net>
 
259
 
 
260
        Files:  src/main/canon-media.h (1.106) (+5 -3)
 
261
                src/main/canon-modes.h (1.230) (+35 -21)
 
262
 
 
263
        Updated Canon iP4000 modes, leaving legacy modes (not actual driver modes) as default.
 
264
 
 
265
2011-11-26      <gernot2270@sourceforge.net>
 
266
 
 
267
        Files:  src/main/canon-media.h (1.105) (+279 -312)
 
268
 
 
269
        Corrected incorrect media type codes, especially FineArtOther.
 
270
 
 
271
2011-11-26      <gernot2270@sourceforge.net>
 
272
 
 
273
        Files:  NEWS (1.530) (+33 -3)
 
274
                src/xml/printers.xml (1.204) (+1 -17)
 
275
 
 
276
        Removed Canon printers currently unsupportable using ESC (z commands.
 
277
 
 
278
2011-11-26      <gernot2270@sourceforge.net>
 
279
 
 
280
        Files:  src/main/canon-inks.h (1.104) (+12 -12)
 
281
                src/main/canon-media.h (1.104) (+33 -39)
 
282
                src/main/canon-modes.h (1.229) (+150 -150)
 
283
 
 
284
        Corrected media type names, removed some comments.
 
285
 
 
286
2011-11-26      <gernot2270@sourceforge.net>
 
287
 
 
288
        Files:  NEWS (1.529) (+5 -0)
 
289
                src/main/canon-media.h (1.103) (+22 -1)
 
290
                src/main/canon-printers.h (1.250) (+15 -2)
 
291
                src/main/print-canon.c (1.287) (+2 -2)
 
292
                src/xml/printers.xml (1.203) (+6 -6)
 
293
 
 
294
        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).
 
295
 
 
296
2011-11-26      <gernot2270@sourceforge.net>
 
297
 
 
298
        Files:  NEWS (1.528) (+8 -6)
 
299
                src/main/canon-media.h (1.102) (+28 -0)
 
300
                src/main/canon-modes.h (1.228) (+40 -6)
 
301
                src/main/canon-printers.h (1.249) (+13 -13)
 
302
                src/main/print-canon.c (1.286) (+7 -2)
 
303
                src/xml/printers.xml (1.202) (+3 -3)
 
304
 
 
305
        Completely changed printer definition and capabilities for Canon MP740. Added modes, media, new sources. MP710 identical so driver renamed to that.
 
306
 
 
307
2011-11-25      <gernot2270@sourceforge.net>
 
308
 
 
309
        Files:  NEWS (1.527) (+2 -0)
 
310
                src/main/canon-media.h (1.101) (+20 -0)
 
311
                src/main/canon-modes.h (1.227) (+34 -0)
 
312
                src/main/canon-printers.h (1.248) (+15 -0)
 
313
                src/xml/printers.xml (1.201) (+3 -3)
 
314
 
 
315
        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.
 
316
 
 
317
2011-11-25      <gernot2270@sourceforge.net>
 
318
 
 
319
        Files:  src/main/canon-media.h (1.100) (+20 -0)
 
320
                src/main/canon-modes.h (1.226) (+30 -0)
 
321
                src/main/canon-printers.h (1.247) (+15 -2)
 
322
                src/xml/printers.xml (1.200) (+2 -2)
 
323
 
 
324
        Split Canon MP610 into separate driver, and modified iP5300 sources and modes.
 
325
 
 
326
2011-11-25      <gernot2270@sourceforge.net>
 
327
 
 
328
        Files:  src/main/canon-printers.h (1.246) (+1 -1)
 
329
 
 
330
        Changed sources for Canon iP4200.
 
331
 
 
332
2011-11-25      <gernot2270@sourceforge.net>
 
333
 
 
334
        Files:  src/main/canon-media.h (1.99) (+1 -1)
 
335
                src/main/canon-modes.h (1.225) (+13 -10)
 
336
 
 
337
        Added transparency print modes to Canon MP500 and iP4200.
 
338
 
 
339
2011-11-24      <gernot2270@sourceforge.net>
 
340
 
 
341
        Files:  src/main/canon-modes.h (1.224) (+3 -3)
 
342
 
 
343
        Activated extra modes for Canon mini220.
 
344
 
 
345
2011-11-24      <gernot2270@sourceforge.net>
 
346
 
 
347
        Files:  src/main/canon-modes.h (1.223) (+17 -11)
 
348
 
 
349
        Rearranged modes for Canon MP470.
 
350
 
 
351
2011-11-24      <gernot2270@sourceforge.net>
 
352
 
 
353
        Files:  src/main/canon-printers.h (1.245) (+2 -2)
 
354
 
 
355
        Corrected printer definition for Canon MP493.
 
356
 
 
357
2011-11-24      <gernot2270@sourceforge.net>
 
358
 
 
359
        Files:  src/main/canon-modes.h (1.222) (+1 -1)
 
360
                src/main/canon-printers.h (1.244) (+2 -2)
 
361
 
 
362
        Corrected printer definition for Canon MX420, and Env/Hagaki modes for MP480 and MX420.
 
363
 
 
364
2011-11-24      <gernot2270@sourceforge.net>
 
365
 
 
366
        Files:  src/main/canon-printers.h (1.243) (+2 -2)
 
367
 
 
368
        Corrected printer definition for Canon iX6500.
 
369
 
 
370
2011-11-24      <gernot2270@sourceforge.net>
 
371
 
 
372
        Files:  src/main/canon-modes.h (1.221) (+9 -5)
 
373
                src/main/canon-printers.h (1.242) (+1 -1)
 
374
 
 
375
        Corrected Canon MX7600 printer definition. Added photo modes and support for Env/Hagaki.
 
376
 
 
377
2011-11-24      <gernot2270@sourceforge.net>
 
378
 
 
379
        Files:  src/main/canon-modes.h (1.220) (+3 -24)
 
380
                src/main/canon-printers.h (1.241) (+2 -2)
 
381
 
 
382
        Corrected printer definition for Canon MX860, MX870, adjusted modes.
 
383
 
 
384
2011-11-24      <gernot2270@sourceforge.net>
 
385
 
 
386
        Files:  src/main/canon-modes.h (1.219) (+15 -15)
 
387
                src/main/canon-printers.h (1.240) (+1 -1)
 
388
 
 
389
        Corrected printer definition for Canon MX860, and corrected and enhanced modes. Added support for Env/Hagaki.
 
390
 
 
391
2011-11-24      <gernot2270@sourceforge.net>
 
392
 
 
393
        Files:  src/main/canon-printers.h (1.239) (+1 -1)
 
394
 
 
395
        Corrected printer definition for Canon MX850.
 
396
 
 
397
2011-11-24      <gernot2270@sourceforge.net>
 
398
 
 
399
        Files:  src/main/canon-printers.h (1.238) (+1 -1)
 
400
 
 
401
        Corrected printer definition for Canon MX700.
 
402
 
 
403
2011-11-24      <gernot2270@sourceforge.net>
 
404
 
 
405
        Files:  NEWS (1.526) (+8 -0)
 
406
                src/main/canon-modes.h (1.218) (+48 -32)
 
407
                src/main/canon-printers.h (1.237) (+3 -3)
 
408
                src/main/print-canon.c (1.285) (+2 -2)
 
409
 
 
410
        Corrected printer definitions and modes for Canon MX330, MX340, MX350. Added missing XML capability to Canon MX340 and MX350.
 
411
 
 
412
2011-11-24      <gernot2270@sourceforge.net>
 
413
 
 
414
        Files:  src/main/canon-modes.h (1.217) (+27 -19)
 
415
                src/main/canon-printers.h (1.236) (+1 -1)
 
416
 
 
417
        Corrected printer definition for Canon MX300. Rearranged modes, and removed unsupported ones.
 
418
 
 
419
2011-11-24      <gernot2270@sourceforge.net>
 
420
 
 
421
        Files:  NEWS (1.525) (+2 -0)
 
422
                src/main/canon-inks.h (1.103) (+14 -0)
 
423
                src/main/canon-media.h (1.98) (+12 -0)
 
424
                src/main/canon-modes.h (1.216) (+6 -0)
 
425
                src/main/canon-printers.h (1.235) (+13 -0)
 
426
                src/xml/printers.xml (1.199) (+3 -1)
 
427
 
 
428
        Added experimental support for Canon mini320 and mini360.
 
429
 
 
430
2011-11-24      <gernot2270@sourceforge.net>
 
431
 
 
432
        Files:  NEWS (1.524) (+1 -0)
 
433
                src/main/canon-modes.h (1.215) (+10 -0)
 
434
                src/main/canon-printers.h (1.234) (+18 -0)
 
435
                src/main/print-canon.c (1.284) (+2 -1)
 
436
                src/xml/printers.xml (1.198) (+2 -1)
 
437
 
 
438
        Added experimental support for Canon mini220.
 
439
 
 
440
2011-11-24      <gernot2270@sourceforge.net>
 
441
 
 
442
        Files:  src/main/canon-modes.h (1.214) (+17 -9)
 
443
                src/main/canon-printers.h (1.233) (+1 -1)
 
444
 
 
445
        Adjusted modes for Canon MP990, added some photo modes, and Env/Hagaki support.
 
446
 
 
447
2011-11-24      <gernot2270@sourceforge.net>
 
448
 
 
449
        Files:  NEWS (1.523) (+1 -0)
 
450
                src/main/canon-inks.h (1.102) (+6 -1)
 
451
                src/main/canon-media.h (1.97) (+23 -1)
 
452
                src/main/canon-modes.h (1.213) (+23 -40)
 
453
                src/main/canon-printers.h (1.232) (+1 -1)
 
454
 
 
455
        Corrected printer definition for Canon MP970, created correct and customized modes, created custom media.
 
456
 
 
457
2011-11-24      <gernot2270@sourceforge.net>
 
458
 
 
459
        Files:  NEWS (1.522) (+1 -0)
 
460
                src/main/canon-inks.h (1.101) (+1 -0)
 
461
                src/main/canon-modes.h (1.212) (+23 -1)
 
462
                src/main/canon-printers.h (1.231) (+3 -3)
 
463
 
 
464
        Corrected printer definition for MP600, created correct and customized modes.
 
465
 
 
466
2011-11-24      <gernot2270@sourceforge.net>
 
467
 
 
468
        Files:  src/main/canon-modes.h (1.211) (+3 -3)
 
469
 
 
470
        Corrected modes for Canon MP540 (used by other models too).
 
471
 
 
472
2011-11-24      <gernot2270@sourceforge.net>
 
473
 
 
474
        Files:  src/main/canon-printers.h (1.230) (+2 -2)
 
475
 
 
476
        Corrected printer definition for Canon MP510 and MP520.
 
477
 
 
478
2011-11-24      <gernot2270@sourceforge.net>
 
479
 
 
480
        Files:  src/main/canon-printers.h (1.229) (+2 -2)
 
481
 
 
482
        Corrected printer definition for Canon MP495.
 
483
 
 
484
2011-11-24      <gernot2270@sourceforge.net>
 
485
 
 
486
        Files:  src/main/canon-modes.h (1.210) (+23 -15)
 
487
                src/main/canon-printers.h (1.228) (+1 -1)
 
488
 
 
489
        Corrected printer definition for Canon MP480, and reorganized modes.
 
490
 
 
491
2011-11-23      <gernot2270@sourceforge.net>
 
492
 
 
493
        Files:  NEWS (1.521) (+7 -6)
 
494
                src/main/canon-media.h (1.96) (+26 -0)
 
495
                src/main/canon-modes.h (1.209) (+22 -14)
 
496
                src/main/canon-printers.h (1.227) (+4 -4)
 
497
 
 
498
        Corrected printer definition, modes for Canon iP2000. Created custom media, and rearranged and expanded modes.
 
499
 
 
500
2011-11-23      <gernot2270@sourceforge.net>
 
501
 
 
502
        Files:  src/main/canon-modes.h (1.208) (+24 -17)
 
503
                src/main/canon-printers.h (1.226) (+3 -3)
 
504
 
 
505
        Corrected printer definition for Canon MP280. Rearranged modes.
 
506
 
 
507
2011-11-23      <gernot2270@sourceforge.net>
 
508
 
 
509
        Files:  src/main/canon-printers.h (1.225) (+2 -2)
 
510
 
 
511
        Corrected printer definition for Canon MP270.
 
512
 
 
513
2011-11-23      <gernot2270@sourceforge.net>
 
514
 
 
515
        Files:  src/main/canon-modes.h (1.207) (+38 -0)
 
516
                src/main/canon-printers.h (1.224) (+13 -0)
 
517
                src/xml/printers.xml (1.197) (+2 -2)
 
518
                test/pixma_parse.c (1.27) (+11 -2)
 
519
 
 
520
        Changed printer driver for Canon MP220. Added new printer definition and modes.
 
521
 
 
522
2011-11-23      <rlk@sourceforge.net>
 
523
 
 
524
        Files:  src/xml/printers.xml (1.196) (+3 -1)
 
525
 
 
526
        Add Epson WorkForce 63 and Artisan 835
 
527
 
 
528
2011-11-22      <gernot2270@sourceforge.net>
 
529
 
 
530
        Files:  src/main/canon-inks.h (1.100) (+70 -0)
 
531
                src/main/canon-modes.h (1.206) (+38 -30)
 
532
                src/main/canon-printers.h (1.223) (+4 -4)
 
533
                src/main/print-canon.c (1.283) (+2 -1)
 
534
 
 
535
        Added definition of ESC (S use flag, capability, and defined all modes for Canon iP90 and iP100.
 
536
 
 
537
2011-11-22      <gernot2270@sourceforge.net>
 
538
 
 
539
        Files:  src/main/canon-inks.h (1.99) (+14 -0)
 
540
                src/main/canon-media.h (1.95) (+17 -0)
 
541
                src/main/canon-modes.h (1.205) (+26 -6)
 
542
                src/main/canon-printers.h (1.222) (+13 -1)
 
543
 
 
544
        Added definitions for Canon iP100, cleaned up iP90 definition. Both not yet usable.
 
545
 
 
546
2011-11-22      <gernot2270@sourceforge.net>
 
547
 
 
548
        Files:  src/main/canon-modes.h (1.204) (+23 -15)
 
549
                src/main/canon-printers.h (1.221) (+1 -1)
 
550
 
 
551
        Corrected printer definition for Canon MX360, and reorganized modes.
 
552
 
 
553
2011-11-22      <gernot2270@sourceforge.net>
 
554
 
 
555
        Files:  src/xml/printers.xml (1.195) (+2 -2)
 
556
 
 
557
        Corrected Canon PIXUS iP3100 driver (PIXMA previously corrected).
 
558
 
 
559
2011-11-22      <gernot2270@sourceforge.net>
 
560
 
 
561
        Files:  src/main/canon-media.h (1.94) (+22 -19)
 
562
                src/main/canon-modes.h (1.203) (+33 -18)
 
563
                src/main/canon-printers.h (1.220) (+3 -3)
 
564
 
 
565
        Corrected Canon iP3100 and iP3000 printer definitions. Rearranged modes to iP3100 and experimental inkjet Hagaki support to iP3000.
 
566
 
 
567
2011-11-21      <gernot2270@sourceforge.net>
 
568
 
 
569
        Files:  src/main/canon-printers.h (1.219) (+2 -2)
 
570
 
 
571
        Corrected Canon MP450 printer definition.
 
572
 
 
573
2011-11-21      <gernot2270@sourceforge.net>
 
574
 
 
575
        Files:  src/main/canon-modes.h (1.202) (+5 -5)
 
576
                src/main/canon-printers.h (1.218) (+1 -1)
 
577
 
 
578
        Corrected Canon iP90 printer definition, commented out unsupported modes.
 
579
 
 
580
2011-11-21      <gernot2270@sourceforge.net>
 
581
 
 
582
        Files:  src/main/canon-printers.h (1.217) (+1 -1)
 
583
 
 
584
        Corrected Canon iP4000 printer definition.
 
585
 
 
586
2011-11-21      <gernot2270@sourceforge.net>
 
587
 
 
588
        Files:  src/main/canon-media.h (1.93) (+19 -0)
 
589
                src/main/canon-modes.h (1.201) (+27 -11)
 
590
                src/main/canon-printers.h (1.216) (+3 -3)
 
591
 
 
592
        Corrected Canon iP3000 printer definition and commands, made custom media, and added and corrected modes.
 
593
 
 
594
2011-11-21      <gernot2270@sourceforge.net>
 
595
 
 
596
        Files:  src/main/canon-modes.h (1.200) (+13 -4)
 
597
                src/main/canon-printers.h (1.215) (+2 -5)
 
598
 
 
599
        Corrected Canon MP150 printer definition, customized modes.
 
600
 
 
601
2011-11-21      <gernot2270@sourceforge.net>
 
602
 
 
603
        Files:  src/main/canon-media.h (1.92) (+1 -1)
 
604
                src/main/canon-modes.h (1.199) (+35 -0)
 
605
                src/main/canon-printers.h (1.214) (+2 -2)
 
606
 
 
607
        Corrected Canon MP190 printer definition, customized modes.
 
608
 
 
609
2011-11-21      <gernot2270@sourceforge.net>
 
610
 
 
611
        Files:  src/main/canon-media.h (1.91) (+0 -11)
 
612
                src/main/canon-modes.h (1.198) (+26 -12)
 
613
                src/main/canon-printers.h (1.213) (+2 -2)
 
614
                src/xml/printers.xml (1.194) (+2 -2)
 
615
 
 
616
        Updated modes for Canon MP170 (commented out some unsupported modes), corrected printer definition. Also added MP180 which is a clone of MP170.
 
617
 
 
618
2011-11-21      <gernot2270@sourceforge.net>
 
619
 
 
620
        Files:  NEWS (1.520) (+2 -0)
 
621
                src/main/canon-media.h (1.90) (+18 -0)
 
622
                src/main/canon-modes.h (1.197) (+35 -0)
 
623
                src/main/canon-printers.h (1.212) (+13 -0)
 
624
                src/xml/printers.xml (1.193) (+2 -1)
 
625
 
 
626
        Added experimental support for Canon MP240.
 
627
 
 
628
2011-11-21      <gernot2270@sourceforge.net>
 
629
 
 
630
        Files:  src/main/canon-modes.h (1.196) (+25 -0)
 
631
                src/main/canon-printers.h (1.211) (+13 -0)
 
632
                src/xml/printers.xml (1.192) (+2 -2)
 
633
 
 
634
        created separate printr definition for Canon iX4000.
 
635
 
 
636
2011-11-21      <gernot2270@sourceforge.net>
 
637
 
 
638
        Files:  NEWS (1.519) (+3 -2)
 
639
                src/main/canon-media.h (1.89) (+26 -0)
 
640
                src/main/canon-modes.h (1.195) (+31 -0)
 
641
                src/main/canon-printers.h (1.210) (+13 -0)
 
642
                src/main/print-canon.c (1.282) (+4 -4)
 
643
                src/xml/printers.xml (1.191) (+7 -6)
 
644
 
 
645
        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.
 
646
 
 
647
2011-11-20      <gernot2270@sourceforge.net>
 
648
 
 
649
        Files:  src/main/canon-modes.h (1.194) (+31 -0)
 
650
                src/main/canon-printers.h (1.209) (+13 -0)
 
651
                src/xml/printers.xml (1.190) (+2 -1)
 
652
 
 
653
        Added experimental support for Canon MP210.
 
654
 
 
655
2011-11-20      <gernot2270@sourceforge.net>
 
656
 
 
657
        Files:  NEWS (1.518) (+2 -1)
 
658
                src/main/canon-modes.h (1.193) (+9 -2)
 
659
                src/main/canon-printers.h (1.208) (+13 -0)
 
660
                src/xml/printers.xml (1.189) (+3 -2)
 
661
 
 
662
        Added experimental support for Canon MP140 and changed driver for MP160 (clone of MP140).
 
663
 
 
664
2011-11-20      <gernot2270@sourceforge.net>
 
665
 
 
666
        Files:  src/main/canon-modes.h (1.192) (+2 -1)
 
667
                src/main/print-canon.c (1.281) (+4 -1)
 
668
 
 
669
        Added ESC (t flag for Canon MP130 and other early devices. Corrected MP360 flag definition.
 
670
 
 
671
2011-11-20      <gernot2270@sourceforge.net>
 
672
 
 
673
        Files:  NEWS (1.517) (+2 -0)
 
674
                src/main/canon-modes.h (1.191) (+26 -0)
 
675
                src/main/canon-printers.h (1.207) (+13 -0)
 
676
                src/main/print-canon.c (1.280) (+2 -2)
 
677
                src/xml/printers.xml (1.188) (+3 -1)
 
678
 
 
679
        Added experimental support for Canon S900 and S9000.
 
680
 
 
681
2011-11-20      <gernot2270@sourceforge.net>
 
682
 
 
683
        Files:  NEWS (1.516) (+1 -0)
 
684
                src/main/canon-printers.h (1.206) (+13 -0)
 
685
                src/xml/printers.xml (1.187) (+2 -1)
 
686
 
 
687
        Added experimenal support for Canon S830D.
 
688
 
 
689
2011-11-20      <gernot2270@sourceforge.net>
 
690
 
 
691
        Files:  NEWS (1.515) (+1 -0)
 
692
                src/main/canon-modes.h (1.190) (+28 -0)
 
693
                src/main/canon-printers.h (1.205) (+13 -0)
 
694
                src/main/print-canon.c (1.279) (+2 -2)
 
695
                src/xml/printers.xml (1.186) (+2 -1)
 
696
 
 
697
        Added experimenal support for Canon S820.
 
698
 
 
699
2011-11-20      <gernot2270@sourceforge.net>
 
700
 
 
701
        Files:  NEWS (1.514) (+1 -0)
 
702
                src/foomatic/foomatic-generator.in (1.79) (+2 -0)
 
703
                src/main/canon-inks.h (1.98) (+36 -0)
 
704
                src/main/canon-media.h (1.88) (+25 -0)
 
705
                src/main/canon-modes.h (1.189) (+32 -0)
 
706
                src/main/canon-printers.h (1.204) (+13 -0)
 
707
                src/xml/printers.xml (1.185) (+2 -2)
 
708
 
 
709
        Changed printer definition of Canon S800, correcting command sets, and adding media, sources, modes.
 
710
 
 
711
2011-11-20      <gernot2270@sourceforge.net>
 
712
 
 
713
        Files:  NEWS (1.513) (+1 -0)
 
714
                src/main/canon-media.h (1.87) (+18 -0)
 
715
                src/main/canon-modes.h (1.188) (+29 -4)
 
716
                src/main/canon-printers.h (1.203) (+15 -2)
 
717
                src/xml/printers.xml (1.184) (+2 -1)
 
718
 
 
719
        Added experimental support for Canon S750.
 
720
 
 
721
2011-11-20      <gernot2270@sourceforge.net>
 
722
 
 
723
        Files:  src/xml/printers.xml (1.183) (+1 -2)
 
724
 
 
725
        Removed existing (was copy of original S600 definition) entry for Canon S630. New definition remains.
 
726
 
 
727
2011-11-20      <gernot2270@sourceforge.net>
 
728
 
 
729
        Files:  NEWS (1.512) (+2 -0)
 
730
                src/main/canon-modes.h (1.187) (+29 -0)
 
731
                src/main/canon-printers.h (1.202) (+13 -0)
 
732
                src/xml/printers.xml (1.182) (+3 -2)
 
733
 
 
734
        Changed printer definition for Canon S600. Added modes. Added support for clone S630.
 
735
 
 
736
2011-11-20      <gernot2270@sourceforge.net>
 
737
 
 
738
        Files:  NEWS (1.511) (+1 -0)
 
739
                src/main/canon-modes.h (1.186) (+1 -0)
 
740
                src/main/canon-printers.h (1.201) (+1 -1)
 
741
                src/xml/printers.xml (1.181) (+2 -1)
 
742
 
 
743
        Added experimental support for Canon S530D (same as S520). Corrected modes, command set for S520.
 
744
 
 
745
2011-11-20      <gernot2270@sourceforge.net>
 
746
 
 
747
        Files:  NEWS (1.510) (+1 -0)
 
748
                src/main/canon-media.h (1.86) (+20 -2)
 
749
                src/main/canon-modes.h (1.185) (+26 -0)
 
750
                src/main/canon-printers.h (1.200) (+13 -0)
 
751
                src/xml/printers.xml (1.180) (+2 -1)
 
752
 
 
753
        Added experimental support for Canon S520.
 
754
 
 
755
2011-11-20      <gernot2270@sourceforge.net>
 
756
 
 
757
        Files:  NEWS (1.509) (+1 -0)
 
758
                src/main/canon-modes.h (1.184) (+22 -5)
 
759
                src/main/canon-printers.h (1.199) (+13 -13)
 
760
 
 
761
        Changed printer definition for Canon S500, added custom media and source lists, and added modes.
 
762
 
 
763
2011-11-20      <gernot2270@sourceforge.net>
 
764
 
 
765
        Files:  NEWS (1.508) (+1 -0)
 
766
                src/main/canon-media.h (1.85) (+18 -0)
 
767
                src/main/canon-modes.h (1.183) (+24 -0)
 
768
                src/main/canon-printers.h (1.198) (+13 -2)
 
769
                src/xml/printers.xml (1.179) (+2 -1)
 
770
 
 
771
        Added experimental support for Canon S330.
 
772
 
 
773
2011-11-20      <gernot2270@sourceforge.net>
 
774
 
 
775
        Files:  NEWS (1.507) (+1 -0)
 
776
                src/main/canon-media.h (1.84) (+19 -0)
 
777
                src/main/canon-modes.h (1.182) (+27 -0)
 
778
                src/main/canon-printers.h (1.197) (+4 -4)
 
779
 
 
780
        Changed driver for Canon S300: new printer definition, modes, papers.
 
781
 
 
782
2011-11-19      <gernot2270@sourceforge.net>
 
783
 
 
784
        Files:  src/main/canon-media.h (1.83) (+18 -0)
 
785
                src/main/canon-printers.h (1.196) (+2 -2)
 
786
 
 
787
        created custom source and media sets for Canon S200.
 
788
 
 
789
2011-11-19      <gernot2270@sourceforge.net>
 
790
 
 
791
        Files:  NEWS (1.506) (+1 -0)
 
792
                src/main/canon-media.h (1.82) (+1 -1)
 
793
                src/main/canon-modes.h (1.181) (+29 -0)
 
794
                src/main/canon-printers.h (1.195) (+13 -0)
 
795
                src/main/print-canon.c (1.278) (+3 -3)
 
796
                src/xml/printers.xml (1.178) (+2 -1)
 
797
 
 
798
        Added experimental support for Canon i9900.
 
799
 
 
800
2011-11-18      <gernot2270@sourceforge.net>
 
801
 
 
802
        Files:  NEWS (1.505) (+1 -0)
 
803
                src/main/canon-inks.h (1.97) (+48 -0)
 
804
                src/main/canon-modes.h (1.180) (+31 -2)
 
805
                src/main/canon-printers.h (1.194) (+13 -0)
 
806
                src/main/print-canon.c (1.277) (+2 -2)
 
807
                src/xml/printers.xml (1.177) (+2 -1)
 
808
 
 
809
        Added experimental support for Canon i9100.
 
810
 
 
811
2011-11-18      <gernot2270@sourceforge.net>
 
812
 
 
813
        Files:  NEWS (1.504) (+2 -0)
 
814
                src/main/canon-inks.h (1.96) (+12 -0)
 
815
                src/main/canon-media.h (1.81) (+17 -0)
 
816
                src/main/canon-modes.h (1.179) (+29 -1)
 
817
                src/main/canon-printers.h (1.193) (+19 -0)
 
818
                src/xml/printers.xml (1.176) (+3 -1)
 
819
 
 
820
        Added experimental support for Canon i6100 and i6500.
 
821
 
 
822
2011-11-18      <gernot2270@sourceforge.net>
 
823
 
 
824
        Files:  NEWS (1.503) (+1 -0)
 
825
                src/main/canon-inks.h (1.95) (+0 -1)
 
826
                src/main/canon-modes.h (1.178) (+29 -6)
 
827
                src/main/canon-printers.h (1.192) (+13 -13)
 
828
                src/main/print-canon.c (1.276) (+2 -2)
 
829
 
 
830
        Added missing CAP_P to some Canon i-series.
 
831
 
 
832
2011-11-18      <gernot2270@sourceforge.net>
 
833
 
 
834
        Files:  NEWS (1.502) (+1 -0)
 
835
                src/main/canon-inks.h (1.94) (+1 -2)
 
836
                src/main/canon-modes.h (1.177) (+24 -0)
 
837
                src/main/canon-printers.h (1.191) (+13 -0)
 
838
                src/main/print-canon.c (1.275) (+2 -2)
 
839
                src/xml/printers.xml (1.175) (+2 -1)
 
840
 
 
841
        Added experimental support for Canon i900D.
 
842
 
 
843
2011-11-18      <gernot2270@sourceforge.net>
 
844
 
 
845
        Files:  NEWS (1.501) (+1 -0)
 
846
                src/main/canon-modes.h (1.176) (+38 -2)
 
847
                src/main/canon-printers.h (1.190) (+13 -0)
 
848
                src/main/print-canon.c (1.274) (+4 -4)
 
849
                src/xml/printers.xml (1.174) (+2 -1)
 
850
 
 
851
        Added experimental support for Canon i960.
 
852
 
 
853
2011-11-18      <gernot2270@sourceforge.net>
 
854
 
 
855
        Files:  NEWS (1.500) (+1 -0)
 
856
                src/main/canon-modes.h (1.175) (+33 -0)
 
857
                src/main/canon-printers.h (1.189) (+13 -0)
 
858
                src/main/print-canon.c (1.273) (+2 -2)
 
859
                src/xml/printers.xml (1.173) (+2 -1)
 
860
 
 
861
        Added experimental support for Canon i850.
 
862
 
 
863
2011-11-18      <gernot2270@sourceforge.net>
 
864
 
 
865
        Files:  NEWS (1.499) (+6 -1)
 
866
                src/main/canon-media.h (1.80) (+6 -0)
 
867
                src/main/canon-modes.h (1.174) (+27 -0)
 
868
                src/main/canon-printers.h (1.188) (+14 -1)
 
869
                src/main/print-canon.c (1.272) (+24 -4)
 
870
                src/xml/printers.xml (1.172) (+3 -2)
 
871
 
 
872
        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.
 
873
 
 
874
2011-11-17      <gernot2270@sourceforge.net>
 
875
 
 
876
        Files:  NEWS (1.498) (+1 -0)
 
877
                src/main/canon-inks.h (1.93) (+12 -0)
 
878
                src/main/canon-media.h (1.79) (+20 -0)
 
879
                src/main/canon-modes.h (1.173) (+29 -0)
 
880
                src/main/canon-printers.h (1.187) (+13 -0)
 
881
                src/xml/printers.xml (1.171) (+2 -1)
 
882
 
 
883
        Changed Canon i850 printer definition, added media types, modes.
 
884
 
 
885
2011-11-17      <gernot2270@sourceforge.net>
 
886
 
 
887
        Files:  NEWS (1.497) (+2 -0)
 
888
                src/main/canon-media.h (1.78) (+21 -3)
 
889
                src/main/canon-modes.h (1.172) (+30 -0)
 
890
                src/main/canon-printers.h (1.186) (+20 -0)
 
891
                src/xml/printers.xml (1.170) (+2 -1)
 
892
 
 
893
        Added experimental support for Canon i550.
 
894
 
 
895
2011-11-17      <gernot2270@sourceforge.net>
 
896
 
 
897
        Files:  NEWS (1.496) (+2 -0)
 
898
                src/main/canon-inks.h (1.92) (+26 -1)
 
899
                src/main/canon-media.h (1.77) (+20 -2)
 
900
                src/main/canon-modes.h (1.171) (+51 -1)
 
901
                src/main/canon-printers.h (1.185) (+26 -0)
 
902
                src/xml/printers.xml (1.169) (+4 -1)
 
903
 
 
904
        Added experimental support for Canon i450, i455 and i470D.
 
905
 
 
906
2011-11-17      <gernot2270@sourceforge.net>
 
907
 
 
908
        Files:  NEWS (1.495) (+1 -0)
 
909
                src/main/canon-modes.h (1.170) (+2 -1)
 
910
                src/xml/printers.xml (1.168) (+2 -1)
 
911
 
 
912
        Added experimental support for Canon i350 (same as i250). Corrected i250 plain draft mode.
 
913
 
 
914
2011-11-17      <gernot2270@sourceforge.net>
 
915
 
 
916
        Files:  NEWS (1.494) (+2 -0)
 
917
                src/main/canon-media.h (1.76) (+18 -0)
 
918
                src/main/canon-modes.h (1.169) (+32 -0)
 
919
                src/main/canon-printers.h (1.184) (+13 -0)
 
920
                src/xml/printers.xml (1.167) (+2 -1)
 
921
 
 
922
        Added experimental support for Canon i320. Format of data not known.
 
923
 
 
924
2011-11-17      <gernot2270@sourceforge.net>
 
925
 
 
926
        Files:  src/main/canon-inks.h (1.91) (+13 -0)
 
927
                src/main/canon-media.h (1.75) (+17 -0)
 
928
                src/main/canon-modes.h (1.168) (+26 -0)
 
929
                src/main/canon-printers.h (1.183) (+17 -3)
 
930
                src/xml/printers.xml (1.166) (+2 -1)
 
931
 
 
932
        Added experimental support for Canon i250. Format of data not known.
 
933
 
 
934
2011-11-17      <gernot2270@sourceforge.net>
 
935
 
 
936
        Files:  NEWS (1.493) (+1 -0)
 
937
                src/main/canon-media.h (1.74) (+19 -2)
 
938
                src/main/canon-modes.h (1.167) (+25 -2)
 
939
                src/main/canon-printers.h (1.182) (+13 -0)
 
940
                src/xml/printers.xml (1.165) (+2 -1)
 
941
 
 
942
        Added support for Canon i50.
 
943
 
 
944
2011-11-17      <gernot2270@sourceforge.net>
 
945
 
 
946
        Files:  NEWS (1.492) (+1 -0)
 
947
                src/main/canon-media.h (1.73) (+17 -0)
 
948
                src/main/canon-modes.h (1.166) (+24 -0)
 
949
                src/main/canon-printers.h (1.181) (+13 -0)
 
950
                src/xml/printers.xml (1.164) (+2 -1)
 
951
 
 
952
        Added support for Canon i70.
 
953
 
 
954
2011-11-17      <gernot2270@sourceforge.net>
 
955
 
 
956
        Files:  NEWS (1.491) (+1 -0)
 
957
                src/main/canon-inks.h (1.90) (+25 -0)
 
958
                src/main/canon-media.h (1.72) (+17 -0)
 
959
                src/main/canon-modes.h (1.165) (+17 -3)
 
960
                src/main/canon-printers.h (1.180) (+4 -4)
 
961
                src/main/print-canon.c (1.271) (+2 -2)
 
962
 
 
963
        Corrected Canon i80 printer definition, commands, paperlist, changed and extended modes, added inksets.
 
964
 
 
965
2011-11-17      <gernot2270@sourceforge.net>
 
966
 
 
967
        Files:  src/main/canon-modes.h (1.164) (+22 -8)
 
968
 
 
969
        Rearranged modes for Canon Pro9000 Mk.II.
 
970
 
 
971
2011-11-16      <gernot2270@sourceforge.net>
 
972
 
 
973
        Files:  src/main/canon-modes.h (1.163) (+26 -14)
 
974
                src/main/canon-printers.h (1.179) (+2 -2)
 
975
 
 
976
        Corrected Canon Pro9000, Pro9000 Mk.II command control sets. Rearranged modes for Pro9000.
 
977
 
 
978
2011-11-16      <gernot2270@sourceforge.net>
 
979
 
 
980
        Files:  src/main/canon-printers.h (1.178) (+1 -1)
 
981
 
 
982
        Corrected Canon iP4800 command control set.
 
983
 
 
984
2011-11-16      <gernot2270@sourceforge.net>
 
985
 
 
986
        Files:  src/main/canon-media.h (1.71) (+19 -0)
 
987
                src/main/canon-modes.h (1.162) (+30 -12)
 
988
                src/main/canon-printers.h (1.177) (+3 -4)
 
989
                src/main/print-canon.c (1.270) (+2 -2)
 
990
 
 
991
        Corrected Canon iP8500 command control set and papers. Added, corrected and rearranged modes.
 
992
 
 
993
2011-11-16      <gernot2270@sourceforge.net>
 
994
 
 
995
        Files:  src/main/canon-modes.h (1.161) (+17 -11)
 
996
 
 
997
        Reorganized modes for Canon iP6700D (iP6600D same).
 
998
 
 
999
2011-11-16      <gernot2270@sourceforge.net>
 
1000
 
 
1001
        Files:  src/main/canon-modes.h (1.160) (+2 -2)
 
1002
                src/main/canon-printers.h (1.176) (+8 -8)
 
1003
 
 
1004
        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.
 
1005
 
 
1006
2011-11-16      <gernot2270@sourceforge.net>
 
1007
 
 
1008
        Files:  src/main/canon-inks.h (1.89) (+1 -0)
 
1009
                src/main/canon-modes.h (1.159) (+18 -11)
 
1010
                src/main/canon-printers.h (1.175) (+1 -2)
 
1011
 
 
1012
        Corrected command set, several modes, and added Env/Hagaki and CD modes for Canon iP5300. Corrected duplicate mode names in Canon MP830.
 
1013
 
 
1014
2011-11-16      <gernot2270@sourceforge.net>
 
1015
 
 
1016
        Files:  src/main/canon-inks.h (1.88) (+6 -3)
 
1017
                src/main/canon-modes.h (1.158) (+15 -8)
 
1018
                src/main/canon-printers.h (1.174) (+2 -4)
 
1019
 
 
1020
        Corrected command set for Canon MP830, added high quality mode. Rearranged remaining modes.
 
1021
 
 
1022
2011-11-16      <gernot2270@sourceforge.net>
 
1023
 
 
1024
        Files:  src/main/canon-modes.h (1.157) (+6 -3)
 
1025
 
 
1026
        Reorder modes for Canon iX5000
 
1027
 
 
1028
2011-11-15      <gernot2270@sourceforge.net>
 
1029
 
 
1030
        Files:  NEWS (1.490) (+1 -0)
 
1031
                src/main/canon-inks.h (1.87) (+68 -42)
 
1032
                src/main/canon-media.h (1.70) (+19 -0)
 
1033
                src/main/canon-modes.h (1.156) (+30 -0)
 
1034
                src/main/canon-printers.h (1.173) (+13 -0)
 
1035
                src/main/print-canon.c (1.269) (+2 -2)
 
1036
                src/xml/printers.xml (1.163) (+3 -3)
 
1037
 
 
1038
        Separated Canon iP4100 from iP4000, giving it a new definition with corrected control set. Modes are nominally as for iP4000.
 
1039
 
 
1040
2011-11-15      <gernot2270@sourceforge.net>
 
1041
 
 
1042
        Files:  src/main/canon-modes.h (1.155) (+2 -2)
 
1043
 
 
1044
        Corrected names in Canon MP530 modes (bugfix for previous commit).
 
1045
 
 
1046
2011-11-15      <gernot2270@sourceforge.net>
 
1047
 
 
1048
        Files:  src/main/canon-modes.h (1.154) (+15 -12)
 
1049
 
 
1050
        Reordered Canon MP530 modes.
 
1051
 
 
1052
2011-11-15      <gernot2270@sourceforge.net>
 
1053
 
 
1054
        Files:  src/main/canon-modes.h (1.153) (+14 -16)
 
1055
 
 
1056
        Reordered Canon iP2700 modes.
 
1057
 
 
1058
2011-11-15      <gernot2270@sourceforge.net>
 
1059
 
 
1060
        Files:  src/main/canon-modes.h (1.152) (+13 -12)
 
1061
                src/main/canon-printers.h (1.172) (+1 -1)
 
1062
 
 
1063
        Added CAP_T capability to some Canon printers. Reorganized Canon iP4900 modes.
 
1064
 
 
1065
2011-11-15      <gernot2270@sourceforge.net>
 
1066
 
 
1067
        Files:  src/main/canon-inks.h (1.86) (+52 -16)
 
1068
                src/main/canon-modes.h (1.151) (+114 -91)
 
1069
                src/main/canon-printers.h (1.171) (+12 -12)
 
1070
 
 
1071
        Reorganized modes, added CD flag, added some photo modes to following Canon devices: MG5100, MG5200, MG5300, MG6100, MG6200, MG8100, MG8200.
 
1072
 
 
1073
2011-11-15      <gernot2270@sourceforge.net>
 
1074
 
 
1075
        Files:  src/main/canon-modes.h (1.150) (+25 -25)
 
1076
                src/main/canon-printers.h (1.170) (+43 -43)
 
1077
 
 
1078
        Rearranged Canon iP4700 modes, added CD flag, added Env/Hagaki support. Added missing CD flag to several other printers
 
1079
 
 
1080
2011-11-15      <gernot2270@sourceforge.net>
 
1081
 
 
1082
        Files:  NEWS (1.489) (+2 -1)
 
1083
                src/main/canon-inks.h (1.85) (+17 -0)
 
1084
                src/main/canon-modes.h (1.149) (+28 -26)
 
1085
                src/main/canon-printers.h (1.169) (+14 -14)
 
1086
 
 
1087
        Corrected photo modes for Canon iP4500, added Env/Hagaki modes.
 
1088
 
 
1089
2011-11-15      <gernot2270@sourceforge.net>
 
1090
 
 
1091
        Files:  NEWS (1.488) (+5 -1)
 
1092
                src/foomatic/foomatic-generator.in (1.78) (+14 -0)
 
1093
                src/main/canon-media.h (1.69) (+0 -1)
 
1094
                src/main/canon-modes.h (1.148) (+27 -11)
 
1095
                src/main/canon-printers.h (1.168) (+2 -2)
 
1096
 
 
1097
        Corrected printer definition, some modes, and added more modes for Canon MP250.
 
1098
 
 
1099
2011-11-15      <gernot2270@sourceforge.net>
 
1100
 
 
1101
        Files:  src/main/canon-inks.h (1.84) (+3 -1)
 
1102
                src/main/canon-media.h (1.68) (+19 -1)
 
1103
                src/main/canon-modes.h (1.147) (+20 -0)
 
1104
                src/main/canon-printers.h (1.167) (+13 -0)
 
1105
                src/xml/printers.xml (1.162) (+2 -2)
 
1106
 
 
1107
        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.
 
1108
 
 
1109
2011-11-15      <gernot2270@sourceforge.net>
 
1110
 
 
1111
        Files:  src/main/canon-inks.h (1.83) (+1 -1)
 
1112
                src/main/canon-modes.h (1.146) (+29 -36)
 
1113
                src/main/canon-printers.h (1.166) (+2 -2)
 
1114
 
 
1115
        Rearranged modes for Canon MP960. Corrected output inks for some modes.
 
1116
 
 
1117
2011-11-14      <gernot2270@sourceforge.net>
 
1118
 
 
1119
        Files:  src/main/canon-inks.h (1.82) (+2 -2)
 
1120
                src/main/canon-modes.h (1.145) (+5 -5)
 
1121
 
 
1122
        Cleaned up mode names and inkset comments for Canon MP550.
 
1123
 
 
1124
2011-11-14      <gernot2270@sourceforge.net>
 
1125
 
 
1126
        Files:  NEWS (1.487) (+1 -0)
 
1127
                src/main/canon-inks.h (1.81) (+54 -3)
 
1128
                src/main/canon-media.h (1.67) (+24 -1)
 
1129
                src/main/canon-modes.h (1.144) (+43 -18)
 
1130
                src/main/canon-printers.h (1.165) (+13 -0)
 
1131
                src/xml/printers.xml (1.161) (+2 -1)
 
1132
 
 
1133
        Added experimental support for Canon iP7500. Corrected inkset also required for MP960.
 
1134
 
 
1135
2011-11-14      <gernot2270@sourceforge.net>
 
1136
 
 
1137
        Files:  src/main/canon-modes.h (1.143) (+4 -4)
 
1138
 
 
1139
        renamed Env/Hagaki mode for Canon MP490. Changed default print mode to highest quality plain media for Canon MP470, MP490.
 
1140
 
 
1141
2011-11-14      <gernot2270@sourceforge.net>
 
1142
 
 
1143
        Files:  src/main/canon-inks.h (1.80) (+4 -4)
 
1144
                src/main/canon-modes.h (1.142) (+25 -13)
 
1145
                src/main/canon-printers.h (1.164) (+9 -9)
 
1146
                src/main/print-canon.c (1.268) (+10 -3)
 
1147
 
 
1148
        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.
 
1149
 
 
1150
2011-11-14      <gernot2270@sourceforge.net>
 
1151
 
 
1152
        Files:  src/main/canon-inks.h (1.79) (+13 -0)
 
1153
                src/main/canon-modes.h (1.141) (+3 -3)
 
1154
 
 
1155
        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.
 
1156
 
 
1157
2011-11-14      <gernot2270@sourceforge.net>
 
1158
 
 
1159
        Files:  src/main/canon-modes.h (1.140) (+21 -14)
 
1160
 
 
1161
        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.
 
1162
 
 
1163
2011-11-14      <gernot2270@sourceforge.net>
 
1164
 
 
1165
        Files:  src/main/canon-modes.h (1.139) (+4 -4)
 
1166
 
 
1167
        checked, renamed modes for MP540, iP3600 - no functional change.
 
1168
 
 
1169
2011-11-14      <gernot2270@sourceforge.net>
 
1170
 
 
1171
        Files:  src/main/canon-modes.h (1.138) (+19 -14)
 
1172
 
 
1173
        corrected T-shirt mode, split out for easier readability for Canon MP510, MP520, MP600, iP3300, iP3500, MX700
 
1174
 
 
1175
2011-11-13      <gernot2270@sourceforge.net>
 
1176
 
 
1177
        Files:  src/main/canon-modes.h (1.137) (+36 -13)
 
1178
                src/main/canon-printers.h (1.163) (+3 -3)
 
1179
 
 
1180
        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.
 
1181
 
 
1182
2011-11-13      <gernot2270@sourceforge.net>
 
1183
 
 
1184
        Files:  src/main/canon-printers.h (1.162) (+2 -2)
 
1185
 
 
1186
        Added duplex capability to Canon MP630, changed ink order.
 
1187
 
 
1188
2011-11-13      <gernot2270@sourceforge.net>
 
1189
 
 
1190
        Files:  src/main/canon-modes.h (1.136) (+14 -17)
 
1191
 
 
1192
        Added Env/Hagaki modes to Canon MP540 and MP620. Renamed and split out modes for easier readability.
 
1193
 
 
1194
2011-11-13      <gernot2270@sourceforge.net>
 
1195
 
 
1196
        Files:  src/main/canon-modes.h (1.135) (+16 -15)
 
1197
                src/main/canon-printers.h (1.161) (+2 -2)
 
1198
 
 
1199
        Added duplex capability, and Env/Hagaki modes to Canon MP640. Renamed and split out modes for easier readability.
 
1200
 
 
1201
2011-11-13      <gernot2270@sourceforge.net>
 
1202
 
 
1203
        Files:  src/main/canon-modes.h (1.134) (+10 -5)
 
1204
                src/main/canon-printers.h (1.160) (+2 -2)
 
1205
 
 
1206
        Corrected control set for Canon iP6100D, renamed and split out modes for easier readability.
 
1207
 
 
1208
2011-11-13      <gernot2270@sourceforge.net>
 
1209
 
 
1210
        Files:  src/main/canon-inks.h (1.78) (+45 -29)
 
1211
                src/main/canon-modes.h (1.133) (+15 -8)
 
1212
 
 
1213
        Added Env/Hagaki modes to Canon MP980. Renamed and split out modes for easier readability. Reordered inksets.
 
1214
 
 
1215
2011-11-13      <gernot2270@sourceforge.net>
 
1216
 
 
1217
        Files:  src/main/canon-modes.h (1.132) (+12 -12)
 
1218
 
 
1219
        corrected FineArt mode for Canon iP8600. Corrected duplicate mode names in iP7100, iP8100, iP8600, iP9910.
 
1220
 
 
1221
2011-11-13      <gernot2270@sourceforge.net>
 
1222
 
 
1223
        Files:  src/main/canon-inks.h (1.77) (+7 -8)
 
1224
                src/main/canon-modes.h (1.131) (+50 -44)
 
1225
                src/main/canon-printers.h (1.159) (+1 -1)
 
1226
 
 
1227
        added Env/Hagaki modes to Canon MP810, corrected output inks for several photo modes. Cleaned up inkset definitions.
 
1228
 
 
1229
2011-11-13      <gernot2270@sourceforge.net>
 
1230
 
 
1231
        Files:  src/main/canon-inks.h (1.76) (+1 -0)
 
1232
                src/main/canon-modes.h (1.130) (+11 -4)
 
1233
                src/main/canon-printers.h (1.158) (+1 -1)
 
1234
 
 
1235
        added Env/Hagaki modes to Canon MP800, corrected output inks for plain and several photo modes.
 
1236
 
 
1237
2011-11-13      <gernot2270@sourceforge.net>
 
1238
 
 
1239
        Files:  src/main/canon-modes.h (1.129) (+5 -5)
 
1240
                src/main/canon-printers.h (1.157) (+2 -2)
 
1241
 
 
1242
        added duplex capability to Canon iX7000, and corrected photo mode definitions
 
1243
 
 
1244
2011-11-13      <gernot2270@sourceforge.net>
 
1245
 
 
1246
        Files:  src/main/canon-printers.h (1.156) (+2 -2)
 
1247
 
 
1248
        corrected control command set for Canon pro9500, pro9500 Mk.II
 
1249
 
 
1250
2011-11-13      <gernot2270@sourceforge.net>
 
1251
 
 
1252
        Files:  src/main/canon-modes.h (1.128) (+0 -3)
 
1253
                src/main/canon-printers.h (1.155) (+2 -2)
 
1254
 
 
1255
        corrected control command set for Canon pro9000, pro9000 Mk.II
 
1256
 
 
1257
2011-11-13      <gernot2270@sourceforge.net>
 
1258
 
 
1259
        Files:  src/main/canon-modes.h (1.127) (+39 -39)
 
1260
 
 
1261
        added missing mode flag to Canon iP7100, iP8100, iP8600 iP9910 modes
 
1262
 
 
1263
2011-11-12      <gernot2270@sourceforge.net>
 
1264
 
 
1265
        Files:  NEWS (1.486) (+1 -0)
 
1266
                src/main/canon-media.h (1.66) (+23 -0)
 
1267
                src/main/canon-modes.h (1.126) (+35 -0)
 
1268
                src/main/canon-printers.h (1.154) (+13 -0)
 
1269
                src/main/print-canon.c (1.267) (+3 -2)
 
1270
                src/xml/printers.xml (1.160) (+2 -1)
 
1271
 
 
1272
        Experimental support added for Canon iP9910
 
1273
 
 
1274
2011-11-12      <gernot2270@sourceforge.net>
 
1275
 
 
1276
        Files:  NEWS (1.485) (+1 -0)
 
1277
                src/main/canon-modes.h (1.125) (+35 -0)
 
1278
                src/main/canon-printers.h (1.153) (+13 -0)
 
1279
                src/xml/printers.xml (1.159) (+2 -1)
 
1280
 
 
1281
        Experimental support added for Canon iP8600
 
1282
 
 
1283
2011-11-12      <gernot2270@sourceforge.net>
 
1284
 
 
1285
        Files:  NEWS (1.484) (+1 -0)
 
1286
                src/main/canon-modes.h (1.124) (+33 -1)
 
1287
                src/main/canon-printers.h (1.152) (+13 -1)
 
1288
                src/xml/printers.xml (1.158) (+2 -1)
 
1289
 
 
1290
        Experimental support added for Canon iP8100
 
1291
 
 
1292
2011-11-12      <gernot2270@sourceforge.net>
 
1293
 
 
1294
        Files:  NEWS (1.483) (+1 -0)
 
1295
                src/main/canon-inks.h (1.75) (+15 -0)
 
1296
                src/main/canon-media.h (1.65) (+23 -0)
 
1297
                src/main/canon-modes.h (1.123) (+31 -1)
 
1298
                src/main/canon-printers.h (1.151) (+14 -0)
 
1299
                src/xml/printers.xml (1.157) (+2 -1)
 
1300
 
 
1301
        Experimental support added for Canon iP7100
 
1302
 
 
1303
2011-11-08      <gernot2270@sourceforge.net>
 
1304
 
 
1305
        Files:  NEWS (1.482) (+3 -0)
 
1306
                src/foomatic/foomatic-generator.in (1.77) (+6 -0)
 
1307
                src/main/canon-inks.h (1.74) (+81 -14)
 
1308
                src/main/canon-media.h (1.64) (+1 -1)
 
1309
                src/main/canon-modes.h (1.122) (+30 -0)
 
1310
                src/main/canon-printers.h (1.150) (+13 -0)
 
1311
                src/main/print-canon.c (1.266) (+6 -1)
 
1312
                src/xml/printers.xml (1.156) (+4 -1)
 
1313
 
 
1314
        Added support for Canon iP6210D, iP6220D, iP6310D. Uses cartridge selection, but currently only use of both is supported. Other option is color-only.
 
1315
 
 
1316
2011-11-08      <gernot2270@sourceforge.net>
 
1317
 
 
1318
        Files:  src/main/canon-modes.h (1.121) (+13 -15)
 
1319
 
 
1320
        Corrected Envelope/Hagaki modes for Canon iP4900. Added CD flag.
 
1321
 
 
1322
2011-11-08      <gernot2270@sourceforge.net>
 
1323
 
 
1324
        Files:  src/main/canon-modes.h (1.120) (+15 -17)
 
1325
 
 
1326
        Corrected Envelope/Hagaki modes for Canon MG8200. Added CD flag.
 
1327
 
 
1328
2011-11-08      <gernot2270@sourceforge.net>
 
1329
 
 
1330
        Files:  src/main/canon-inks.h (1.73) (+2 -2)
 
1331
                src/main/canon-modes.h (1.119) (+12 -14)
 
1332
 
 
1333
        Add Env/Hagaki printing to Canon MG6200. Added CD flag.
 
1334
 
 
1335
2011-11-08      <gernot2270@sourceforge.net>
 
1336
 
 
1337
        Files:  src/main/canon-modes.h (1.118) (+8 -7)
 
1338
 
 
1339
        corrected Canon MP530 high-resolution plain mode. Added Hagaki/Envelope modes.
 
1340
 
 
1341
2011-11-08      <gernot2270@sourceforge.net>
 
1342
 
 
1343
        Files:  src/main/canon-modes.h (1.117) (+11 -14)
 
1344
 
 
1345
        modified Canon MG5300 mode names and small change to inkset mask for Hagaki/Env/Duplex modes
 
1346
 
 
1347
2011-11-08      <gernot2270@sourceforge.net>
 
1348
 
 
1349
        Files:  src/main/canon-modes.h (1.116) (+9 -8)
 
1350
 
 
1351
        added Hagaki/Envelope modes to Canon MG5100
 
1352
 
 
1353
2011-11-07      <gernot2270@sourceforge.net>
 
1354
 
 
1355
        Files:  src/main/canon-inks.h (1.72) (+9 -4)
 
1356
                src/main/canon-modes.h (1.115) (+27 -5)
 
1357
                src/main/canon-printers.h (1.149) (+1 -1)
 
1358
 
 
1359
        corrected and extended print modes for Canon iP4600
 
1360
 
 
1361
2011-11-07      <gernot2270@sourceforge.net>
 
1362
 
 
1363
        Files:  src/main/canon-modes.h (1.114) (+22 -1)
 
1364
                src/main/canon-printers.h (1.148) (+13 -0)
 
1365
                src/xml/printers.xml (1.155) (+2 -2)
 
1366
 
 
1367
        corrected modes and printer defition for Canon iP4300, and added support for Envelope and Hagaki modes.
 
1368
 
 
1369
2011-11-06      <gernot2270@sourceforge.net>
 
1370
 
 
1371
        Files:  src/main/canon-modes.h (1.113) (+10 -0)
 
1372
                src/main/canon-printers.h (1.147) (+2 -3)
 
1373
 
 
1374
        Added modes to Canon iX5000. Corrected printer definition.
 
1375
 
 
1376
2011-11-06      <gernot2270@sourceforge.net>
 
1377
 
 
1378
        Files:  src/main/print-canon.c (1.265) (+36 -7)
 
1379
 
 
1380
        Added workaround for setting FineArt papersize argument in ESC (P command (iP7100 excption partially implemented)
 
1381
 
 
1382
2011-11-06      <gernot2270@sourceforge.net>
 
1383
 
 
1384
        Files:  src/main/canon-inks.h (1.71) (+52 -7)
 
1385
                src/main/canon-media.h (1.63) (+21 -2)
 
1386
                src/main/canon-modes.h (1.112) (+18 -12)
 
1387
                src/main/canon-printers.h (1.146) (+5 -4)
 
1388
                src/main/print-canon.c (1.264) (+3 -3)
 
1389
                src/main/print-canon.h (1.6) (+5 -2)
 
1390
 
 
1391
        Added support for CcMmYKk (i.e., CMYKcmk inks output). Extended Canon iP4200 modes, media, printer definition.
 
1392
 
 
1393
2011-11-06      <gernot2270@sourceforge.net>
 
1394
 
 
1395
        Files:  src/main/print-canon.c (1.263) (+20 -6)
 
1396
                src/xml/papers.xml (1.10) (+37 -2)
 
1397
 
 
1398
        Added Japanese Western-style envelopes and business cards to paper sizes. Extend paper size support in Canon backend.
 
1399
 
 
1400
2011-11-06      <gernot2270@sourceforge.net>
 
1401
 
 
1402
        Files:  src/main/canon-inks.h (1.70) (+15 -1)
 
1403
                src/main/canon-media.h (1.62) (+3 -0)
 
1404
                src/main/canon-modes.h (1.111) (+7 -2)
 
1405
                src/main/print-canon.c (1.262) (+4 -2)
 
1406
                src/main/print-canon.h (1.5) (+10 -7)
 
1407
 
 
1408
        Added CMYKk capability to Canon backend. Added Hagaki, T-shirt, OHP media to iP4000 for testing.
 
1409
 
 
1410
2011-11-05      <gernot2270@sourceforge.net>
 
1411
 
 
1412
        Files:  src/main/canon-modes.h (1.110) (+0 -4)
 
1413
 
 
1414
        removed unsupported modes from Canon MG5100
 
1415
 
 
1416
2011-11-03      <gernot2270@sourceforge.net>
 
1417
 
 
1418
        Files:  NEWS (1.481) (+1 -0)
 
1419
                src/main/canon-media.h (1.61) (+7 -6)
 
1420
                src/main/canon-modes.h (1.109) (+25 -0)
 
1421
                src/main/canon-printers.h (1.145) (+13 -0)
 
1422
                src/xml/printers.xml (1.154) (+2 -1)
 
1423
 
 
1424
        add support for Canon iP4900
 
1425
 
 
1426
2011-11-03      <gernot2270@sourceforge.net>
 
1427
 
 
1428
        Files:  NEWS (1.480) (+1 -0)
 
1429
                src/xml/printers.xml (1.153) (+2 -1)
 
1430
 
 
1431
        add support for Canon MG4100
 
1432
 
 
1433
2011-11-03      <gernot2270@sourceforge.net>
 
1434
 
 
1435
        Files:  NEWS (1.479) (+1 -0)
 
1436
                src/main/canon-printers.h (1.144) (+13 -0)
 
1437
                src/xml/printers.xml (1.152) (+2 -1)
 
1438
 
 
1439
        add support for Canon MG3100
 
1440
 
 
1441
2011-11-03      <gernot2270@sourceforge.net>
 
1442
 
 
1443
        Files:  NEWS (1.478) (+1 -0)
 
1444
                src/main/canon-inks.h (1.69) (+68 -0)
 
1445
                src/main/canon-media.h (1.60) (+5 -0)
 
1446
                src/main/canon-modes.h (1.108) (+25 -1)
 
1447
                src/main/canon-printers.h (1.143) (+13 -0)
 
1448
                src/xml/printers.xml (1.151) (+2 -1)
 
1449
 
 
1450
        add support for Canon MG2100
 
1451
 
 
1452
2011-11-03      <gernot2270@sourceforge.net>
 
1453
 
 
1454
        Files:  NEWS (1.477) (+1 -0)
 
1455
                src/main/canon-modes.h (1.107) (+25 -1)
 
1456
                src/main/canon-printers.h (1.142) (+13 -0)
 
1457
                src/xml/printers.xml (1.150) (+2 -1)
 
1458
 
 
1459
        added support for Canon MG8200
 
1460
 
 
1461
2011-11-03      <gernot2270@sourceforge.net>
 
1462
 
 
1463
        Files:  NEWS (1.476) (+2 -0)
 
1464
                src/main/canon-inks.h (1.68) (+68 -0)
 
1465
                src/main/canon-media.h (1.59) (+8 -8)
 
1466
                src/main/canon-modes.h (1.106) (+25 -1)
 
1467
                src/main/canon-printers.h (1.141) (+13 -0)
 
1468
                src/xml/printers.xml (1.149) (+3 -1)
 
1469
 
 
1470
        added support for Canon MG6200
 
1471
 
 
1472
2011-11-03      <gernot2270@sourceforge.net>
 
1473
 
 
1474
        Files:  src/main/canon-inks.h (1.67) (+17 -0)
 
1475
                src/main/canon-modes.h (1.105) (+32 -5)
 
1476
                src/main/canon-printers.h (1.140) (+18 -106)
 
1477
 
 
1478
        added support for Canon MG5300
 
1479
 
 
1480
2011-11-02      <gernot2270@sourceforge.net>
 
1481
 
 
1482
        Files:  src/main/canon-printers.h (1.139) (+1 -1)
 
1483
 
 
1484
        changed control set for Canon MX880
 
1485
 
 
1486
2011-11-02      <gernot2270@sourceforge.net>
 
1487
 
 
1488
        Files:  src/main/canon-inks.h (1.66) (+14 -0)
 
1489
                src/main/canon-modes.h (1.104) (+3 -3)
 
1490
 
 
1491
        added plain media high-quality print mode to Canon iP4000
 
1492
 
 
1493
2011-11-01      <rlk@sourceforge.net>
 
1494
 
 
1495
        Files:  src/xml/printers.xml (1.148) (+2 -2)
 
1496
 
 
1497
        Fix the PX-V7 also.
 
1498
 
 
1499
2011-10-31      <rlk@sourceforge.net>
 
1500
 
 
1501
        Files:  src/xml/escp2/model/Makefile.am (1.29) (+2 -3)
 
1502
                src/xml/escp2/model/model_116.xml (1.2) (removed)
 
1503
                src/xml/printers.xml (1.147) (+2 -2)
 
1504
 
 
1505
        Epson R2000 is in fact wide carriage
 
1506
 
 
1507
2011-10-30      <gernot2270@sourceforge.net>
 
1508
 
 
1509
        Files:  src/main/canon-inks.h (1.65) (+49 -1)
 
1510
                src/main/canon-modes.h (1.103) (+9 -9)
 
1511
                src/main/canon-printers.h (1.138) (+1 -1)
 
1512
 
 
1513
        corrected name for Canon MP900, added test inkets for MG5100
 
1514
 
 
1515
2011-10-28      <gernot2270@sourceforge.net>
 
1516
 
 
1517
        Files:  src/main/canon-modes.h (1.102) (+4 -12)
 
1518
 
 
1519
        removed unsupported modes from Canon MG5100
 
1520
 
 
1521
2011-10-26      <gernot2270@sourceforge.net>
 
1522
 
 
1523
        Files:  NEWS (1.475) (+1 -0)
 
1524
                src/main/canon-inks.h (1.64) (+61 -0)
 
1525
                src/main/canon-media.h (1.58) (+6 -1)
 
1526
                src/main/canon-modes.h (1.101) (+21 -0)
 
1527
                src/main/canon-printers.h (1.137) (+18 -4)
 
1528
                src/xml/printers.xml (1.146) (+2 -1)
 
1529
 
 
1530
        added support for Canon MP900
 
1531
 
 
1532
2011-10-26      <gernot2270@sourceforge.net>
 
1533
 
 
1534
        Files:  NEWS (1.474) (+1 -0)
 
1535
                src/main/canon-media.h (1.57) (+17 -0)
 
1536
                src/main/canon-modes.h (1.100) (+28 -0)
 
1537
                src/main/canon-printers.h (1.136) (+15 -1)
 
1538
                src/xml/printers.xml (1.145) (+2 -1)
 
1539
 
 
1540
        added support for Canon MP470
 
1541
 
 
1542
2011-10-26      <gernot2270@sourceforge.net>
 
1543
 
 
1544
        Files:  NEWS (1.473) (+1 -0)
 
1545
                src/main/canon-modes.h (1.99) (+32 -0)
 
1546
                src/main/canon-printers.h (1.135) (+15 -1)
 
1547
                src/main/print-canon.c (1.261) (+9 -2)
 
1548
                src/xml/printers.xml (1.144) (+2 -1)
 
1549
 
 
1550
        added support for Canon MP490
 
1551
 
 
1552
2011-10-25      <gernot2270@sourceforge.net>
 
1553
 
 
1554
        Files:  src/main/canon-printers.h (1.134) (+4 -4)
 
1555
                src/main/print-canon.c (1.260) (+13 -3)
 
1556
 
 
1557
        Corrected control set for Canon MG5100, MG5200, MG6200, MG8100. Corrected ESC (P command for so far known iP, MP, MX, iX and MG series.
 
1558
 
 
1559
2011-10-22      <rlk@sourceforge.net>
 
1560
 
 
1561
        Files:  src/xml/escp2/model/Makefile.am (1.28) (+3 -2)
 
1562
                src/xml/escp2/model/model_116.xml (1.1) (added +139 -0)
 
1563
                src/xml/printers.xml (1.143) (+3 -1)
 
1564
 
 
1565
        Add Epson PX-7V and R2000
 
1566
 
 
1567
2011-10-20      <gernot2270@sourceforge.net>
 
1568
 
 
1569
        Files:  src/main/canon-printers.h (1.133) (+1 -1)
 
1570
                src/main/print-canon.c (1.259) (+2 -2)
 
1571
 
 
1572
        changed Canon iP4000 capabilites to include ESC (I and ESC (P commands, and set ESC (P command to use 2 bytes
 
1573
 
 
1574
2011-10-20      <gernot2270@sourceforge.net>
 
1575
 
 
1576
        Files:  NEWS (1.472) (+1 -0)
 
1577
                src/main/canon-inks.h (1.63) (+51 -0)
 
1578
                src/main/canon-media.h (1.56) (+10 -0)
 
1579
                src/main/canon-modes.h (1.98) (+16 -0)
 
1580
                src/main/canon-printers.h (1.132) (+14 -0)
 
1581
                src/xml/printers.xml (1.142) (+2 -1)
 
1582
 
 
1583
        added (experimental) support for Canon MP530
 
1584
 
 
1585
2011-10-19      <rlk@sourceforge.net>
 
1586
 
 
1587
        Files:  po/ja.po (1.71) (+3517 -4210)
 
1588
 
 
1589
        Update Japanese translation
 
1590
 
 
1591
2011-10-14      <rlk@sourceforge.net>
 
1592
 
 
1593
        Files:  src/escputil/escputil.c (1.106) (+2 -2)
 
1594
 
 
1595
        Fix a minor compile problem
 
1596
 
 
1597
2011-09-30      <rlk@sourceforge.net>
 
1598
 
 
1599
        Files:  src/main/print-escp2.c (1.434) (+9 -1)
 
1600
 
 
1601
        Add SubchannelCutoff parameter.
 
1602
 
 
1603
2011-09-30      <rlk@sourceforge.net>
 
1604
 
 
1605
        Files:  src/xml/printers.xml (1.141) (+2 -1)
 
1606
 
 
1607
        Add support for Epson Stylus SX525.
 
1608
 
 
1609
2011-09-18      <rlk@sourceforge.net>
 
1610
 
 
1611
        Files:  NEWS (1.471) (+1 -1)
 
1612
                configure.ac (1.229) (+3 -3)
 
1613
                po/gl.po (1.1) (added +14415 -0)
 
1614
 
 
1615
        Add Galician translation.
 
1616
 
 
1617
2011-08-13      <rlk@sourceforge.net>
 
1618
 
 
1619
        Files:  src/cups/commandtocanon.c (1.2) (+1 -0)
 
1620
                src/cups/commandtoepson.c (1.4) (+3 -2)
 
1621
 
 
1622
        stdio.h is needed.
 
1623
 
 
1624
2011-08-09      <gernot2270@sourceforge.net>
 
1625
 
 
1626
        Files:  src/main/print-canon.c (1.258) (+1 -1)
 
1627
 
 
1628
        add Canon printer family name (currently PIXMA or SELPHY) to string for model comparison, else comparison fails (reason unknown).
 
1629
 
 
1630
2011-08-07      <gernot2270@sourceforge.net>
 
1631
 
 
1632
        Files:  src/main/print-canon.c (1.257) (+3 -2)
 
1633
 
 
1634
        added MP990 to XML-capable printers to correct ESC P command from 4 bytes to 6 bytes length
 
1635
 
 
1636
2011-08-01      <gernot2270@sourceforge.net>
 
1637
 
 
1638
        Files:  src/main/canon-printers.h (1.131) (+14 -1)
 
1639
                src/main/print-canon.c (1.256) (+3 -2)
 
1640
                src/xml/printers.xml (1.140) (+2 -1)
 
1641
 
 
1642
        added support for Canon MP560
 
1643
 
 
1644
2011-07-16      <gernot2270@sourceforge.net>
 
1645
 
 
1646
        Files:  NEWS (1.470) (+1 -0)
 
1647
                src/main/canon-inks.h (1.62) (+13 -0)
 
1648
                src/main/canon-media.h (1.55) (+16 -0)
 
1649
                src/main/canon-modes.h (1.97) (+22 -0)
 
1650
                src/main/canon-printers.h (1.130) (+13 -0)
 
1651
                src/main/print-canon.c (1.255) (+5 -2)
 
1652
                src/xml/printers.xml (1.139) (+5 -4)
 
1653
 
 
1654
        redone support for Canon MP360, MP370, MP390, added MP375R (same family).
 
1655
 
 
1656
2011-07-15      <gernot2270@sourceforge.net>
 
1657
 
 
1658
        Files:  NEWS (1.469) (+1 -0)
 
1659
                src/main/canon-media.h (1.54) (+26 -0)
 
1660
                src/main/canon-printers.h (1.129) (+14 -0)
 
1661
                src/xml/printers.xml (1.138) (+2 -1)
 
1662
 
 
1663
        add support for Canon iP3600
 
1664
 
 
1665
2011-07-15      <gernot2270@sourceforge.net>
 
1666
 
 
1667
        Files:  NEWS (1.468) (+2 -0)
 
1668
                src/main/canon-media.h (1.53) (+16 -0)
 
1669
                src/main/canon-printers.h (1.128) (+14 -0)
 
1670
                src/xml/printers.xml (1.137) (+4 -3)
 
1671
 
 
1672
        corrected Canon PIXMA iP3100, iP3500 drivers in printers.xml. Added iP3300 support (similar to iP3500, but ifferent media selection).
 
1673
 
 
1674
2011-07-12      <gernot2270@sourceforge.net>
 
1675
 
 
1676
        Files:  src/main/canon-media.h (1.52) (+19 -0)
 
1677
                src/main/canon-printers.h (1.127) (+14 -0)
 
1678
                src/xml/printers.xml (1.136) (+2 -1)
 
1679
 
 
1680
        support for Canon MP190 added
 
1681
 
 
1682
2011-07-12      <gernot2270@sourceforge.net>
 
1683
 
 
1684
        Files:  test/pixma_parse.c (1.26) (+4 -3)
 
1685
 
 
1686
        reduced output of unknown ink messages in parser
 
1687
 
 
1688
2011-07-10      <gernot2270@sourceforge.net>
 
1689
 
 
1690
        Files:  src/xml/printers.xml (1.135) (+3 -3)
 
1691
 
 
1692
        change model of SELPHY CP-760 (tested) and CP-780 (assumed)
 
1693
 
 
1694
2011-07-10      <gernot2270@sourceforge.net>
 
1695
 
 
1696
        Files:  src/main/canon-inks.h (1.61) (+1 -1)
 
1697
                src/main/canon-printers.h (1.126) (+15 -1)
 
1698
                src/xml/printers.xml (1.134) (+2 -2)
 
1699
                test/pixma_parse.c (1.25) (+9 -9)
 
1700
 
 
1701
        add separate printer definition for Canon MP620
 
1702
 
 
1703
2011-07-10      <gernot2270@sourceforge.net>
 
1704
 
 
1705
        Files:  src/main/print-canon.c (1.254) (+13 -7)
 
1706
 
 
1707
        add media size argument for ESC P command
 
1708
 
 
1709
2011-07-09      <rlk@sourceforge.net>
 
1710
 
 
1711
        Files:  po/nl.po (1.87) (+1949 -2422)
 
1712
 
 
1713
        Update Dutch translation
 
1714
 
 
1715
2011-07-06      <gernot2270@sourceforge.net>
 
1716
 
 
1717
        Files:  src/main/print-olympus.c (1.99) (+52 -40)
 
1718
                src/xml/printers.xml (1.133) (+6 -6)
 
1719
 
 
1720
        committing Solomon Peachy's patch (v3) for SELPHY CP series, with updated model numbers
 
1721
 
 
1722
2011-07-06      <rlk@sourceforge.net>
 
1723
 
 
1724
        Files:  NEWS (1.467) (+4 -1)
 
1725
                src/xml/printers.xml (1.132) (+2 -1)
 
1726
 
 
1727
        Add Epson RX650
 
1728
 
 
1729
2011-07-04      <gernot2270@sourceforge.net>
 
1730
 
 
1731
        Files:  src/main/canon-inks.h (1.60) (+1 -0)
 
1732
                src/main/canon-media.h (1.51) (+16 -0)
 
1733
                src/main/canon-modes.h (1.96) (+20 -0)
 
1734
                src/main/canon-printers.h (1.125) (+14 -0)
 
1735
                src/main/print-canon.c (1.253) (+21 -4)
 
1736
                src/xml/printers.xml (1.131) (+3 -1)
 
1737
 
 
1738
        Canon iP90/iP90v experimental support added
 
1739
 
 
1740
2011-07-03      <rlk@sourceforge.net>
 
1741
 
 
1742
        Files:  src/cups/Makefile.am (1.121) (+3 -3)
 
1743
 
 
1744
        Use build-time definition of ALL_LINGUAS rather than unnecessarily
 
1745
        substituting at autogen time.
 
1746
 
 
1747
2011-07-03      <rlk@sourceforge.net>
 
1748
 
 
1749
        Files:  configure.ac (1.228) (+3 -3)
 
1750
                po/uk.po (1.4) (+228 -47)
 
1751
 
 
1752
        Re-enable Ukrainian translation
 
1753
 
 
1754
2011-07-02      <rlk@sourceforge.net>
 
1755
 
 
1756
        Files:  configure.ac (1.227) (+3 -3)
 
1757
 
 
1758
        Remove Ukrainian translation (still has illegal strings).
 
1759
 
 
1760
2011-07-02      <rlk@sourceforge.net>
 
1761
 
 
1762
        Files:  configure.ac (1.226) (+3 -3)
 
1763
                po/uk.po (1.3) (+370 -347)
 
1764
 
 
1765
        Add/update Ukrainian translation
 
1766
 
 
1767
2011-06-16      <m0m@sourceforge.net>
 
1768
 
 
1769
        Files:  src/main/print-olympus.c (1.98) (+141 -16)
 
1770
                src/xml/printers.xml (1.130) (+10 -3)
 
1771
 
 
1772
        fixed support for Canon SELPHY ES2, ES20
 
1773
        added support for Canon SELPHY ES3, ES30, ES40
 
1774
        added Canon SELPHY CP760, CP770, CP780, CP790 to the list of printers
 
1775
 
 
1776
        Thanks to Solomon Peachy and Gernot Hassenpflug
 
1777
        (http://old.nabble.com/dye-sub-Canon-ES20%2C-ES40-help-tt31812008.html)
 
1778
 
 
1779
2011-06-14      <gernot2270@sourceforge.net>
 
1780
 
 
1781
        Files:  po/cs.po (1.61) (+1611 -1601)
 
1782
                po/da.po (1.104) (+1611 -1601)
 
1783
                po/de.po (1.76) (+1611 -1601)
 
1784
                po/el.po (1.76) (+1611 -1601)
 
1785
                po/en_GB.po (1.169) (+1611 -1601)
 
1786
                po/es.po (1.74) (+1611 -1601)
 
1787
                po/fi.po (1.6) (+1611 -1601)
 
1788
                po/fr.po (1.102) (+1611 -1601)
 
1789
                po/hu.po (1.34) (+1611 -1601)
 
1790
                po/it.po (1.14) (+1611 -1601)
 
1791
                po/ja.po (1.70) (+1611 -1601)
 
1792
                po/nb.po (1.35) (+1611 -1601)
 
1793
                po/nl.po (1.86) (+1611 -1601)
 
1794
                po/pl.po (1.80) (+1611 -1601)
 
1795
                po/pt.po (1.75) (+1611 -1601)
 
1796
                po/ru.po (1.8) (+1611 -1601)
 
1797
                po/sk.po (1.79) (+1611 -1601)
 
1798
                po/sl.po (1.3) (+1611 -1601)
 
1799
                po/sv.po (1.105) (+1612 -1602)
 
1800
                po/zh_TW.po (1.35) (+1611 -1601)
 
1801
                src/cups/genppd.c (1.187) (+3 -2)
 
1802
                src/main/canon-inks.h (1.59) (+29 -4)
 
1803
                src/main/canon-media.h (1.50) (+22 -0)
 
1804
                src/main/canon-modes.h (1.95) (+25 -0)
 
1805
                src/main/canon-printers.h (1.124) (+31 -0)
 
1806
                src/main/print-canon.c (1.252) (+3 -2)
 
1807
                src/xml/printers.xml (1.129) (+3 -1)
 
1808
 
 
1809
        add experimental support for Canon SELPHY DS700 and DS810
 
1810
 
 
1811
2011-06-13      <gernot2270@sourceforge.net>
 
1812
 
 
1813
        Files:  src/main/canon-media.h (1.49) (+1 -1)
 
1814
                src/main/canon-printers.h (1.123) (+2 -2)
 
1815
 
 
1816
        updated MP540, MP550 command set
 
1817
 
 
1818
2011-06-13      <rlk@sourceforge.net>
 
1819
 
 
1820
        Files:  src/escputil/d4lib.c (1.14) (+45 -36)
 
1821
                src/escputil/escputil.c (1.105) (+86 -72)
 
1822
 
 
1823
        Print debugging information more clearly
 
1824
 
 
1825
2011-06-12      <rlk@sourceforge.net>
 
1826
 
 
1827
        Files:  doc/README.maintaining (1.28) (+3 -2)
 
1828
 
 
1829
        docbook-toys is called docbook-utils on some systems.
 
1830
 
 
1831
2011-06-12      <rlk@sourceforge.net>
 
1832
 
 
1833
        Files:  NEWS (1.466) (+26 -1)
 
1834
                README (1.210) (+15 -11)
 
1835
 
 
1836
        Bump version
 
1837
 
 
1838
2011-06-12      <gernot2270@sourceforge.net>
 
1839
 
 
1840
        Files:  src/main/canon-modes.h (1.94) (+680 -677)
 
1841
                src/main/canon-printers.h (1.122) (+100 -99)
 
1842
                src/main/print-canon.c (1.251) (+9 -5)
 
1843
 
 
1844
        changed raster_lines_per_block from being part of printer definition to being part of each mode definition
 
1845
 
 
1846
2011-06-12      <rlk@sourceforge.net>
 
1847
 
 
1848
        Files:  include/gutenprint/vars.h (1.10) (+5 -5)
 
1849
 
 
1850
        Correct documentation of stp_vars_copy_from.
 
1851
 
 
1852
2011-06-12      <rlk@sourceforge.net>
 
1853
 
 
1854
        Files:  configure.ac (1.225) (+5 -5)
 
1855
                include/gutenprint/vars.h (1.9) (+9 -1)
 
1856
                src/main/gutenprint-internal.h (1.5) (+4 -4)
 
1857
                src/main/print-vars.c (1.93) (+77 -14)
 
1858
 
 
1859
        Add stp_vars_copy_from(dest, src).
 
1860
 
 
1861
        Add prefix argument to stpi_vars_print_error.
 
1862
 
 
1863
        Add some more debugging.
 
1864
 
 
1865
2011-06-12      <rlk@sourceforge.net>
 
1866
 
 
1867
        Files:  src/main/mxml-file.c (1.11) (+11 -10)
 
1868
 
 
1869
        Make the buffer sizes be defined constants rather than arbitrary
 
1870
        inline integers.
 
1871
 
 
1872
2011-06-12      <rlk@sourceforge.net>
 
1873
 
 
1874
        Files:  src/cups/test-rastertogutenprint.in (1.18) (+9 -6)
 
1875
 
 
1876
        Allow specifying how many pages should be tested.
 
1877
 
 
1878
2011-06-11      <gernot2270@sourceforge.net>
 
1879
 
 
1880
        Files:  src/main/canon-printers.h (1.121) (+2 -2)
 
1881
 
 
1882
        changed raster blocks to 16 on MP540, MP550
 
1883
 
 
1884
2011-06-11      <gernot2270@sourceforge.net>
 
1885
 
 
1886
        Files:  src/main/canon-printers.h (1.120) (+4 -4)
 
1887
 
 
1888
        added back CANON_CAP_I from iP4700, MP540, MP550, but changed raster blocks to 16 on iP4700
 
1889
 
 
1890
2011-06-11      <gernot2270@sourceforge.net>
 
1891
 
 
1892
        Files:  src/main/canon-printers.h (1.119) (+3 -3)
 
1893
 
 
1894
        removed CANON_CAP_I from iP4700, MP540, MP550 experimentally
 
1895
 
 
1896
2011-06-11      <gernot2270@sourceforge.net>
 
1897
 
 
1898
        Files:  src/main/canon-printers.h (1.118) (+20 -20)
 
1899
                src/main/print-canon.c (1.250) (+2 -2)
 
1900
 
 
1901
        fixed CANON_CAP_P for several models and corrected CANON_CAP_P code in print-canon.c
 
1902
 
 
1903
2011-06-11      <gernot2270@sourceforge.net>
 
1904
 
 
1905
        Files:  src/main/canon-modes.h (1.93) (+0 -2)
 
1906
                src/main/canon-printers.h (1.117) (+3 -3)
 
1907
 
 
1908
        added CANON_CAP_P support to Canon MP550, iP4700
 
1909
 
 
1910
2011-06-11      <gernot2270@sourceforge.net>
 
1911
 
 
1912
        Files:  src/main/canon-modes.h (1.92) (+4 -5)
 
1913
                src/main/canon-printers.h (1.116) (+1 -1)
 
1914
 
 
1915
        changed Canon iP4700 ink definitions, changed command set
 
1916
 
 
1917
2011-06-11      <gernot2270@sourceforge.net>
 
1918
 
 
1919
        Files:  src/main/canon-modes.h (1.91) (+22 -0)
 
1920
                src/main/canon-printers.h (1.115) (+2 -2)
 
1921
 
 
1922
        created separate mode list for MP550, changes ink channel order
 
1923
 
 
1924
2011-06-09      <rlk@sourceforge.net>
 
1925
 
 
1926
        Files:  src/xml/printers.xml (1.128) (+2 -1)
 
1927
 
 
1928
        Add Epson CX3900
 
1929
 
 
1930
2011-06-07      <gernot2270@sourceforge.net>
 
1931
 
 
1932
        Files:  src/main/canon-modes.h (1.90) (+1 -1)
 
1933
 
 
1934
        corrected Canon MP540, MP550 600dpi draft mode to not use photo black ink
 
1935
 
 
1936
2011-06-07      <gernot2270@sourceforge.net>
 
1937
 
 
1938
        Files:  src/main/canon-modes.h (1.89) (+1 -1)
 
1939
 
 
1940
        corrected Canon MP540, MP550 600dpi high mode to not use photo black ink
 
1941
 
 
1942
2011-06-07      <gernot2270@sourceforge.net>
 
1943
 
 
1944
        Files:  src/main/canon-modes.h (1.88) (+3 -3)
 
1945
                src/main/canon-printers.h (1.114) (+2 -3)
 
1946
 
 
1947
        corrected Canon MP990 command set, modified photo mode names
 
1948
 
 
1949
2011-06-07      <gernot2270@sourceforge.net>
 
1950
 
 
1951
        Files:  src/main/canon-modes.h (1.87) (+1 -1)
 
1952
                src/main/canon-printers.h (1.113) (+1 -1)
 
1953
 
 
1954
        corrected Canon MP250 command set, changed default print mode to 300dpi
 
1955
 
 
1956
2011-05-23      <rlk@sourceforge.net>
 
1957
 
 
1958
        Files:  src/xml/escp2/model/model_115.xml (1.2) (+0 -2)
 
1959
 
 
1960
        Fix a segfault in the CUPS driver with the Epson R3000.
 
1961
 
 
1962
2011-05-22      <rlk@sourceforge.net>
 
1963
 
 
1964
        Files:  src/cups/test-rastertogutenprint.in (1.17) (+1 -1)
 
1965
 
 
1966
        Recognize -h option.
 
1967
 
 
1968
2011-05-14      <rlk@sourceforge.net>
 
1969
 
 
1970
        Files:  src/main/gutenprint-internal.h (1.4) (+4 -2)
 
1971
                src/main/print-color.c (1.144) (+2 -2)
 
1972
                src/main/print-vars.c (1.92) (+83 -1)
 
1973
 
 
1974
        Add some debug information to the printout if an assertion trips
 
1975
 
 
1976
2011-05-14      <rlk@sourceforge.net>
 
1977
 
 
1978
        Files:  src/testpattern/run-testpattern-2.in (1.42) (+50 -1)
 
1979
 
 
1980
        Add options to list printers, list options for a printer, and list
 
1981
        values for each option.
 
1982
 
 
1983
2011-05-07      <gernot2270@sourceforge.net>
 
1984
 
 
1985
        Files:  src/main/canon-inks.h (1.58) (+61 -3)
 
1986
                src/main/canon-media.h (1.48) (+7 -0)
 
1987
                src/main/canon-modes.h (1.86) (+7 -4)
 
1988
                src/main/canon-printers.h (1.112) (+14 -0)
 
1989
                src/xml/printers.xml (1.127) (+2 -1)
 
1990
                test/pixma_parse.c (1.24) (+78 -10)
 
1991
                test/pixma_parse.h (1.8) (+0 -1)
 
1992
 
 
1993
        add support for Canon iP3500, add photo modes for MP520
 
1994
 
 
1995
===============================================================================
 
1996
Name: gutenprint-5_2_7
 
1997
 
 
1998
2011-05-03      <rlk@sourceforge.net>
 
1999
 
 
2000
        Files:  AUTHORS (1.26) (+3 -0)
 
2001
 
 
2002
        Update authors file.
 
2003
 
 
2004
2011-05-03      <rlk@sourceforge.net>
 
2005
 
 
2006
        Files:  AUTHORS (1.25) (+5 -1)
 
2007
 
 
2008
        Add Gernot to the list.
 
2009
 
1
2010
2011-05-02      <rlk@sourceforge.net>
2
2011
 
3
2012
        Files:  po/cs.po (1.60) (+3276 -3090)
472
2481
 
473
2482
        Files:  NEWS (1.448) (+4 -0)
474
2483
                configure.ac (1.222) (+3 -3)
475
 
                po/sl.po (1.1) (added +14546 -0)
 
2484
                po/sl.po (1.1) (added +14556 -0)
476
2485
 
477
2486
        Add Slovenian translation
478
2487
 
551
2560
                src/xml/escp2/inks/Makefile.am (1.13) (+2 -1)
552
2561
                src/xml/escp2/inks/f360_ultrachrome_k3v_2.xml (1.1) (added +610 -0)
553
2562
                src/xml/escp2/model/Makefile.am (1.27) (+3 -2)
554
 
                src/xml/escp2/model/model_115.xml (1.1) (added +164 -0)
 
2563
                src/xml/escp2/model/model_115.xml (1.1) (added +162 -0)
555
2564
                src/xml/printers.xml (1.101) (+3 -1)
556
2565
 
557
2566
        Experimental support for Epson Stylus Photo R3000
1758
3767
2010-04-19      <rlk@sourceforge.net>
1759
3768
 
1760
3769
        Files:  configure.ac (1.217) (+3 -3)
1761
 
                po/fi.po (1.1) (added +14461 -0)
 
3770
                po/fi.po (1.1) (added +14471 -0)
1762
3771
 
1763
3772
        Add Finnish translation
1764
3773
 
2096
4105
2009-06-24      <rlk@sourceforge.net>
2097
4106
 
2098
4107
        Files:  configure.ac (1.213) (+3 -3)
2099
 
                po/ru.po (1.1) (added +14488 -0)
 
4108
                po/ru.po (1.1) (added +14498 -0)
2100
4109
 
2101
4110
        Add Russian translation
2102
4111
 
3046
5055
2008-11-11      <rlk@sourceforge.net>
3047
5056
 
3048
5057
        Files:  configure.ac (1.207) (+3 -3)
3049
 
                po/it.po (1.1) (added +14855 -0)
 
5058
                po/it.po (1.1) (added +14865 -0)
3050
5059
 
3051
5060
        Add Italian translation
3052
5061
 
5732
7741
                src/xml/escp2/model/model_87.xml (1.6) (+1 -0)
5733
7742
                src/xml/escp2/model/model_9.xml (1.5) (+1 -0)
5734
7743
                src/xml/escp2/qualitypresets/.cvsignore (1.1) (added +3 -0)
5735
 
                src/xml/escp2/qualitypresets/Makefile.am (1.1) (added +46 -0)
 
7744
                src/xml/escp2/qualitypresets/Makefile.am (1.1) (added +47 -0)
5736
7745
                src/xml/escp2/qualitypresets/p1_5.xml (1.1) (added +70 -0)
5737
7746
                src/xml/escp2/qualitypresets/picturemate.xml (1.1) (added +60 -0)
5738
7747
                src/xml/escp2/qualitypresets/standard.xml (1.1) (added +70 -0)
6592
8601
                src/xml/escp2/media/ultrachrome.xml (1.1) (added +918 -0)
6593
8602
                src/xml/escp2/media/x80.xml (1.1) (added +465 -0)
6594
8603
                src/xml/escp2/model/.cvsignore (1.1) (added +3 -0)
6595
 
                src/xml/escp2/model/Makefile.am (1.1) (added +157 -0)
 
8604
                src/xml/escp2/model/Makefile.am (1.1) (added +159 -0)
6596
8605
                src/xml/escp2/model/model_0.xml (1.1) (added +126 -0)
6597
8606
                src/xml/escp2/model/model_1.xml (1.1) (added +144 -0)
6598
8607
                src/xml/escp2/model/model_10.xml (1.1) (added +146 -0)
6681
8690
                src/xml/escp2/model/model_86.xml (1.1) (added +122 -0)
6682
8691
                src/xml/escp2/model/model_87.xml (1.1) (added +193 -0)
6683
8692
                src/xml/escp2/model/model_9.xml (1.1) (added +145 -0)
6684
 
                src/xml/papers.xml (1.1) (added +1368 -0)
6685
 
                src/xml/printers.xml (1.1) (added +1777 -0)
 
8693
                src/xml/papers.xml (1.1) (added +1403 -0)
 
8694
                src/xml/printers.xml (1.1) (added +1859 -0)
6686
8695
                test/run-testdither (1.13) (+1 -1)
6687
8696
                test/run-weavetest (1.25) (+1 -1)
6688
8697
 
7897
9906
 
7898
9907
2007-12-24      <rlk@sourceforge.net>
7899
9908
 
7900
 
        Files:  src/main/xmlppd.c (1.1) (added +576 -0)
 
9909
        Files:  src/main/xmlppd.c (1.1) (added +574 -0)
7901
9910
                src/main/xmlppd.h (1.1) (added +46 -0)
7902
9911
 
7903
9912
        First checkin of replacement PPD code (compiles, does not run successfully)
7972
9981
                src/cups/Makefile.am (1.94) (+4 -3)
7973
9982
                src/cups/genppd.c (1.139) (+7 -2)
7974
9983
                src/cups/rastertoprinter.c (1.114) (+162 -91)
7975
 
                src/cups/test-rastertogutenprint.in (1.1) (added +247 -0)
 
9984
                src/cups/test-rastertogutenprint.in (1.1) (added +250 -0)
7976
9985
 
7977
9986
        Add test for CUPS driver
7978
9987
 
10224
12233
2006-09-30      <faust3@sourceforge.net>
10225
12234
 
10226
12235
        Files:  test/Makefile.am (1.47) (+4 -2)
10227
 
                test/pixma_parse.c (1.1) (added +816 -0)
10228
 
                test/pixma_parse.h (1.1) (added +266 -0)
 
12236
                test/pixma_parse.c (1.1) (added +894 -0)
 
12237
                test/pixma_parse.h (1.1) (added +265 -0)
10229
12238
 
10230
12239
        add pixma_parse a parser for canon bjl printjobs that can also generate ppm images from the raster data
10231
12240
 
10918
12927
 
10919
12928
2006-08-28      <faust3@sourceforge.net>
10920
12929
 
10921
 
        Files:  src/main/canon-modes.h (1.1) (added +1382 -0)
 
12930
        Files:  src/main/canon-modes.h (1.1) (added +3359 -0)
10922
12931
 
10923
12932
        file canon-modes.h was initially added on branch canon_experimental.
10924
12933
 
10925
12934
2006-08-07      <faust3@sourceforge.net>
10926
12935
 
10927
 
        Files:  src/main/canon-inks.h (1.1) (added +2148 -0)
 
12936
        Files:  src/main/canon-inks.h (1.1) (added +3204 -0)
10928
12937
 
10929
12938
        file canon-inks.h was initially added on branch canon_experimental.
10930
12939
 
10980
12989
 
10981
12990
2006-07-23      <faust3@sourceforge.net>
10982
12991
 
10983
 
        Files:  src/main/canon-printers.h (1.1) (added +1589 -0)
 
12992
        Files:  src/main/canon-printers.h (1.1) (added +2353 -0)
10984
12993
 
10985
12994
        file canon-printers.h was initially added on branch canon_experimental.
10986
12995
 
10987
12996
2006-07-22      <faust3@sourceforge.net>
10988
12997
 
10989
 
        Files:  src/main/canon-media.h (1.1) (added +1129 -0)
 
12998
        Files:  src/main/canon-media.h (1.1) (added +1923 -0)
10990
12999
                src/main/print-canon.c (1.175) (+43 -121)
10991
 
                src/main/print-canon.h (1.1) (added +142 -0)
 
13000
                src/main/print-canon.h (1.1) (added +148 -0)
10992
13001
 
10993
13002
        Cleanup Step 1
10994
13003
        create a header for the canon driver
11579
13588
        Files:  configure.ac (1.139) (+4 -2)
11580
13589
                src/testpattern/Makefile.am (1.24) (+4 -3)
11581
13590
                src/testpattern/printer_options.c (1.1) (added +262 -0)
11582
 
                src/testpattern/run-testpattern-2.in (1.1) (added +705 -0)
 
13591
                src/testpattern/run-testpattern-2.in (1.1) (added +756 -0)
11583
13592
                test/Makefile.am (1.46) (+1 -5)
11584
13593
 
11585
13594
        Add improved test based on testpattern generator.
13211
15220
2005-08-10      <rlk@sourceforge.net>
13212
15221
 
13213
15222
        Files:  configure.ac (1.129) (+3 -3)
13214
 
                po/zh_TW.po (1.1) (added +15565 -0)
 
15223
                po/zh_TW.po (1.1) (added +15575 -0)
13215
15224
 
13216
15225
        Add zh_TW support
13217
15226
 
14299
16308
2005-04-09      <rlk@sourceforge.net>
14300
16309
 
14301
16310
        Files:  src/escputil/Makefile.am (1.18) (+2 -0)
14302
 
                src/escputil/d4lib.c (1.1) (added +1510 -0)
 
16311
                src/escputil/d4lib.c (1.1) (added +1519 -0)
14303
16312
                src/escputil/d4lib.h (1.1) (added +55 -0)
14304
16313
                src/escputil/escputil.c (1.67) (+547 -259)
14305
16314
 
15067
17076
                include/gutenprint/sequence.h (1.1) (added +409 -0)
15068
17077
                include/gutenprint/string-list.h (1.1) (added +100 -0)
15069
17078
                include/gutenprint/util.h (1.1) (added +187 -0)
15070
 
                include/gutenprint/vars.h (1.1) (added +1541 -0)
 
17079
                include/gutenprint/vars.h (1.1) (added +1549 -0)
15071
17080
                include/gutenprint/weave.h (1.1) (added +180 -0)
15072
17081
                include/gutenprint/xml.h (1.1) (added +93 -0)
15073
17082
                include/gutenprintui/.cvsignore (1.1) (added)
15250
17259
                src/main/gimpprint.dtd (1.7) (removed)
15251
17260
                src/main/gimpprint.pc.in (1.4) (removed)
15252
17261
                src/main/gimpprint.xsd (1.8) (removed)
15253
 
                src/main/gutenprint-internal.h (1.1) (added +85 -0)
 
17262
                src/main/gutenprint-internal.h (1.1) (added +87 -0)
15254
17263
                src/main/gutenprint.dtd (1.1) (added +224 -0)
15255
17264
                src/main/gutenprint.pc.in (1.1) (added +11 -0)
15256
17265
                src/main/gutenprint.xsd (1.1) (added +370 -0)
16824
18833
 
16825
18834
2004-05-01      <rlk@sourceforge.net>
16826
18835
 
16827
 
        Files:  po/hu.po (1.1) (added +14560 -0)
 
18836
        Files:  po/hu.po (1.1) (added +14570 -0)
16828
18837
 
16829
18838
        file hu.po was initially added on branch gimp-print-4_2_branch.
16830
18839
 
17032
19041
 
17033
19042
2004-04-17      <rlk@sourceforge.net>
17034
19043
 
17035
 
        Files:  po/uk.po (1.1) (added +14031 -0)
 
19044
        Files:  po/uk.po (1.1) (added +14235 -0)
17036
19045
 
17037
19046
        file uk.po was initially added on branch gimp-print-4_2_branch.
17038
19047
 
17039
19048
2004-04-17      <rlk@sourceforge.net>
17040
19049
 
17041
 
        Files:  po/nb.po (1.1) (added +15822 -0)
 
19050
        Files:  po/nb.po (1.1) (added +15832 -0)
17042
19051
 
17043
19052
        file nb.po was initially added on branch gimp-print-4_2_branch.
17044
19053
 
21161
23170
 
21162
23171
2003-06-19      <rlk@sourceforge.net>
21163
23172
 
21164
 
        Files:  src/main/mxml-file.c (1.1) (added +1481 -0)
 
23173
        Files:  src/main/mxml-file.c (1.1) (added +1482 -0)
21165
23174
 
21166
23175
        file mxml-file.c was initially added on branch mxml-branch.
21167
23176
 
22070
24079
 
22071
24080
2003-05-21      <m0m@sourceforge.net>
22072
24081
 
22073
 
        Files:  src/main/print-olympus.c (1.1) (added +2881 -0)
 
24082
        Files:  src/main/print-olympus.c (1.1) (added +3018 -0)
22074
24083
 
22075
24084
        file print-olympus.c was initially added on branch olympus-driver-branch.
22076
24085
 
22415
24424
 
22416
24425
2003-05-04      <rlk@sourceforge.net>
22417
24426
 
22418
 
        Files:  po/cs.po (1.1) (added +16112 -0)
 
24427
        Files:  po/cs.po (1.1) (added +16122 -0)
22419
24428
 
22420
24429
        file cs.po was initially added on branch gimp-print-4_2_branch.
22421
24430
 
27162
29171
 
27163
29172
2002-10-21      <rlk@sourceforge.net>
27164
29173
 
27165
 
        Files:  src/main/print-vars.c (1.1) (added +2141 -0)
 
29174
        Files:  src/main/print-vars.c (1.1) (added +2286 -0)
27166
29175
 
27167
29176
        file print-vars.c was initially added on branch reorg-20021020-branch.
27168
29177
 
27169
29178
2002-10-21      <rlk@sourceforge.net>
27170
29179
 
27171
 
        Files:  src/main/print-papers.c (1.1) (added +440 -0)
 
29180
        Files:  src/main/print-papers.c (1.1) (added +432 -0)
27172
29181
 
27173
29182
        file print-papers.c was initially added on branch reorg-20021020-branch.
27174
29183
 
27378
29387
 
27379
29388
2002-10-07      <rlk@sourceforge.net>
27380
29389
 
27381
 
        Files:  po/ja.po (1.1) (added +16149 -0)
 
29390
        Files:  po/ja.po (1.1) (added +15466 -0)
27382
29391
 
27383
29392
        file ja.po was initially added on branch gimp-print-4_2_branch.
27384
29393
 
28504
30513
 
28505
30514
2002-06-01      <rlk@sourceforge.net>
28506
30515
 
28507
 
        Files:  po/de.po (1.1) (added +15522 -0)
 
30516
        Files:  po/de.po (1.1) (added +15532 -0)
28508
30517
 
28509
30518
        file de.po was initially added on branch gimp-print-4_2_branch.
28510
30519
 
28593
30602
 
28594
30603
2002-05-11      <rlk@sourceforge.net>
28595
30604
 
28596
 
        Files:  po/pt.po (1.1) (added +16223 -0)
 
30605
        Files:  po/pt.po (1.1) (added +16233 -0)
28597
30606
 
28598
30607
        file pt.po was initially added on branch gimp-print-4_2_branch.
28599
30608
 
28690
30699
 
28691
30700
2002-04-28      <rlk@sourceforge.net>
28692
30701
 
28693
 
        Files:  po/es.po (1.1) (added +16264 -0)
 
30702
        Files:  po/es.po (1.1) (added +16274 -0)
28694
30703
 
28695
30704
        Spanish translation
28696
30705
 
29423
31432
 
29424
31433
        Files:  acconfig.h (1.17) (removed)
29425
31434
                autogen.sh (1.4) (+1 -1)
29426
 
                configure.ac (1.1) (added +1122 -0)
 
31435
                configure.ac (1.1) (added +1123 -0)
29427
31436
                configure.in.in (1.121) (removed)
29428
31437
                debian/rules (1.35) (+2 -2)
29429
31438
                doc/README.maintaining (1.12) (+16 -22)
29590
31599
 
29591
31600
2002-03-16      <rlk@sourceforge.net>
29592
31601
 
29593
 
        Files:  po/nl.po (1.1) (added +14756 -0)
 
31602
        Files:  po/nl.po (1.1) (added +14293 -0)
29594
31603
 
29595
31604
        file nl.po was initially added on branch gimp-print-4_2_branch.
29596
31605
 
29823
31832
 
29824
31833
2002-02-16      <rlk@sourceforge.net>
29825
31834
 
29826
 
        Files:  po/el.po (1.1) (added +15846 -0)
 
31835
        Files:  po/el.po (1.1) (added +15856 -0)
29827
31836
 
29828
31837
        file el.po was initially added on branch gimp-print-4_2_branch.
29829
31838
 
29923
31932
 
29924
31933
2002-02-14      <rlk@sourceforge.net>
29925
31934
 
29926
 
        Files:  po/sk.po (1.1) (added +16208 -0)
 
31935
        Files:  po/sk.po (1.1) (added +16218 -0)
29927
31936
 
29928
31937
        file sk.po was initially added on branch gimp-print-4_2_branch.
29929
31938
 
30299
32308
                m4/gettext.m4 (1.1) (added +417 -0)
30300
32309
                m4/gimp.m4 (1.1) (added +211 -0)
30301
32310
                m4/lcmessage.m4 (1.1) (added +30 -0)
30302
 
                m4/libtool.m4 (1.1) (added +7356 -0)
 
32311
                m4/libtool.m4 (1.1) (added +7831 -0)
30303
32312
                m4/progtest.m4 (1.1) (added +92 -0)
30304
32313
                scripts/autogen.sh (1.17) (+12 -0)
30305
32314
                scripts/gettext.m4 (1.2) (removed)
31016
33025
2001-11-08      <rlk@sourceforge.net>
31017
33026
 
31018
33027
        Files:  configure.in.in (1.94) (+2 -2)
31019
 
                po/pl.po (1.1) (added +15471 -0)
 
33028
                po/pl.po (1.1) (added +15481 -0)
31020
33029
 
31021
33030
        Add Polish translation
31022
33031
 
31566
33575
2001-10-21      <rlk@sourceforge.net>
31567
33576
 
31568
33577
        Files:  configure.in.in (1.87) (+2 -2)
31569
 
                po/da.po (1.1) (added +14538 -0)
 
33578
                po/da.po (1.1) (added +14548 -0)
31570
33579
                po/en_GB.po (1.65) (+2 -2)
31571
33580
                po/fr.po (1.8) (+1 -1)
31572
33581
                po/no.po (1.8) (+1 -1)
31865
33874
 
31866
33875
        Files:  configure.in.in (1.84) (+3 -3)
31867
33876
                po/en_GB.po (1.57) (+335 -348)
31868
 
                po/fr.po (1.1) (added +15679 -0)
 
33877
                po/fr.po (1.1) (added +15689 -0)
31869
33878
                po/no.po (1.1) (added)
31870
33879
                po/sv.po (1.10) (+161 -554)
31871
33880
                src/cups/Makefile.am (1.37) (+2 -2)
32566
34575
 
32567
34576
        Files:  NEWS.4.2 (1.5) (+33 -24)
32568
34577
                configure.in.in (1.76) (+2 -2)
32569
 
                po/sv.po (1.1) (added +16458 -0)
 
34578
                po/sv.po (1.1) (added +16468 -0)
32570
34579
                src/foomatic/foomatic-printermap (1.13) (+1 -0)
32571
34580
                src/ghost/gdevstp.c (1.13) (+70 -33)
32572
34581
                src/main/print-escp2.c (1.121) (+168 -6)
36363
38372
                src/Makefile.am (1.2) (+2 -2)
36364
38373
                src/foomatic/.cvsignore (1.1) (added +13 -0)
36365
38374
                src/foomatic/Makefile.am (1.1) (added +122 -0)
36366
 
                src/foomatic/foomatic-generator.in (1.1) (added +1813 -0)
 
38375
                src/foomatic/foomatic-generator.in (1.1) (added +1835 -0)
36367
38376
                src/foomatic/foomatic-printermap (1.1) (added)
36368
38377
                src/foomatic/foomatic-templates/Brightness.xml (1.1) (added)
36369
38378
                src/foomatic/foomatic-templates/Contrast.xml (1.1) (added)
37138
39147
                autogen.sh (1.3) (+1 -1)
37139
39148
                configure.in.in (1.19) (+28 -13)
37140
39149
                debian/rules (1.3) (+8 -3)
37141
 
                doc/README.maintaining (1.1) (added +564 -0)
 
39150
                doc/README.maintaining (1.1) (added +565 -0)
37142
39151
                src/cups/Makefile.am (1.18) (+2 -2)
37143
39152
                src/cups/genppd.c (1.8) (+6 -2)
37144
39153
                src/cups/rastertoprinter.c (1.9) (+6 -2)
37658
39667
2001-02-08      <rleigh@sourceforge.net>
37659
39668
 
37660
39669
        Files:  configure.in.in (1.5) (+2 -2)
37661
 
                po/en_GB.po (1.1) (added +15136 -0)
 
39670
                po/en_GB.po (1.1) (added +15146 -0)
37662
39671
                po/en_TEST.po (1.1) (added)
37663
39672
 
37664
39673
        Add en_GB and en_TEST translations
38410
40419
                src/cups/commands/PrintSelfTestPage.cmd (1.1) (added +6 -0)
38411
40420
                src/cups/commands/ReportLevels.cmd (1.1) (added +6 -0)
38412
40421
                src/cups/commands/SetAlignment.cmd (1.1) (added +7 -0)
38413
 
                src/cups/commandtocanon.c (1.1) (added +196 -0)
38414
 
                src/cups/commandtoepson.c (1.1) (added +233 -0)
 
40422
                src/cups/commandtocanon.c (1.1) (added +197 -0)
 
40423
                src/cups/commandtoepson.c (1.1) (added +234 -0)
38415
40424
                src/cups/epson.c (1.1) (added)
38416
 
                src/cups/genppd.c (1.1) (added +2567 -0)
38417
 
                src/cups/rastertoprinter.c (1.1) (added +1449 -0)
 
40425
                src/cups/genppd.c (1.1) (added +2563 -0)
 
40426
                src/cups/rastertoprinter.c (1.1) (added +1708 -0)
38418
40427
 
38419
40428
        Moved cups/* under src/cups
38420
40429
 
38508
40517
                quickmatrix257.h (1.5) (removed)
38509
40518
                ran.367.179.h (1.4) (removed)
38510
40519
                ran.509.131.h (1.4) (removed)
38511
 
                src/main/print-canon.c (1.1) (added +2702 -0)
 
40520
                src/main/print-canon.c (1.1) (added +2967 -0)
38512
40521
                src/main/print-color.c (1.1) (added +1775 -0)
38513
40522
                src/main/print-dither.c (1.1) (added)
38514
 
                src/main/print-escp2.c (1.1) (added +4569 -0)
 
40523
                src/main/print-escp2.c (1.1) (added +4572 -0)
38515
40524
                src/main/print-lexmark.c (1.1) (added +3025 -0)
38516
40525
                src/main/print-pcl.c (1.1) (added +3085 -0)
38517
40526
                src/main/print-ps.c (1.1) (added +1380 -0)
38518
40527
                src/main/print-util.c (1.1) (added +668 -0)
38519
 
                src/main/print-weave.c (1.1) (added +2006 -0)
 
40528
                src/main/print-weave.c (1.1) (added +1994 -0)
38520
40529
                src/main/printers.xml (1.1) (added)
38521
40530
                src/main/quickmatrix257.h (1.1) (added)
38522
40531
                src/main/ran.367.179.h (1.1) (added)
38552
40561
        Files:  escputil.1.in (1.2) (removed)
38553
40562
                escputil.c (1.27) (removed)
38554
40563
                man/escputil.1.in (1.1) (added +128 -0)
38555
 
                src/escputil/escputil.c (1.1) (added +2198 -0)
 
40564
                src/escputil/escputil.c (1.1) (added +2212 -0)
38556
40565
 
38557
40566
        Moved escputil to src/escputil and man
38558
40567
 
46605
48614
 
46606
48615
2000-02-03      <sharkey@sourceforge.net>
46607
48616
 
46608
 
        Files:  configure.in (1.1) (added +1122 -0)
 
48617
        Files:  configure.in (1.1) (added +1123 -0)
46609
48618
 
46610
48619
        This is my first attempt at a configuration input file for autoconf.  It's
46611
48620
        got some cheesy inelegant bits, but, it seems to work for me.  I'll try
46616
48625
 
46617
48626
2000-02-03      <sharkey@sourceforge.net>
46618
48627
 
46619
 
        Files:  AUTHORS (1.1) (added +124 -0)
 
48628
        Files:  AUTHORS (1.1) (added +131 -0)
46620
48629
                COPYING (1.1) (added +340 -0)
46621
 
                ChangeLog (1.1) (added +47653 -0)
 
48630
                ChangeLog (1.1) (added +49545 -0)
46622
48631
                INSTALL (1.1) (added +365 -0)
46623
48632
                Makefile (1.12) (+196 -240)
46624
48633
                Makefile.am (1.3) (+11 -5)
46625
48634
                Makefile.in (1.2) (+174 -189)
46626
 
                NEWS (1.1) (added +2118 -0)
 
48635
                NEWS (1.1) (added +2311 -0)
46627
48636
 
46628
48637
        These files are required documentation files for applications using
46629
48638
        autoconf for configuration.  The current versions of these files
47254
49263
 
47255
49264
1999-11-14      <rlk@sourceforge.net>
47256
49265
 
47257
 
        Files:  README (1.1) (added +821 -0)
 
49266
        Files:  README (1.1) (added +826 -0)
47258
49267
                print-escp2.c (1.26) (+32 -12)
47259
49268
                print-util.c (1.28) (+59 -41)
47260
49269
                print.c (1.23) (+5 -2)
47653
49662
 
47654
49663
1999-09-12      <rlk@sourceforge.net>
47655
49664
 
47656
 
        Files:  Makefile (1.1) (added +1023 -0)
 
49665
        Files:  Makefile (1.1) (added +1027 -0)
47657
49666
                print-escp2.c (1.2) (+259 -24)
47658
49667
                print-pcl.c (1.2) (+3 -2)
47659
49668
                print-ps.c (1.2) (+3 -2)
47666
49675
1999-09-12      <rlk@sourceforge.net>
47667
49676
 
47668
49677
        Files:  Makefile.am (1.1) (added +214 -0)
47669
 
                Makefile.in (1.1) (added +1023 -0)
 
49678
                Makefile.in (1.1) (added +1027 -0)
47670
49679
                print-escp2.c (1.1) (added)
47671
49680
                print-pcl.c (1.1) (added)
47672
49681
                print-ps.c (1.1) (added)