]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
Add AM_MAINTAINER_MODE
[fontconfig.git] / ChangeLog
CommitLineData
2ebc1050
KP
12004-04-07 Keith Packard <keithp@keithp.com>
2
3 * configure.in:
4 Add AM_MAINTAINER_MODE
5
0ede3c2f
KP
62004-03-30 Keith Packard <keithp@keithp.com>
7
8 * configure.in:
9 Oops. Apply changes to configure.in needed to detect
10 functions and structures used in FcGetPixelSize.
11
0b21fd7c
KP
122004-03-30 Keith Packard <keithp@keithp.com>
13
14 * doc/Makefile.am:
15 Fix --disable-doc mode code to locate built documents in ${srcdir}
16 instead of ${builddir}
17
6f681710
KP
182004-03-30 Keith Packard <keithp@keithp.com>
19
20 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery):
21 Use code from HEAD in computing pixel sizes of fonts
22 so that vageries in FreeType over y_ppem/height issues
23 don't affect what pixel size values are used.
24
ad47b448
KP
252004-03-30 Keith Packard <keithp@keithp.com>
26
27 Bug #387 - usr352@wanadoo.es (Pedro Gimeno)
28
29 * src/fcxml.c: (FcStrtod):
30 Missing braces around a block of code. Correct fix was
31 already in HEAD.
32
d4838489
TL
332004-03-28 Tor Lillqvist <tml@iki.fi>
34
35 Merge from HEAD:
36
37 * src/fccfg.c (FcConfigCreate): If FcConfigHome() is NULL, use the
38 temp folder. (I guess this branch doesn't crash on a NULL
39 config->cache, but still a good idea to have a cache file, for
40 performance, isn't it?)
41
42 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
43
44 * test/run-test.sh: Remove CRs from the out file before comparing
45 (needed on Windows).
46
47 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
48 man pages.
49
50 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
51 end, not to confuse libtool, which expects the EXPORTS line to be
52 the first. Add FcConfigEnableHome.
53
54 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
55 built as a DLL on Win32.
56
34ead331
KP
572004-03-10 Keith Packard <keithp@keithp.com>
58
59 * README:
60 * fontconfig/fontconfig.h:
61 * configure.in:
62 Update to version 2.2.2
63
64 * doc/Makefile.am:
65 * fc-lang/Makefile.am:
66 Make subdir build work
67
68 * fontconfig/fcfreetype.h:
69 * src/fcfreetype.c:
70 Use new freetype include scheme
71
6ed12fe8
RP
722003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
73
74 * src/fcxml.c:
75 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
76 separators.
77
7e26bbeb
KP
782003-06-09 Keith Packard <keithp@keithp.com>
79
80 * Tag version 2.2.1
81 * add patch from HEAD to fix optimized path in FcLangSetIndex
82
832003-04-30 Keith Packard <keithp@keithp.com>
84
85 * Typo in bitstream foundry name
86
872003-04-24 Keith Packard <keithp@keithp.com>
88
89 * Eliminate italic_angle check for PS fonts
90
a9829980
KP
912003-04-23 James Henstridge <james@daa.com.au>
92
93 * doc/fontconfig-devel.sgml: close the <para> element.
94
95 * doc/fcpattern.fncs: close the <para> element.
96
97 * doc/func.sgml: close the <refsynopsisdiv> element.
98
7e26bbeb
KP
992003-04-22 Keith Packard <keithp@keithp.com
100
101 * Update autogen.sh to work with newer automake versions
102 * Handle pattern elements moving during multiple edits
103
12d49d3c
CW
1042003-04-17 Colin Walters <walters@debian.org>
105
106 + Remove some unused variables, and initialize some other ones so
107 gcc doesn't warn us.
108
ab06f005
KP
1092003-04-16 Keith Packard <keithp@keithp.com>
110
111 + tag version 2.1.94
112
1132003-04-16 Keith Packard <keithp@keithp.com>
114
115 + add BDF property fetching support for foundry
116 (from Juliusz Chroboczek)
117 + add BDF property fetching support for width
118
1192003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
120
121 + Implemented foundry generation for Type 1 and TrueType
122
1232003-04-11 Gerard Escalante <g2@magestudios.net>
124
125 + Retrieve information from Type1 FontInfo dictionaries
126
8c8caabd
CW
1272003-04-07 Colin Walters <walters@verbum.org>
128
129 + src/Makefile.am: Fix dummy makefile target names when
130 MS_LIB_AVAILABLE isn't set.
131
daeed6e0
TL
1322003-03-22 Tor Lillqvist <tml@iki.fi>
133
134 Changes for Windows:
135
136 + On Windows with gcc (a.k.a. mingw) build as a DLL.
137
138 + We don't want to hardcode the fonts.conf file location in the
139 DLL, so we look up the DLL location at run-time in a DllMain()
140 function. The fonts.conf location is deduced from that.
141
142 + The colon can't be used as path separator on Windows,
143 semicolon is used instead. File path components can be separated
144 with either slash or backslash. Absolute paths can also begin
145 with a drive letter.
146
147 + Add internal function FcStrLastSlash that strrchr's the last
148 slash, or backslash on Windows.
149
150 + There is no link() on Windows. For atomicity checks, mkdir a
151 lock directory instead.
152
153 + In addition to HOME, also look for USERPROFILE.
154
155 + Recognize the special font directory token WINDOWSFONTDIR, to
156 use the system's font directory.
157
158 + Remove the fontconfig-def.cpp that was obsolete. Add
159 fontconfig.def(.in), without internal functions.
160
161 + Add a fontconfig-zip(.in) script, used to build a binary
162 distribution.
163
dbe9a11e
MH
164Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
165 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
166 to main package and man3/* to devel package
167
168 + Added missing defattr(-, root, root) to main RPM package
169
170 + Added HTML and text development documentation to -devel subpackage
171
c92abf78
MH
172Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
173 + Added back the configure macro options --disable-docs, otherwise
174 fontconfig installs docs into /usr/share/doc/fontconfig (with no
175 version number) unconditionally, causing RPM to fail the build due
176 to _unpackaged_files_terminate_build. We pick up the pregenerated
177 docs with %doc already.
178
b06766e4
MH
179Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
180 + Removed commented out rpm macro define at top of spec file,
181 replacing it with a simple explanation, since rpm macros are
182 expanded by rpm even in comments.
183
184 + Changed /usr/bin to _bindir in BuildRequires lines
185
186 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
187
188 + Reorganized file manifest lists
189
190Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
22dc6fc6
OT
191
192 + fontconfig.spec.in: Improvements from Red Hat spec file.
193
194 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
195
196 + docs/*.sgml: SGML fixes.
197
8fc10a72
KP
198Sat Mar 1 17:28:53 PST 2003 keithp
199 + Ok, so the ChangeLog is a bit out of date
200
201 + Lots of bugs fixed; most are in bugzilla, the
202 biggest problems were in cache management where
203 Owen discovered the library would lose badly when
204 combining fonts-cache and ~/.fonts-cache data
205
206 + Converted from autoconf to automake. This after
207 getting patches accepted into libtool to allow
208 the '-version-number' argument which lets
209 packages set version numbers explicitly rather
210 than the roundabout libtool way
211
212 + Converted documentation to SGML using the docbook
213 DTD. Now .txt and .html documents are installed
214 in /usr/share/doc/fontconfig and there's no
215 man page. Perhaps a man version can be written
216 at some point.
217
c2022f99
KP
218Sat Aug 31 15:21:22 PDT 2002 keithp
219 + Xrender and Xft had several bugs related to
220 rendering manually placed or poly-face text
221
222 + Added more complete memory tracing in fontconfig
223 Checked with (patched) mozilla and found no leaks
224
225 + Updated Latin orthographies by comparing those from
226 evertype.com with those from eki.ee. Tried to make
227 sensible choices, including chars that occured in both
228 and leaving some optional chars out that occured only
229 in one.
230
2458a6d8 231Mon Aug 26 16:33:04 PDT 2002 keithp
c2022f99 232 + Owen discovered that FcLangSetHasLang wasn't actually
2458a6d8
KP
233 checking the language set.
234
5d6788ac
KP
235Mon Aug 26 13:37:23 PDT 2002 keithp
236 + Append a version number to cache filenames
237
47d4f950
KP
238Thu Aug 22 11:36:18 PDT 2002 keithp
239
240 + Add "contains" and "not_contains" operators and elements to
241 font configuration
242
243 + Changed semantics of eq operator for LangSets to check for
244 FcLangEqual so that any match will do
245
246 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
247 of FcValueEqual to check for identical values when inserting into
248 the results. This broke when the above semantic change was made,
249 now it uses FcValueEqual which is "more correct" in any case.
250
d8d73958
KP
251Thu Aug 22 00:32:29 PDT 2002 keithp
252
253 + Reimplement FC_LANG as new datatype. Lists of strings
254 was consuming over a megabyte of memory for 401 fonts.
255
256 + Freeze patterns loaded from cache files. This shares
257 common value lists and common patterns which saves
258 considerable memory.
259
260 + Change the denotation of 'constant' charsets to use special
261 ref value instead of separate boolean.
262
263 + Clean up leak tracing stuff, found several unannoted alloc/free
264 calls
265
266Tue Aug 20 16:17:37 PDT 2002 keithp
267
268 + Fix memory leak when parsing matrices from XML
269
270Mon Aug 19 11:57:27 PDT 2002 keithp
271
fa244f3d
KP
272 + Fix autoconf files to pass FONTCONFIG_PATH on
273 compile line so that ${prefix} gets substituted
274 correctly.
275
276 + Use getc_unlocked/putc_unlocked on systems that
277 provide them to avoid damage done to stdio by posix
278
279 + Eliminate FC_PATTERN and FcTypePattern in favor of
280 an extended api for FcConfigSubstitute which takes
281 both the font and the pattern.
282
283 + Add 'sans serif' alias for 'sans-serif' as some apps
284 can't handle hyphens in family names
285
286 + Eliminate pretense of support for libxml2
287
288 + Comment origins of Han orthographies
289
aefb2c41
KP
290Tue Jul 30 18:37:09 PDT 2002 keithp
291
292 + Add binding property to edit element so that strong
293 binding values may be inserted by the config file.
294 The default remains weak.
295
296Sun 28 Jul 04:16:55 PDT 2002 keithp
297
298 + Tagged release candidate 1 in the CVS tree and
299 placed fcpackage.rc1.tar.gz for distribution
300
301Thu Aug 1 08:55:08 PDT 2002 keithp
302
303 + Fixed autoconf builds to always specify install
304 target files (for BSD). Also fixed to
305 define FONTCONFIG_PATH in config.h so that
306 nonstandard installs will actually work.