summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdv2pdf/ChangeLog
blob: c5e9bc6fa7e4abde974a4caf72b0e28e6ec9f559 (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
2009-03-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* xdv2pdf.cpp: Reestablish the '-d' option.
	#include <kpathsea/kpathsea.h> and reinterpret_cast for type
	conversion.

2009-03-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* xdv2pdf.cpp: As a temporary fix, disable the '-d' option.
	Really need to include <kpathsea/debug.h> and somehow deal
	with the UInt8 <-> char conversion.

2008-02-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	The Makefile.in uses `kpse_include ../make/config.mk'; thus
	autoheader most generate c-auto.in.
	* config.h (new): includes the autogenerated c-auto.h.
	* configure.in: removed `--enable-maint', added AC_DEFINES's
	third arg to provide autoheader templates ...
	* acconfig.h (removed): ... renamed ...
	* acconfig.h.dist (new): ... into this.

2008-01-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in: Add @configure_input@ line.
	* aclocal.m4 (new): Generated (aclocal -I ../m4).
	* configure: Regenerated (autoconf).