]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
FcConfigAppFontClear: Support passing NULL to use default config.
[fontconfig.git] / ChangeLog
1 2003-08-31 Manish Singh <yosh@gimp.org>
2
3 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
4 use default config.
5
6 2003-08-15 Carl Worth <cworth@isi.edu>
7
8 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
9 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
10
11 * src/fcpat.c (FcValueListEntDestroy): New function to support
12 FcFini memory cleanup. Some statistics are not kept in
13 synch. here.
14 (FcValueListFreeze): Move hashTable outside this function so it
15 can be accessed by FcValueListThawAll.
16 (FcValueListThawAll): New function complements FcValueListFreeze.
17 (FcPatternBaseFreeze): Move hashTable outside this function so it
18 can be accessed by FcPatternBaseThawAll.
19 (FcPatternBaseThawAll): New function complements
20 FcPatternBaseFreeze.
21 (FcPatternThawAll): New function complements FcPatternFreeze.
22
23 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
24
25 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
26 allocated FcCharLeafEnt "blocks" so they can be freed later.
27 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
28 can be accessed by FcCharSetThawAllLeaf.
29 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
30 (FcCharSetFreezeBase): Move hashTable outside this function so it
31 can be accessed by FcCharSetThawAll.
32 (FcCharSetThawAll): New function complements FcCharSetFreeze.
33
34 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
35 (FcConfigDestroy): Fic leak of FcBlanks.
36
37 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
38 (main): Add call to FcFini when finished.
39
40 * fc-glyphname/fc-glyphname.c: Mark several local functions as
41 static. Add prototypes.
42
43 * doc/fcinit.fncs: Add documentation for FcFini function.
44
45 * doc/edit-sgml.c: Mark several local functions as static. Add
46 prototypes.
47
48 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
49
50 2003-06-15 Tor Lillqvist <tml@iki.fi>
51
52 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
53 before comparing (needed on Windows).
54
55 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
56
57 2003-06-13 Tor Lillqvist <tml@iki.fi>
58
59 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
60 man pages.
61
62 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
63 WINDOWSFONTDIR token.
64
65 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
66 end, not to confuse libtool, which expects the EXPORTS line to be
67 the first. Add FcConfigEnableHome.
68
69 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
70 built as a DLL on Win32.
71
72 2003-06-09 Keith Packard <keithp@keithp.com>
73
74 * Tag version 2.2.90
75
76 2003-06-09 Keith Packard <keithp@keithp.com>
77
78 * Optimization in FcLangSetIndex was broken, occasionally
79 returning a pointer to the wrong location on miss
80
81 * Add fc-match to test font matching from the command line.
82
83 2003-05-31 Keith Packard <keithp@keithp.com>
84
85 * (Bug 85) add support for culmus fonts
86 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
87 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
88
89 2003-05-28 James Su <suzhe@turbolinux.com.cn>
90
91 * Fix "contains" op for strings and langsets.
92
93 2003-05-17 Keith Packard <keithp@keithp.com>
94
95 * Fix build error with BDF prop local. Free langset after query
96
97 2003-05-14 Keith Packard <keithp@keithp.com>
98
99 * Extract spacing from XLFD atom
100
101 2003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
102
103 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
104 disappeared in 1.30.
105
106 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
107
108 2003-05-12 Keith Packard <keithp@keithp.com>
109
110 * Use FcIsWidth to share code
111
112 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
113 misclassifying some Han fonts as monospaced.
114
115 2003-05-07 Keith Packard <keithp@keithp.com>
116
117 * Add filename-based accept/reject to ammend available fonts.
118
119 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
120 older FreeType releases.
121
122 2003-05-06 Keith Packard <keithp@keithp.com>
123
124 * Remove 0b82 and Tamil numbers from tamil
125 orthography (Jungshik Shin <jshin@mailaps.org>)
126
127 2003-05-04 Keith Packard <keithp@keithp.com>
128
129 + Map glyph names in fonts with adobe custom encoding to unicode
130
131 2003-05-02 Keith Packard <keithp@keithp.com>
132
133 * Add FC_WEIGHT_BOOK as weight 75
134
135 2003-04-30 Keith Packard <keithp@keithp.com>
136
137 * Typo in bitstream foundry name
138
139 2003-04-24 Keith Packard <keithp@keithp.com>
140
141 * Eliminate italic_angle check for PS fonts
142
143 2003-04-23 Noah Levitt <nlevitt@columbia.edu>
144
145 * Getting closer to fixing /etc/fonts hard-coding.
146
147 2003-04-22 Keith Packard <keithp@keithp.com>
148
149 * Update autogen.sh to work with newer automake versions
150 * Handle pattern elements moving during multiple edits
151
152 2003-04-23 James Henstridge <james@daa.com.au>
153
154 * doc/fontconfig-devel.sgml: close the <para> element.
155
156 * doc/fcpattern.fncs: close the <para> element.
157
158 * doc/func.sgml: close the <refsynopsisdiv> element.
159
160 2003-04-22 Keith Packard <keithp@keithp.com
161
162 * Update autogen.sh to work with newer automake versions
163 * Handle pattern elements moving during multiple edits
164
165 2003-04-17 Colin Walters <walters@debian.org>
166
167 + Remove some unused variables, and initialize some other ones so
168 gcc doesn't warn us.
169
170 2003-04-16 Keith Packard <keithp@keithp.com>
171
172 + tag version 2.1.94
173
174 2003-04-16 Keith Packard <keithp@keithp.com>
175
176 + add BDF property fetching support for foundry
177 (from Juliusz Chroboczek)
178 + add BDF property fetching support for width
179
180 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
181
182 + Implemented foundry generation for Type 1 and TrueType
183
184 2003-04-11 Gerard Escalante <g2@magestudios.net>
185
186 + Retrieve information from Type1 FontInfo dictionaries
187
188 2003-04-07 Colin Walters <walters@verbum.org>
189
190 + src/Makefile.am: Fix dummy makefile target names when
191 MS_LIB_AVAILABLE isn't set.
192
193 2003-03-22 Tor Lillqvist <tml@iki.fi>
194
195 Changes for Windows:
196
197 + On Windows with gcc (a.k.a. mingw) build as a DLL.
198
199 + We don't want to hardcode the fonts.conf file location in the
200 DLL, so we look up the DLL location at run-time in a DllMain()
201 function. The fonts.conf location is deduced from that.
202
203 + The colon can't be used as path separator on Windows,
204 semicolon is used instead. File path components can be separated
205 with either slash or backslash. Absolute paths can also begin
206 with a drive letter.
207
208 + Add internal function FcStrLastSlash that strrchr's the last
209 slash, or backslash on Windows.
210
211 + There is no link() on Windows. For atomicity checks, mkdir a
212 lock directory instead.
213
214 + In addition to HOME, also look for USERPROFILE.
215
216 + Recognize the special font directory token WINDOWSFONTDIR, to
217 use the system's font directory.
218
219 + Remove the fontconfig-def.cpp that was obsolete. Add
220 fontconfig.def(.in), without internal functions.
221
222 + Add a fontconfig-zip(.in) script, used to build a binary
223 distribution.
224
225 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
226 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
227 to main package and man3/* to devel package
228
229 + Added missing defattr(-, root, root) to main RPM package
230
231 + Added HTML and text development documentation to -devel subpackage
232
233 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
234 + Added back the configure macro options --disable-docs, otherwise
235 fontconfig installs docs into /usr/share/doc/fontconfig (with no
236 version number) unconditionally, causing RPM to fail the build due
237 to _unpackaged_files_terminate_build. We pick up the pregenerated
238 docs with %doc already.
239
240 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
241 + Removed commented out rpm macro define at top of spec file,
242 replacing it with a simple explanation, since rpm macros are
243 expanded by rpm even in comments.
244
245 + Changed /usr/bin to _bindir in BuildRequires lines
246
247 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
248
249 + Reorganized file manifest lists
250
251 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
252
253 + fontconfig.spec.in: Improvements from Red Hat spec file.
254
255 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
256
257 + docs/*.sgml: SGML fixes.
258
259 Sat Mar 1 17:28:53 PST 2003 keithp
260 + Ok, so the ChangeLog is a bit out of date
261
262 + Lots of bugs fixed; most are in bugzilla, the
263 biggest problems were in cache management where
264 Owen discovered the library would lose badly when
265 combining fonts-cache and ~/.fonts-cache data
266
267 + Converted from autoconf to automake. This after
268 getting patches accepted into libtool to allow
269 the '-version-number' argument which lets
270 packages set version numbers explicitly rather
271 than the roundabout libtool way
272
273 + Converted documentation to SGML using the docbook
274 DTD. Now .txt and .html documents are installed
275 in /usr/share/doc/fontconfig and there's no
276 man page. Perhaps a man version can be written
277 at some point.
278
279 Sat Aug 31 15:21:22 PDT 2002 keithp
280 + Xrender and Xft had several bugs related to
281 rendering manually placed or poly-face text
282
283 + Added more complete memory tracing in fontconfig
284 Checked with (patched) mozilla and found no leaks
285
286 + Updated Latin orthographies by comparing those from
287 evertype.com with those from eki.ee. Tried to make
288 sensible choices, including chars that occured in both
289 and leaving some optional chars out that occured only
290 in one.
291
292 Mon Aug 26 16:33:04 PDT 2002 keithp
293 + Owen discovered that FcLangSetHasLang wasn't actually
294 checking the language set.
295
296 Mon Aug 26 13:37:23 PDT 2002 keithp
297 + Append a version number to cache filenames
298
299 Thu Aug 22 11:36:18 PDT 2002 keithp
300
301 + Add "contains" and "not_contains" operators and elements to
302 font configuration
303
304 + Changed semantics of eq operator for LangSets to check for
305 FcLangEqual so that any match will do
306
307 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
308 of FcValueEqual to check for identical values when inserting into
309 the results. This broke when the above semantic change was made,
310 now it uses FcValueEqual which is "more correct" in any case.
311
312 Thu Aug 22 00:32:29 PDT 2002 keithp
313
314 + Reimplement FC_LANG as new datatype. Lists of strings
315 was consuming over a megabyte of memory for 401 fonts.
316
317 + Freeze patterns loaded from cache files. This shares
318 common value lists and common patterns which saves
319 considerable memory.
320
321 + Change the denotation of 'constant' charsets to use special
322 ref value instead of separate boolean.
323
324 + Clean up leak tracing stuff, found several unannoted alloc/free
325 calls
326
327 Tue Aug 20 16:17:37 PDT 2002 keithp
328
329 + Fix memory leak when parsing matrices from XML
330
331 Mon Aug 19 11:57:27 PDT 2002 keithp
332
333 + Fix autoconf files to pass FONTCONFIG_PATH on
334 compile line so that ${prefix} gets substituted
335 correctly.
336
337 + Use getc_unlocked/putc_unlocked on systems that
338 provide them to avoid damage done to stdio by posix
339
340 + Eliminate FC_PATTERN and FcTypePattern in favor of
341 an extended api for FcConfigSubstitute which takes
342 both the font and the pattern.
343
344 + Add 'sans serif' alias for 'sans-serif' as some apps
345 can't handle hyphens in family names
346
347 + Eliminate pretense of support for libxml2
348
349 + Comment origins of Han orthographies
350
351 Tue Jul 30 18:37:09 PDT 2002 keithp
352
353 + Add binding property to edit element so that strong
354 binding values may be inserted by the config file.
355 The default remains weak.
356
357 Sun 28 Jul 04:16:55 PDT 2002 keithp
358
359 + Tagged release candidate 1 in the CVS tree and
360 placed fcpackage.rc1.tar.gz for distribution
361
362 Thu Aug 1 08:55:08 PDT 2002 keithp
363
364 + Fixed autoconf builds to always specify install
365 target files (for BSD). Also fixed to
366 define FONTCONFIG_PATH in config.h so that
367 nonstandard installs will actually work.