~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/dvipdfmx/dvipdfmx-20110311-PATCHES/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2012-03-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
2
 
 
3
 
        * patch-08-extern (new): Remove extern decls from *.c files.
4
 
        * dpxfile.c: Drop obsolete comment that mkstemp may not be
5
 
        declared in stdlib.h.
6
 
        * spc_color.c: Drop 'extern' from function definition.
7
 
        * error.h: ANSI C prototype for error_cleanup().
8
 
        * error.c: Drop extern decl, now in error.h.
9
 
        * dvipdfmx.c: Add '#include "error.h"' and drop extern decl.
10
 
 
11
 
2012-03-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
12
 
 
13
 
        * patch-07-surrogates (new): Handle UTP-16 surrogates for UCS-4
14
 
        supplementary planes.  Based on patch from Tanaka Takuji-san.
15
 
 
16
 
2012-01-17  Hironori Kitagawa  <h_kitagawa2001@yahoo.co.jp>
17
 
 
18
 
        * patch-06-dtou (new): Support for (e-)(u)pTeX dtou direction.
19
 
 
20
 
2011-11-05  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
21
 
 
22
 
        * patch-04-uptex: remove incompatible lines and erase #ifdef upTeX.
23
 
 
24
 
2011-10-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
25
 
 
26
 
        * patch-05-typo (new): Fix typo "featre" -> "feature".
27
 
 
28
 
2011-09-07  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
29
 
 
30
 
        * patch-04-uptex (new): (e-)upTeX support.
31
 
 
32
 
2011-06-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
33
 
 
34
 
        * patch-02-exec_spawn (new): Bug fix for exec_spawn() from
35
 
        Akira Kakuto  <kakuto@fuk.kindai.ac.jp> and Peter Breitenlohner.
36
 
 
37
 
        * patch-03-uint32_t (new): Portability fix (for AIX).
38
 
 
39
 
2011-05-31  Peter Breitenlohner  <peb@mppmu.mpg.de>
40
 
 
41
 
        * patch-01-manpage: Adapted to modified extractbb manpage.
42
 
 
43
 
2011-05-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
44
 
 
45
 
        * ../dvipdfmx-20110311/data/dvipdfmx.cfg: Synched from Master.
46
 
        * patch-00-cfg: Adapted (by Karl Berry <karl@tug.org>).
47
 
 
48
 
2011-05-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
49
 
 
50
 
        Imported snapshot 20110311.
51
 
        * patch-04-dvipdfmx-20110311 (removed): Now included.
52
 
        * patch-01-manpage (new): Update man/extractbb.1.
53
 
 
54
 
2011-04-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
55
 
 
56
 
        * patch-00-cfg (new): Change dvipdfmx.cfg to use rungs instead of
57
 
        the default ps2pdf -dSAFER, to avoid complete pstricks failure with
58
 
        xetex.
59
 
 
60
 
2011-03-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
61
 
 
62
 
        * patch-04-dvipdfmx-20110311 (new): From upstream.
63
 
 
64
 
2011-03-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
65
 
 
66
 
        Imported snapshot 20110309.
67
 
        * patch-01-dpxfile, patch-02-manpage, patch-03-sys_wait_h
68
 
        (removed): Now all in the distributed snapshot.
69
 
 
70
 
2011-03-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
71
 
 
72
 
        * patch-03-sys_wait_h (new): Check for sys/wait.h, in order to
73
 
        define HAVE_SYS_WAIT_H (required for src/dpxfile.c).
74
 
 
75
 
2011-03-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
76
 
 
77
 
        Imported snapshot 20110305.
78
 
 
79
 
        * patch-01-dpxfile (new): Use concat3() instead of concatn().
80
 
        Avoid compiler warnings: add const's; cast `unsigned char' to
81
 
        `unsigned short' for printing.
82
 
 
83
 
        * patch-02-manpage (new): Add ebb to NAME; better formatting.