blob: 358e6ba2bf3f8303896f8c7a3b3488b24c0f115c (
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
|
2011-05-09 Peter Breitenlohner <peb@mppmu.mpg.de>
* ../dvipdfmx-20110311/data/dvipdfmx.cfg: Synched from Master.
* patch-00-cfg: Adapted (by Karl Berry <karl@tug.org>).
2011-05-03 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported snapshot 20110311.
* patch-04-dvipdfmx-20110311 (removed): Now included.
* patch-01-manpage (new): Update man/extractbb.1.
2011-04-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-00-cfg (new): Change dvipdfmx.cfg to use rungs instead of
the default ps2pdf -dSAFER, to avoid complete pstricks failure with
xetex.
2011-03-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-04-dvipdfmx-20110311 (new): From upstream.
2011-03-09 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported snapshot 20110309.
* patch-01-dpxfile, patch-02-manpage, patch-03-sys_wait_h
(removed): Now all in the distributed snapshot.
2011-03-08 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-03-sys_wait_h (new): Check for sys/wait.h, in order to
define HAVE_SYS_WAIT_H (required for src/dpxfile.c).
2011-03-07 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported snapshot 20110305.
* patch-01-dpxfile (new): Use concat3() instead of concatn().
Avoid compiler warnings: add const's; cast `unsigned char' to
`unsigned short' for printing.
* patch-02-manpage (new): Add ebb to NAME; better formatting.
|