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