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