summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/ChangeLog
blob: 6c86c2f424a5e3e4a04c9f2958f39cd6b597dd4c (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
2015-02-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Use the fragment ../../am/dist_hook.am.

2014-10-26  Karl Berry  <karl@tug.org>

	* Makefile.am (xpdf_libxpdf_a_sources): add Annot.cc.
	(else references from Gfx.cc do not resolve when linking pdftex)

2014-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Import xpdf-3.04.
	* configure.ac, version.ac, Makefile.am: Adapted.

2013-07-06  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Use ../../am/rebuild.am.

2013-07-05  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* include/{fofi,goo,splash,xpdf}/Makefile.am:
	Moved Makefile fragments to ../../am/.

2013-06-26  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (SUBDIRS): Build the library first.

2013-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Allow subdir-objects.

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).