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