summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-2.92-PATCHES/ChangeLog
blob: ae98136a45b6fca65fae5825c62ae92ae8c86e29 (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
100
101
2011-10-04  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (DISTCLEANFILES): Add CXXLD.sh.

2011-09-25  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* patch-01-const (new): Avoid cast from const to non-const.

2011-09-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Avoid pkgdata_DATA in order not to install an
	empty $(pkgdatadir).

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

	Import lcdf-typetools-2.92.
	* version.ac: Adapt.
	* patch-01-void-func (removed): Now distributed.

2011-06-14  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* patch-01-void-func (new): Patch from
	Vladimir Volovich <vvv@vsu.ru>.

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

	Import lcdf-typetools-2.90.
	* version.ac: New file defining the lcdf-typetools version.
	* configure.ac: Adapt. Define SHAREDIR as "/nonesuch" to avoid
	useless build paths stored in the otftotfm binary.
	* patch-03-warning (removed): Now distributed.

2011-03-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Import lcdf-typetools-2.88.
	* configure.ac, Makefile.am: Adapt.
	* patch-02-warnings (removed): Now distributed.

	* patch-03-warning (new): Avoid `uninitialized' warning (the
	compiler may not realize that this actually can'thappen).

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

	* patch-02-warnings (new): Remove unused variables; add explicit
	cast for `-1' used as `uint32_t'.

2010-10-04  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Import lcdf-typetools-2.85.
	* configure.ac, Makefile.am: Adapt.
	* patch-01-otftotfm-Makefile (removed): Now distributed.

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

	* configure.ac: Using AC_C_INLINE, there is no need to get rid
	of a possible inline macro under C++.

2010-04-26  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Import lcdf-typetools-2.83.
	* configure.ac, Makefile.am: Adapt.
	* patch-01-otftotfm-Makefile (new): Adapt otftotfm/Makefile.am.

2010-02-21  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* include/efont/otfdata.hh [WIN32]: From lcdf-typetools-2.83pre.
	* configure.ac: Fixed typo in generated AC_DEFINE descriptions.

2010-02-21  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Various MinGW32 (cross) build fixes.
	* configure.ac, include/efont/otfdata.hh:
	MinGW32 has <sys/param.h> but also needs <winsock2.h>.
	MinGW32 uses <windows.h> instead of <win32lib.h>.
	* configure.ac (LIBS) [WIN32]: Add -lwsock32.

	* t1rawafm/t1rawafm.cc: Do not define away 'std'.
	* t1testpage/t1testpage.cc: Do not define away 'std'.
	* ttftotype42/ttftotype42.cc (do_file): Remove 'if(binary)'.

2010-02-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: Don't fail configure if not building lcdf-typetools.

2009-09-03  Karl Berry  <karl@tug.org>

	* configure.ac: AC_DEFINE(HAVE_KPATHSEA) if we have it, else
	kpse stuff not really enabled, e.g., glyphlist.txt and
	texnansx.enc not found
	tlbuild mail from Jown Owens, 31 Aug 2009 14:34:39.

2009-06-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: enable compiler warnings (TeX Live style).
	* liblcdf/clp.c (Clp_OptionChar, finish_string_list): declare
	as static.

2009-04-22  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.