summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ad3d9141031a9c16f21870e7d9293f2bbb913a5f (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
2006-06-01  Adam Jackson  <ajax@freedesktop.org>

	* include/X11/fonts/fontmisc.h:
	* src/stubs/cauthgen.c:
	* src/stubs/csignal.c:
	* src/stubs/delfntcid.c:
	* src/stubs/errorf.c:
	* src/stubs/fatalerror.c:
	* src/stubs/findoldfnt.c:
	* src/stubs/getcres.c:
	* src/stubs/getdefptsize.c:
	* src/stubs/getnewfntcid.c:
	* src/stubs/gettime.c:
	* src/stubs/initfshdl.c:
	* src/stubs/regfpefunc.c:
	* src/stubs/rmfshdl.c:
	* src/stubs/servclient.c:
	* src/stubs/setfntauth.c:
	* src/stubs/stfntcfnt.c:
	* src/stubs/stubs.h:
	* src/stubs/xpstubs.c:
	* src/util/Makefile.am:
	* src/util/atom.c:
	* src/util/miscutil.c:
	For the 20-odd symbols defined both in libXfont and the X server,
	emit them as weak symbols so that the linker will prefer the
	server's definition when present.

2006-04-01  Adam Jackson  <ajax@freedesktop.org>

	* Makefile.am:
	Add ft.h and ftfuncs.h to the install set for Xprint's benefit.

	* configure.ac:
	Bump to 1.1 for new header files and bugfixes.

2006-03-31  Daniel Stone  <daniel@freedesktop.org>

	* src/fontfile/ffcheck.c:
	Change BUILD_* to XFONT_*.  (Drew Parsons)
	Minor cleanup: remove random #ifndef CRAY.

2006-03-20  Adam Jackson  <ajax@freedesktop.org>

	* src/Makefile.am:
	Bug #6247: Fix build on Cygwin.  (Yaakov Selkowitz)

2006-02-21  Daniel Stone  <daniel@freedesktop.org>

	* src/fc/fserve.c:
	Don't crash when we receive an FS_Error from the font server (Guillem
	Jover).

2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for final X11R7 release candidate.

2005-12-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	* src/fontfile/Makefile.am:
	Bug #5175: Make encodingsdir configurable.

2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC3 release.

2005-11-19  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* xfont.pc.in:
	Update pkgconfig files to separate library build-time dependencies
	from application build-time dependencies.
	* configure.ac:
	Update dependencies to work with separate build roots.

2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC2 release.

2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for RC1 release.

2005-10-05  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* src/FreeType/Makefile.am:
	* src/builtins/Makefile.am:
	Include missing files

2005-10-03  Adam Jackson  <ajax@freedesktop.org>

	* src/fontcache/Makefile.am:
	Bug #4677: Don't install libfontcache.so.

2005-09-09  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used
	in the code, and the latter in Makefile.ams for an AM_CONDITIONAL.

2005-07-10  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* src/FreeType/Makefile.am:
	* src/Speedo/Makefile.am:
	Change include dir now that public headers are referenced
	by <X11/fonts/*.h>

2005-07-09  Keith Packard  <keithp@keithp.com>

	* configure.ac:
	* include/X11/fonts/fontconf.h.in:
	* src/FreeType/Makefile.am:
	* src/Makefile.am:
	
	Rearrange configuration options so that individual font file formats
	drive combined options, and so that the default matches
	the monolithic defaults
	
	Extend fontconf.h to cover all formats

	Typo in src/Makefile.am failed to link in Type1 library

	Missing xttcap.c from FreeType shim library.

2005-07-08  Keith Packard  <keithp@keithp.com>

	* .cvsignore:
	* src/.cvsignore:
	* src/FreeType/.cvsignore:
	* src/FreeType/Makefile.am:
	* src/Speedo/.cvsignore:
	* src/Type1/.cvsignore:
	* src/bitmap/.cvsignore:
	* src/builtins/.cvsignore:
	* src/fc/.cvsignore:
	* src/fontcache/.cvsignore:
	* src/fontcache/Makefile.am:
	* src/fontfile/.cvsignore:
	* src/stubs/.cvsignore:
	* src/util/.cvsignore:
	Add .cvsignore files
	Switch _la_CFLAGS for AM_CFLAGS to clean up directory

2005-07-05  Alexander Gottwald  <ago at freedesktop dot org>

	* configure.ac:
	Test for xtrans connection flags
	
2005-07-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* xfont.pc.in:
	Undo previous change to add ${includedir}/X11/fonts to CFLAGS.
	Instead, require all apps to include font headers explicitly --
	i.e., from <X11/fonts/*.h> instead of "*.h" or <*.h>.

2005-07-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* src/Type1/Makefile.am:
	* src/bitmap/Makefile.am:
	* src/builtins/Makefile.am:
	* src/fc/Makefile.am:
	* src/fontcache/Makefile.am:
	* src/fontfile/Makefile.am:
	* src/stubs/Makefile.am:
	* src/util/Makefile.am:
	Change include dir now that public headers are referenced
	by <X11/fonts/*.h>

2005-07-02  Keith Packard  <keithp@keithp.com>

	* .cvsignore:
	* include/X11/fonts/.cvsignore:
	* src/.cvsignore:
	* src/FreeType/.cvsignore:
	* src/Speedo/.cvsignore:
	* src/Type1/.cvsignore:
	* src/bitmap/.cvsignore:
	* src/builtins/.cvsignore:
	* src/fc/.cvsignore:
	* src/fontcache/.cvsignore:
	* src/fontfile/.cvsignore:
	* src/stubs/.cvsignore:
	* src/util/.cvsignore:
	Add suitable .cvsignore files

2005-07-02  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* Makefile.am:
	* src/bitmap/Makefile.am:
	Make headers needed by bdftopcf public

	* xfont.pc.in:
	Set CFLAGS to make public interface actually public

	* src/fontcache/Makefile.am:
	Fix distcheck problem

2005-07-02  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* configure.ac:
	* src/Makefile.am:
	Build libXfont.la in the 'src' directory as my
	version of automake really didn't like sub-subdirs
	in SUBDIRS.

2005-07-03  Daniel Stone  <daniel@freedesktop.org>

	* xfont.pc.in:
	Remove -I${includedir}/X11/fonts from xfont.pc.in CFLAGS.

2005-07-02  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	Enable font services by default; minor formatting cleanup.

2005-06-17  Søren Sandmann  <sandmann@redhat.com>

	* configure.ac (XFONT_SPEEDO): Disable Speedo by default.

2005-06-09  Alexander Gottwald <ago@freedesktop.org>

	* src/fc/fstrans.c:
	Replace <X11/transport.c> with <X11/Xtrans/transport.c>