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