]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
4e00009d24b992e20164e554fc22ca4c65d5a793
[fontconfig.git] / ChangeLog
1 2004-12-04 Keith Packard <keithp@keithp.com>
2
3 * README:
4 * configure.in:
5 * fontconfig/fontconfig.h:
6 Updates for version 2.2.97
7
8 2004-12-04 Owen Taylor <otaylor@redhat.com>
9
10 reviewed by: Keith Packard <keithp@keithp.com>
11
12 * fc-cache/fc-cache.c: (main):
13 Sleep for two seconds before exiting to make sure timestamps
14 for future changes have distinct mod times in the file system.
15 Bug #1982.
16 * fc-lang/pa.orth:
17 Add Punjabi orthography. Bug #1671.
18
19 2004-12-04 Keith Packard <keithp@keithp.com>
20
21 * fonts.conf.in:
22 Just remove the FC_FONTDATE -- it has locale issues and
23 annoys redhat multi-arch installs. Now that all X fonts are
24 included without prejudice, the chances of the date being at
25 all interesting are rather limited. Bug #505.
26 * src/Makefile.am:
27 Add copyright and license
28
29 2004-12-04 Keith Packard <keithp@keithp.com>
30
31 * configure.in:
32 Change default set of fonts to include all of
33 /usr/X11R6/lib/X11/fonts (or wherever the X fonts are located).
34 * doc/fontconfig-user.sgml:
35 Document new <include>directory-name</include> semantics
36 * fonts.conf.in:
37 add <include ignore_missing="yes">conf.d</include>
38 * local.conf:
39 Add selectfont to ignore bitmap fonts, add comment for
40 selectfont which accepts bitmap fonts.
41 * src/fcdir.c:
42 * src/fcint.h:
43 * src/fcxml.c: (FcConfigParseAndLoadDir), (FcConfigParseAndLoad):
44 Allow <include> configuration elements to reference directories.
45 Parse and load all files of the form [0-9]* in sorted order.
46
47 2004-12-04 Keith Packard <keithp@keithp.com>
48
49 * autogen.sh:
50 Report command line for $srcdir/configure accurately.
51 Bug #212.
52
53 2004-12-04 Keith Packard <keithp@keithp.com>
54
55 * src/fcfreetype.c: (FcFreeTypeQuery):
56 Check for non-empty face->family_name and face->style_name
57 before using those for the font. Empty names match everything.
58 Bug #210.
59
60 2004-12-04 Keith Packard <keithp@keithp.com>
61
62 * configure.in:
63 * fontconfig/fontconfig.h:
64 * src/fcfreetype.c: (FcFreeTypeQuery):
65 * src/fcname.c:
66 Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
67 available. This provides font file format information (BDF, Type 1,
68 PCF, TrueType) for each font. Closes #109.
69
70 2004-12-04 Daniel Glassey <danglassey@ntlworld.com>
71
72 reviewed by: Keith Packard <keithp@keithp.com>
73
74 * doc/fontconfig-user.sgml:
75 Fix typo.
76
77 * fontconfig/fontconfig.h:
78 * src/fcfreetype.c: (FcFreeTypeQuery), (addtag), (compareulong),
79 (GetScriptTags), (FcFontCapabilities):
80 * src/fcname.c:
81 Add detection for font capabilities (bug #105)
82
83 2004-12-04 Keith Packard <keithp@keithp.com>
84
85 * Makefile.am:
86 Move existing fonts.conf to fonts.conf.bak
87
88 * configure.in:
89 Add detection of iconv
90
91 * doc/fcpattern.fncs:
92 * doc/fontconfig-devel.sgml:
93 * doc/fontconfig-user.sgml:
94 * fonts.dtd:
95 Document new selectfont elements
96
97 * fc-lang/nb.orth:
98 Switch to UTF-8 in comment
99
100 * fontconfig/fontconfig.h:
101 * src/fcname.c:
102 Add fullname, and family/style/fullname language entries
103
104 * src/fccache.c: (FcCacheFontSetAdd):
105 * src/fcdir.c: (FcFileScanConfig):
106 Respect selectfont/*/glob
107
108 * src/fcint.h:
109 * src/fccfg.c: (FcConfigCreate), (FcConfigDestroy),
110 (FcConfigCompareValue), (FcConfigPatternsAdd),
111 (FcConfigPatternsMatch), (FcConfigAcceptFont):
112 * src/fcxml.c: (FcElementMap), (FcVStackDestroy),
113 (FcVStackPushPattern), (FcPopExpr), (FcParseAcceptRejectFont),
114 (FcPopValue), (FcParsePatelt), (FcParsePattern), (FcEndElement):
115 Add support for selectfont
116
117 * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
118 (FcStringInPatternElement), (FcFreeTypeQuery):
119 Add multi-lingual family/style/fullname support
120
121 * src/fclist.c: (FcListPatternMatchAny):
122 Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
123
124 * src/fcpat.c: (FcPatternRemove), (FcPatternAppend),
125 (FcObjectStaticName):
126 Add new FcPatternRemove/FcPatternAppend.
127 FcObjectStaticName stores computed pattern element names which
128 are required to be static.
129
130 2004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp>
131
132 reviewed by: keithp
133
134 * Makefile.am:
135 Remove spurious / after $(DESTDIR)
136
137 2004-06-30 Keith Packard <keithp@keithp.com>
138
139 * README:
140 * configure.in:
141 * fontconfig/fontconfig.h:
142 Update for 2.2.96
143
144 2004-06-30 Keith Packard <keithp@keithp.com>
145
146 Provided by: Lubos Lunak <l.lunak@suse.cz>
147
148 * src/fccfg.c: (FcConfigUptoDate):
149 However FcConfigUptoDate() doesn't seem to work. See the attached
150 patch. First there's an obvious misplaced parenthesis making it
151 return always false, and second, even this call fails to detect font
152 changes (e.g. adding a new font to
153 /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
154 well. The problem seems to be triggered by my fonts.conf specifying
155 only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
156 doesn't include subdirs, unlike config->fontDirs.
157
158 2004-06-03 Keith Packard <keithp@keithp.com>
159
160 * fontconfig/fontconfig.h:
161 Remove comma at end of FcResult enum definition.
162
163 2004-05-29 Keith Packard <keithp@keithp.com>
164
165 * INSTALL:
166 Add steps to md5sum release
167
168 2004-05-29 Keith Packard <keithp@keithp.com>
169
170 * README:
171 * configure.in:
172 * fontconfig/fontconfig.h:
173 Update for 2.2.95
174
175 2004-05-29 Keith Packard <keithp@keithp.com>
176
177 * fontconfig/fontconfig.h:
178 * src/fcmatch.c: (FcFontSetMatch):
179 Add FcResultOutOfMemory to provide an accurate error when
180 FcFontSetMatch fails in this way
181
182 * src/fcfreetype.c:
183 Make #warning about lacking various FreeType features indicate
184 which version those features appeared so users know how to
185 fix the problem (Thanks to Anton Tropashko)
186
187 2004-05-05 Keith Packard <keithp@keithp.com>
188
189 * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
190 Replace MIN/MAX/ABS macros which happen to have come
191 from FreeType with fontconfig-specific ones (FC_*)
192
193 2004-04-23 Keith Packard <keithp@keithp.com>
194
195 * INSTALL:
196 Extend release preparation instructions to include
197 notification and distribution steps
198
199 2004-04-23 Keith Packard <keithp@keithp.com>
200
201 * README:
202 * configure.in:
203 * fontconfig/fontconfig.h:
204 Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
205
206 2004-04-23 Keith Packard <keithp@keithp.com>
207
208 * .cvsignore:
209 Ignore a few more autotool files
210
211 2004-04-14 Keith Packard <keithp@keithp.com>
212
213 * INSTALL:
214 Add instructions for doing a release
215
216 * fontconfig.spec.in:
217 clean up .spec file; perhaps this will be useful to somebody...
218
219 * README:
220 * configure.in:
221 * fontconfig/fontconfig.h:
222 Update to 2.2.93
223
224 * fc-lang/fc-lang.c:
225 Make 'scanopen' static so GCC doesn't whine about lacking prototype
226
227 * fc-glyphname/Makefile.am:
228 * fc-lang/Makefile.am:
229 * fc-list/Makefile.am:
230 * fc-match/Makefile.am:
231 * src/Makefile.am:
232 Add WARN_CFLAGS to pass -W flags for GCC systems
233
234 * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
235 (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
236 Change various char types around to match across
237 function calls.
238 Fixed bug in using available_sizes[i].height which
239 is in pixels, not 64ths of a pixel.
240
241 2004-03-06 Keith Packard <keithp@keithp.com>
242
243 * src/fcfreetype.c: (FcFreeTypeQuery):
244 Force FC_FOUNDRY and FC_WIDTH to always be set so that
245 matches looking for explicit values prefer exact matches
246
247 2004-03-02 Keith Packard <keithp@keithp.com>
248
249 Supplied by: mfabian@suse.de (Mike FABIAN)
250
251 * src/fcfreetype.c: (FcFreeTypeQuery):
252 Bug #260 fc-cache generates wrong spacing values for bitmap fonts
253 Was using (strcmp (a,b)) instead of (!strcmp(a,b)).
254
255 2004-02-21 Manish Singh <yosh@gimp.org>
256
257 * fc-glyphname/fc-glyphname.c: (main):
258 Cast strlen to int for printf, so we're 64-bit clean.
259
260 2004-02-11 Keith Packard <keithp@keithp.com>
261
262 * configure.in:
263 * src/fcfreetype.c: (FcGetPixelSize):
264 Ok, so I messed up the test for y_ppem. Let's see if I
265 got it right this time.
266
267 2004-02-10 Keith Packard <keithp@keithp.com>
268
269 * configure.in:
270 * src/fcfreetype.c: (FcGetPixelSize):
271 Pre-2.1.5 versions of FreeType didn't include y_ppem in the
272 FT_Bitmap_Size record. Add a configure.in test for this
273 and change the code accordingly (using height instead).
274
275 2004-02-06 Keith Packard <keithp@keithp.com>
276
277 * fc-lang/nds.orth:
278 Add Low Saxon orthography
279 (Kenneth Rohde Christiansen <kenneth@gnu.org>)
280
281 * src/fccfg.c: (FcConfigNewestFile):
282 Oops. Left 'newest.set' unset, which would miscompute
283 the newest file
284
285 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery),
286 (FcFreeTypeCheckGlyph):
287 Add FcGetPixelSize to extract correct pixel size from bdf/pcf
288 font properties (which report the wrong value in current FreeType)
289
290 Don't attempt to check for empty glyphs in non-scalable fonts; they
291 have no outlines...
292
293 2004-02-01 Tor Lillqvist <tml@iki.fi>
294
295 * src/fccfg.c (FcConfigCreate): fontconfig, at least as used by
296 GIMP and/or PangoFT2 on Windows, crashes when trying to save the
297 cache if config->cache is NULL, which happens if FcConfigHome() is
298 NULL. Guard against that by using the temp folder in that case.
299
300 2004-01-03 Roozbeh Pournader <roozbeh@sharif.edu>
301
302 * fc-lang/az_ir.orth:
303 * fc-lang/ku_ir.orth:
304 * fc-lang/ps_af.orth:
305 * fc-lang/ps_pk.orth:
306 Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
307 (Afghan and Pakistani).
308 * fc-lang/ur.orth:
309 Updated Urdu orthography with real data.
310
311 2003-12-11 Carl Worth <cworth@east.isi.edu>
312
313 * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
314 USEDOCBOOK' block.
315
316 * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
317 USEDOCBOOK' block.
318 (all-local): Remove excessive whitespace.
319
320 * autogen.sh: Add 'set -e' to abort when any program fails,
321 (avoids printing of 'now type make' after configure aborts).
322
323 2003-11-17 Eric Christopherson <rakko@charter.net>
324
325 reviewed by: Keith Packard <keithp@keithp.com>
326
327 * doc/Makefile.am:
328 * fontconfig/fcfreetype.h:
329 * src/fcfreetype.c:
330 Switch to FreeType 2.1.7 style includes. Bug #150.
331
332 2003-11-16 Noah Levitt <nlevitt@columbia.edu>
333
334 * fc-list/fc-list.sgml: Add some example usages.
335
336 2003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
337
338 * src/fcxml.c:
339 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
340 separators.
341
342 2003-10-27 Keith Packard <keith@keithp.com>
343
344 * configure.in:
345 * fontconfig/fontconfig.h:
346 Update to version 2.2.92
347
348 2003-10-27 Keith Packard <keithp@keithp.com>
349
350 * Makefile.am:
351 * configure.in:
352 * doc/Makefile.am:
353 * fc-cache/Makefile.am:
354 * fc-glyphname/Makefile.am:
355 * fc-lang/Makefile.am:
356 * fc-list/Makefile.am:
357 * fc-match/Makefile.am:
358 * test/Makefile.am:
359 * test/run-test.sh:
360 Yet more cleanups to finish getting 'make distcheck' working
361 This has been tested to ensure that it even works from a _build
362 directory.
363
364 2003-10-26 Keith Packard <keithp@keithp.com>
365
366 * configure.in:
367 * doc/Makefile.am:
368 * fc-cache/Makefile.am:
369 * fc-glyphname/Makefile.am:
370 * fc-lang/Makefile.am:
371 * fc-lang/fc-lang.c: (scanopen), (scan), (main):
372 * fc-list/Makefile.am:
373 * fc-match/Makefile.am:
374 Attempts to fix 'make distcheck' work. Things are
375 progressing pretty well, but there are still failures
376 long into the process dealing with docs (as always).
377
378 The big changes here are mostly to make $(srcdir) != "."
379 work correctly, fixing the docbook related sections and
380 fc-lang were particularily tricky. Docbook refuses to load
381 system entities from anywhere other than where the original .sgml
382 file was located, so no luck looking in "." for the
383 configure-generated version.sgml and confdir.sgml files.
384
385 fc-lang needed help finding .orth files; added a -d option
386 to set the directory as the least evil of many options.
387
388 Now to go use a faster machine and try and wring out the last
389 issues.
390
391 2003-10-26 Keith Packard <keithp@keithp.com>
392
393 Tag version 2.2.91
394
395 2003-10-26 Keith Packard <keithp@keithp.com>
396
397 * doc/Makefile.am:
398 Include confdir.sgml.in in EXTRA_DIST
399
400 2003-10-09 Josselin Mouette <joss@debian.org>
401
402 * fc-cache/fc-cache.sgml fc-cache/Makefile.am:
403 * fc-list/fc-list.sgml fc-list/Makefile.am:
404 Replace fc-cache and fc-list manpages with more detailed, SGML
405 versions.
406
407 2003-09-23 Owen Taylor <otaylor@redhat.com>
408
409 * fontconfig/fontconfig.h src/fcdefault.c (FcDefaultSubstitute)
410 src/fcname.c: Add a FC_HINT_STYLE key for patterns, with
411 possible values HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL.
412 (Bug #117)
413
414 2003-09-23 Owen Taylor <otaylor@redhat.com>
415
416 * fc-lang/ka.orth: Remove Georgian capitals, they
417 aren't used for normal writing. (Bug #116)
418
419 2003-09-06 Noah Levitt <nlevitt@columbia.edu>
420
421 * doc/fontconfig-devel.sgml:
422 * doc/fontconfig-user.sgml:
423 * fontconfig/fontconfig.h:
424 * src/fcname.c:
425 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): Add new spacing
426 value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
427
428 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): When checking for
429 monospace and dual-width fonts, allow roughly a 3% variance in the
430 advances.
431
432 2003-08-31 Manish Singh <yosh@gimp.org>
433
434 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
435 use default config.
436
437 2003-08-15 Carl Worth <cworth@isi.edu>
438
439 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
440 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
441
442 * src/fcpat.c (FcValueListEntDestroy): New function to support
443 FcFini memory cleanup. Some statistics are not kept in
444 synch. here.
445 (FcValueListFreeze): Move hashTable outside this function so it
446 can be accessed by FcValueListThawAll.
447 (FcValueListThawAll): New function complements FcValueListFreeze.
448 (FcPatternBaseFreeze): Move hashTable outside this function so it
449 can be accessed by FcPatternBaseThawAll.
450 (FcPatternBaseThawAll): New function complements
451 FcPatternBaseFreeze.
452 (FcPatternThawAll): New function complements FcPatternFreeze.
453
454 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
455
456 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
457 allocated FcCharLeafEnt "blocks" so they can be freed later.
458 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
459 can be accessed by FcCharSetThawAllLeaf.
460 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
461 (FcCharSetFreezeBase): Move hashTable outside this function so it
462 can be accessed by FcCharSetThawAll.
463 (FcCharSetThawAll): New function complements FcCharSetFreeze.
464
465 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
466 (FcConfigDestroy): Fic leak of FcBlanks.
467
468 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
469 (main): Add call to FcFini when finished.
470
471 * fc-glyphname/fc-glyphname.c: Mark several local functions as
472 static. Add prototypes.
473
474 * doc/fcinit.fncs: Add documentation for FcFini function.
475
476 * doc/edit-sgml.c: Mark several local functions as static. Add
477 prototypes.
478
479 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
480
481 2003-06-15 Tor Lillqvist <tml@iki.fi>
482
483 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
484 before comparing (needed on Windows).
485
486 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
487
488 2003-06-13 Tor Lillqvist <tml@iki.fi>
489
490 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
491 man pages.
492
493 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
494 WINDOWSFONTDIR token.
495
496 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
497 end, not to confuse libtool, which expects the EXPORTS line to be
498 the first. Add FcConfigEnableHome.
499
500 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
501 built as a DLL on Win32.
502
503 2003-06-09 Keith Packard <keithp@keithp.com>
504
505 * Tag version 2.2.90
506
507 2003-06-09 Keith Packard <keithp@keithp.com>
508
509 * Optimization in FcLangSetIndex was broken, occasionally
510 returning a pointer to the wrong location on miss
511
512 * Add fc-match to test font matching from the command line.
513
514 2003-05-31 Keith Packard <keithp@keithp.com>
515
516 * (Bug 85) add support for culmus fonts
517 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
518 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
519
520 2003-05-28 James Su <suzhe@turbolinux.com.cn>
521
522 * Fix "contains" op for strings and langsets.
523
524 2003-05-17 Keith Packard <keithp@keithp.com>
525
526 * Fix build error with BDF prop local. Free langset after query
527
528 2003-05-14 Keith Packard <keithp@keithp.com>
529
530 * Extract spacing from XLFD atom
531
532 2003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
533
534 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
535 disappeared in 1.30.
536
537 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
538
539 2003-05-12 Keith Packard <keithp@keithp.com>
540
541 * Use FcIsWidth to share code
542
543 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
544 misclassifying some Han fonts as monospaced.
545
546 2003-05-07 Keith Packard <keithp@keithp.com>
547
548 * Add filename-based accept/reject to ammend available fonts.
549
550 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
551 older FreeType releases.
552
553 2003-05-06 Keith Packard <keithp@keithp.com>
554
555 * Remove 0b82 and Tamil numbers from tamil
556 orthography (Jungshik Shin <jshin@mailaps.org>)
557
558 2003-05-04 Keith Packard <keithp@keithp.com>
559
560 + Map glyph names in fonts with adobe custom encoding to unicode
561
562 2003-05-02 Keith Packard <keithp@keithp.com>
563
564 * Add FC_WEIGHT_BOOK as weight 75
565
566 2003-04-30 Keith Packard <keithp@keithp.com>
567
568 * Typo in bitstream foundry name
569
570 2003-04-24 Keith Packard <keithp@keithp.com>
571
572 * Eliminate italic_angle check for PS fonts
573
574 2003-04-23 Noah Levitt <nlevitt@columbia.edu>
575
576 * Getting closer to fixing /etc/fonts hard-coding.
577
578 2003-04-22 Keith Packard <keithp@keithp.com>
579
580 * Update autogen.sh to work with newer automake versions
581 * Handle pattern elements moving during multiple edits
582
583 2003-04-23 James Henstridge <james@daa.com.au>
584
585 * doc/fontconfig-devel.sgml: close the <para> element.
586
587 * doc/fcpattern.fncs: close the <para> element.
588
589 * doc/func.sgml: close the <refsynopsisdiv> element.
590
591 2003-04-22 Keith Packard <keithp@keithp.com
592
593 * Update autogen.sh to work with newer automake versions
594 * Handle pattern elements moving during multiple edits
595
596 2003-04-17 Colin Walters <walters@debian.org>
597
598 + Remove some unused variables, and initialize some other ones so
599 gcc doesn't warn us.
600
601 2003-04-16 Keith Packard <keithp@keithp.com>
602
603 + tag version 2.1.94
604
605 2003-04-16 Keith Packard <keithp@keithp.com>
606
607 + add BDF property fetching support for foundry
608 (from Juliusz Chroboczek)
609 + add BDF property fetching support for width
610
611 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
612
613 + Implemented foundry generation for Type 1 and TrueType
614
615 2003-04-11 Gerard Escalante <g2@magestudios.net>
616
617 + Retrieve information from Type1 FontInfo dictionaries
618
619 2003-04-07 Colin Walters <walters@verbum.org>
620
621 + src/Makefile.am: Fix dummy makefile target names when
622 MS_LIB_AVAILABLE isn't set.
623
624 2003-03-22 Tor Lillqvist <tml@iki.fi>
625
626 Changes for Windows:
627
628 + On Windows with gcc (a.k.a. mingw) build as a DLL.
629
630 + We don't want to hardcode the fonts.conf file location in the
631 DLL, so we look up the DLL location at run-time in a DllMain()
632 function. The fonts.conf location is deduced from that.
633
634 + The colon can't be used as path separator on Windows,
635 semicolon is used instead. File path components can be separated
636 with either slash or backslash. Absolute paths can also begin
637 with a drive letter.
638
639 + Add internal function FcStrLastSlash that strrchr's the last
640 slash, or backslash on Windows.
641
642 + There is no link() on Windows. For atomicity checks, mkdir a
643 lock directory instead.
644
645 + In addition to HOME, also look for USERPROFILE.
646
647 + Recognize the special font directory token WINDOWSFONTDIR, to
648 use the system's font directory.
649
650 + Remove the fontconfig-def.cpp that was obsolete. Add
651 fontconfig.def(.in), without internal functions.
652
653 + Add a fontconfig-zip(.in) script, used to build a binary
654 distribution.
655
656 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
657 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
658 to main package and man3/* to devel package
659
660 + Added missing defattr(-, root, root) to main RPM package
661
662 + Added HTML and text development documentation to -devel subpackage
663
664 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
665 + Added back the configure macro options --disable-docs, otherwise
666 fontconfig installs docs into /usr/share/doc/fontconfig (with no
667 version number) unconditionally, causing RPM to fail the build due
668 to _unpackaged_files_terminate_build. We pick up the pregenerated
669 docs with %doc already.
670
671 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
672 + Removed commented out rpm macro define at top of spec file,
673 replacing it with a simple explanation, since rpm macros are
674 expanded by rpm even in comments.
675
676 + Changed /usr/bin to _bindir in BuildRequires lines
677
678 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
679
680 + Reorganized file manifest lists
681
682 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
683
684 + fontconfig.spec.in: Improvements from Red Hat spec file.
685
686 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
687
688 + docs/*.sgml: SGML fixes.
689
690 Sat Mar 1 17:28:53 PST 2003 keithp
691 + Ok, so the ChangeLog is a bit out of date
692
693 + Lots of bugs fixed; most are in bugzilla, the
694 biggest problems were in cache management where
695 Owen discovered the library would lose badly when
696 combining fonts-cache and ~/.fonts-cache data
697
698 + Converted from autoconf to automake. This after
699 getting patches accepted into libtool to allow
700 the '-version-number' argument which lets
701 packages set version numbers explicitly rather
702 than the roundabout libtool way
703
704 + Converted documentation to SGML using the docbook
705 DTD. Now .txt and .html documents are installed
706 in /usr/share/doc/fontconfig and there's no
707 man page. Perhaps a man version can be written
708 at some point.
709
710 Sat Aug 31 15:21:22 PDT 2002 keithp
711 + Xrender and Xft had several bugs related to
712 rendering manually placed or poly-face text
713
714 + Added more complete memory tracing in fontconfig
715 Checked with (patched) mozilla and found no leaks
716
717 + Updated Latin orthographies by comparing those from
718 evertype.com with those from eki.ee. Tried to make
719 sensible choices, including chars that occured in both
720 and leaving some optional chars out that occured only
721 in one.
722
723 Mon Aug 26 16:33:04 PDT 2002 keithp
724 + Owen discovered that FcLangSetHasLang wasn't actually
725 checking the language set.
726
727 Mon Aug 26 13:37:23 PDT 2002 keithp
728 + Append a version number to cache filenames
729
730 Thu Aug 22 11:36:18 PDT 2002 keithp
731
732 + Add "contains" and "not_contains" operators and elements to
733 font configuration
734
735 + Changed semantics of eq operator for LangSets to check for
736 FcLangEqual so that any match will do
737
738 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
739 of FcValueEqual to check for identical values when inserting into
740 the results. This broke when the above semantic change was made,
741 now it uses FcValueEqual which is "more correct" in any case.
742
743 Thu Aug 22 00:32:29 PDT 2002 keithp
744
745 + Reimplement FC_LANG as new datatype. Lists of strings
746 was consuming over a megabyte of memory for 401 fonts.
747
748 + Freeze patterns loaded from cache files. This shares
749 common value lists and common patterns which saves
750 considerable memory.
751
752 + Change the denotation of 'constant' charsets to use special
753 ref value instead of separate boolean.
754
755 + Clean up leak tracing stuff, found several unannoted alloc/free
756 calls
757
758 Tue Aug 20 16:17:37 PDT 2002 keithp
759
760 + Fix memory leak when parsing matrices from XML
761
762 Mon Aug 19 11:57:27 PDT 2002 keithp
763
764 + Fix autoconf files to pass FONTCONFIG_PATH on
765 compile line so that ${prefix} gets substituted
766 correctly.
767
768 + Use getc_unlocked/putc_unlocked on systems that
769 provide them to avoid damage done to stdio by posix
770
771 + Eliminate FC_PATTERN and FcTypePattern in favor of
772 an extended api for FcConfigSubstitute which takes
773 both the font and the pattern.
774
775 + Add 'sans serif' alias for 'sans-serif' as some apps
776 can't handle hyphens in family names
777
778 + Eliminate pretense of support for libxml2
779
780 + Comment origins of Han orthographies
781
782 Tue Jul 30 18:37:09 PDT 2002 keithp
783
784 + Add binding property to edit element so that strong
785 binding values may be inserted by the config file.
786 The default remains weak.
787
788 Sun 28 Jul 04:16:55 PDT 2002 keithp
789
790 + Tagged release candidate 1 in the CVS tree and
791 placed fcpackage.rc1.tar.gz for distribution
792
793 Thu Aug 1 08:55:08 PDT 2002 keithp
794
795 + Fixed autoconf builds to always specify install
796 target files (for BSD). Also fixed to
797 define FONTCONFIG_PATH in config.h so that
798 nonstandard installs will actually work.