-
Notifications
You must be signed in to change notification settings - Fork 25
/
ChangeLog
69 lines (47 loc) · 2.2 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
2009-02-04 Arne John Glenstrup <panic@arnesthinkpad>
* rastertoptch.c:
- Added limits.h include file for MAX_INT etc.
- Explicitly discard return value of fwrite
2006-09-08 Arne John Glenstrup <[email protected]>
* opt/:
- Added PT-2300 to the list of printers
2006-05-01 Arne John Glenstrup <[email protected]>
* configure.ac:
- Added a check for cups/cups.h and cups/raster.h
2006-03-09 Arne John Glenstrup <[email protected]>
* rastertoptch.c:
- Added ConcatPages option to print several pages as 1 page
This requires a major restructuring, so all pixel data is
now internally stored in RLE format.
2006-03-01 Arne John Glenstrup <[email protected]>
* rastertoptch.c:
- Added option to dis/enable "ESC i z ...", fixing PT-* problem
- Fixed rounding bug so that emitted lines is exactly the number
stated in the preamble
2006-02-12 Arne John Glenstrup <[email protected]>
* rastertoptch.c:
- Made AdvanceMedia work correctly
2006-02-09 Arne John Glenstrup <[email protected]>
* rastertoptch.c:
- Fixed bug causing error for continuous tape
- Fixed bug in emitting empty lines for RLE
2006-02-03 Arne John Glenstrup <[email protected]>
* Installation: Moved rastertoptch to /usr/bin
* rastertoptch.c:
- Removed bug that would surface when non-null margins
- Improved horizontal line placement and out-of-bound checks
-----
Copyright (c) 2006 Arne John Glenstrup <[email protected]>
This file is part of ptouch-driver.
ptouch-driver is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
ptouch-driver is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with ptouch-driver; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA