summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/ChangeLog
blob: e9cf39df2e6f39ab0bfac47e288d05f661cf8a47 (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
2012-12-15  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: Use KPSE_BASIC to enable silent rules.

2012-10-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Avoid use of deprecated INCLUDES.

2012-07-22  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (xpdf_libxpdf_a_sources): Drop PSOutputDev.cc,
	not used by pdfTeX.

2012-02-24  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* {fofi,goo,splash,xpdf}/Makefile.am: Use ../am/hdr_links.am.
	* hdrs.am (removed): Obsolete.

2011-08-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapted to the xpdf 3.03 distribution.
	* version.ac: New file defining the xpdf version.
	* Makefile.am (fofi_libfofi_a_sources): Add FoFiIdentifier.cc.
	(xpdf_libxpdf_a_sources): Add OptionalContent.cc.
	(SUBDIRS): Add splash for headers.
	* configure.ac: Adapt.

2011-04-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (goo_libGoo_a_sources): Omit parsearg.c.

2011-04-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Suppress "deprecated conversion from string constant to 'char*'"
	warnings from g++-4.4.
	Unfortunately xpdf declares lots of function parameters as
	'char *' that should actually be 'const char *'.
	Compiling with the g++-4.4 default '-Wwrite-strings' would yield
	>10000 such warnings.

	* Makefile.am, configure.ac: Define and use NO_WARN_CXXFLAGS.

2009-01-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

	* Makefile.am, fofi/Makefile.am, goo/Makefile.am,
	xpdf/Makefile.am, configure.ac:
	Proxy build system using source tree xpdf-3.02/ as obtained
	from http://www.foolabs.com/xpdf/ with patches.

	* xpdf-3.02-foolabs/*: Orignal patches for xpdf-3.02pl1 etc.
	from http://www.foolabs.com/xpdf/.

	* xpdf-3.02-PATCHES/*: Actual patches applied to the original
	source tree.
	See xpdf-3.02-PATCHES/ChangeLog for details.

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

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in, fofi/Makefile.in, goo/Makefile.in,
	xpdf/Makefile.in: Add @configure_input@ lines.
	* acinclude.m4 (new): Renamed from aclocal.m4,
	replaced AC_DEFUN(FOO,...) by AC_DEFUN([FOO],...).
	* aclocal.m4 (new): Generated (aclocal -I ../../texk/m4).
	* configure: Regenerated (autoconf).