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

« back to all changes in this revision

Viewing changes to texk/xdvipdfmx/ChangeLog.TL

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ChangeLog.TL: TeX Live (TL) changes for xdvipdfmx
2
2
=================================================
3
3
 
 
4
2012-03-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
 
5
 
 
6
        Remove extern decls from *.c files.
 
7
 
 
8
        * dvi.c: Move extern decls from here ...
 
9
        * dvi.h: ... to here ...
 
10
        * fontmap.h: ... and here.
 
11
 
 
12
        * tt_aux.c: Move extern decl from here ...
 
13
        * tt_aux.h: ... to here ...
 
14
        * dvipdfmx.c: ... and #include "tt_aux.h".
 
15
 
 
16
        * dpxfile.c: Drop obsolete comment that mkstemp may not be
 
17
        declared in stdlib.h.
 
18
        * spc_color.c: Drop 'extern' from function definition.
 
19
        * error.h: ANSI C prototype for error_cleanup().
 
20
        * error.c: Drop extern decl, now in error.h.
 
21
        * dvipdfmx.c: Add '#include "error.h"' and drop extern decl.
 
22
 
4
23
2012-03-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
5
24
 
6
25
        * pdfdev.c (handle_multibyte_string): Handle UTP-16 surrogates