]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
Reduce amount of dirty rss by const'ing some data structures.
[fontconfig.git] / ChangeLog
1 2006-04-06 Diego Pettenò <flameeyes@gentoo.org>
2 reviewed by: plam
3 * src/fcdefault.c:
4 * src/fcpat.c:
5 * src/fcxml.c:
6
7 Reduce amount of dirty rss by const'ing some data structures.
8
9 2006-04-06 Patrick Lam <plam@mit.edu>
10 * fc-cache/Makefile.am:
11
12 Don't fail if we can't create or remove
13 $(pkgcachedir) i.e. /var/cache/fontconfig.
14 (reported by Quanah Gibson-Mount).
15
16 2006-04-06 Kjartan Maraas <kmaraas@gnome.org>
17 reviewed by: plam
18 * fc-case/fc-case.c:
19 * fc-glyphname/fc-glyphname.c:
20 * fc-lang/fc-lang.c (main):
21 * fc-match/fc-match.c:
22 * src/fccache.c (FcGlobalCacheSave, FcCacheSkipToArch,
23 FcDirCacheWrite):
24 * src/fcfreetype.c (FcFreeTypeQuery):
25 * src/fclang.c (FcFreeTypeLangSet):
26 * src/fcxml.c:
27
28 Fix intel compiler warnings: make many variables static,
29 eliminate duplicate names, reduce variable scopes, unsigned/signed
30 printf formatting.
31
32 2006-03-24 Mike Fabian <mfabian@suse.de>
33 reviewed by: plam
34 * src/fccache.c (FcGlobalCacheLoad, FcCacheSkipToArch):
35
36 Fix multiarch support (don't destroy multiarch files!)
37
38 2006-03-24 Patrick Lam <plam@mit.edu>
39 * configure.in:
40
41 Require pkg-config. (Thanks Behdad;
42 better solution wanted for libxml2 detection!)
43
44 2006-03-22 Patrick Lam <plam@mit.edu>
45 * src/fcatomic.c:
46
47 On Windows, unlink before rename. Reported by Tim Evans.
48
49 2006-03-15 Patrick Lam <plam@mit.edu>
50 * fc-lang/ab.orth:
51 * fc-lang/ibo.orth:
52
53 Fix typos in orth files. Reported by Denis Jacquerye.
54
55 2006-03-08 Patrick Lam <plam@mit.edu>
56 * Makefile.am:
57 * config/config.guess:
58 * config/config.sub:
59
60 Fix Makefile.am for removal of debian/ directory.
61
62 2006-03-08 Patrick Lam <plam@mit.edu>
63 * .cvsignore
64
65 Ignore debian/ directory for CVS.
66
67 2006-03-08 Patrick Lam <plam@mit.edu>
68 * debian/*
69
70 Now remove debian/ directory.
71
72 2006-03-08 Patrick Lam <plam@mit.edu>
73 * debian/po/*
74
75 Remove debian/ directory from sources. See Debian's subversion
76 server at svn://svn.debian.org/pkg-freedesktop/trunk/fontconfig
77 instead.
78
79 2006-03-08 Denis Jacquerye <moyogo@gmail.com>
80 reviewed by: plam
81
82 * fc-lang/ln.orth:
83 * fc-lang/iso639-1, fc-lang/iso639-2:
84
85 Add orthography for Lingala.
86
87 2006-03-08 Carl Worth <cworth@cworth.org>
88 reviewed by: keithp
89
90 * conf.d/Makefile.am:
91 * conf.d/10LohitGujarati.conf:
92
93 Add a configuration file that disables hinting for the Lohit
94 Gujarati font (since the hinting distort some glyphs quite badly).
95
96 2006-03-08 Egmont Koblinger <egmont@uhulinux.hu>
97 reviewed by: plam
98
99 * src/fcdir.c (FcDirScanConfig):
100
101 Sort directory entries while scanning them from disk;
102 prevents Heisenbugs due to file ordering in a directory.
103
104 2006-03-07 Behdad Esfahbod <behdad@cs.toronto.edu>
105 reviewed by: plam
106
107 * src/fcfreetype.c (GetScriptTags):
108 * src/ftglue.c, src/ftglue.h:
109
110 Remove stuff we don't use, make get_{char,short,long} functions
111 of ftglue macros to be inlined.
112
113 * src/fcint.h:
114 * src/fcname.c (FcObjectSerialize):
115
116 Code cleanups (excess prototype, old-style function definition).
117
118 2006-03-05 Patrick Lam <plam@mit.edu>
119 * src/fcpat.c (FcPatternGetString):
120
121 Because we hacked FcPatternGet, we don't really need to expand the
122 filename again in FcPatternGetString.
123
124 2006-03-05 Patrick Lam <plam@mit.edu>
125 * src/fcpat.c (FcPatternGetString, FcPatternGet):
126
127 Ok, so some people (wine!) use FcPatternGet to fetch FC_FILE.
128 Make that work. Reported by Bernhard Rosenkraenzer.
129
130 2006-03-03 Patrick Lam <plam@mit.edu>
131 * src/fcint.h:
132
133 Include inttypes.h instead of stdint.h if appropriate.
134
135 2006-03-03 Patrick Lam <plam@mit.edu>
136 * fc-cat/fc-cat.c (FcFileIsDir):
137 * fc-glyphname/fc-flyphname.c:
138
139 More stub definitions and remove FcFileIsDir from fc-cat.
140
141 2006-03-03 Patrick Lam <plam@mit.edu>
142 * fc-case/fc-case.c:
143
144 Fix compilation on AIX with stub definitions (bug 6097).
145
146 2006-03-03 Patrick Lam <plam@mit.edu>
147 * src/fccache.c (FcCacheSkipToArch, FcDirCacheProduce):
148 * src/fcfreetype.c (GetScriptTags):
149 * src/fcfs.c (FcFontSetDistributeBytes):
150 * src/fcpat.c (FcValueListEntCreate, FcValueListNeededBytes):
151
152 Get rid of C++-style comments.
153
154 2006-03-03 Patrick Lam <plam@mit.edu>
155 * debian/changelog
156
157 Enable creation of 2.3.94 Debian packages.
158
159 2006-03-02 Egmont Koblinger <egmont@uhulinux.hu>
160 reviewed by: plam
161
162 * src/fclang.c (FcCharSetForLang):
163
164 Fix suspicious return expression which causes junk
165 to be returned.
166
167 2006-02-24 Patrick Lam <plam@mit.edu>
168 * ChangeLog:
169 * README:
170 * configure.in:
171 * fontconfig/fontconfig.h:
172
173 Bump version to 2.3.94.
174
175 2006-02-24 Patrick Lam <plam@mit.edu>
176 * Makefile.am:
177
178 Fix placement of @s.
179
180 2006-02-24 Patrick Lam <plam@mit.edu>
181 * conf.d/10-fonts-persian.conf:
182
183 Remove unconditional emboldening (per Behdad's instructions).
184
185 * Makefile.am:
186
187 Add @s to hide some echos.
188
189 2006-02-24 Mike Fabian <mfabian@suse.de>
190 Takashi Iwai <tiwai@suse.de>
191 reviewed by: plam
192
193 * src/fcfreetype.c (GetScriptTags):
194
195 Fix double-free on error case.
196
197 2006-02-21 Patrick Lam <plam@mit.edu>
198 * fc-lang/fc-lang.c (scan):
199
200 Strip \r and whitespace from input; fixes bug 3454.
201
202 2006-02-21 Patrick Lam <plam@mit.edu>
203 * fc-lang/fc-lang.c (main):
204
205 Allocate large arrays statically in fc-lang to fix crashes under
206 MinGW/MSYS.
207
208 2006-02-21 Diego Petten <flameeyes@gentoo.org>
209 * src/fcfreetype.c (FcFreeTypeCharIndex):
210
211 Pass the buck; make fontconfig not crash on pango badness.
212
213 2006-02-21 Patrick Lam <plam@mit.edu>
214 * conf.d/10-fonts-persian.conf:
215
216 Use embeddedbitmap rather than rh_prefer_bitmap.
217
218 2006-02-21 Paul Cornett <paulcor1@bullseye.com>
219 reviewed by: plam
220
221 * src/fccache.c (FcDirCacheWrite):
222 * src/fcdir.c (FcFileScanConfig):
223 * src/fcfreetype.c (FcStringInPatternElement):
224 * src/fcxml.c (FcParseFamilies):
225 * src/ftglue.c (ftglue_face_goto_table):
226
227 Eliminate redundancies.
228
229 2006-02-21 Kjartan Maraas <kmaraas@gnome.org>
230 reviewed by: plam
231
232 * fc-list/fc-list.c (main):
233 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing):
234 * src/fcstr.c (FcStrStr):
235 * src/fcxml.c (FcConfigSaveAttr):
236
237 Eliminate unused vars reported by Intel's compiler.
238
239 2006-02-21 Aiet Kolkhi <aietkolkhi@gmail.com>
240 reviewed by: plam
241
242 * fc-lang/ka.orth:
243
244 Remove one more archaic character.
245
246 2006-02-21 Ross Burton <ross@burtonini.com>
247 reviewed by: plam, keithp
248
249 * src/fcxml.c (FcParsePatelt):
250
251 Freeze patterns created by configuration file for tiny
252 memory savings (every little bit helps).
253
254 2006-02-21 Mike Fabian <mfabian@suse.de>
255 reviewed by: plam
256
257 * fc-cat/fc-cat.c (main):
258
259 Initialize fontconfig library in fc-cat to avoid segfault.
260
261 2006-02-18 Patrick Lam <plam@mit.edu>
262 * fc-cache/fc-cache.c (scanDirs):
263 * src/fccache.c (FcCacheReadDirs):
264 * src/fcdir.c (FcDirScanConfig):
265
266 Fix the underlying cause of the below segfault (must usually
267 call FcDirCacheHasCurrentArch after FcDirCacheValid).
268
269 2006-02-18 Patrick Lam <plam@mit.edu>
270 * src/fccache.c (FcDirCacheHasCurrentArch):
271
272 Fix triggering of segfault caused by misreading cache files
273 (reported by fcrozat).
274
275 2006-02-17 Patrick Lam <plam@mit.edu>
276 * src/fcint.h (FC_CACHE_MAGIC):
277
278 Bump up magic version; we changed the binary format.
279
280 2006-02-17 Patrick Lam <plam@mit.edu>
281 * fc-cat/fc-cat.c (main):
282
283 Enable fc-cat to print out old-style cache info when given a
284 directory name.
285
286 2006-02-16 Patrick Lam <plam@mit.edu>
287 * src/fccache.c (FcDirCacheHasCurrentArch):
288
289 Deal correctly with changing FC_CACHE_MAGIC.
290
291 2006-02-16 Patrick Lam <plam@mit.edu>
292 * fc-cache/fc-cache.c (usage, scanDirs, main):
293
294 Add -r --really-force option which blows away cache files and then
295 regenerates them.
296
297 2006-02-16 Patrick Lam <plam@mit.edu>
298 * src/fccache.c (FcDirCacheUnlink, FcCacheCopyOld, FcDirCacheWrite):
299
300 Don't bail if fontconfig can't remove a dir cache file.
301 Skip the ID of a cache file when copying.
302 Eliminate 'source file too small' bug in FcDirCacheWrite.
303
304 2006-02-13 Patrick Lam <plam@mit.edu>
305 * src/fcfreetype.c (FcFreeTypeQuery):
306
307 Fix memory leak in error condition code.
308
309 2006-02-13 Mike Fabian <mfabian@suse.de>
310 reviewed by: plam
311 * src/fcfreetype.c (FcFreeTypeQuery):
312
313 Skip bitmap fonts which can't even get it together enough to
314 declare a family name; this appears to reproduce previous
315 fontconfig behaviour.
316
317 2006-02-10 Takashi Iwai <tiwai@suse.de>
318 reviewed by: plam
319 * src/fccache.c (FcDirCacheOpen):
320
321 Try to open /var/cache/fontconfig/[hashed name] before
322 fonts.cache-2 in a directory, because /var/cache/fontconfig
323 failures ought to be fixable, unlike fonts.cache-2 failures,
324 which may leave you screwed.
325
326 2006-02-10 Takashi Iwai <tiwai@suse.de>
327 reviewed by: plam
328 * src/fcmatch.c (FcFontSetMatch):
329
330 Use a tri-state to mark the fonts which didn't get blocked but
331 were just missing an element, to distinguish them from the
332 fonts that do match the element.
333
334 2006-02-10 Takashi Iwai <tiwai@suse.de>
335 reviewed by: plam
336 * src/fcmatch.c (FcFontSetMatch):
337
338 Don't kill fonts because they don't declare an element that's
339 being matched on.
340
341 2006-02-09 Patrick Lam <plam@mit.edu>
342 * src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave,
343 FcDirCacheUnlink, FcDirCacheOpen, FcDirCacheWrite):
344
345 Define and pass O_BINARY to open if appropriate, for those
346 platforms that need it. Reported by Doodle.
347
348 2006-02-09 Patrick Lam <plam@mit.edu>
349 * src/fccharset.c (FcCharSetNeededBytes, FcCharSetSerialize,
350 FcCharSetGetLeaf):
351
352 Fix problem with missing 'en' due to euro.patch: change
353 cache file format slightly to coincide with that generated
354 by fc-lang.
355
356 2006-02-07 Patrick Lam <plam@mit.edu>
357 * src/fccache.c (FcCacheReadDirs):
358
359 Fix warning.
360
361 2006-02-07 Patrick Lam <plam@mit.edu>
362 * src/fcdir.c (FcDirScanConfig):
363
364 Don't reject dirs that can't be normalized (fixes lilypond, and
365 is correct in the context of application font directories.)
366
367 2006-02-07 Takashi Iwai <tiwai@suse.de>
368 reviewed by: plam
369
370 * src/fccache.c (FcCacheReadDirs):
371
372 Use normalized directory name exclusively in FcCacheReadDirs.
373
374 2006-02-07 Dirk Mueller <dmueller@suse.com>
375 reviewed by: plam
376
377 * src/fcpat.c (FcValueHash, FcValueListHash, FcValueListEntCreate):
378
379 Perf optimizations. Inline FcValueCanonicalize,
380 reduce FcValueListPtrU usage, remove redundant cast.
381
382 2006-02-07 Takashi Iwai <tiwai@suse.de>
383 reviewed by: plam
384
385 * src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)
386 * fc-lang/fc-lang.c:
387
388 Fix missing FcCacheBankToIndex in FcCharSetInsertLeaf.
389 Declare extern for static arrays as arrays, not pointers.
390 (Part of the fix for 'fonts don't have en' issue after Euro patch.)
391
392 2006-02-07 Dirk Mueller <dmueller@suse.com>
393 reviewed by: plam
394
395 * fc-lang/de.orth:
396 * fc-lang/el.orth:
397 * fc-lang/en.orth:
398 * fc-lang/es.orth:
399 * fc-lang/fi.orth:
400 * fc-lang/fr.orth:
401 * fc-lang/it.orth:
402 * fc-lang/nl.orth:
403 * fc-lang/pt.orth:
404
405 Add Euro sign to list of symbols required by European languages.
406
407 2006-02-07 Patrick Lam <plam@mit.edu>
408 * src/fccache.c (FcCacheReadString):
409
410 Fix hidden variable warning.
411
412 2006-02-07 Dirk Mueller <dmueller@suse.com>
413 reviewed by: plam
414
415 * src/fccache.c (FcCacheReadString, FcCacheSkipString):
416
417 Remove de-escaping logic because FcCacheWriteString
418 doesn't escape anyway. Do blockwise reading instead
419 of byte-wise for performance.
420
421 2006-02-06 Patrick Lam <plam@mit.edu>
422 Takashi Iwai <tiwai@suse.de>
423
424 * src/fccache.c (FcCacheReadDirs, FcCacheRead):
425
426 Don't loop infinitely on recursive symlinks (client-side).
427
428 2006-02-06 Takashi Iwai <tiwai@suse.de>
429 reviewed by: plam
430 * fc-cache/fc-cache.c (scanDirs, main):
431
432 Don't loop infinitely on recursive symlinks.
433
434 2006-02-06 Takashi Iwai <tiwai@suse.de>
435 reviewed by: plam
436 * src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheReadDir,
437 FcGlobalCacheDirFind, FcGlobalCacheUpdate,
438 FcGlobalCacheSave, FcCacheReadDirs):
439 * src/fcint.h:
440
441 Skip subdirs when skipping over stale bits of global cache.
442 Introduce state machine into FcGlobalCacheDir to avoid
443 doing inappropriate operations on global dir entries, e.g.
444 writing out an out-of-date cache entry.
445
446 2006-02-06 Takashi Iwai <tiwai@suse.de>
447 reviewed by: plam
448 * src/fcdir.c (FcFileScanConfig):
449
450 Hoist FcFileIsDir check out of FcFileScanConfig loop.
451
452 2006-02-06 Takashi Iwai <tiwai@suse.de>
453 reviewed by: plam
454
455 * src/fccfg.c (FcConfigInodeMatchFontDir, FcConfigAddFontDir,
456 FcConfigAddFontDirSubdirs, FcConfigNormalizeFontDir):
457
458 Don't rescan when trying to normalize a non-declared font dir.
459 Don't add font dirs multiple times (even if they're aliased).
460
461 2006-02-06 Dirk Mueller <dmueller@suse.de>
462 reviewed by: plam
463
464 * src/fcfs.c (FcFontSetUnserialize):
465
466 Explain apples/oranges comparison and fix compilation error.
467
468 2006-02-06 Dirk Mueller <dmueller@suse.de>
469 reviewed by: plam
470
471 * src/fcfs.c (FcFontSetUnserialize):
472
473 Insert check for integer overflow in # of fonts.
474
475 2006-02-04 Behdad Esfahbod <behdad@cs.toronto.edu>
476 reviewed by: plam
477
478 * doc/Makefile.am:
479 * fc-cache/Makefile.am:
480 * fc-cat/Makefile.am:
481 * fc-list/Makefile.am:
482
483 Make 'make distcheck' work with automake 1.6.3.
484
485 2006-02-03 Takashi IWAI <tiwai@suse.de>
486 reviewed by: plam
487
488 * fc-cat/fc-cat.c (FcCacheGlobalFileReadAndPrint, main,
489 FcCacheFileRead):
490
491 * src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave,
492 FcDirCacheConsume, FcDirCacheWrite)
493 * src/fcxml.c (FcConfigMessage):
494
495 Check I/O call return values and eliminate unused variable
496 warnings.
497
498 2006-02-03 Takashi Iwai <tiwai@suse.de>
499 reviewed by: plam
500
501 * src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir)
502
503 Fix memory leak.
504
505 2006-02-03 Dirk Mueller <dmueller@suse.de>
506 reviewed by: plam
507
508 * src/fcfs.c (FcFontSetUnserialize):
509
510 Gracefully handle the case where a cache asserts that it
511 has a negative number of fonts, causing overflow.
512
513 2006-02-03 Patrick Lam <plam@mit.edu>
514 * src/fccache.c (FcDirCacheUnlink):
515
516 Fix double free in error case.
517
518 2006-01-31 Behdad Esfabod <behdad@cs.utoronto.edu>
519 Stephan Kulow <coolo@suse.de>
520 reviewed by: plam
521
522 * fc-cache/Makefile.am:
523
524 Replace 'stamp' target with mkinstalldirs.
525
526 2006-01-31 Mike Fabian <mfabian@suse.de>
527 reviewed by: plam
528
529 * src/fccache.c (FcGlobalCacheLoad):
530
531 Toast broken global cache files.
532
533 2006-01-30 Patrick Lam <plam@mit.edu>
534 * src/fccache.c (FcGlobalCacheReadDir):
535
536 Actually use the directories that I added to the global cache.
537 Fixes 'make check'.
538
539 2006-01-30 Mike Fabian <mfabian@suse.de>
540 reviewed by: plam
541
542 * fc-cache/fc-cache.c (scanDirs):
543
544 Don't stop scanning if a directory in fonts.conf doesn't
545 exist, because subsequent directories might exist.
546
547 2006-01-30 Patrick Lam <plam@mit.edu>
548 * src/fccache.c (FcGlobalCacheLoad):
549
550 Make global cache work again after putting dir names into global
551 cache (I misplaced the recording of a file offset).
552
553 2006-01-30 Patrick Lam <plam@mit.edu>
554 * fc-cat/fc-cat.c (FcCacheGlobalFileReadAndPrint):
555
556 Update fc-cat to handle subdir lists in global cache file.
557
558 * src/fccache.c (FcGlobalCacheLoad):
559
560 Another FcCacheReadString return value check.
561
562 2006-01-30 Mike Fabian <mfabian@suse.de>
563 reviewed by: plam
564
565 * src/fccache.c (FcGlobalCacheLoad, FcDirCacheUnlink
566 FcDirCacheOpen, FcDirCacheRead, FcDirCacheWrite):
567
568 Make fccache more resilient to broken cache files by checking
569 return value of FcCacheReadString all the time.
570
571 2006-01-30 Frederic Crozat <fcrozat@mandriva.com>
572 reviewed by: plam
573
574 * fc-match/fc-match.1:
575 * fc-lang/fc-lang.man:
576
577 Remove references to dead fontconfig(3) manpages in
578 other fontconfig manpages.
579
580 2006-01-29 Behdad Esfabod <behdad@cs.utoronto.edu>
581 reviewed by: plam
582
583 * doc/fcpattern.fncs:
584
585 Fix world's tiniest typo in code example.
586
587 2006-01-29 Mike Fabian <mfabian@suse.de>
588 reviewed by: plam
589
590 * src/fccache.c (FcGlobalCacheReadDir):
591
592 Fix global cache reads of subdirectories.
593
594 2006-01-29 Patrick Lam <plam@mit.edu>
595 * doc/fcconfig.fncs:
596 Add documentation for FcConfigNormalizeFontDir.
597
598 * src/fccache.c (FcGlobalCacheDirDestroy, FcGlobalCacheLoad,
599 FcGlobalCacheUpdate, FcGlobalCacheSave):
600 * src/fcdir.c (FcDirScanConfig):
601 * src/fcint.h:
602
603 Write directory information to global caches to fix make check
604 (reported by Ronny V. Vindenes). This changes the global cache
605 format again.
606
607 2006-01-27 Patrick Lam <plam@mit.edu>
608 * fc-cache/fc-cache.c (scanDirs):
609 * fontconfig/fontconfig.h:
610 * src/fcint.h:
611 * src/fccache.c (FcDirCacheValid, FcDirCacheHasCurrentArch):
612
613 Move FcConfigNormalizeFontDir call so that it doesn't result in
614 infinite recursion (reported by Ronny V. Vindenes).
615
616 2006-01-26 Patrick Lam <plam@mit.edu>
617 * src/fccache.c (FcDirCacheValid, FcDirCacheHasCurrentArch):
618 * src/fccfg.c (FcConfigNormalizeFontDir):
619
620 Add a couple of missing normalizations to make fc-cache work
621 right; only scan subdirectories once.
622
623 2006-01-26 Mike Fabian <mfabian@suse.de>
624 reviewed by: plam
625
626 * src/fcacache.c (FcGlobalCacheReadDir):
627
628 Don't crash on non-existant directories in global cache.
629
630 2006-01-26 Patrick Lam <plam@mit.edu>
631 * src/fccache.c (FcGlobalCacheSave, FcDirCacheWrite):
632 * src/fccfg.c (FcConfigAddFontDirSubdirs, FcConfigNormalizeFontDir):
633 * src/fcdir.c (FcDirScanConfig):
634 * src/fcxml.c (FcEndElement):
635
636 Stop trampling the directory name when writing out caches.
637 (with Mike Fabian:) Beef up FcConfigNormalizeFontDir to scan
638 subdirs when necessary. Don't scan directories that can't be
639 normalized.
640
641 2006-01-25 Patrick Lam <plam@mit.edu>
642 * src/fccache.c (FcDirCacheOpen, FcDirCacheWrite):
643 * src/fccfg.c (FcConfigEvaluate):
644 * src/fcfreetype.c (FcPatternAddWithBinding):
645
646 Fix additional memory leaks reported by Ronny V. Vindenes: don't
647 invoke FcValueSave on hashed static strings in
648 FcPatternAddWithBinding.
649
650 Add another st_dev check in FcDirCacheOpen.
651
652 2006-01-24 James Su <james.su@gmail.com>
653 reviewed by: plam
654
655 * src/fcfreetype.c (FcFreeTypeIsExclusiveLang):
656 * fc-lang/zh_hk.orth:
657
658 Treat zh-hk fonts differently from zh-tw fonts. This patch may
659 cause fontconfig to treat A-X fonts differently from A-Y fonts;
660 please mail the fontconfig list if this causes any problems.
661
662 2006-01-24 Patrick Lam <plam@mit.edu>
663 * src/fccache.c (FcDirCacheUnlink, FcDirCacheWrite):
664 * src/fcfreetype.c (FcFreeTypeQuery):
665
666 Fix memory leaks reported by Ronny V. Vindenes.
667
668 2006-01-19 Andreas Schwab <schwab@suse.de>
669 reviewed by: plam
670
671 * src/fcpat.c (FcStrNeededBytes):
672
673 Fix for unaligned memory accesses.
674
675 2006-01-18 Mike Fabian <mfabian@suse.de>
676 reviewed by: plam
677
678 * src/fcdir.c (FcDirScanConfig):
679
680 Properly order the FcConfigAddFontDir and FcConfigNormalizeFontDir
681 calls to avoid crashes.
682
683 2006-01-14 Patrick Lam <plam@mit.edu>
684 * src/fccache.c (FcDirCacheConsume):
685
686 Fix segfault when consuming zero-length caches in fc-cat
687 (which has no config, so FcConfigAddFontDir shouldn't be called.)
688
689 2006-01-14 Patrick Lam <plam@mit.edu>
690 * fc-cache/fc-cache.c (scanDirs):
691 * fontconfig/fontconfig.h:
692 * src/fccache.c (FcGlobalCacheReadDir, FcGlobalCacheUpdate,
693 FcGlobalCacheSave, FcDirCacheUnlink, FcDirCacheOpen):
694 * src/fccfg.c (FcConfigBuildFonts, FcConfigNormalizeFontDir):
695 * src/fcdir.c (FcDirScanConfig):
696 * src/fcint.h:
697
698 Compare device numbers as well as inodes.
699 Always normalize directory names before comparing them.
700
701 2006-01-11 Mike Fabian <mfabian@suse.de>
702 reviewed by: plam
703
704 * fc-cat/fc-cat.c (FcCacheGlobalFileReadAndPrint):
705
706 Allocate extra space for appended '/' in directory name.
707
708 2006-01-10 Patrick Lam <plam@mit.edu>
709 * src/fccache.c (FcDirCacheConsume, FcDirCacheOpen,
710 FcDirCacheValid, FcDirCacheHasCurrentArch,
711 FcDirCacheUnlink, FcDirCacheRead, FcDirCacheConsume):
712 * fc-cache/fc-cache.c (main):
713
714 Explicitly add font dirs to config.fontDirs even if they're empty.
715 Set current config in fc-cache.c.
716 Fix treatment of cache directory as read from cache file; don't
717 use string equality to determine if we have the right file,
718 use inode equality.
719
720 2006-01-09 Patrick Lam <plam@mit.edu>
721 * fc-cache/fc-cache.c (scanDirs):
722 * fc-cat/fc-cat.c (FcCacheGlobalFileReadAndPrint, FcCacheFileRead):
723 * src/fccache.c (FcGlobalCacheReadDir, FcCacheReadDirs,
724 FcDirCacheRead, FcDirCacheConsume, FcDirCacheWrite):
725 * src/fccfg.c (FcConfigNormalizeFontDir):
726 * src/fcdir.c (FcDirScanConfig):
727 * src/fcint.h:
728
729 Normalize font dirs by using the form, as given in fonts.conf, and
730 recorded in FcConfig's fontDirs string set, as canonical.
731
732 Actually update config.fontDirs as font directories are scanned.
733
734 2006-01-08 James Su <james.su@gmail.com>
735 * src/fcmatch.c (FcFontSetMatch):
736
737 Fix matching bug when multiple elements match; don't use
738 the sum of all scores, but the best score.
739
740 Also more perf opts, e.g. evaluate best over all font sets
741 rather than on a per-set basis (and other changes).
742
743 2006-01-08 Patrick Lam <plam@mit.edu>
744 * src/fccache.c (FcDirCacheConsume):
745
746 Properly skip past dir caches that contain zero fonts (as occurs
747 in global caches.) Reported by Mike Fabian.
748
749 2006-01-06 Patrick Lam <plam@mit.edu>
750 * src/fcdbg.c (FcPatternPrint):
751
752 Print out full pathname in fc-match -v as well. Reported by
753 Frederic Crozat.
754
755 2006-01-06 Mike Fabian <mfabian@suse.de>
756 reviewed by: plam
757
758 * src/fcname.c (FcNameParse):
759
760 Fix bug where fc-match crashes when given __DUMMY__ property to
761 match on.
762
763 (I added the __DUMMY__ string to enable callers of
764 FcObjectToPtrLookup to distinguish an error return from a
765 successful return. -PL)
766
767 2006-01-05 Patrick Lam <plam@mit.edu>
768 * AUTHORS:
769
770 Add self to AUTHORS list.
771
772 * fc-cat/fc-cat.c (FcCacheGlobalFileReadAndPrint,
773 FcCacheFileRead, FcCachePrintSet, main):
774 * src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheUpdate,
775 FcGlobalCacheSave, FcCacheNextOffset,
776 FcDirCacheHasCurrentArch, FcDirCacheRead,
777 FcDirCacheConsume, FcDirCacheWrite):
778 * src/fcint.h:
779 * src/fcpat.c (comment):
780
781 Minor change to global cache file format to fix fc-cat bug
782 reported by Frederic Crozat, and buglet with not globally caching
783 directories with zero fonts cached.
784
785 2006-01-02 Lubos Lunak <l.lunak@suse.cz>
786 reviewed by: plam
787
788 * src/fccfg.c (FcConfigEvaluate):
789
790 Fix double-free which occurs because FcValueCanonicalize doesn't
791 create an extra copy of the returned value, it only canonicalizes
792 it.
793
794 2006-01-02 Patrick Lam <plam@mit.edu>
795 * doc/fontconfig-user.sgml:
796
797 Fix version of .cache file (currently 1 -> currently 2). Reported
798 by Jim Osborn.
799
800 2005-12-21 Jinghua Luo <sunmoon1997@gmail.com>
801 reviewed by: plam
802
803 * src/fcpat.c (FcPatternAddFullFname, FcPatternFindFullFname):
804
805 Shut up GCC warnings on amd.
806
807 2005-12-20 Patrick Lam <plam@mit.edu>
808 * ChangeLog:
809 * README:
810 * configure.in:
811 * fontconfig/fontconfig.h:
812
813 Bump version to 2.3.93.
814
815 2005-12-20 Patrick Lam <plam@mit.edu>
816 * src/fccharset.c (FcLangCharSetPopulate):
817 * src/fcint.h (FcCacheBankToIndex):
818
819 Avoid check on _fcBankId nullness and fix case where it used to
820 crash.
821
822 2005-12-20 Patrick Lam <plam@mit.edu>
823 * src/fcxml.c (FcConfigParseAndLoad):
824
825 Use open instead of fopen (requested by Phil Race for Sun).
826
827 2005-12-20 Patrick Lam <plam@mit.edu>
828 * src/fccache.c (FcDirCacheWrite);
829 * fc-cache/Makefile.am:
830
831 Fix GCC4 warning and Makefile brokenness for /var/cache/fontconfig
832 dir.
833
834 2005-12-20 Patrick Lam <plam@mit.edu>
835 * src/fcfreetype.c (FcFreeTypeQuery):
836
837 Restore code to skip over PCF fonts that have no encoded
838 characters.
839 (We guess that a font is PCF by presence of the PIXEL_SIZE
840 BDF property.)
841
842 2005-12-12 Patrick Lam <plam@mit.edu>
843 * src/fccache.c (FcDirCacheOpen, FcDirCacheWrite):
844
845 Read and write the original location as a fallback for the
846 hashed cache file locations. This is mostly for users to be
847 able to have per-directory cache files.
848
849 2005-12-12 Patrick Lam <plam@mit.edu>
850 * fc-cache/fc-cache.c (scanDirs):
851 * fc-cache/Makefile.am:
852 * src/fccache.c (FcDirCacheHashName):
853
854 Improve error message when fc-cache can't write the cache. Add
855 missing slash. Reported by Behdad. Incorporate Behdad's patch to
856 create /var/cache/fontconfig when appropriate.
857
858 2005-12-12 Behdad Esfahbod <behdad@cs.toronto.edu>
859 reviewed by: plam
860
861 * src/fcxml.c (FcConfigGetAttribute):
862
863 Fix crash reported by Frederic Crozat when using libxml2.
864
865 2005-12-09 Patrick Lam <plam@mit.edu>
866 * INSTALL:
867 * configure.in:
868 * fc-cache/Makefile.am:
869 * fc-cat/Makefile.am:
870 * src/Makefile.am:
871 * fc-cat/fc-cat.c (FcCacheGlobalFileReadAndPrint, FcCacheFileRead):
872 * fontconfig/fontconfig.h (FC_CACHE_SUFFIX):
873 * src/fccache.c (FcCacheSkipString, FcGlobalCacheLoad,
874 FcGlobalCacheSave, FcCacheNextOffset, FcDirCacheValid,
875 FcDirCacheHasCurrentArch, FcDirCacheHashName,
876 FcDirCacheOpen, FcDirCacheRead, FcDirCacheWrite):
877
878 Migrate cache files from fonts directories to
879 /var/cache/fontconfig. This helps make fontconfig FHS-compliant,
880 but requires that all caches get rebuilt.
881
882 Also, autogen.sh now needs the additional parameter
883 --localstatedir=/var.
884
885 2005-12-07 Patrick Lam <plam@mit.edu>
886 * src/fcpat.c (FcPatternAddString):
887
888 Because we've changed FcPatternAddString to use FcStrStaticName
889 and not FcValueSave, explicitly handle the case of a null string.
890
891 2005-12-06 Patrick Lam <plam@mit.edu>
892 * fc-cat/fc-cat.c (FcCachePrintSet, FcCacheGlobalFileReadAndPrint):
893
894 Fix warnings.
895
896 2005-12-05 Patrick Lam <plam@mit.edu>
897 * src/fcname.c (FcNameGetObjectType):
898
899 Don't assign types to user object names.
900
901 2005-12-05 Patrick Lam <plam@mit.edu>
902 * src/fcpat.c (FcValueDestroy, FcValueListDestroy, FcStrHashed):
903
904 Don't free strings that have been returned from FcStrStaticName.
905
906 2005-12-01 Patrick Lam <plam@mit.edu>
907 * fc-cat/fc-cat.c (FcCacheGlobalFileReadAndPrint, main):
908
909 Add codepath for reading global cache files as well.
910
911 2005-12-01 Behdad Esfahbod <behdad@cs.toronto.edu>
912 reviewed by: plam
913
914 * conf.d/10-fonts.persian.conf:
915 * conf.d/Makefile.am:
916
917 Add config file for Persian fonts from Sharif FarsiWeb, Inc.
918
919 2005-11-30 Behdad Esfahbod <behdad@cs.toronto.edu>
920 reviewed by: plam
921
922 * src/fcxml.c (FcConfigParseAndLoad):
923
924 Only add a config file to the set of config files once.
925
926 2005-11-29 Patrick Lam <plam@mit.edu>
927 * src/fcint.h (FcCacheBankToIndex);
928
929 Fix segfault by guarding array dereference.
930
931 2005-11-29 Dirk Mueller <dmueller@suse.de>
932 reviewed by: plam
933
934 * fc-lang/fc-lang.c:
935 * src/fccache.c (FcDirCacheConsume, FcCacheHaveBank,
936 FcCacheBankToIndex, FcCacheBankToIndexMTF,
937 FcCacheAddBankDir):
938 * src/fcint.h:
939
940 Refactor FcCacheBankToIndex into an inlineable part
941 (in fcint.h) which checks the front of the list and a
942 non-inlineable part which finds and moves the appropriate element
943 to the front of the list.
944
945 2005-11-29 Patrick Lam <plam@mit.edu>
946 * src/fccfg.c (FcConfigBuildFonts):
947 * src/fccache.c (FcCacheReadDirs):
948
949 Make the perf guys hate me a bit less: hoist the directory-name
950 FcConfigAcceptFont check for cached fonts up to directory cache
951 read time, rather than running it for each font.
952
953 2005-11-29 Patrick Lam <plam@mit.edu>
954 * src/fccfg.c (FcConfigBuildFonts):
955 * src/fcint.h:
956 * src/fcpat.c (FcPatternFindFullFname):
957
958 Don't make FcPatternFindFullFname available to fccfg, it's not
959 really safe. Instead go through FcPatternGetString (sorry,
960 perf guys.) Also, use globs for dirs as well.
961
962 2005-11-28 Patrick Lam <plam@mit.edu>
963 * src/fccfg.c (FcConfigBuildFonts):
964
965 Fix segfault.
966
967 2005-11-28 Patrick Lam <plam@mit.edu>
968 * src/fcint.h:
969 * src/fcpat.c (FcPatternFindFullFname):
970 * src/fccfg.c (FcConfigBuildFonts):
971
972 Fix problem dating back at least to 2.3.2 where globs weren't
973 being applied to patterns loaded from a cache.
974
975 2005-11-28 Patrick Lam <plam@mit.edu>
976 * doc/fontconfig-user.sgml:
977
978 Fix some obvious spelling mistakes.
979
980 2005-11-28 Dirk Mueller <dmueller@suse.com>
981 Stephan Kulow <coolo@suse.de>
982 reviewed by: plam
983
984 * src/fcmatch.c (FcFontSetMatch):
985
986 Don't kill all fonts during match (oops!)
987
988
989 2005-11-25 Dirk Mueller <dmueller@suse.com>
990 Stephan Kulow <coolo@suse.de>
991 Michael Matz <matz@suse.de>
992 reviewed by: plam
993
994 * src/fcmatch.c (FcObjectPtrToMatcher, FcCompareValueList,
995 FcFontSetMatch):
996
997 Rewrite FcFontSetMatch to a path-finding based algorithm, i.e.
998 inline FcCompare into FcFontSetMatch and reorder the
999 loops, adding a boolean array which blocks patterns from future
1000 consideration if they're known to not be best on some past
1001 criterion.
1002
1003 2005-11-26 Dirk Mueller <dmueller@suse.com>
1004 reviewed by: plam
1005
1006 * src/fcmatch.c (FcCompareValueList):
1007
1008 Fix incorrect merge.
1009
1010 2005-11-25 Patrick Lam <plam@mit.edu>
1011 * src/fcmatch.c (FcMatchObjectPtrsInit, FcCompareValueList):
1012
1013 Don't do random matching when bad objects are passed into
1014 FcCompareValueList.
1015
1016 2005-11-25 Patrick Lam <plam@mit.edu>
1017 * src/fcint.h:
1018 * src/fcpat.c (FcPatternEnsureBank, FcPatternDistributeBytes,
1019 FcPatternSerialize, FcPatternUnserialize,
1020 FcValueListEnsureBank, FcValueListDistributeBytes,
1021 FcValueListUnserialize):
1022
1023 Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPatterns,
1024 _fcPatternElts, _fcValueLists for consistency.
1025
1026 2005-11-25 Dirk Mueller <dmueller@suse.com>
1027 reviewed by: plam
1028
1029 * src/fcmatch.c:
1030
1031 Pass the FcObjectPtr to FcCompareValueList, not the char * (perf).
1032
1033 2005-11-25 Patrick Lam <plam@mit.edu>
1034 * src/fcint.h:
1035 * src/fccache.c (FcDirCacheConsume):
1036 * src/fccharset.c (FcCharSetUnserialize):
1037 * src/fcfs.c (FcFontSetUnserialize):
1038 * src/fclang.c (FcLangSetUnserialize):
1039 * src/fcname.c (FcObjectUnserialize):
1040 * src/fcpat.c (FcStrUnserialize, FcValueListUnserialize,
1041 FcPatternUnserialize):
1042
1043 Pass around FcCache *s to the Unserialize functions for extra
1044 consistency (and less overhead, for what that's worth).
1045
1046 2005-11-24 Dirk Mueller <dmueller@suse.com>
1047 reviewed by: plam
1048
1049 * src/fcint.h:
1050 * src/fcmatch.c (FcCompare*, FcFontSetSort):
1051 * src/fcname.c (FcNameUnparseValue):
1052
1053 Inline the *PtrU functions to gain perf.
1054 Remove unneeded params for the FcCompare* functions.
1055
1056 2005-11-24 Dirk Mueller <dmueller@suse.com>
1057 reviewed by: plam
1058
1059 * src/fcint.h, fontconfig/fontconfig.h:
1060
1061 Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
1062
1063 * src/fcpat.c, src/fcint.h, src/fcname.c:
1064
1065 Check for type validity during FcPatternAddWithBinding, don't
1066 verify type in FcFontMatch, don't call FcCanonicalize here
1067 (which always does a deep copy).
1068
1069 2005-11-24 Dirk Mueller <dmueller@suse.com>
1070 reviewed by: plam
1071
1072 * src/fcmatch.c (FcCompareNumber, FcCompareString, FcCompareFamily):
1073 * src/fcpat.c (FcPatternAddWithBinding):
1074
1075 Make FcCompareString and FcCompareFamily less expensive.
1076 Only add a value for FC_FAMILY if the proposed value is a string.
1077
1078 2005-11-24 Dirk Mueller <dmueller@suse.com>
1079 reviewed by: plam
1080
1081 * src/fcdbg.c (FcDebug, FcDebugInit, FcPatternPrint):
1082 * src/fcinit.c (FcInitLoadConfig, FcInitLoadConfigAndFonts):
1083 * src/fcint.h (FcDebug):
1084
1085 Inline FcDebug invocations and only initialize once, in FcInit*.
1086 Improve debug msg in FcPatternPrint.
1087
1088 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:
1089 reviewed by: plam
1090
1091 * fontconfig/fontconfig.h:
1092 * fc-cat/fc-cat.c:
1093
1094 Minor code warning cleanups.
1095
1096 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:
1097 reviewed by: plam
1098
1099 * fc-match/fc-match.c (main):
1100
1101 Make getopt_long accept -s parameter to fc-match as well.
1102
1103 2005-11-21 Dirk Mueller <dmueller@suse.com>
1104 reviewed by: plam
1105
1106 * src/fcmatch.c (FcCompareValueList):
1107
1108 Manually perform inlining & partial redundancy elimination to
1109 reduce calls to FcValueListPtrU.
1110
1111 2005-11-21 Dirk Mueller <dmueller@suse.com>
1112 reviewed by: plam
1113
1114 * src/fcstr.c (FcStrFree, FcStrCaseWalkerInit, FcStrCaseWalkerLong,
1115 FcStrCaseWalkerNext, FcStrCaseWalkerNextIgnoreBlanks):
1116
1117 Only invoke strlen() when really necessary.
1118
1119 2005-11-19 Matthias Clasen <mclasen@redhat.com>
1120 reviewed by: plam
1121
1122 * src/Makefile.am:
1123 * src/fcfreetype.c (FcGetPixelSize, FcFreeTypeQuery, GetScriptTags,
1124 FcFontCapabilities):
1125 * src/ftglue.c:
1126 * src/ftglue.h:
1127
1128 Get rid of the use of freetype internal headers in fcfreetype.c,
1129 since those headers will go away with freetype 2.2. Replace with
1130 public domain ftglue code from pango. Note that the patch removes
1131 some extra error checking in FT_Get_BDF_Property() and comments
1132 out the skipping of empty pcf fonts.
1133
1134 2005-11-19 Jinghua Luo <sunmoon1997@gmail.com>
1135 reviewed by: plam
1136
1137 * fc-lang/fc-lang.c (main):
1138
1139 Further fix of patch from 2005-11-04: miscounted numbers count
1140 (numbers_count); didn't strip duplicate numbers (langBankNumbers);
1141 and leafidx_offset and numbers_offset in fcLangCharSets are wrong.
1142
1143 Removed leafidx_count and numbers_count since they are the same
1144 and replaced them with offset_count.
1145
1146 2005-11-18 Frederic Crozat <fcrozat@mandriva.com>
1147 reviewed by: plam
1148
1149 * fc-cat/fc-cat.c (main):
1150
1151 Don't crash when fc-cat invoked with no arguments.
1152
1153 2005-11-18 Frederic Crozat <fcrozat@mandriva.com>
1154 reviewed by: plam
1155
1156 * src/fcxml.c (FcConfigSaveAttr, FcConfigParseAndLoad):
1157
1158 Fix invalid read access caused by premature free and
1159 GCC4 warnings in libxml2 codepath.
1160
1161 2005-11-17 Jinghua Luo <sunmoon1997@gmail.com>
1162 reviewed by: plam
1163
1164 * src/fccfg.c (FcConfigValues):
1165
1166 List iteration not needed in FcConfigValues, since it's building
1167 up the list itself; we can just strip FcVoid elements during
1168 construction.
1169
1170 2005-11-17 Patrick Lam <plam@mit.edu>
1171 * src/fccfg.c (FcConfigValues):
1172
1173 Fix crash on invalid constants in config files (forgot to update
1174 a pointer upon list iteration.)
1175
1176 2005-11-17 Frederic Crozat <fcrozat@mandriva.com>
1177 reviewed by: plam
1178
1179 * src/fcxml.c (FcTypecheckExpr):
1180
1181 Complain about invalid constants in config files.
1182
1183 2005-11-17 Andreas Schwab <schwab@suse.de>
1184 reviewed by: plam
1185
1186 * src/fccache.c (FcGlobalCacheSave):
1187
1188 Don't add current_arch_start more than once.
1189
1190 2005-11-16 Patrick Lam <plam@mit.edu>
1191 * src/fccharset.c (FcCharSetDistributeBytes, FcCharSetUnserialize):
1192 * src/fcfs.c (FcFontSetUnserialize):
1193 * src/fcname.c (FcObjectDistributeBytes, FcObjectUnserialize):
1194 * src/fcpat.c (FcStrUnserialize):
1195
1196 Fix ordering of ALIGN with respect to saving block_ptr; add
1197 another ALIGN to fcfs.c.
1198
1199 2005-11-16 Patrick Lam <plam@mit.edu>
1200 * src/fccache.c (FcDirCacheProduce)
1201
1202 Fix case where alignment bytes bumped up metadata->count
1203 causing unwarranted failures to write cache files.
1204 (Reported by Stephan Kulow).
1205
1206 2005-11-16 Patrick Lam <plam@mit.edu>
1207 * src/fccache.c (FcDirCacheProduce):
1208 * src/fccharset.c (FcCharSetDistributeBytes):
1209 * src/fcfs.c (FcFontSetDistributeBytes):
1210 * src/fcint.h:
1211 * src/fclang.c (FcLangSetDistributeBytes):
1212 * src/fcname.c (FcObjectDistributeBytes):
1213 * src/fcpat.c (FcPatternNeededBytes, FcValueListNeededBytes,
1214 FcStrNeededBytes):
1215
1216 Add *NeededBytesAlign(), which overestimates the padding which is
1217 later added by the new ALIGN macro. Fix alignment problems on
1218 ia64 and s390 by bumping up block_ptr appropriately. (Earlier
1219 version by Andreas Schwab).
1220
1221 2005-11-16 Stephan Kulow <coolo@kde.org>
1222 reviewed by: plam
1223
1224 * src/fccache.c:
1225
1226 Use sysconf to determine proper PAGESIZE value; this
1227 appears to be POSIX-compliant. (reported by Andreas Schwab)
1228
1229 2005-11-04 Patrick Lam <plam@mit.edu>
1230 * fc-lang/fc-lang.c:
1231 * src/fccharset.c:
1232 * src/fcint.h:
1233 * src/fclang.c:
1234
1235 Fix bug 2878 (excessive relocations at startup for charsets,
1236 reported by Ross Burton): fc-lang/fc-lang now creates the
1237 static form of the langset, not the dynamic form, so that
1238 the charsets should now be in .rodata.
1239
1240 2005-11-04 Patrick Lam <plam@mit.edu>
1241 * src/fcdir.c (FcDirScanConfig):
1242
1243 Add test for validity of directory caches that
1244 somehow got lost (reported by make distcheck).
1245
1246 2005-11-04 Patrick Lam <plam@mit.edu>
1247 * ChangeLog:
1248 * README:
1249 * configure.in:
1250 * fontconfig/fontconfig.h:
1251
1252 Bump version to 2.3.92.
1253
1254 2005-11-02 Patrick Lam <plam@mit.edu>
1255 * src/fcpat.c (FcPatternDuplicate):
1256
1257 Fix argument ordering problem in call to FcPatternTransferFullFname.
1258
1259 2005-11-02 Patrick Lam <plam@mit.edu>
1260 * src/fcfreetype.c (FcFreetypeQuery):
1261 * src/fcpat.c (FcPatternDestroy, FcPatternDuplicate,
1262 FcPatternTransferFullFname):
1263
1264 Fix warnings and embarrassing double-free error.
1265
1266 2005-11-02 Zhe Su <zsu@novell.com>
1267 reviewed by: plam
1268
1269 * fonts.conf.in:
1270
1271 Change the rule for artificial emboldening in fonts.conf.in. This
1272 enables the support for artificial emboldening included in cairo.
1273
1274 2005-11-02 Patrick Lam <plam@mit.edu>
1275 * src/fcpat.c (FcPatternDestroy, FcPatternTransferFullName):
1276
1277 Don't zero out full names for FC_REF_CONSTANT fonts;
1278 also, duplicate full names when transferring, and free
1279 full names when freeing the associated font.
1280 Reported by Jinghua Luo.
1281
1282 2005-11-02 Patrick Lam <plam@mit.edu>
1283 * fc-cache/fc-cache.c (scanDirs):
1284 * src/fcpat.c (FcValueListSerialize):
1285
1286 Revert the previous patch and commit the correct patch:
1287 I forgot a canonicalization in FcValueListSerialize, so
1288 that it would choke on already-serialized input files. Duh!
1289
1290 2005-11-02 Patrick Lam <plam@mit.edu>
1291 * fc-cache/fc-cache.c (scanDirs):
1292
1293 Forcibly rescan a directory before writing a fresh local
1294 cache file for that directory, fixing the losing-fonts
1295 problem reported by Mike Fabian and also apparently the
1296 font cache file corruption.
1297
1298 2005-11-02 Patrick Lam <plam@mit.edu>
1299 * src/fccache.c (FcGlobalCacheLoad):
1300
1301 Fix thinko: actually, the whole global cache is stale
1302 if the global cache is older than the (newest) config file.
1303
1304 2005-11-02 Patrick Lam <plam@mit.edu>
1305 * src/fccache.c (FcGlobalCacheLoad):
1306 * src/fccfg.c (FcConfigModifiedTime, FcConfigBuildFonts):
1307 * src/fcint.h:
1308
1309 Declare the global cache of a directory's contents to be stale if
1310 the directory is newer than the (newest) configuration file.
1311
1312 2005-10-31 Patrick Lam <plam@mit.edu>
1313 * src/fcint.h:
1314 * src/fclist.c (FcListAppend):
1315 * src/fcmatch.c (FcFontRenderPrepare):
1316 * src/fcpat.c (FcPatternTransferFullFname, FcPatternDuplicate,
1317 FcPatternFreeze, FcPatternBaseFreeze):
1318
1319 Copy the full pathname whenever duplicating an FcPattern; otherwise,
1320 applications continue breaking.
1321
1322 2005-10-31 Patrick Lam <plam@mit.edu>
1323 * fc-cat/fc-cat.c (FcCacheFileRead, main):
1324 * src/fcfreetype.c (FcFreeTypeQuery):
1325
1326 Fix small memory error (tried to free argv); use basename and
1327 dirname correctly (they can modify their arguments).
1328
1329 2005-10-31 Patrick Lam <plam@mit.edu>
1330 * fc-cat/fc-cat.c:
1331 * src/fccache.c:
1332 * src/fcfreetype.c:
1333 * src/fcint.h:
1334 * src/fclist.c:
1335 * src/fcpat.c:
1336
1337 Reinstate basename patch, but keep a hash table linking FcPatterns
1338 to their fully-qualified font names for clients' benefit. Clients
1339 only pay for the font names once they request the FC_FILE property
1340 from an FcPattern, but the font name is malloc'd at that point (i.e.
1341 not mmapped: that's impossible, since it may vary between machines.)
1342 Clients do have to pay for a copy of the path name per cache file.
1343
1344 Note that FcPatternGetString now does some rewriting if you ask
1345 for an FC_FILE, appending the pathname as appropriate.
1346
1347 2005-10-31 Patrick Lam <plam@mit.edu>
1348 * src/fcfreetype.c (FcFreeTypeQuery):
1349
1350 Revert basename patch, which breaks fontconfig clients on my system.
1351
1352 2005-10-25 Jinghua Luo <sunmoon1997@gmail.com>
1353 reviewed by: plam
1354
1355 * fontconfig/fonts.conf.in:
1356 * fontconfig/fontconfig.h:
1357 * src/fcdefault.c:
1358 * src/fcname.c:
1359
1360 Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether
1361 to load embedded bitmaps or not.
1362
1363 2005-10-25 Patrick Lam <plam@mit.edu>
1364 * src/fcfreetype.c (FcFreeTypeQuery):
1365
1366 Only add basename to patterns' FC_FILE element, not any part of
1367 the dirname.
1368
1369 2005-10-22 Patrick Lam <plam@mit.edu>
1370 * src/fcfreetype.c:
1371
1372 Add some more consts, fixing more GCC4 warnings.
1373
1374 2005-10-22 Zhe Su <zsu@novell.com>
1375 reviewed by: plam
1376
1377 Support localized font family and style names.
1378 This has been reported to break old apps like xfd, but modern
1379 (gtk+/qt/mozilla) apps work fine.
1380
1381 2005-10-21 Patrick Lam <plam@mit.edu>
1382 * src/fccache.c (FcGlobalCacheLoad):
1383
1384 Destroy the global cache file if it's terminally broken. (reported by
1385 Mike Fabian)
1386
1387 2005-10-21 Patrick Lam <plam@mit.edu>
1388 * fc-list/fc-list.c (main):
1389 * src/fcname.c (FcNameUnparse, FcNameUnparseEscaped):
1390 * fontconfig/fontconfig.h:
1391
1392 Prevent fc-list from escaping strings when printing them (reported by
1393 Matthias Clasen).
1394
1395 2005-10-20 Marcus Meissner <meissner@suse.de>
1396 reviewed by: plam
1397
1398 * fontconfig/fontconfig.h:
1399
1400 Add valist sentinel markup for FcObjectSetBuild and FcPatternBuild.
1401
1402 2005-10-14 Ross Burton <ross@burtonini.com>
1403 reviewed by: plam
1404
1405 * fc-glyphname/fc-glyphname.c:
1406 * src/fclang.c:
1407
1408 Add consts to variables so as to move arrays into .rodata.
1409
1410 2005-10-14 Mike Fabian <mfabian@suse.de>
1411 reviewed by: plam
1412
1413 * src/fccache.c (FcDirCacheUnlink):
1414
1415 Check existence of directory cache file before attempting to unlink.
1416
1417 2005-10-13 Patrick Lam <plam@mit.edu>
1418 * src/fccache.c (FcDirCacheUnlink):
1419
1420 Fix flipped return value on unlink. (Reported by Mike Fabian)
1421
1422 2005-10-12 Patrick Lam <plam@mit.edu>
1423
1424 * src/fccache.c:
1425 * src/fcdir.c (FcDirScanConfig):
1426 * src/fcint.h:
1427
1428 When fc-cache is run without --force, use directory cache files
1429 to speed up fc-cache run time. (Reported by Mike Fabian)
1430
1431 2005-10-06 Patrick Lam <plam@mit.edu>
1432
1433 * src/fcname.c (FcObjectToPtr):
1434 * src/fcpat.c (FcStrStaticName):
1435
1436 Add padding to make valgrind and glibc not hate each other
1437 when calling strlen().
1438
1439 2005-10-05 Simos Xenitellis <simos74@gmx.net>
1440 reviewed by: plam & keithp
1441
1442 * fonts.conf.in:
1443
1444 Modify config file to use Greek fonts before Asian fonts with
1445 Greek glyphs.
1446
1447 2005-10-05 Christian Biesinger <cbiesinger@web.de>
1448 reviewed by: plam & keithp
1449
1450 * src/Makefile.am:
1451
1452 Use libtool -no-undefined flag on all platforms.
1453
1454 2005-10-05 Patrick Lam <plam@mit.edu>
1455 * src/fccache.c (FcCacheHaveBank):
1456
1457 Implement move-to-front array for banks (perf regression
1458 reported by Ronny V. Vindenes).
1459
1460 2005-10-04 Patrick Lam <plam@mit.edu>
1461 * src/fccache.c (FcDirCacheValid, FcDirCacheUnlink,
1462 FcDirCacheHasCurrentArch):
1463 * fc-cache/fc-cache.c (scanDirs):
1464 * fontconfig/fontconfig.h:
1465
1466 Add new API which unlinks directory caches and checks dir caches
1467 for existence of appropriate sections. Fix fc-cache to unlink
1468 stale cache files and save directory caches that lack relevant
1469 sections.
1470
1471 2005-10-03 Patrick Lam <plam@mit.edu>
1472 * src/fccache.c (FcDirCacheValid):
1473
1474 Ensure that a directory cache has the appropriate section
1475 before reporting that it is valid (reported by Matthias Clasen).
1476
1477 2005-09-29 Mathias Hasselmann <mathias.hasselmann@gmx.de>
1478
1479 reviewed by: plam
1480
1481 * configure.in:
1482 * src/Makefile.am:
1483 * src/fcxml.c:
1484
1485 Use libxml2 if requested (with --enable-libxml2) or if
1486 expat is not available.
1487
1488 2005-09-29 Patrick Lam <plam@mit.edu>
1489 * src/fccache.c (FcGlobalCacheSave, FcDirCacheWrite):
1490
1491 Fix multi-arch cache files: compute the position for the
1492 block to be added using info from OrigFile, not NewFile.
1493
1494 2005-09-28 Patrick Lam <plam@mit.edu>
1495 * src/fccache.c (FcCacheMachineSignature):
1496
1497 Cast results of sizeof() to unsigned int to get rid of
1498 warnings on x86_64 (thanks Matthias Clasen).
1499
1500 2005-09-27 Patrick Lam <plam@mit.edu>
1501 * src/fccache.c (FcGlobalCacheSave, FcCacheCopyOld,
1502 FcDirCacheWrite):
1503
1504 Use FcAtomic to rewrite cache files.
1505
1506 2005-09-27 Patrick Lam <plam@mit.edu>
1507
1508 * src/fccache.c (FcDirCacheWrite):
1509
1510 Don't unlink the fonts.cache-2 file even if there's no data
1511 to write; just write an empty cache file. (thanks Lubos Lunak)
1512
1513 2005-09-27 Patrick Lam <plam@mit.edu>
1514
1515 * src/fccache.c (FcDirCacheWrite):
1516
1517 Allocate room for the subdirectory names in each
1518 directory cache. Thanks to James Cloos for finding
1519 and diagnosing this bug!
1520
1521 2005-09-22 Patrick Lam <plam@mit.edu>
1522
1523 * fc-cache/fc-cache.sgml:
1524 * src/fccache.c (FcDirCacheWrite):
1525 * src/fccache.h (struct FcCache):
1526
1527 Update documentation -- fc-cache's man page now says that you
1528 need to run fc-cache once per cached architecture; add some
1529 documentation to the FcCache structure.
1530
1531 Make fc-cache write out fonts.cache-2 files for directories with
1532 no fonts (i.e. only subdirectories).
1533
1534 2005-09-22 Patrick Lam <plam@mit.edu>
1535 * doc/edit-sgml.c:
1536 * fc-cache/fc-cache.sgml:
1537 * fc-case/fc-case.c:
1538 * fc-glyphname/fc-glyphname.c:
1539 * src/fcdefault.c:
1540 * src/fcfreetype.c:
1541 * src/fcinit.c:
1542 * src/fcxml.c:
1543
1544 More GCC 4 cleanups, due to Behhad Esfahbod <behdad@beddad.org>.
1545
1546 * Makefile.am:
1547 * configure.in:
1548 * fc-lang/fc-lang.c:
1549 * fontconfig/fcprivate.h:
1550 * fontconfig/fontconfig.h:
1551 * src/fccache.c:
1552 * src/fccfg.c:
1553 * src/fccharset.c:
1554 * src/fcdbg.c:
1555 * src/fcdir.c:
1556 * src/fcfs.c:
1557 * src/fcint.h:
1558 * src/fclang.c:
1559 * src/fclist.c:
1560 * src/fcmatch.c:
1561 * src/fcname.c:
1562 * src/fcpat.c:
1563
1564 Implement new mmaped cache for font information.
1565 Bump so revision to 2.3.90.
1566
1567 2005-07-25 Keith Packard <keithp@keithp.com>
1568
1569 * doc/fontconfig-user.sgml:
1570 * fc-glyphname/fc-glyphname.c: (scan), (main):
1571 * fc-lang/fc-lang.c: (FcConfigHome):
1572 * fc-match/fc-match.c: (main):
1573 * src/fccfg.c: (FcConfigHome):
1574 * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
1575 (FcVendorMatch), (FcFreeTypeQuery), (FcFreeTypeCharSetAndSpacing),
1576 (addtag), (FcFontCapabilities):
1577 * src/fcpat.c: (FcValueListEntCreate):
1578 * src/fcstr.c: (FcStrCaseWalkerInit):
1579 * src/fcxml.c: (FcParsePatelt), (FcConfigParseAndLoadDir):
1580
1581 Various GCC 4 cleanups for signed vs unsigned char
1582
1583 Match only [0-9]*.conf files in <include>{directory}</include>
1584 elements to avoid loading *.rpmsave or .dpkg-old files. (otaylor)
1585
1586 2005-07-15 Carl Worth <cworth@cworth.org>
1587
1588 * src/fcint.h:
1589 * src/fcinit.c: (FcFini):
1590 * src/fcpat.c: (FcPatternFini): Rename FcPatternThawAll to
1591 FcPatternFini.
1592
1593 * src/fcpat.c: (FcObjectStaticName), (FcObjectStaticNameFini):
1594 Pull the FcObjectStateName hash table out to file scope, and add
1595 FcObjectStaticNameFini so that FcFini will cleanup this hash table
1596 as well.
1597
1598 * src/fcxml.c: (FcConfigParseAndLoad): Clear FILE* to NULL after
1599 fclose.
1600
1601 2005-06-16 Patrick Lam <plam@MIT.EDU>
1602
1603 reviewed by: keithp
1604
1605 * src/fccfg.c: (FcConfigCompareValue):
1606 Make FcOpNotContains use FcStrStr for strings so that
1607 it matches semantics for !FcOpContains.
1608
1609 2005-05-20 Keith Packard <keithp@keithp.com>
1610
1611 * debian/changelog:
1612 * debian/control:
1613 Move fontconfig source package to libs as per override
1614
1615 2005-05-20 Aiet Kolkhi <aietkolkhi@gmail.com>
1616
1617 reviewed by: Mike Fabian
1618
1619 * fc-lang/ka.orth:
1620 The ka.orth file requires several characters which are not
1621 used anymore in modern Georgian and which are missing in the free
1622 Georgian TrueType fonts downloadable at:
1623
1624 http://aiet.qartuli.net/docs/georgian_on_linux_en.php
1625
1626 2005-04-27 Keith Packard <keithp@keithp.com>
1627
1628 * README:
1629 * debian/changelog:
1630 Update date to real 2.3.2 release date.
1631 Fix change attributions
1632
1633 2005-04-27 Keith Packard <keithp@keithp.com>
1634
1635 * configure.in:
1636 Bump so revision for 2.3.2
1637 * fc-cache/fc-cache.c: (scanDirs):
1638 Fix a few minor leaks in error cases.
1639
1640 2005-04-23 Keith Packard <keithp@keithp.com>
1641
1642 * README:
1643 * configure.in:
1644 * debian/changelog:
1645 * fontconfig/fontconfig.h:
1646 Update for version 2.3.2
1647
1648 2005-04-21 Keith Packard <keithp@keithp.com>
1649
1650 * debian/fontconfig.postinst:
1651 Don't force bitmap font enable in default
1652 configuration; allows users to override this in
1653 ~/.fonts.conf
1654 * debian/po/cs.po:
1655 * debian/po/da.po:
1656 * debian/po/de.po:
1657 * debian/po/es.po:
1658 * debian/po/fr.po:
1659 * debian/po/ja.po:
1660 * debian/po/nl.po:
1661 * debian/po/pt.po:
1662 * debian/po/pt_BR.po:
1663 * debian/po/templates.pot:
1664 * debian/po/tr.po:
1665 * debian/po/zh_CN.po:
1666 Updated translations
1667
1668 * fc-cache/fc-cache.c: (main):
1669 Destroy font configuration on exit to help valgrind
1670
1671 * fonts.conf.in:
1672 * src/fcfreetype.c: (FcSfntNameTranscode), (FcFreeTypeCharIndex),
1673 (FcFreeTypeCheckGlyph):
1674 Use own transcoding routines in preference to iconv
1675 which appears to have leaks in some translators.
1676 Call iconv_close after using iconv (oops).
1677
1678 Prefer unicode encoding of Euro char as some
1679 fonts mis-encode Euro in other ones.
1680
1681 Must fetch bitmap glyphs to get width values
1682 to check for monospace/dual-width fonts.
1683
1684 2005-04-13 Ross Burton <ross@burtonini.com>
1685
1686 * src/fcpat.c:
1687 Check that a pattern isn't already frozen in FcPatternFreeze.
1688
1689 2005-03-31 Ross Burton <ross@burtonini.com>
1690
1691 * src/fclist.c:
1692 * src/fcmatch.c:
1693 * src/fcpat.c:
1694 Run all FcPattern objects through FcObjectStaticName, so that
1695 compares can be done on pointers instead of strings (#2659)
1696
1697 2005-03-17 Tor Lillqvist <tml@novell.com>
1698
1699 * src/fontconfig.def.in: Add the .dll to the dll name.
1700
1701 2005-03-10 Keith Packard <keithp@keithp.com>
1702
1703 * debian/README.Debian:
1704 Update to reflect configuration changes
1705 * debian/changelog:
1706 * debian/fontconfig.postinst:
1707 Fix Autohint vs Autohinter mistake
1708 * debian/fontconfig.templates:
1709 Adopt changes from Josselin Mouette for configuration descriptions
1710 Update debian to version 2.3.1-2
1711
1712 2005-03-08 Keith Packard <keithp@keithp.com>
1713
1714 * debian/changelog:
1715 * debian/rules:
1716 Update debian for 2.3.1
1717
1718 2005-03-09 Tor Lillqvist <tml@novell.com>
1719
1720 * fontconfig-zip.in: Get the DLL from "bin" where modern libtools
1721 put it, not "lib".
1722
1723 * src/fccfg.c (FcConfigFileExists): Check also drive letter
1724 prefix on Win32.
1725
1726 2005-03-08 Keith Packard <keithp@keithp.com>
1727
1728 * README:
1729 * configure.in:
1730 * fontconfig/fontconfig.h:
1731 Update for 2.3.1
1732
1733 2005-03-05 Keith Packard <keithp@keithp.com>
1734
1735 * src/fcfreetype.c: (addtag), (FcFontCapabilities):
1736 Include space and remove numbers from valid script tags.
1737 This ensures that tags like 'lao ' work while rejecting
1738 those which have any digits.
1739 Eliminate a spurious debugging variable (len)
1740
1741 2005-03-05 Keith Packard <keithp@keithp.com>
1742
1743 * src/fcfreetype.c: (addtag), (GetScriptTags),
1744 (FcFontCapabilities):
1745 Rework GSUB/GPOS script parsing to survive broken fonts.
1746 Thanks for the broken font go to Manish Singh
1747
1748 2005-03-05 Keith Packard <keithp@keithp.com>
1749
1750 Josselin Mouette:
1751 * debian/changelog:
1752 * debian/control:
1753 * debian/fontconfig.config:
1754 * debian/fontconfig.templates:
1755 * debian/rules:
1756 Include 2.3 release information in changelog
1757 Add Josselin Mouette as an Uploader
1758 Set hinting_type to low priority configuration option
1759
1760 Manish Singh:
1761 * debian/fontconfig.postinst:
1762 yes_bitmaps.conf -> yes-bitmaps.conf
1763
1764 Funda Wang:
1765 * src/fcfreetype.c:
1766 Johap -> Johab
1767
1768 2005-03-02 Keith Packard <keithp@keithp.com>
1769
1770 * Makefile.am:
1771 * conf.d/Makefile.am:
1772 * conf.d/autohint.conf:
1773 * conf.d/no-sub-pixel.conf:
1774 * conf.d/sub-pixel.conf:
1775 * conf.d/unhinted.conf:
1776 * debian/autohint.conf:
1777 * debian/fontconfig.install:
1778 * debian/fontconfig.postinst:
1779 * debian/fontconfig.templates:
1780 * debian/no-sub-pixel.conf:
1781 * debian/unhinted.conf:
1782 Move debian-specific conf file examples upstream.
1783
1784 Sub-pixel configuration examples must smash subpixel value
1785 as Xft always sets it from X.
1786
1787 Change sub-pixel rendering debconf descriptions from
1788 Enable/Disable to Always/Never.
1789
1790 2005-03-02 Keith Packard <keithp@keithp.com>
1791
1792 * .cvsignore:
1793 * conf.d/.cvsignore:
1794 * doc/.cvsignore:
1795 Ignore more build detritus
1796
1797 * Makefile.am:
1798 Add debian package construction stuff.
1799
1800 * config/config.guess:
1801 * config/config.sub:
1802 Update to newer versions of these tools
1803
1804 * doc/Makefile.am:
1805 Get library manuals to build again (we love automake).
1806
1807 * debian/README.Debian:
1808 * debian/autohint.conf:
1809 * debian/changelog:
1810 * debian/compat:
1811 * debian/control:
1812 * debian/copyright:
1813 * debian/fontconfig-udeb.install:
1814 * debian/fontconfig.config:
1815 * debian/fontconfig.defoma:
1816 * debian/fontconfig.dirs:
1817 * debian/fontconfig.install:
1818 * debian/fontconfig.postinst:
1819 * debian/fontconfig.postrm:
1820 * debian/fontconfig.templates:
1821 * debian/libfontconfig1-dev.install:
1822 * debian/libfontconfig1.install:
1823 * debian/local.conf.md5sum:
1824 * debian/no-sub-pixel.conf:
1825 * debian/po/POTFILES.in:
1826 * debian/po/cs.po:
1827 * debian/po/da.po:
1828 * debian/po/de.po:
1829 * debian/po/es.po:
1830 * debian/po/fr.po:
1831 * debian/po/ja.po:
1832 * debian/po/nl.po:
1833 * debian/po/pt.po:
1834 * debian/po/pt_BR.po:
1835 * debian/po/templates.pot:
1836 * debian/po/tr.po:
1837 * debian/po/zh_CN.po:
1838 * debian/rules:
1839 * debian/unhinted.conf:
1840 Update debian build system to switch maintainers and
1841 deal with 2.3 functionality
1842
1843 2005-03-01 Keith Packard <keithp@keithp.com>
1844
1845 * README:
1846 * configure.in:
1847 * fontconfig/fontconfig.h:
1848 Update for 2.3.0
1849
1850 2005-03-01 Keith Packard <keithp@keithp.com>
1851
1852 * doc/Makefile.am:
1853 Generate and install PDF versions of the manuals
1854
1855 * doc/fcpattern.fncs:
1856 Fix formatting
1857
1858 * doc/fcstring.fncs:
1859 Add missing exported functions, fix data types
1860
1861 * doc/fontconfig-devel.sgml:
1862 Add missing pattern elements.
1863
1864 * doc/fontconfig-user.sgml:
1865 Add missing pattern elements. Document conf.d usage,
1866 clarify available orthography list. Fix some config file
1867 attributes. Complete list of constants.
1868
1869 * fontconfig/fontconfig.h:
1870 Mark FC_SOURCE deprecated.
1871
1872 * src/fcfreetype.c: (FcFreeTypeQuery):
1873 Don't set FC_SOURCE any longer.
1874
1875 2005-02-28 Keith Packard <keithp@keithp.com>
1876
1877 * Makefile.am:
1878 * conf.d/Makefile.am:
1879 * conf.d/README:
1880 * conf.d/no-bitmaps.conf:
1881 * conf.d/sub-pixel.conf:
1882 * conf.d/yes-bitmaps.conf:
1883 * configure.in:
1884 Create prototype /etc/fonts/conf.d directory with a few
1885 sample configuration files.
1886 Deprecate use of local.conf for local customizations in favor of
1887 this directory based scheme which is more easily integrated into
1888 installation systems.
1889
1890 * src/fcname.c:
1891 Tag FC_EMBOLDEN as a boolean variable
1892
1893 2005-02-10 Keith Packard <keithp@keithp.com>
1894
1895 reviewed by: pborelli@katamail.com
1896
1897 * src/fcdir.c: (FcFileScanConfig):
1898 Free patterns from fonts which are rejected by configuration
1899 (bug #2518)
1900
1901 2005-01-28 Keith Packard <keithp@keithp.com>
1902
1903 * README:
1904 * configure.in:
1905 * fontconfig/fontconfig.h:
1906 Update for version 2.2.99
1907
1908 2005-01-28 Keith Packard <keithp@keithp.com>
1909
1910 * README:
1911 Add a few pointers (#2284, #2285)
1912
1913 2005-01-28 Keith Packard <keithp@keithp.com>
1914
1915 * src/fcint.h:
1916 * src/fcname.c: (FcNameBool):
1917 * src/fcxml.c: (FcTypeName), (FcTypecheckValue), (FcTypecheckExpr),
1918 (FcTestCreate), (FcEditCreate), (FcConfigLexBool), (FcParseBool),
1919 (FcParseAlias), (FcParseInclude), (FcParseTest), (FcParseEdit):
1920 Polite typechecking for test and edit expressions. Helps
1921 catch errors in the font configuration. (bug 229)
1922
1923 2005-01-15 Alan Coopersmith <alan.coopersmith@sun.com>
1924
1925 reviewed by: Keith Packard <keithp@keithp.com>
1926
1927 * configure.in:
1928 Have --with-expat set EXPAT_CFLAGS (bug 2278)
1929
1930 2005-01-13 Keith Packard <keithp@keithp.com>
1931
1932 * doc/fontconfig-user.sgml:
1933 Add SEE ALSO section (bug 2085)
1934
1935 2005-01-13 J. Ali Harlow <ali@juiblex.co.uk>
1936
1937 reviewed by: Keith Packard <keithp@keithp.com>
1938
1939 * Makefile.am:
1940 * configure.in:
1941 * doc/Makefile.am:
1942 * fc-case/Makefile.am:
1943 * fc-glyphname/Makefile.am:
1944 * fc-lang/Makefile.am:
1945 * src/fontconfig.def.in:
1946 Cross compiling fixes (bug 280)
1947
1948 2005-01-13 Keith Packard <keithp@keithp.com>
1949
1950 * fonts.conf.in:
1951 Update blanks list (Closes bug 86)
1952
1953 2005-01-04 Keith Packard <keithp@keithp.com>
1954
1955 * src/fccache.c: (FcCacheFontSetAdd):
1956 Verify that every font pattern loaded from cache has
1957 both FC_FILE and FC_FAMILY entries.
1958 Attempt to fix bug #2219.
1959
1960 2004-12-29 Keith Packard <keithp@keithp.com>
1961
1962 * README:
1963 * configure.in:
1964 * fontconfig/fontconfig.h:
1965 Update for version 2.2.98
1966
1967 2004-12-29 Keith Packard <keithp@keithp.com>
1968
1969 * fontconfig/fontconfig.h:
1970 Document ASCII limitations of Fc character conversion macros
1971 * src/fcstr.c: (FcStrCaseWalkerLong), (FcStrDowncase):
1972 Fix off-by-one error in utf-8 case walking code.
1973 Add FcStrDowncase (useful for testing case conversion functions)
1974
1975 2004-12-29 Keith Packard <keithp@keithp.com>
1976
1977 * .cvsignore:
1978 * fc-case/.cvsignore:
1979 clean up CVS ignore lists
1980 * fc-lang/iso-3166.txt:
1981 Add territory database
1982
1983 2004-12-29 Tor Andersson <tor.andersson@gmail.com>
1984
1985 Reviewed by: Keith Packard
1986
1987 * fc-lang/ko.orth:
1988 Remove Han characters from Korean orthography
1989
1990 2004-12-29 Keith Packard <keithp@keithp.com>
1991
1992 * Makefile.am:
1993 Reorder utility programs to make sure fc-case is run before fc-lang
1994 as fc-lang uses fcstr.c which uses fccase.h
1995 * fonts.conf.in:
1996 Fix broken XML
1997
1998 2004-12-29 Keith Packard <keithp@keithp.com>
1999
2000 * fonts.conf.in:
2001 Adopt some RedHat suggestions for standard font configuration.
2002
2003 * Makefile.am:
2004 * configure.in:
2005 * fc-case/CaseFolding.txt:
2006 * fc-case/Makefile.am:
2007 * fc-case/fc-case.c: (panic), (addFold), (ucs4_to_utf8),
2008 (utf8_size), (addChar), (foldExtends), (case_fold_method_name),
2009 (dump), (parseRaw), (caseFoldReadRaw), (main):
2010 * fc-case/fccase.tmpl.h:
2011 Add new helper program 'fc-case' to construct case folding
2012 tables from standard Unicode CaseFolding.txt file
2013
2014 * src/fcint.h:
2015 * src/fclist.c: (FcListValueHash):
2016 * src/fcstr.c: (FcStrCaseWalkerInit), (FcStrCaseWalkerLong),
2017 (FcStrCaseWalkerNext), (FcStrCaseWalkerNextIgnoreBlanks),
2018 (FcStrCmpIgnoreCase), (FcStrCmpIgnoreBlanksAndCase),
2019 (FcStrHashIgnoreCase), (FcStrIsAtIgnoreBlanksAndCase),
2020 (FcStrIsAtIgnoreCase), (FcStrStrIgnoreCase):
2021 Re-implement case insensitive functions with Unicode
2022 aware versions (including full case folding mappings)
2023
2024 2004-12-13 Keith Packard <keithp@keithp.com>
2025
2026 reviewed by: Owen Taylor <otaylor@redhat.com>
2027
2028 * src/fcmatch.c: (FcFontSetSort):
2029 I changed FcFontSetSort to respect the generic aliases better
2030 in the face of language matching.
2031
2032 What I did was to ammend the strict sort order used by FcFontSort so
2033 that it 'satisfies' the language specified in the pattern by locating
2034 the best matching font supporting each pattern language and then
2035 ignores language in the remaining fonts for purposes of matching.
2036
2037 So, when asking for 'sans:lang=en', you'll get an English font first,
2038 and then the remaining fonts sorted with respect to the 'sans' alias
2039 alone -- pushing Kochi fonts ahead of other English-supporting Han fonts.
2040
2041 2004-12-10 Jakub Pavelek <jakub.pavelek@nokia.com>
2042
2043 reviewed by: Keith Packard <keithp@keithp.com>
2044
2045 * fontconfig/fontconfig.h:
2046 * fonts.conf.in:
2047
2048 Configuration changes to request synthetic emboldening of
2049 fonts. The actual emboldening code will live in Xft.
2050
2051 2004-12-09 John Thacker <thacker@math.cornell.edu>
2052
2053 reviewed by: Keith Packard <keithp@keithp.com>
2054
2055 * fc-lang/ru.orth:
2056
2057 Currently Russian (ru) requires 0406 and 0456 (І and і), but these
2058 were eliminated in Russian in 1918 in favor of 0418 and 0438 (И and
2059 и), and don't even appear in KOI8-R. (The hypothesis that they
2060 don't appear in KOI8-R due to their similarity with Latin I and i is
2061 eliminated by their presence in KOI8-U.) I have a couple of fonts
2062 with Russian support that don't have the letter.
2063
2064 Therefore, 0406 and 0456 should be removed from or commented out of
2065 ru.orth
2066
2067 2004-12-06 michael meeks <mmeeks@novell.com>
2068
2069 Reviewed by: Keith Packard <keithp@keithp.com>
2070
2071 * src/fcinit.c: (FcMemReport):
2072 * src/fcint.h:
2073 * src/fclist.c: (FcObjectSetAdd):
2074 * src/fcpat.c: (FcValueListEntCreate), (FcPatternBaseFreeze),
2075 (FcPatternInsertElt), (FcPatternEqual), (FcObjectStaticName):
2076 * src/fcxml.c: (FcParsePatelt):
2077 memoize strings and share a single copy for all uses. Note that
2078 this could be improved further by using statically allocated blocks
2079 and gluing multiple strings together, but I'm basically lazy.
2080 In my environment with 800 font files, I get a savings of about 90KB.
2081
2082 2004-12-06 Keith Packard <keithp@keithp.com>
2083
2084 * COPYING:
2085 * Makefile.am:
2086 * config/Makedefs.in:
2087 * configure.in:
2088 * doc/edit-sgml.c:
2089 * doc/fcatomic.fncs:
2090 * doc/fcblanks.fncs:
2091 * doc/fccharset.fncs:
2092 * doc/fcconfig.fncs:
2093 * doc/fcconstant.fncs:
2094 * doc/fcfile.fncs:
2095 * doc/fcfontset.fncs:
2096 * doc/fcfreetype.fncs:
2097 * doc/fcinit.fncs:
2098 * doc/fcmatrix.fncs:
2099 * doc/fcobjectset.fncs:
2100 * doc/fcobjecttype.fncs:
2101 * doc/fcpattern.fncs:
2102 * doc/fcstring.fncs:
2103 * doc/fcstrset.fncs:
2104 * doc/fcvalue.fncs:
2105 * doc/fontconfig-devel.sgml:
2106 * doc/fontconfig-user.sgml:
2107 * doc/func.sgml:
2108 * doc/version.sgml.in:
2109 * fc-cache/Makefile.am:
2110 * fc-cache/fc-cache.c:
2111 * fc-glyphname/Makefile.am:
2112 * fc-glyphname/fc-glyphname.c:
2113 * fc-glyphname/fcglyphname.tmpl.h:
2114 * fc-lang/Makefile.am:
2115 * fc-lang/aa.orth:
2116 * fc-lang/ab.orth:
2117 * fc-lang/af.orth:
2118 * fc-lang/am.orth:
2119 * fc-lang/ar.orth:
2120 * fc-lang/ast.orth:
2121 * fc-lang/ava.orth:
2122 * fc-lang/ay.orth:
2123 * fc-lang/az.orth:
2124 * fc-lang/az_ir.orth:
2125 * fc-lang/ba.orth:
2126 * fc-lang/bam.orth:
2127 * fc-lang/be.orth:
2128 * fc-lang/bg.orth:
2129 * fc-lang/bh.orth:
2130 * fc-lang/bho.orth:
2131 * fc-lang/bi.orth:
2132 * fc-lang/bin.orth:
2133 * fc-lang/bn.orth:
2134 * fc-lang/bo.orth:
2135 * fc-lang/br.orth:
2136 * fc-lang/bs.orth:
2137 * fc-lang/bua.orth:
2138 * fc-lang/ca.orth:
2139 * fc-lang/ce.orth:
2140 * fc-lang/ch.orth:
2141 * fc-lang/chm.orth:
2142 * fc-lang/chr.orth:
2143 * fc-lang/co.orth:
2144 * fc-lang/cs.orth:
2145 * fc-lang/cu.orth:
2146 * fc-lang/cv.orth:
2147 * fc-lang/cy.orth:
2148 * fc-lang/da.orth:
2149 * fc-lang/de.orth:
2150 * fc-lang/dz.orth:
2151 * fc-lang/el.orth:
2152 * fc-lang/en.orth:
2153 * fc-lang/eo.orth:
2154 * fc-lang/es.orth:
2155 * fc-lang/et.orth:
2156 * fc-lang/eu.orth:
2157 * fc-lang/fa.orth:
2158 * fc-lang/fc-lang.c:
2159 * fc-lang/fc-lang.man:
2160 * fc-lang/fclang.tmpl.h:
2161 * fc-lang/fi.orth:
2162 * fc-lang/fj.orth:
2163 * fc-lang/fo.orth:
2164 * fc-lang/fr.orth:
2165 * fc-lang/ful.orth:
2166 * fc-lang/fur.orth:
2167 * fc-lang/fy.orth:
2168 * fc-lang/ga.orth:
2169 * fc-lang/gd.orth:
2170 * fc-lang/gez.orth:
2171 * fc-lang/gl.orth:
2172 * fc-lang/gn.orth:
2173 * fc-lang/gu.orth:
2174 * fc-lang/gv.orth:
2175 * fc-lang/ha.orth:
2176 * fc-lang/haw.orth:
2177 * fc-lang/he.orth:
2178 * fc-lang/hi.orth:
2179 * fc-lang/ho.orth:
2180 * fc-lang/hr.orth:
2181 * fc-lang/hu.orth:
2182 * fc-lang/hy.orth:
2183 * fc-lang/ia.orth:
2184 * fc-lang/ibo.orth:
2185 * fc-lang/id.orth:
2186 * fc-lang/ie.orth:
2187 * fc-lang/ik.orth:
2188 * fc-lang/io.orth:
2189 * fc-lang/is.orth:
2190 * fc-lang/iso639-2:
2191 * fc-lang/it.orth:
2192 * fc-lang/iu.orth:
2193 * fc-lang/ja.orth:
2194 * fc-lang/ka.orth:
2195 * fc-lang/kaa.orth:
2196 * fc-lang/ki.orth:
2197 * fc-lang/kk.orth:
2198 * fc-lang/kl.orth:
2199 * fc-lang/km.orth:
2200 * fc-lang/kn.orth:
2201 * fc-lang/ko.orth:
2202 * fc-lang/kok.orth:
2203 * fc-lang/ks.orth:
2204 * fc-lang/ku.orth:
2205 * fc-lang/ku_ir.orth:
2206 * fc-lang/kum.orth:
2207 * fc-lang/kv.orth:
2208 * fc-lang/kw.orth:
2209 * fc-lang/ky.orth:
2210 * fc-lang/la.orth:
2211 * fc-lang/lb.orth:
2212 * fc-lang/lez.orth:
2213 * fc-lang/lo.orth:
2214 * fc-lang/lt.orth:
2215 * fc-lang/lv.orth:
2216 * fc-lang/mg.orth:
2217 * fc-lang/mh.orth:
2218 * fc-lang/mi.orth:
2219 * fc-lang/mk.orth:
2220 * fc-lang/ml.orth:
2221 * fc-lang/mn.orth:
2222 * fc-lang/mo.orth:
2223 * fc-lang/mr.orth:
2224 * fc-lang/mt.orth:
2225 * fc-lang/my.orth:
2226 * fc-lang/nb.orth:
2227 * fc-lang/nds.orth:
2228 * fc-lang/ne.orth:
2229 * fc-lang/nl.orth:
2230 * fc-lang/nn.orth:
2231 * fc-lang/no.orth:
2232 * fc-lang/ny.orth:
2233 * fc-lang/oc.orth:
2234 * fc-lang/om.orth:
2235 * fc-lang/or.orth:
2236 * fc-lang/os.orth:
2237 * fc-lang/pl.orth:
2238 * fc-lang/ps_af.orth:
2239 * fc-lang/ps_pk.orth:
2240 * fc-lang/pt.orth:
2241 * fc-lang/rm.orth:
2242 * fc-lang/ro.orth:
2243 * fc-lang/ru.orth:
2244 * fc-lang/sa.orth:
2245 * fc-lang/sah.orth:
2246 * fc-lang/sco.orth:
2247 * fc-lang/se.orth:
2248 * fc-lang/sel.orth:
2249 * fc-lang/sh.orth:
2250 * fc-lang/si.orth:
2251 * fc-lang/sk.orth:
2252 * fc-lang/sl.orth:
2253 * fc-lang/sm.orth:
2254 * fc-lang/sma.orth:
2255 * fc-lang/smj.orth:
2256 * fc-lang/smn.orth:
2257 * fc-lang/sms.orth:
2258 * fc-lang/so.orth:
2259 * fc-lang/sq.orth:
2260 * fc-lang/sr.orth:
2261 * fc-lang/sv.orth:
2262 * fc-lang/sw.orth:
2263 * fc-lang/syr.orth:
2264 * fc-lang/ta.orth:
2265 * fc-lang/te.orth:
2266 * fc-lang/tg.orth:
2267 * fc-lang/th.orth:
2268 * fc-lang/ti_er.orth:
2269 * fc-lang/ti_et.orth:
2270 * fc-lang/tig.orth:
2271 * fc-lang/tk.orth:
2272 * fc-lang/tl.orth:
2273 * fc-lang/tn.orth:
2274 * fc-lang/to.orth:
2275 * fc-lang/tr.orth:
2276 * fc-lang/ts.orth:
2277 * fc-lang/tt.orth:
2278 * fc-lang/tw.orth:
2279 * fc-lang/tyv.orth:
2280 * fc-lang/ug.orth:
2281 * fc-lang/uk.orth:
2282 * fc-lang/ur.orth:
2283 * fc-lang/uz.orth:
2284 * fc-lang/ven.orth:
2285 * fc-lang/vi.orth:
2286 * fc-lang/vo.orth:
2287 * fc-lang/vot.orth:
2288 * fc-lang/wa.orth:
2289 * fc-lang/wen.orth:
2290 * fc-lang/wo.orth:
2291 * fc-lang/xh.orth:
2292 * fc-lang/yap.orth:
2293 * fc-lang/yi.orth:
2294 * fc-lang/yo.orth:
2295 * fc-lang/zh_cn.orth:
2296 * fc-lang/zh_hk.orth:
2297 * fc-lang/zh_mo.orth:
2298 * fc-lang/zh_sg.orth:
2299 * fc-lang/zh_tw.orth:
2300 * fc-lang/zu.orth:
2301 * fc-list/Makefile.am:
2302 * fc-list/fc-list.c:
2303 * fc-match/Makefile.am:
2304 * fc-match/fc-match.1:
2305 * fc-match/fc-match.c:
2306 * fontconfig/fcfreetype.h:
2307 * fontconfig/fcprivate.h:
2308 * fontconfig/fontconfig.h:
2309 * src/fcatomic.c:
2310 * src/fcblanks.c:
2311 * src/fccache.c:
2312 * src/fccfg.c:
2313 * src/fccharset.c:
2314 * src/fcdbg.c:
2315 * src/fcdefault.c:
2316 * src/fcdir.c:
2317 * src/fcfreetype.c:
2318 * src/fcfs.c:
2319 * src/fcinit.c:
2320 * src/fcint.h:
2321 * src/fclang.c:
2322 * src/fclist.c:
2323 * src/fcmatch.c:
2324 * src/fcmatrix.c:
2325 * src/fcname.c:
2326 * src/fcpat.c:
2327 * src/fcstr.c:
2328 * src/fcxml.c:
2329 Change files from ISO-Latin-1 to UTF-8
2330
2331 2004-12-04 Keith Packard <keithp@keithp.com>
2332
2333 * INSTALL:
2334 Update links to new freedesktop.org locations
2335 * Makefile.am:
2336 Add uninstall-local to get rid of fonts.conf and local.conf if they
2337 match the distributed versions. Fixes 'make distcheck'
2338
2339 2004-12-04 Keith Packard <keithp@keithp.com>
2340
2341 * README:
2342 * configure.in:
2343 * fontconfig/fontconfig.h:
2344 Updates for version 2.2.97
2345
2346 2004-12-04 Owen Taylor <otaylor@redhat.com>
2347
2348 reviewed by: Keith Packard <keithp@keithp.com>
2349
2350 * fc-cache/fc-cache.c: (main):
2351 Sleep for two seconds before exiting to make sure timestamps
2352 for future changes have distinct mod times in the file system.
2353 Bug #1982.
2354 * fc-lang/pa.orth:
2355 Add Punjabi orthography. Bug #1671.
2356
2357 2004-12-04 Keith Packard <keithp@keithp.com>
2358
2359 * fonts.conf.in:
2360 Just remove the FC_FONTDATE -- it has locale issues and
2361 annoys redhat multi-arch installs. Now that all X fonts are
2362 included without prejudice, the chances of the date being at
2363 all interesting are rather limited. Bug #505.
2364 * src/Makefile.am:
2365 Add copyright and license
2366
2367 2004-12-04 Keith Packard <keithp@keithp.com>
2368
2369 * configure.in:
2370 Change default set of fonts to include all of
2371 /usr/X11R6/lib/X11/fonts (or wherever the X fonts are located).
2372 * doc/fontconfig-user.sgml:
2373 Document new <include>directory-name</include> semantics
2374 * fonts.conf.in:
2375 add <include ignore_missing="yes">conf.d</include>
2376 * local.conf:
2377 Add selectfont to ignore bitmap fonts, add comment for
2378 selectfont which accepts bitmap fonts.
2379 * src/fcdir.c:
2380 * src/fcint.h:
2381 * src/fcxml.c: (FcConfigParseAndLoadDir), (FcConfigParseAndLoad):
2382 Allow <include> configuration elements to reference directories.
2383 Parse and load all files of the form [0-9]* in sorted order.
2384
2385 2004-12-04 Keith Packard <keithp@keithp.com>
2386
2387 * autogen.sh:
2388 Report command line for $srcdir/configure accurately.
2389 Bug #212.
2390
2391 2004-12-04 Keith Packard <keithp@keithp.com>
2392
2393 * src/fcfreetype.c: (FcFreeTypeQuery):
2394 Check for non-empty face->family_name and face->style_name
2395 before using those for the font. Empty names match everything.
2396 Bug #210.
2397
2398 2004-12-04 Keith Packard <keithp@keithp.com>
2399
2400 * configure.in:
2401 * fontconfig/fontconfig.h:
2402 * src/fcfreetype.c: (FcFreeTypeQuery):
2403 * src/fcname.c:
2404 Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
2405 available. This provides font file format information (BDF, Type 1,
2406 PCF, TrueType) for each font. Closes #109.
2407
2408 2004-12-04 Daniel Glassey <danglassey@ntlworld.com>
2409
2410 reviewed by: Keith Packard <keithp@keithp.com>
2411
2412 * doc/fontconfig-user.sgml:
2413 Fix typo.
2414
2415 * fontconfig/fontconfig.h:
2416 * src/fcfreetype.c: (FcFreeTypeQuery), (addtag), (compareulong),
2417 (GetScriptTags), (FcFontCapabilities):
2418 * src/fcname.c:
2419 Add detection for font capabilities (bug #105)
2420
2421 2004-12-04 Keith Packard <keithp@keithp.com>
2422
2423 * Makefile.am:
2424 Move existing fonts.conf to fonts.conf.bak
2425
2426 * configure.in:
2427 Add detection of iconv
2428
2429 * doc/fcpattern.fncs:
2430 * doc/fontconfig-devel.sgml:
2431 * doc/fontconfig-user.sgml:
2432 * fonts.dtd:
2433 Document new selectfont elements
2434
2435 * fc-lang/nb.orth:
2436 Switch to UTF-8 in comment
2437
2438 * fontconfig/fontconfig.h:
2439 * src/fcname.c:
2440 Add fullname, and family/style/fullname language entries
2441
2442 * src/fccache.c: (FcCacheFontSetAdd):
2443 * src/fcdir.c: (FcFileScanConfig):
2444 Respect selectfont/*/glob
2445
2446 * src/fcint.h:
2447 * src/fccfg.c: (FcConfigCreate), (FcConfigDestroy),
2448 (FcConfigCompareValue), (FcConfigPatternsAdd),
2449 (FcConfigPatternsMatch), (FcConfigAcceptFont):
2450 * src/fcxml.c: (FcElementMap), (FcVStackDestroy),
2451 (FcVStackPushPattern), (FcPopExpr), (FcParseAcceptRejectFont),
2452 (FcPopValue), (FcParsePatelt), (FcParsePattern), (FcEndElement):
2453 Add support for selectfont
2454
2455 * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
2456 (FcStringInPatternElement), (FcFreeTypeQuery):
2457 Add multi-lingual family/style/fullname support
2458
2459 * src/fclist.c: (FcListPatternMatchAny):
2460 Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
2461
2462 * src/fcpat.c: (FcPatternRemove), (FcPatternAppend),
2463 (FcObjectStaticName):
2464 Add new FcPatternRemove/FcPatternAppend.
2465 FcObjectStaticName stores computed pattern element names which
2466 are required to be static.
2467
2468 2004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp>
2469
2470 reviewed by: keithp
2471
2472 * Makefile.am:
2473 Remove spurious / after $(DESTDIR)
2474
2475 2004-06-30 Keith Packard <keithp@keithp.com>
2476
2477 * README:
2478 * configure.in:
2479 * fontconfig/fontconfig.h:
2480 Update for 2.2.96
2481
2482 2004-06-30 Keith Packard <keithp@keithp.com>
2483
2484 Provided by: Lubos Lunak <l.lunak@suse.cz>
2485
2486 * src/fccfg.c: (FcConfigUptoDate):
2487 However FcConfigUptoDate() doesn't seem to work. See the attached
2488 patch. First there's an obvious misplaced parenthesis making it
2489 return always false, and second, even this call fails to detect font
2490 changes (e.g. adding a new font to
2491 /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
2492 well. The problem seems to be triggered by my fonts.conf specifying
2493 only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
2494 doesn't include subdirs, unlike config->fontDirs.
2495
2496 2004-06-03 Keith Packard <keithp@keithp.com>
2497
2498 * fontconfig/fontconfig.h:
2499 Remove comma at end of FcResult enum definition.
2500
2501 2004-05-29 Keith Packard <keithp@keithp.com>
2502
2503 * INSTALL:
2504 Add steps to md5sum release
2505
2506 2004-05-29 Keith Packard <keithp@keithp.com>
2507
2508 * README:
2509 * configure.in:
2510 * fontconfig/fontconfig.h:
2511 Update for 2.2.95
2512
2513 2004-05-29 Keith Packard <keithp@keithp.com>
2514
2515 * fontconfig/fontconfig.h:
2516 * src/fcmatch.c: (FcFontSetMatch):
2517 Add FcResultOutOfMemory to provide an accurate error when
2518 FcFontSetMatch fails in this way
2519
2520 * src/fcfreetype.c:
2521 Make #warning about lacking various FreeType features indicate
2522 which version those features appeared so users know how to
2523 fix the problem (Thanks to Anton Tropashko)
2524
2525 2004-05-05 Keith Packard <keithp@keithp.com>
2526
2527 * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
2528 Replace MIN/MAX/ABS macros which happen to have come
2529 from FreeType with fontconfig-specific ones (FC_*)
2530
2531 2004-04-23 Keith Packard <keithp@keithp.com>
2532
2533 * INSTALL:
2534 Extend release preparation instructions to include
2535 notification and distribution steps
2536
2537 2004-04-23 Keith Packard <keithp@keithp.com>
2538
2539 * README:
2540 * configure.in:
2541 * fontconfig/fontconfig.h:
2542 Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
2543
2544 2004-04-23 Keith Packard <keithp@keithp.com>
2545
2546 * .cvsignore:
2547 Ignore a few more autotool files
2548
2549 2004-04-14 Keith Packard <keithp@keithp.com>
2550
2551 * INSTALL:
2552 Add instructions for doing a release
2553
2554 * fontconfig.spec.in:
2555 clean up .spec file; perhaps this will be useful to somebody...
2556
2557 * README:
2558 * configure.in:
2559 * fontconfig/fontconfig.h:
2560 Update to 2.2.93
2561
2562 * fc-lang/fc-lang.c:
2563 Make 'scanopen' static so GCC doesn't whine about lacking prototype
2564
2565 * fc-glyphname/Makefile.am:
2566 * fc-lang/Makefile.am:
2567 * fc-list/Makefile.am:
2568 * fc-match/Makefile.am:
2569 * src/Makefile.am:
2570 Add WARN_CFLAGS to pass -W flags for GCC systems
2571
2572 * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
2573 (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
2574 Change various char types around to match across
2575 function calls.
2576 Fixed bug in using available_sizes[i].height which
2577 is in pixels, not 64ths of a pixel.
2578
2579 2004-03-06 Keith Packard <keithp@keithp.com>
2580
2581 * src/fcfreetype.c: (FcFreeTypeQuery):
2582 Force FC_FOUNDRY and FC_WIDTH to always be set so that
2583 matches looking for explicit values prefer exact matches
2584
2585 2004-03-02 Keith Packard <keithp@keithp.com>
2586
2587 Supplied by: mfabian@suse.de (Mike FABIAN)
2588
2589 * src/fcfreetype.c: (FcFreeTypeQuery):
2590 Bug #260 fc-cache generates wrong spacing values for bitmap fonts
2591 Was using (strcmp (a,b)) instead of (!strcmp(a,b)).
2592
2593 2004-02-21 Manish Singh <yosh@gimp.org>
2594
2595 * fc-glyphname/fc-glyphname.c: (main):
2596 Cast strlen to int for printf, so we're 64-bit clean.
2597
2598 2004-02-11 Keith Packard <keithp@keithp.com>
2599
2600 * configure.in:
2601 * src/fcfreetype.c: (FcGetPixelSize):
2602 Ok, so I messed up the test for y_ppem. Let's see if I
2603 got it right this time.
2604
2605 2004-02-10 Keith Packard <keithp@keithp.com>
2606
2607 * configure.in:
2608 * src/fcfreetype.c: (FcGetPixelSize):
2609 Pre-2.1.5 versions of FreeType didn't include y_ppem in the
2610 FT_Bitmap_Size record. Add a configure.in test for this
2611 and change the code accordingly (using height instead).
2612
2613 2004-02-06 Keith Packard <keithp@keithp.com>
2614
2615 * fc-lang/nds.orth:
2616 Add Low Saxon orthography
2617 (Kenneth Rohde Christiansen <kenneth@gnu.org>)
2618
2619 * src/fccfg.c: (FcConfigNewestFile):
2620 Oops. Left 'newest.set' unset, which would miscompute
2621 the newest file
2622
2623 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery),
2624 (FcFreeTypeCheckGlyph):
2625 Add FcGetPixelSize to extract correct pixel size from bdf/pcf
2626 font properties (which report the wrong value in current FreeType)
2627
2628 Don't attempt to check for empty glyphs in non-scalable fonts; they
2629 have no outlines...
2630
2631 2004-02-01 Tor Lillqvist <tml@iki.fi>
2632
2633 * src/fccfg.c (FcConfigCreate): fontconfig, at least as used by
2634 GIMP and/or PangoFT2 on Windows, crashes when trying to save the
2635 cache if config->cache is NULL, which happens if FcConfigHome() is
2636 NULL. Guard against that by using the temp folder in that case.
2637
2638 2004-01-03 Roozbeh Pournader <roozbeh@sharif.edu>
2639
2640 * fc-lang/az_ir.orth:
2641 * fc-lang/ku_ir.orth:
2642 * fc-lang/ps_af.orth:
2643 * fc-lang/ps_pk.orth:
2644 Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
2645 (Afghan and Pakistani).
2646 * fc-lang/ur.orth:
2647 Updated Urdu orthography with real data.
2648
2649 2003-12-11 Carl Worth <cworth@east.isi.edu>
2650
2651 * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
2652 USEDOCBOOK' block.
2653
2654 * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
2655 USEDOCBOOK' block.
2656 (all-local): Remove excessive whitespace.
2657
2658 * autogen.sh: Add 'set -e' to abort when any program fails,
2659 (avoids printing of 'now type make' after configure aborts).
2660
2661 2003-11-17 Eric Christopherson <rakko@charter.net>
2662
2663 reviewed by: Keith Packard <keithp@keithp.com>
2664
2665 * doc/Makefile.am:
2666 * fontconfig/fcfreetype.h:
2667 * src/fcfreetype.c:
2668 Switch to FreeType 2.1.7 style includes. Bug #150.
2669
2670 2003-11-16 Noah Levitt <nlevitt@columbia.edu>
2671
2672 * fc-list/fc-list.sgml: Add some example usages.
2673
2674 2003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
2675
2676 * src/fcxml.c:
2677 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
2678 separators.
2679
2680 2003-10-27 Keith Packard <keith@keithp.com>
2681
2682 * configure.in:
2683 * fontconfig/fontconfig.h:
2684 Update to version 2.2.92
2685
2686 2003-10-27 Keith Packard <keithp@keithp.com>
2687
2688 * Makefile.am:
2689 * configure.in:
2690 * doc/Makefile.am:
2691 * fc-cache/Makefile.am:
2692 * fc-glyphname/Makefile.am:
2693 * fc-lang/Makefile.am:
2694 * fc-list/Makefile.am:
2695 * fc-match/Makefile.am:
2696 * test/Makefile.am:
2697 * test/run-test.sh:
2698 Yet more cleanups to finish getting 'make distcheck' working
2699 This has been tested to ensure that it even works from a _build
2700 directory.
2701
2702 2003-10-26 Keith Packard <keithp@keithp.com>
2703
2704 * configure.in:
2705 * doc/Makefile.am:
2706 * fc-cache/Makefile.am:
2707 * fc-glyphname/Makefile.am:
2708 * fc-lang/Makefile.am:
2709 * fc-lang/fc-lang.c: (scanopen), (scan), (main):
2710 * fc-list/Makefile.am:
2711 * fc-match/Makefile.am:
2712 Attempts to fix 'make distcheck' work. Things are
2713 progressing pretty well, but there are still failures
2714 long into the process dealing with docs (as always).
2715
2716 The big changes here are mostly to make $(srcdir) != "."
2717 work correctly, fixing the docbook related sections and
2718 fc-lang were particularily tricky. Docbook refuses to load
2719 system entities from anywhere other than where the original .sgml
2720 file was located, so no luck looking in "." for the
2721 configure-generated version.sgml and confdir.sgml files.
2722
2723 fc-lang needed help finding .orth files; added a -d option
2724 to set the directory as the least evil of many options.
2725
2726 Now to go use a faster machine and try and wring out the last
2727 issues.
2728
2729 2003-10-26 Keith Packard <keithp@keithp.com>
2730
2731 Tag version 2.2.91
2732
2733 2003-10-26 Keith Packard <keithp@keithp.com>
2734
2735 * doc/Makefile.am:
2736 Include confdir.sgml.in in EXTRA_DIST
2737
2738 2003-10-09 Josselin Mouette <joss@debian.org>
2739
2740 * fc-cache/fc-cache.sgml fc-cache/Makefile.am:
2741 * fc-list/fc-list.sgml fc-list/Makefile.am:
2742 Replace fc-cache and fc-list manpages with more detailed, SGML
2743 versions.
2744
2745 2003-09-23 Owen Taylor <otaylor@redhat.com>
2746
2747 * fontconfig/fontconfig.h src/fcdefault.c (FcDefaultSubstitute)
2748 src/fcname.c: Add a FC_HINT_STYLE key for patterns, with
2749 possible values HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL.
2750 (Bug #117)
2751
2752 2003-09-23 Owen Taylor <otaylor@redhat.com>
2753
2754 * fc-lang/ka.orth: Remove Georgian capitals, they
2755 aren't used for normal writing. (Bug #116)
2756
2757 2003-09-06 Noah Levitt <nlevitt@columbia.edu>
2758
2759 * doc/fontconfig-devel.sgml:
2760 * doc/fontconfig-user.sgml:
2761 * fontconfig/fontconfig.h:
2762 * src/fcname.c:
2763 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): Add new spacing
2764 value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
2765
2766 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): When checking for
2767 monospace and dual-width fonts, allow roughly a 3% variance in the
2768 advances.
2769
2770 2003-08-31 Manish Singh <yosh@gimp.org>
2771
2772 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
2773 use default config.
2774
2775 2003-08-15 Carl Worth <cworth@isi.edu>
2776
2777 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
2778 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
2779
2780 * src/fcpat.c (FcValueListEntDestroy): New function to support
2781 FcFini memory cleanup. Some statistics are not kept in
2782 synch. here.
2783 (FcValueListFreeze): Move hashTable outside this function so it
2784 can be accessed by FcValueListThawAll.
2785 (FcValueListThawAll): New function complements FcValueListFreeze.
2786 (FcPatternBaseFreeze): Move hashTable outside this function so it
2787 can be accessed by FcPatternBaseThawAll.
2788 (FcPatternBaseThawAll): New function complements
2789 FcPatternBaseFreeze.
2790 (FcPatternThawAll): New function complements FcPatternFreeze.
2791
2792 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
2793
2794 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
2795 allocated FcCharLeafEnt "blocks" so they can be freed later.
2796 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
2797 can be accessed by FcCharSetThawAllLeaf.
2798 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
2799 (FcCharSetFreezeBase): Move hashTable outside this function so it
2800 can be accessed by FcCharSetThawAll.
2801 (FcCharSetThawAll): New function complements FcCharSetFreeze.
2802
2803 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
2804 (FcConfigDestroy): Fic leak of FcBlanks.
2805
2806 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
2807 (main): Add call to FcFini when finished.
2808
2809 * fc-glyphname/fc-glyphname.c: Mark several local functions as
2810 static. Add prototypes.
2811
2812 * doc/fcinit.fncs: Add documentation for FcFini function.
2813
2814 * doc/edit-sgml.c: Mark several local functions as static. Add
2815 prototypes.
2816
2817 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
2818
2819 2003-06-15 Tor Lillqvist <tml@iki.fi>
2820
2821 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
2822 before comparing (needed on Windows).
2823
2824 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
2825
2826 2003-06-13 Tor Lillqvist <tml@iki.fi>
2827
2828 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
2829 man pages.
2830
2831 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
2832 WINDOWSFONTDIR token.
2833
2834 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
2835 end, not to confuse libtool, which expects the EXPORTS line to be
2836 the first. Add FcConfigEnableHome.
2837
2838 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
2839 built as a DLL on Win32.
2840
2841 2003-06-09 Keith Packard <keithp@keithp.com>
2842
2843 * Tag version 2.2.90
2844
2845 2003-06-09 Keith Packard <keithp@keithp.com>
2846
2847 * Optimization in FcLangSetIndex was broken, occasionally
2848 returning a pointer to the wrong location on miss
2849
2850 * Add fc-match to test font matching from the command line.
2851
2852 2003-05-31 Keith Packard <keithp@keithp.com>
2853
2854 * (Bug 85) add support for culmus fonts
2855 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
2856 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
2857
2858 2003-05-28 James Su <suzhe@turbolinux.com.cn>
2859
2860 * Fix "contains" op for strings and langsets.
2861
2862 2003-05-17 Keith Packard <keithp@keithp.com>
2863
2864 * Fix build error with BDF prop local. Free langset after query
2865
2866 2003-05-14 Keith Packard <keithp@keithp.com>
2867
2868 * Extract spacing from XLFD atom
2869
2870 2003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
2871
2872 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
2873 disappeared in 1.30.
2874
2875 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
2876
2877 2003-05-12 Keith Packard <keithp@keithp.com>
2878
2879 * Use FcIsWidth to share code
2880
2881 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
2882 misclassifying some Han fonts as monospaced.
2883
2884 2003-05-07 Keith Packard <keithp@keithp.com>
2885
2886 * Add filename-based accept/reject to ammend available fonts.
2887
2888 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
2889 older FreeType releases.
2890
2891 2003-05-06 Keith Packard <keithp@keithp.com>
2892
2893 * Remove 0b82 and Tamil numbers from tamil
2894 orthography (Jungshik Shin <jshin@mailaps.org>)
2895
2896 2003-05-04 Keith Packard <keithp@keithp.com>
2897
2898 + Map glyph names in fonts with adobe custom encoding to unicode
2899
2900 2003-05-02 Keith Packard <keithp@keithp.com>
2901
2902 * Add FC_WEIGHT_BOOK as weight 75
2903
2904 2003-04-30 Keith Packard <keithp@keithp.com>
2905
2906 * Typo in bitstream foundry name
2907
2908 2003-04-24 Keith Packard <keithp@keithp.com>
2909
2910 * Eliminate italic_angle check for PS fonts
2911
2912 2003-04-23 Noah Levitt <nlevitt@columbia.edu>
2913
2914 * Getting closer to fixing /etc/fonts hard-coding.
2915
2916 2003-04-22 Keith Packard <keithp@keithp.com>
2917
2918 * Update autogen.sh to work with newer automake versions
2919 * Handle pattern elements moving during multiple edits
2920
2921 2003-04-23 James Henstridge <james@daa.com.au>
2922
2923 * doc/fontconfig-devel.sgml: close the <para> element.
2924
2925 * doc/fcpattern.fncs: close the <para> element.
2926
2927 * doc/func.sgml: close the <refsynopsisdiv> element.
2928
2929 2003-04-22 Keith Packard <keithp@keithp.com
2930
2931 * Update autogen.sh to work with newer automake versions
2932 * Handle pattern elements moving during multiple edits
2933
2934 2003-04-17 Colin Walters <walters@debian.org>
2935
2936 + Remove some unused variables, and initialize some other ones so
2937 gcc doesn't warn us.
2938
2939 2003-04-16 Keith Packard <keithp@keithp.com>
2940
2941 + tag version 2.1.94
2942
2943 2003-04-16 Keith Packard <keithp@keithp.com>
2944
2945 + add BDF property fetching support for foundry
2946 (from Juliusz Chroboczek)
2947 + add BDF property fetching support for width
2948
2949 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
2950
2951 + Implemented foundry generation for Type 1 and TrueType
2952
2953 2003-04-11 Gerard Escalante <g2@magestudios.net>
2954
2955 + Retrieve information from Type1 FontInfo dictionaries
2956
2957 2003-04-07 Colin Walters <walters@verbum.org>
2958
2959 + src/Makefile.am: Fix dummy makefile target names when
2960 MS_LIB_AVAILABLE isn't set.
2961
2962 2003-03-22 Tor Lillqvist <tml@iki.fi>
2963
2964 Changes for Windows:
2965
2966 + On Windows with gcc (a.k.a. mingw) build as a DLL.
2967
2968 + We don't want to hardcode the fonts.conf file location in the
2969 DLL, so we look up the DLL location at run-time in a DllMain()
2970 function. The fonts.conf location is deduced from that.
2971
2972 + The colon can't be used as path separator on Windows,
2973 semicolon is used instead. File path components can be separated
2974 with either slash or backslash. Absolute paths can also begin
2975 with a drive letter.
2976
2977 + Add internal function FcStrLastSlash that strrchr's the last
2978 slash, or backslash on Windows.
2979
2980 + There is no link() on Windows. For atomicity checks, mkdir a
2981 lock directory instead.
2982
2983 + In addition to HOME, also look for USERPROFILE.
2984
2985 + Recognize the special font directory token WINDOWSFONTDIR, to
2986 use the system's font directory.
2987
2988 + Remove the fontconfig-def.cpp that was obsolete. Add
2989 fontconfig.def(.in), without internal functions.
2990
2991 + Add a fontconfig-zip(.in) script, used to build a binary
2992 distribution.
2993
2994 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
2995 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
2996 to main package and man3/* to devel package
2997
2998 + Added missing defattr(-, root, root) to main RPM package
2999
3000 + Added HTML and text development documentation to -devel subpackage
3001
3002 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
3003 + Added back the configure macro options --disable-docs, otherwise
3004 fontconfig installs docs into /usr/share/doc/fontconfig (with no
3005 version number) unconditionally, causing RPM to fail the build due
3006 to _unpackaged_files_terminate_build. We pick up the pregenerated
3007 docs with %doc already.
3008
3009 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
3010 + Removed commented out rpm macro define at top of spec file,
3011 replacing it with a simple explanation, since rpm macros are
3012 expanded by rpm even in comments.
3013
3014 + Changed /usr/bin to _bindir in BuildRequires lines
3015
3016 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
3017
3018 + Reorganized file manifest lists
3019
3020 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
3021
3022 + fontconfig.spec.in: Improvements from Red Hat spec file.
3023
3024 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
3025
3026 + docs/*.sgml: SGML fixes.
3027
3028 Sat Mar 1 17:28:53 PST 2003 keithp
3029 + Ok, so the ChangeLog is a bit out of date
3030
3031 + Lots of bugs fixed; most are in bugzilla, the
3032 biggest problems were in cache management where
3033 Owen discovered the library would lose badly when
3034 combining fonts-cache and ~/.fonts-cache data
3035
3036 + Converted from autoconf to automake. This after
3037 getting patches accepted into libtool to allow
3038 the '-version-number' argument which lets
3039 packages set version numbers explicitly rather
3040 than the roundabout libtool way
3041
3042 + Converted documentation to SGML using the docbook
3043 DTD. Now .txt and .html documents are installed
3044 in /usr/share/doc/fontconfig and there's no
3045 man page. Perhaps a man version can be written
3046 at some point.
3047
3048 Sat Aug 31 15:21:22 PDT 2002 keithp
3049 + Xrender and Xft had several bugs related to
3050 rendering manually placed or poly-face text
3051
3052 + Added more complete memory tracing in fontconfig
3053 Checked with (patched) mozilla and found no leaks
3054
3055 + Updated Latin orthographies by comparing those from
3056 evertype.com with those from eki.ee. Tried to make
3057 sensible choices, including chars that occured in both
3058 and leaving some optional chars out that occured only
3059 in one.
3060
3061 Mon Aug 26 16:33:04 PDT 2002 keithp
3062 + Owen discovered that FcLangSetHasLang wasn't actually
3063 checking the language set.
3064
3065 Mon Aug 26 13:37:23 PDT 2002 keithp
3066 + Append a version number to cache filenames
3067
3068 Thu Aug 22 11:36:18 PDT 2002 keithp
3069
3070 + Add "contains" and "not_contains" operators and elements to
3071 font configuration
3072
3073 + Changed semantics of eq operator for LangSets to check for
3074 FcLangEqual so that any match will do
3075
3076 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
3077 of FcValueEqual to check for identical values when inserting into
3078 the results. This broke when the above semantic change was made,
3079 now it uses FcValueEqual which is "more correct" in any case.
3080
3081 Thu Aug 22 00:32:29 PDT 2002 keithp
3082
3083 + Reimplement FC_LANG as new datatype. Lists of strings
3084 was consuming over a megabyte of memory for 401 fonts.
3085
3086 + Freeze patterns loaded from cache files. This shares
3087 common value lists and common patterns which saves
3088 considerable memory.
3089
3090 + Change the denotation of 'constant' charsets to use special
3091 ref value instead of separate boolean.
3092
3093 + Clean up leak tracing stuff, found several unannoted alloc/free
3094 calls
3095
3096 Tue Aug 20 16:17:37 PDT 2002 keithp
3097
3098 + Fix memory leak when parsing matrices from XML
3099
3100 Mon Aug 19 11:57:27 PDT 2002 keithp
3101
3102 + Fix autoconf files to pass FONTCONFIG_PATH on
3103 compile line so that ${prefix} gets substituted
3104 correctly.
3105
3106 + Use getc_unlocked/putc_unlocked on systems that
3107 provide them to avoid damage done to stdio by posix
3108
3109 + Eliminate FC_PATTERN and FcTypePattern in favor of
3110 an extended api for FcConfigSubstitute which takes
3111 both the font and the pattern.
3112
3113 + Add 'sans serif' alias for 'sans-serif' as some apps
3114 can't handle hyphens in family names
3115
3116 + Eliminate pretense of support for libxml2
3117
3118 + Comment origins of Han orthographies
3119
3120 Tue Jul 30 18:37:09 PDT 2002 keithp
3121
3122 + Add binding property to edit element so that strong
3123 binding values may be inserted by the config file.
3124 The default remains weak.
3125
3126 Sun 28 Jul 04:16:55 PDT 2002 keithp
3127
3128 + Tagged release candidate 1 in the CVS tree and
3129 placed fcpackage.rc1.tar.gz for distribution
3130
3131 Thu Aug 1 08:55:08 PDT 2002 keithp
3132
3133 + Fixed autoconf builds to always specify install
3134 target files (for BSD). Also fixed to
3135 define FONTCONFIG_PATH in config.h so that
3136 nonstandard installs will actually work.