blob: e80edd8fca69086341339e4af961a1a89097c5dd (
plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
2008-12-06 Karl Berry <karl@tug.org>
* dvipdfm.c (do_args): omit check of upper bound for minor
pdf version. (Per mail from Akira, 05 Dec 2008 15:39:14.)
2008-06-05 Karl Berry <karl@tug.org>
* Update to 0.13.2d (with the timezone fix we already had, but
also finding fontmaps along the new path).
2000-07-25 Mark A. Wicks <mwicks@betelgeuse.localdomain>
* Changed version to 0.13
* Cleaned up DVI and VF code so it all works on 16 bit chars
* Added support for 16 bit virtual fonts (OTF file)
2000-07-23 Mark A. Wicks <mwicks@betelgeuse.localdomain>
* Cleanly separated encodings from fonts so that multiple
encodings can be used for the same font in the same document.
That way, all glyphs (>256) are available from a font:-).
* Made Type 1 font parsing and font subsetting more robust
* Changed version to 0.12.9beta
* Changed encoding method to help Acrobat Exchange 3.0
merge files created by dvipdfm.
2000-07-06 Mark A. Wicks <mwicks@betelgeuse.localdomain>
* Changed version to 0.12.8
* Fixed a bug in the encoding code that could
cause characters to disappear in certain situations
* Fixed figure inclusion bugs
- Specials generated by older psfig macros now work
- Clipping/cropping and bounding box overrides now
work on included MetaPost images. Clipping/cropping
and bounding box overrides don't (and may never)
work on bitmaps.
2000-05-24 Mark A. Wicks <mwicks@betelgeuse.localdomain>
* Fixed another unrelated bug that mostly affected color maps on
embedded bitmaps
2000-02-06 Mark A. Wicks <mwicks@betelgeuse.localdomain>
* Fixed a bug that mostly affected color maps on embedded bitmaps
1999-01 thru
2000-03 07-06 Mark A. Wicks <mwicks@betelgeuse.localdomain>
* Made PS parsing a bit more robust
1999-09-19 Mark A. Wicks <mwicks@betelgeuse.wicks.net>
* Changed version to 0.12.4.
* Added link breaking code (aka breaklinks) and additional
\special operators to support them.
* Fixed a bug in slanted font code
* Fixed a bug in TFM code that won't actually execute
unless you have a defective TFM file.
1999-09-06 Mark A. Wicks <mwicks@betelgeuse.wicks.net>
* Added native MetaPost and native support
for simple PS operators
* Added PS/EPS support with helper program
* Added a configuration file
* Added standard color specials
* Added standard landscape and papersize specials
* Added support for PSfile and plotfile specials
1999-08-22 Mark A. Wicks <mwicks@betelgeuse.wicks.net>
* Added slantfont and expand font support
* Removed dependency on AFM files
* Added support for font remapping to work around
some problems with Adobe Reader and certain character positions.
* Reworked font code a lot.
1999-02-08 Mark A. Wicks <mwicks@odo.kettering.edu>
* Version 0.10.0 includes
PK font support
Tpic special support
kpath searching for included pdf and jpeg files via
the path defined by TEXPICTS
1998-11-30 Mark A. Wicks <mwicks@odo.kettering.edu>
* Cleaned up a lot of little things.
* Tried to make code 8-bit clean in most places
* Added check for timezone in autoconf script.
1998-11-29 Mark A. Wicks <mwicks@betelgeuse.wicks.net>
* Added font re-encoding support and created a map file for common
PostScript fonts.
* Cleaned up some little things.
1998-11-27 Mark A. Wicks <mwicks@odo.kettering.edu>
* Changed source tree to fit with texk distribution.
* Added cmyk color support.
1998-11-26 Mark A. Wicks <mwicks@odo.kettering.edu>
* Fixed a bug in the outline/bookmark tree structure.
* Changed the \special parser so it would recognize numbers
that don't start with a digit.
* Added macro support for Graphics and hyperref.
* Several minor changes.
|