]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
Don't add current_arch_start more than once.
[fontconfig.git] / ChangeLog
1 2005-11-17 Andreas Schwab <schwab@suse.de>
2 reviewed by: plam
3
4 * src/fccache.c (FcGlobalCacheSave):
5
6 Don't add current_arch_start more than once.
7
8 2005-11-16 Patrick Lam <plam@mit.edu>
9 * src/fccharset.c (FcCharSetDistributeBytes, FcCharSetUnserialize):
10 * src/fcfs.c (FcFontSetUnserialize):
11 * src/fcname.c (FcObjectDistributeBytes, FcObjectUnserialize):
12 * src/fcpat.c (FcStrUnserialize):
13
14 Fix ordering of ALIGN with respect to saving block_ptr; add
15 another ALIGN to fcfs.c.
16
17 2005-11-16 Patrick Lam <plam@mit.edu>
18 * src/fccache.c (FcDirCacheProduce)
19
20 Fix case where alignment bytes bumped up metadata->count
21 causing unwarranted failures to write cache files.
22 (Reported by Stephan Kulow).
23
24 2005-11-16 Patrick Lam <plam@mit.edu>
25 * src/fccache.c (FcDirCacheProduce):
26 * src/fccharset.c (FcCharSetDistributeBytes):
27 * src/fcfs.c (FcFontSetDistributeBytes):
28 * src/fcint.h:
29 * src/fclang.c (FcLangSetDistributeBytes):
30 * src/fcname.c (FcObjectDistributeBytes):
31 * src/fcpat.c (FcPatternNeededBytes, FcValueListNeededBytes,
32 FcStrNeededBytes):
33
34 Add *NeededBytesAlign(), which overestimates the padding which is
35 later added by the new ALIGN macro. Fix alignment problems on
36 ia64 and s390 by bumping up block_ptr appropriately. (Earlier
37 version by Andreas Schwab).
38
39 2005-11-16 Stephan Kulow <coolo@kde.org>
40 reviewed by: plam
41
42 * src/fccache.c:
43
44 Use sysconf to determine proper PAGESIZE value; this
45 appears to be POSIX-compliant. (reported by Andreas Schwab)
46
47 2005-11-04 Patrick Lam <plam@mit.edu>
48 * fc-lang/fc-lang.c:
49 * src/fccharset.c:
50 * src/fcint.h:
51 * src/fclang.c:
52
53 Fix bug 2878 (excessive relocations at startup for charsets,
54 reported by Ross Burton): fc-lang/fc-lang now creates the
55 static form of the langset, not the dynamic form, so that
56 the charsets should now be in .rodata.
57
58 2005-11-04 Patrick Lam <plam@mit.edu>
59 * src/fcdir.c (FcDirScanConfig):
60
61 Add test for validity of directory caches that
62 somehow got lost (reported by make distcheck).
63
64 2005-11-04 Patrick Lam <plam@mit.edu>
65 * ChangeLog:
66 * README:
67 * configure.in:
68 * fontconfig/fontconfig.h:
69
70 Bump version to 2.3.92.
71
72 2005-11-02 Patrick Lam <plam@mit.edu>
73 * src/fcpat.c (FcPatternDuplicate):
74
75 Fix argument ordering problem in call to FcPatternTransferFullFname.
76
77 2005-11-02 Patrick Lam <plam@mit.edu>
78 * src/fcfreetype.c (FcFreetypeQuery):
79 * src/fcpat.c (FcPatternDestroy, FcPatternDuplicate,
80 FcPatternTransferFullFname):
81
82 Fix warnings and embarrassing double-free error.
83
84 2005-11-02 Zhe Su <zsu@novell.com>
85 reviewed by: plam
86
87 * fonts.conf.in:
88
89 Change the rule for artificial emboldening in fonts.conf.in. This
90 enables the support for artificial emboldening included in cairo.
91
92 2005-11-02 Patrick Lam <plam@mit.edu>
93 * src/fcpat.c (FcPatternDestroy, FcPatternTransferFullName):
94
95 Don't zero out full names for FC_REF_CONSTANT fonts;
96 also, duplicate full names when transferring, and free
97 full names when freeing the associated font.
98 Reported by Jinghua Luo.
99
100 2005-11-02 Patrick Lam <plam@mit.edu>
101 * fc-cache/fc-cache.c (scanDirs):
102 * src/fcpat.c (FcValueListSerialize):
103
104 Revert the previous patch and commit the correct patch:
105 I forgot a canonicalization in FcValueListSerialize, so
106 that it would choke on already-serialized input files. Duh!
107
108 2005-11-02 Patrick Lam <plam@mit.edu>
109 * fc-cache/fc-cache.c (scanDirs):
110
111 Forcibly rescan a directory before writing a fresh local
112 cache file for that directory, fixing the losing-fonts
113 problem reported by Mike Fabian and also apparently the
114 font cache file corruption.
115
116 2005-11-02 Patrick Lam <plam@mit.edu>
117 * src/fccache.c (FcGlobalCacheLoad):
118
119 Fix thinko: actually, the whole global cache is stale
120 if the global cache is older than the (newest) config file.
121
122 2005-11-02 Patrick Lam <plam@mit.edu>
123 * src/fccache.c (FcGlobalCacheLoad):
124 * src/fccfg.c (FcConfigModifiedTime, FcConfigBuildFonts):
125 * src/fcint.h:
126
127 Declare the global cache of a directory's contents to be stale if
128 the directory is newer than the (newest) configuration file.
129
130 2005-10-31 Patrick Lam <plam@mit.edu>
131 * src/fcint.h:
132 * src/fclist.c (FcListAppend):
133 * src/fcmatch.c (FcFontRenderPrepare):
134 * src/fcpat.c (FcPatternTransferFullFname, FcPatternDuplicate,
135 FcPatternFreeze, FcPatternBaseFreeze):
136
137 Copy the full pathname whenever duplicating an FcPattern; otherwise,
138 applications continue breaking.
139
140 2005-10-31 Patrick Lam <plam@mit.edu>
141 * fc-cat/fc-cat.c (FcCacheFileRead, main):
142 * src/fcfreetype.c (FcFreeTypeQuery):
143
144 Fix small memory error (tried to free argv); use basename and
145 dirname correctly (they can modify their arguments).
146
147 2005-10-31 Patrick Lam <plam@mit.edu>
148 * fc-cat/fc-cat.c:
149 * src/fccache.c:
150 * src/fcfreetype.c:
151 * src/fcint.h:
152 * src/fclist.c:
153 * src/fcpat.c:
154
155 Reinstate basename patch, but keep a hash table linking FcPatterns
156 to their fully-qualified font names for clients' benefit. Clients
157 only pay for the font names once they request the FC_FILE property
158 from an FcPattern, but the font name is malloc'd at that point (i.e.
159 not mmapped: that's impossible, since it may vary between machines.)
160 Clients do have to pay for a copy of the path name per cache file.
161
162 Note that FcPatternGetString now does some rewriting if you ask
163 for an FC_FILE, appending the pathname as appropriate.
164
165 2005-10-31 Patrick Lam <plam@mit.edu>
166 * src/fcfreetype.c (FcFreeTypeQuery):
167
168 Revert basename patch, which breaks fontconfig clients on my system.
169
170 2005-10-25 Jinghua Luo <sunmoon1997@gmail.com>
171 reviewed by: plam
172
173 * fontconfig/fonts.conf.in:
174 * fontconfig/fontconfig.h:
175 * src/fcdefault.c:
176 * src/fcname.c:
177
178 Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether
179 to load embedded bitmaps or not.
180
181 2005-10-25 Patrick Lam <plam@mit.edu>
182 * src/fcfreetype.c (FcFreeTypeQuery):
183
184 Only add basename to patterns' FC_FILE element, not any part of
185 the dirname.
186
187 2005-10-22 Patrick Lam <plam@mit.edu>
188 * src/fcfreetype.c:
189
190 Add some more consts, fixing more GCC4 warnings.
191
192 2005-10-22 Zhe Su <zsu@novell.com>
193 reviewed by: plam
194
195 Support localized font family and style names.
196 This has been reported to break old apps like xfd, but modern
197 (gtk+/qt/mozilla) apps work fine.
198
199 2005-10-21 Patrick Lam <plam@mit.edu>
200 * src/fccache.c (FcGlobalCacheLoad):
201
202 Destroy the global cache file if it's terminally broken. (reported by
203 Mike Fabian)
204
205 2005-10-21 Patrick Lam <plam@mit.edu>
206 * fc-list/fc-list.c (main):
207 * src/fcname.c (FcNameUnparse, FcNameUnparseEscaped):
208 * fontconfig/fontconfig.h:
209
210 Prevent fc-list from escaping strings when printing them (reported by
211 Matthias Clasen).
212
213 2005-10-20 Marcus Meissner <meissner@suse.de>
214 reviewed by: plam
215
216 * fontconfig/fontconfig.h:
217
218 Add valist sentinel markup for FcObjectSetBuild and FcPatternBuild.
219
220 2005-10-14 Ross Burton <ross@burtonini.com>
221 reviewed by: plam
222
223 * fc-glyphname/fc-glyphname.c:
224 * src/fclang.c:
225
226 Add consts to variables so as to move arrays into .rodata.
227
228 2005-10-14 Mike Fabian <mfabian@suse.de>
229 reviewed by: plam
230
231 * src/fccache.c (FcDirCacheUnlink):
232
233 Check existence of directory cache file before attempting to unlink.
234
235 2005-10-13 Patrick Lam <plam@mit.edu>
236 * src/fccache.c (FcDirCacheUnlink):
237
238 Fix flipped return value on unlink. (Reported by Mike Fabian)
239
240 2005-10-12 Patrick Lam <plam@mit.edu>
241
242 * src/fccache.c:
243 * src/fcdir.c (FcDirScanConfig):
244 * src/fcint.h:
245
246 When fc-cache is run without --force, use directory cache files
247 to speed up fc-cache run time. (Reported by Mike Fabian)
248
249 2005-10-06 Patrick Lam <plam@mit.edu>
250
251 * src/fcname.c (FcObjectToPtr):
252 * src/fcpat.c (FcStrStaticName):
253
254 Add padding to make valgrind and glibc not hate each other
255 when calling strlen().
256
257 2005-10-05 Simos Xenitellis <simos74@gmx.net>
258 reviewed by: plam & keithp
259
260 * fonts.conf.in:
261
262 Modify config file to use Greek fonts before Asian fonts with
263 Greek glyphs.
264
265 2005-10-05 Christian Biesinger <cbiesinger@web.de>
266 reviewed by: plam & keithp
267
268 * src/Makefile.am:
269
270 Use libtool -no-undefined flag on all platforms.
271
272 2005-10-05 Patrick Lam <plam@mit.edu>
273 * src/fccache.c (FcCacheHaveBank):
274
275 Implement move-to-front array for banks (perf regression
276 reported by Ronny V. Vindenes).
277
278 2005-10-04 Patrick Lam <plam@mit.edu>
279 * src/fccache.c (FcDirCacheValid, FcDirCacheUnlink,
280 FcDirCacheHasCurrentArch):
281 * fc-cache/fc-cache.c (scanDirs):
282 * fontconfig/fontconfig.h:
283
284 Add new API which unlinks directory caches and checks dir caches
285 for existence of appropriate sections. Fix fc-cache to unlink
286 stale cache files and save directory caches that lack relevant
287 sections.
288
289 2005-10-03 Patrick Lam <plam@mit.edu>
290 * src/fccache.c (FcDirCacheValid):
291
292 Ensure that a directory cache has the appropriate section
293 before reporting that it is valid (reported by Matthias Clasen).
294
295 2005-09-29 Mathias Hasselmann <mathias.hasselmann@gmx.de>
296
297 reviewed by: plam
298
299 * configure.in:
300 * src/Makefile.am:
301 * src/fcxml.c:
302
303 Use libxml2 if requested (with --enable-libxml2) or if
304 expat is not available.
305
306 2005-09-29 Patrick Lam <plam@mit.edu>
307 * src/fccache.c (FcGlobalCacheSave, FcDirCacheWrite):
308
309 Fix multi-arch cache files: compute the position for the
310 block to be added using info from OrigFile, not NewFile.
311
312 2005-09-28 Patrick Lam <plam@mit.edu>
313 * src/fccache.c (FcCacheMachineSignature):
314
315 Cast results of sizeof() to unsigned int to get rid of
316 warnings on x86_64 (thanks Matthias Clasen).
317
318 2005-09-27 Patrick Lam <plam@mit.edu>
319 * src/fccache.c (FcGlobalCacheSave, FcCacheCopyOld,
320 FcDirCacheWrite):
321
322 Use FcAtomic to rewrite cache files.
323
324 2005-09-27 Patrick Lam <plam@mit.edu>
325
326 * src/fccache.c (FcDirCacheWrite):
327
328 Don't unlink the fonts.cache-2 file even if there's no data
329 to write; just write an empty cache file. (thanks Lubos Lunak)
330
331 2005-09-27 Patrick Lam <plam@mit.edu>
332
333 * src/fccache.c (FcDirCacheWrite):
334
335 Allocate room for the subdirectory names in each
336 directory cache. Thanks to James Cloos for finding
337 and diagnosing this bug!
338
339 2005-09-22 Patrick Lam <plam@mit.edu>
340
341 * fc-cache/fc-cache.sgml:
342 * src/fccache.c (FcDirCacheWrite):
343 * src/fccache.h (struct FcCache):
344
345 Update documentation -- fc-cache's man page now says that you
346 need to run fc-cache once per cached architecture; add some
347 documentation to the FcCache structure.
348
349 Make fc-cache write out fonts.cache-2 files for directories with
350 no fonts (i.e. only subdirectories).
351
352 2005-09-22 Patrick Lam <plam@mit.edu>
353 * doc/edit-sgml.c:
354 * fc-cache/fc-cache.sgml:
355 * fc-case/fc-case.c:
356 * fc-glyphname/fc-glyphname.c:
357 * src/fcdefault.c:
358 * src/fcfreetype.c:
359 * src/fcinit.c:
360 * src/fcxml.c:
361
362 More GCC 4 cleanups, due to Behhad Esfahbod <behdad@beddad.org>.
363
364 * Makefile.am:
365 * configure.in:
366 * fc-lang/fc-lang.c:
367 * fontconfig/fcprivate.h:
368 * fontconfig/fontconfig.h:
369 * src/fccache.c:
370 * src/fccfg.c:
371 * src/fccharset.c:
372 * src/fcdbg.c:
373 * src/fcdir.c:
374 * src/fcfs.c:
375 * src/fcint.h:
376 * src/fclang.c:
377 * src/fclist.c:
378 * src/fcmatch.c:
379 * src/fcname.c:
380 * src/fcpat.c:
381
382 Implement new mmaped cache for font information.
383 Bump so revision to 2.3.90.
384
385 2005-07-25 Keith Packard <keithp@keithp.com>
386
387 * doc/fontconfig-user.sgml:
388 * fc-glyphname/fc-glyphname.c: (scan), (main):
389 * fc-lang/fc-lang.c: (FcConfigHome):
390 * fc-match/fc-match.c: (main):
391 * src/fccfg.c: (FcConfigHome):
392 * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
393 (FcVendorMatch), (FcFreeTypeQuery), (FcFreeTypeCharSetAndSpacing),
394 (addtag), (FcFontCapabilities):
395 * src/fcpat.c: (FcValueListEntCreate):
396 * src/fcstr.c: (FcStrCaseWalkerInit):
397 * src/fcxml.c: (FcParsePatelt), (FcConfigParseAndLoadDir):
398
399 Various GCC 4 cleanups for signed vs unsigned char
400
401 Match only [0-9]*.conf files in <include>{directory}</include>
402 elements to avoid loading *.rpmsave or .dpkg-old files. (otaylor)
403
404 2005-07-15 Carl Worth <cworth@cworth.org>
405
406 * src/fcint.h:
407 * src/fcinit.c: (FcFini):
408 * src/fcpat.c: (FcPatternFini): Rename FcPatternThawAll to
409 FcPatternFini.
410
411 * src/fcpat.c: (FcObjectStaticName), (FcObjectStaticNameFini):
412 Pull the FcObjectStateName hash table out to file scope, and add
413 FcObjectStaticNameFini so that FcFini will cleanup this hash table
414 as well.
415
416 * src/fcxml.c: (FcConfigParseAndLoad): Clear FILE* to NULL after
417 fclose.
418
419 2005-06-16 Patrick Lam <plam@MIT.EDU>
420
421 reviewed by: keithp
422
423 * src/fccfg.c: (FcConfigCompareValue):
424 Make FcOpNotContains use FcStrStr for strings so that
425 it matches semantics for !FcOpContains.
426
427 2005-05-20 Keith Packard <keithp@keithp.com>
428
429 * debian/changelog:
430 * debian/control:
431 Move fontconfig source package to libs as per override
432
433 2005-05-20 Aiet Kolkhi <aietkolkhi@gmail.com>
434
435 reviewed by: Mike Fabian
436
437 * fc-lang/ka.orth:
438 The ka.orth file requires several characters which are not
439 used anymore in modern Georgian and which are missing in the free
440 Georgian TrueType fonts downloadable at:
441
442 http://aiet.qartuli.net/docs/georgian_on_linux_en.php
443
444 2005-04-27 Keith Packard <keithp@keithp.com>
445
446 * README:
447 * debian/changelog:
448 Update date to real 2.3.2 release date.
449 Fix change attributions
450
451 2005-04-27 Keith Packard <keithp@keithp.com>
452
453 * configure.in:
454 Bump so revision for 2.3.2
455 * fc-cache/fc-cache.c: (scanDirs):
456 Fix a few minor leaks in error cases.
457
458 2005-04-23 Keith Packard <keithp@keithp.com>
459
460 * README:
461 * configure.in:
462 * debian/changelog:
463 * fontconfig/fontconfig.h:
464 Update for version 2.3.2
465
466 2005-04-21 Keith Packard <keithp@keithp.com>
467
468 * debian/fontconfig.postinst:
469 Don't force bitmap font enable in default
470 configuration; allows users to override this in
471 ~/.fonts.conf
472 * debian/po/cs.po:
473 * debian/po/da.po:
474 * debian/po/de.po:
475 * debian/po/es.po:
476 * debian/po/fr.po:
477 * debian/po/ja.po:
478 * debian/po/nl.po:
479 * debian/po/pt.po:
480 * debian/po/pt_BR.po:
481 * debian/po/templates.pot:
482 * debian/po/tr.po:
483 * debian/po/zh_CN.po:
484 Updated translations
485
486 * fc-cache/fc-cache.c: (main):
487 Destroy font configuration on exit to help valgrind
488
489 * fonts.conf.in:
490 * src/fcfreetype.c: (FcSfntNameTranscode), (FcFreeTypeCharIndex),
491 (FcFreeTypeCheckGlyph):
492 Use own transcoding routines in preference to iconv
493 which appears to have leaks in some translators.
494 Call iconv_close after using iconv (oops).
495
496 Prefer unicode encoding of Euro char as some
497 fonts mis-encode Euro in other ones.
498
499 Must fetch bitmap glyphs to get width values
500 to check for monospace/dual-width fonts.
501
502 2005-04-13 Ross Burton <ross@burtonini.com>
503
504 * src/fcpat.c:
505 Check that a pattern isn't already frozen in FcPatternFreeze.
506
507 2005-03-31 Ross Burton <ross@burtonini.com>
508
509 * src/fclist.c:
510 * src/fcmatch.c:
511 * src/fcpat.c:
512 Run all FcPattern objects through FcObjectStaticName, so that
513 compares can be done on pointers instead of strings (#2659)
514
515 2005-03-17 Tor Lillqvist <tml@novell.com>
516
517 * src/fontconfig.def.in: Add the .dll to the dll name.
518
519 2005-03-10 Keith Packard <keithp@keithp.com>
520
521 * debian/README.Debian:
522 Update to reflect configuration changes
523 * debian/changelog:
524 * debian/fontconfig.postinst:
525 Fix Autohint vs Autohinter mistake
526 * debian/fontconfig.templates:
527 Adopt changes from Josselin Mouette for configuration descriptions
528 Update debian to version 2.3.1-2
529
530 2005-03-08 Keith Packard <keithp@keithp.com>
531
532 * debian/changelog:
533 * debian/rules:
534 Update debian for 2.3.1
535
536 2005-03-09 Tor Lillqvist <tml@novell.com>
537
538 * fontconfig-zip.in: Get the DLL from "bin" where modern libtools
539 put it, not "lib".
540
541 * src/fccfg.c (FcConfigFileExists): Check also drive letter
542 prefix on Win32.
543
544 2005-03-08 Keith Packard <keithp@keithp.com>
545
546 * README:
547 * configure.in:
548 * fontconfig/fontconfig.h:
549 Update for 2.3.1
550
551 2005-03-05 Keith Packard <keithp@keithp.com>
552
553 * src/fcfreetype.c: (addtag), (FcFontCapabilities):
554 Include space and remove numbers from valid script tags.
555 This ensures that tags like 'lao ' work while rejecting
556 those which have any digits.
557 Eliminate a spurious debugging variable (len)
558
559 2005-03-05 Keith Packard <keithp@keithp.com>
560
561 * src/fcfreetype.c: (addtag), (GetScriptTags),
562 (FcFontCapabilities):
563 Rework GSUB/GPOS script parsing to survive broken fonts.
564 Thanks for the broken font go to Manish Singh
565
566 2005-03-05 Keith Packard <keithp@keithp.com>
567
568 Josselin Mouette:
569 * debian/changelog:
570 * debian/control:
571 * debian/fontconfig.config:
572 * debian/fontconfig.templates:
573 * debian/rules:
574 Include 2.3 release information in changelog
575 Add Josselin Mouette as an Uploader
576 Set hinting_type to low priority configuration option
577
578 Manish Singh:
579 * debian/fontconfig.postinst:
580 yes_bitmaps.conf -> yes-bitmaps.conf
581
582 Funda Wang:
583 * src/fcfreetype.c:
584 Johap -> Johab
585
586 2005-03-02 Keith Packard <keithp@keithp.com>
587
588 * Makefile.am:
589 * conf.d/Makefile.am:
590 * conf.d/autohint.conf:
591 * conf.d/no-sub-pixel.conf:
592 * conf.d/sub-pixel.conf:
593 * conf.d/unhinted.conf:
594 * debian/autohint.conf:
595 * debian/fontconfig.install:
596 * debian/fontconfig.postinst:
597 * debian/fontconfig.templates:
598 * debian/no-sub-pixel.conf:
599 * debian/unhinted.conf:
600 Move debian-specific conf file examples upstream.
601
602 Sub-pixel configuration examples must smash subpixel value
603 as Xft always sets it from X.
604
605 Change sub-pixel rendering debconf descriptions from
606 Enable/Disable to Always/Never.
607
608 2005-03-02 Keith Packard <keithp@keithp.com>
609
610 * .cvsignore:
611 * conf.d/.cvsignore:
612 * doc/.cvsignore:
613 Ignore more build detritus
614
615 * Makefile.am:
616 Add debian package construction stuff.
617
618 * config/config.guess:
619 * config/config.sub:
620 Update to newer versions of these tools
621
622 * doc/Makefile.am:
623 Get library manuals to build again (we love automake).
624
625 * debian/README.Debian:
626 * debian/autohint.conf:
627 * debian/changelog:
628 * debian/compat:
629 * debian/control:
630 * debian/copyright:
631 * debian/fontconfig-udeb.install:
632 * debian/fontconfig.config:
633 * debian/fontconfig.defoma:
634 * debian/fontconfig.dirs:
635 * debian/fontconfig.install:
636 * debian/fontconfig.postinst:
637 * debian/fontconfig.postrm:
638 * debian/fontconfig.templates:
639 * debian/libfontconfig1-dev.install:
640 * debian/libfontconfig1.install:
641 * debian/local.conf.md5sum:
642 * debian/no-sub-pixel.conf:
643 * debian/po/POTFILES.in:
644 * debian/po/cs.po:
645 * debian/po/da.po:
646 * debian/po/de.po:
647 * debian/po/es.po:
648 * debian/po/fr.po:
649 * debian/po/ja.po:
650 * debian/po/nl.po:
651 * debian/po/pt.po:
652 * debian/po/pt_BR.po:
653 * debian/po/templates.pot:
654 * debian/po/tr.po:
655 * debian/po/zh_CN.po:
656 * debian/rules:
657 * debian/unhinted.conf:
658 Update debian build system to switch maintainers and
659 deal with 2.3 functionality
660
661 2005-03-01 Keith Packard <keithp@keithp.com>
662
663 * README:
664 * configure.in:
665 * fontconfig/fontconfig.h:
666 Update for 2.3.0
667
668 2005-03-01 Keith Packard <keithp@keithp.com>
669
670 * doc/Makefile.am:
671 Generate and install PDF versions of the manuals
672
673 * doc/fcpattern.fncs:
674 Fix formatting
675
676 * doc/fcstring.fncs:
677 Add missing exported functions, fix data types
678
679 * doc/fontconfig-devel.sgml:
680 Add missing pattern elements.
681
682 * doc/fontconfig-user.sgml:
683 Add missing pattern elements. Document conf.d usage,
684 clarify available orthography list. Fix some config file
685 attributes. Complete list of constants.
686
687 * fontconfig/fontconfig.h:
688 Mark FC_SOURCE deprecated.
689
690 * src/fcfreetype.c: (FcFreeTypeQuery):
691 Don't set FC_SOURCE any longer.
692
693 2005-02-28 Keith Packard <keithp@keithp.com>
694
695 * Makefile.am:
696 * conf.d/Makefile.am:
697 * conf.d/README:
698 * conf.d/no-bitmaps.conf:
699 * conf.d/sub-pixel.conf:
700 * conf.d/yes-bitmaps.conf:
701 * configure.in:
702 Create prototype /etc/fonts/conf.d directory with a few
703 sample configuration files.
704 Deprecate use of local.conf for local customizations in favor of
705 this directory based scheme which is more easily integrated into
706 installation systems.
707
708 * src/fcname.c:
709 Tag FC_EMBOLDEN as a boolean variable
710
711 2005-02-10 Keith Packard <keithp@keithp.com>
712
713 reviewed by: pborelli@katamail.com
714
715 * src/fcdir.c: (FcFileScanConfig):
716 Free patterns from fonts which are rejected by configuration
717 (bug #2518)
718
719 2005-01-28 Keith Packard <keithp@keithp.com>
720
721 * README:
722 * configure.in:
723 * fontconfig/fontconfig.h:
724 Update for version 2.2.99
725
726 2005-01-28 Keith Packard <keithp@keithp.com>
727
728 * README:
729 Add a few pointers (#2284, #2285)
730
731 2005-01-28 Keith Packard <keithp@keithp.com>
732
733 * src/fcint.h:
734 * src/fcname.c: (FcNameBool):
735 * src/fcxml.c: (FcTypeName), (FcTypecheckValue), (FcTypecheckExpr),
736 (FcTestCreate), (FcEditCreate), (FcConfigLexBool), (FcParseBool),
737 (FcParseAlias), (FcParseInclude), (FcParseTest), (FcParseEdit):
738 Polite typechecking for test and edit expressions. Helps
739 catch errors in the font configuration. (bug 229)
740
741 2005-01-15 Alan Coopersmith <alan.coopersmith@sun.com>
742
743 reviewed by: Keith Packard <keithp@keithp.com>
744
745 * configure.in:
746 Have --with-expat set EXPAT_CFLAGS (bug 2278)
747
748 2005-01-13 Keith Packard <keithp@keithp.com>
749
750 * doc/fontconfig-user.sgml:
751 Add SEE ALSO section (bug 2085)
752
753 2005-01-13 J. Ali Harlow <ali@juiblex.co.uk>
754
755 reviewed by: Keith Packard <keithp@keithp.com>
756
757 * Makefile.am:
758 * configure.in:
759 * doc/Makefile.am:
760 * fc-case/Makefile.am:
761 * fc-glyphname/Makefile.am:
762 * fc-lang/Makefile.am:
763 * src/fontconfig.def.in:
764 Cross compiling fixes (bug 280)
765
766 2005-01-13 Keith Packard <keithp@keithp.com>
767
768 * fonts.conf.in:
769 Update blanks list (Closes bug 86)
770
771 2005-01-04 Keith Packard <keithp@keithp.com>
772
773 * src/fccache.c: (FcCacheFontSetAdd):
774 Verify that every font pattern loaded from cache has
775 both FC_FILE and FC_FAMILY entries.
776 Attempt to fix bug #2219.
777
778 2004-12-29 Keith Packard <keithp@keithp.com>
779
780 * README:
781 * configure.in:
782 * fontconfig/fontconfig.h:
783 Update for version 2.2.98
784
785 2004-12-29 Keith Packard <keithp@keithp.com>
786
787 * fontconfig/fontconfig.h:
788 Document ASCII limitations of Fc character conversion macros
789 * src/fcstr.c: (FcStrCaseWalkerLong), (FcStrDowncase):
790 Fix off-by-one error in utf-8 case walking code.
791 Add FcStrDowncase (useful for testing case conversion functions)
792
793 2004-12-29 Keith Packard <keithp@keithp.com>
794
795 * .cvsignore:
796 * fc-case/.cvsignore:
797 clean up CVS ignore lists
798 * fc-lang/iso-3166.txt:
799 Add territory database
800
801 2004-12-29 Tor Andersson <tor.andersson@gmail.com>
802
803 Reviewed by: Keith Packard
804
805 * fc-lang/ko.orth:
806 Remove Han characters from Korean orthography
807
808 2004-12-29 Keith Packard <keithp@keithp.com>
809
810 * Makefile.am:
811 Reorder utility programs to make sure fc-case is run before fc-lang
812 as fc-lang uses fcstr.c which uses fccase.h
813 * fonts.conf.in:
814 Fix broken XML
815
816 2004-12-29 Keith Packard <keithp@keithp.com>
817
818 * fonts.conf.in:
819 Adopt some RedHat suggestions for standard font configuration.
820
821 * Makefile.am:
822 * configure.in:
823 * fc-case/CaseFolding.txt:
824 * fc-case/Makefile.am:
825 * fc-case/fc-case.c: (panic), (addFold), (ucs4_to_utf8),
826 (utf8_size), (addChar), (foldExtends), (case_fold_method_name),
827 (dump), (parseRaw), (caseFoldReadRaw), (main):
828 * fc-case/fccase.tmpl.h:
829 Add new helper program 'fc-case' to construct case folding
830 tables from standard Unicode CaseFolding.txt file
831
832 * src/fcint.h:
833 * src/fclist.c: (FcListValueHash):
834 * src/fcstr.c: (FcStrCaseWalkerInit), (FcStrCaseWalkerLong),
835 (FcStrCaseWalkerNext), (FcStrCaseWalkerNextIgnoreBlanks),
836 (FcStrCmpIgnoreCase), (FcStrCmpIgnoreBlanksAndCase),
837 (FcStrHashIgnoreCase), (FcStrIsAtIgnoreBlanksAndCase),
838 (FcStrIsAtIgnoreCase), (FcStrStrIgnoreCase):
839 Re-implement case insensitive functions with Unicode
840 aware versions (including full case folding mappings)
841
842 2004-12-13 Keith Packard <keithp@keithp.com>
843
844 reviewed by: Owen Taylor <otaylor@redhat.com>
845
846 * src/fcmatch.c: (FcFontSetSort):
847 I changed FcFontSetSort to respect the generic aliases better
848 in the face of language matching.
849
850 What I did was to ammend the strict sort order used by FcFontSort so
851 that it 'satisfies' the language specified in the pattern by locating
852 the best matching font supporting each pattern language and then
853 ignores language in the remaining fonts for purposes of matching.
854
855 So, when asking for 'sans:lang=en', you'll get an English font first,
856 and then the remaining fonts sorted with respect to the 'sans' alias
857 alone -- pushing Kochi fonts ahead of other English-supporting Han fonts.
858
859 2004-12-10 Jakub Pavelek <jakub.pavelek@nokia.com>
860
861 reviewed by: Keith Packard <keithp@keithp.com>
862
863 * fontconfig/fontconfig.h:
864 * fonts.conf.in:
865
866 Configuration changes to request synthetic emboldening of
867 fonts. The actual emboldening code will live in Xft.
868
869 2004-12-09 John Thacker <thacker@math.cornell.edu>
870
871 reviewed by: Keith Packard <keithp@keithp.com>
872
873 * fc-lang/ru.orth:
874
875 Currently Russian (ru) requires 0406 and 0456 (І and і), but these
876 were eliminated in Russian in 1918 in favor of 0418 and 0438 (И and
877 и), and don't even appear in KOI8-R. (The hypothesis that they
878 don't appear in KOI8-R due to their similarity with Latin I and i is
879 eliminated by their presence in KOI8-U.) I have a couple of fonts
880 with Russian support that don't have the letter.
881
882 Therefore, 0406 and 0456 should be removed from or commented out of
883 ru.orth
884
885 2004-12-06 michael meeks <mmeeks@novell.com>
886
887 Reviewed by: Keith Packard <keithp@keithp.com>
888
889 * src/fcinit.c: (FcMemReport):
890 * src/fcint.h:
891 * src/fclist.c: (FcObjectSetAdd):
892 * src/fcpat.c: (FcValueListEntCreate), (FcPatternBaseFreeze),
893 (FcPatternInsertElt), (FcPatternEqual), (FcObjectStaticName):
894 * src/fcxml.c: (FcParsePatelt):
895 memoize strings and share a single copy for all uses. Note that
896 this could be improved further by using statically allocated blocks
897 and gluing multiple strings together, but I'm basically lazy.
898 In my environment with 800 font files, I get a savings of about 90KB.
899
900 2004-12-06 Keith Packard <keithp@keithp.com>
901
902 * COPYING:
903 * Makefile.am:
904 * config/Makedefs.in:
905 * configure.in:
906 * doc/edit-sgml.c:
907 * doc/fcatomic.fncs:
908 * doc/fcblanks.fncs:
909 * doc/fccharset.fncs:
910 * doc/fcconfig.fncs:
911 * doc/fcconstant.fncs:
912 * doc/fcfile.fncs:
913 * doc/fcfontset.fncs:
914 * doc/fcfreetype.fncs:
915 * doc/fcinit.fncs:
916 * doc/fcmatrix.fncs:
917 * doc/fcobjectset.fncs:
918 * doc/fcobjecttype.fncs:
919 * doc/fcpattern.fncs:
920 * doc/fcstring.fncs:
921 * doc/fcstrset.fncs:
922 * doc/fcvalue.fncs:
923 * doc/fontconfig-devel.sgml:
924 * doc/fontconfig-user.sgml:
925 * doc/func.sgml:
926 * doc/version.sgml.in:
927 * fc-cache/Makefile.am:
928 * fc-cache/fc-cache.c:
929 * fc-glyphname/Makefile.am:
930 * fc-glyphname/fc-glyphname.c:
931 * fc-glyphname/fcglyphname.tmpl.h:
932 * fc-lang/Makefile.am:
933 * fc-lang/aa.orth:
934 * fc-lang/ab.orth:
935 * fc-lang/af.orth:
936 * fc-lang/am.orth:
937 * fc-lang/ar.orth:
938 * fc-lang/ast.orth:
939 * fc-lang/ava.orth:
940 * fc-lang/ay.orth:
941 * fc-lang/az.orth:
942 * fc-lang/az_ir.orth:
943 * fc-lang/ba.orth:
944 * fc-lang/bam.orth:
945 * fc-lang/be.orth:
946 * fc-lang/bg.orth:
947 * fc-lang/bh.orth:
948 * fc-lang/bho.orth:
949 * fc-lang/bi.orth:
950 * fc-lang/bin.orth:
951 * fc-lang/bn.orth:
952 * fc-lang/bo.orth:
953 * fc-lang/br.orth:
954 * fc-lang/bs.orth:
955 * fc-lang/bua.orth:
956 * fc-lang/ca.orth:
957 * fc-lang/ce.orth:
958 * fc-lang/ch.orth:
959 * fc-lang/chm.orth:
960 * fc-lang/chr.orth:
961 * fc-lang/co.orth:
962 * fc-lang/cs.orth:
963 * fc-lang/cu.orth:
964 * fc-lang/cv.orth:
965 * fc-lang/cy.orth:
966 * fc-lang/da.orth:
967 * fc-lang/de.orth:
968 * fc-lang/dz.orth:
969 * fc-lang/el.orth:
970 * fc-lang/en.orth:
971 * fc-lang/eo.orth:
972 * fc-lang/es.orth:
973 * fc-lang/et.orth:
974 * fc-lang/eu.orth:
975 * fc-lang/fa.orth:
976 * fc-lang/fc-lang.c:
977 * fc-lang/fc-lang.man:
978 * fc-lang/fclang.tmpl.h:
979 * fc-lang/fi.orth:
980 * fc-lang/fj.orth:
981 * fc-lang/fo.orth:
982 * fc-lang/fr.orth:
983 * fc-lang/ful.orth:
984 * fc-lang/fur.orth:
985 * fc-lang/fy.orth:
986 * fc-lang/ga.orth:
987 * fc-lang/gd.orth:
988 * fc-lang/gez.orth:
989 * fc-lang/gl.orth:
990 * fc-lang/gn.orth:
991 * fc-lang/gu.orth:
992 * fc-lang/gv.orth:
993 * fc-lang/ha.orth:
994 * fc-lang/haw.orth:
995 * fc-lang/he.orth:
996 * fc-lang/hi.orth:
997 * fc-lang/ho.orth:
998 * fc-lang/hr.orth:
999 * fc-lang/hu.orth:
1000 * fc-lang/hy.orth:
1001 * fc-lang/ia.orth:
1002 * fc-lang/ibo.orth:
1003 * fc-lang/id.orth:
1004 * fc-lang/ie.orth:
1005 * fc-lang/ik.orth:
1006 * fc-lang/io.orth:
1007 * fc-lang/is.orth:
1008 * fc-lang/iso639-2:
1009 * fc-lang/it.orth:
1010 * fc-lang/iu.orth:
1011 * fc-lang/ja.orth:
1012 * fc-lang/ka.orth:
1013 * fc-lang/kaa.orth:
1014 * fc-lang/ki.orth:
1015 * fc-lang/kk.orth:
1016 * fc-lang/kl.orth:
1017 * fc-lang/km.orth:
1018 * fc-lang/kn.orth:
1019 * fc-lang/ko.orth:
1020 * fc-lang/kok.orth:
1021 * fc-lang/ks.orth:
1022 * fc-lang/ku.orth:
1023 * fc-lang/ku_ir.orth:
1024 * fc-lang/kum.orth:
1025 * fc-lang/kv.orth:
1026 * fc-lang/kw.orth:
1027 * fc-lang/ky.orth:
1028 * fc-lang/la.orth:
1029 * fc-lang/lb.orth:
1030 * fc-lang/lez.orth:
1031 * fc-lang/lo.orth:
1032 * fc-lang/lt.orth:
1033 * fc-lang/lv.orth:
1034 * fc-lang/mg.orth:
1035 * fc-lang/mh.orth:
1036 * fc-lang/mi.orth:
1037 * fc-lang/mk.orth:
1038 * fc-lang/ml.orth:
1039 * fc-lang/mn.orth:
1040 * fc-lang/mo.orth:
1041 * fc-lang/mr.orth:
1042 * fc-lang/mt.orth:
1043 * fc-lang/my.orth:
1044 * fc-lang/nb.orth:
1045 * fc-lang/nds.orth:
1046 * fc-lang/ne.orth:
1047 * fc-lang/nl.orth:
1048 * fc-lang/nn.orth:
1049 * fc-lang/no.orth:
1050 * fc-lang/ny.orth:
1051 * fc-lang/oc.orth:
1052 * fc-lang/om.orth:
1053 * fc-lang/or.orth:
1054 * fc-lang/os.orth:
1055 * fc-lang/pl.orth:
1056 * fc-lang/ps_af.orth:
1057 * fc-lang/ps_pk.orth:
1058 * fc-lang/pt.orth:
1059 * fc-lang/rm.orth:
1060 * fc-lang/ro.orth:
1061 * fc-lang/ru.orth:
1062 * fc-lang/sa.orth:
1063 * fc-lang/sah.orth:
1064 * fc-lang/sco.orth:
1065 * fc-lang/se.orth:
1066 * fc-lang/sel.orth:
1067 * fc-lang/sh.orth:
1068 * fc-lang/si.orth:
1069 * fc-lang/sk.orth:
1070 * fc-lang/sl.orth:
1071 * fc-lang/sm.orth:
1072 * fc-lang/sma.orth:
1073 * fc-lang/smj.orth:
1074 * fc-lang/smn.orth:
1075 * fc-lang/sms.orth:
1076 * fc-lang/so.orth:
1077 * fc-lang/sq.orth:
1078 * fc-lang/sr.orth:
1079 * fc-lang/sv.orth:
1080 * fc-lang/sw.orth:
1081 * fc-lang/syr.orth:
1082 * fc-lang/ta.orth:
1083 * fc-lang/te.orth:
1084 * fc-lang/tg.orth:
1085 * fc-lang/th.orth:
1086 * fc-lang/ti_er.orth:
1087 * fc-lang/ti_et.orth:
1088 * fc-lang/tig.orth:
1089 * fc-lang/tk.orth:
1090 * fc-lang/tl.orth:
1091 * fc-lang/tn.orth:
1092 * fc-lang/to.orth:
1093 * fc-lang/tr.orth:
1094 * fc-lang/ts.orth:
1095 * fc-lang/tt.orth:
1096 * fc-lang/tw.orth:
1097 * fc-lang/tyv.orth:
1098 * fc-lang/ug.orth:
1099 * fc-lang/uk.orth:
1100 * fc-lang/ur.orth:
1101 * fc-lang/uz.orth:
1102 * fc-lang/ven.orth:
1103 * fc-lang/vi.orth:
1104 * fc-lang/vo.orth:
1105 * fc-lang/vot.orth:
1106 * fc-lang/wa.orth:
1107 * fc-lang/wen.orth:
1108 * fc-lang/wo.orth:
1109 * fc-lang/xh.orth:
1110 * fc-lang/yap.orth:
1111 * fc-lang/yi.orth:
1112 * fc-lang/yo.orth:
1113 * fc-lang/zh_cn.orth:
1114 * fc-lang/zh_hk.orth:
1115 * fc-lang/zh_mo.orth:
1116 * fc-lang/zh_sg.orth:
1117 * fc-lang/zh_tw.orth:
1118 * fc-lang/zu.orth:
1119 * fc-list/Makefile.am:
1120 * fc-list/fc-list.c:
1121 * fc-match/Makefile.am:
1122 * fc-match/fc-match.1:
1123 * fc-match/fc-match.c:
1124 * fontconfig/fcfreetype.h:
1125 * fontconfig/fcprivate.h:
1126 * fontconfig/fontconfig.h:
1127 * src/fcatomic.c:
1128 * src/fcblanks.c:
1129 * src/fccache.c:
1130 * src/fccfg.c:
1131 * src/fccharset.c:
1132 * src/fcdbg.c:
1133 * src/fcdefault.c:
1134 * src/fcdir.c:
1135 * src/fcfreetype.c:
1136 * src/fcfs.c:
1137 * src/fcinit.c:
1138 * src/fcint.h:
1139 * src/fclang.c:
1140 * src/fclist.c:
1141 * src/fcmatch.c:
1142 * src/fcmatrix.c:
1143 * src/fcname.c:
1144 * src/fcpat.c:
1145 * src/fcstr.c:
1146 * src/fcxml.c:
1147 Change files from ISO-Latin-1 to UTF-8
1148
1149 2004-12-04 Keith Packard <keithp@keithp.com>
1150
1151 * INSTALL:
1152 Update links to new freedesktop.org locations
1153 * Makefile.am:
1154 Add uninstall-local to get rid of fonts.conf and local.conf if they
1155 match the distributed versions. Fixes 'make distcheck'
1156
1157 2004-12-04 Keith Packard <keithp@keithp.com>
1158
1159 * README:
1160 * configure.in:
1161 * fontconfig/fontconfig.h:
1162 Updates for version 2.2.97
1163
1164 2004-12-04 Owen Taylor <otaylor@redhat.com>
1165
1166 reviewed by: Keith Packard <keithp@keithp.com>
1167
1168 * fc-cache/fc-cache.c: (main):
1169 Sleep for two seconds before exiting to make sure timestamps
1170 for future changes have distinct mod times in the file system.
1171 Bug #1982.
1172 * fc-lang/pa.orth:
1173 Add Punjabi orthography. Bug #1671.
1174
1175 2004-12-04 Keith Packard <keithp@keithp.com>
1176
1177 * fonts.conf.in:
1178 Just remove the FC_FONTDATE -- it has locale issues and
1179 annoys redhat multi-arch installs. Now that all X fonts are
1180 included without prejudice, the chances of the date being at
1181 all interesting are rather limited. Bug #505.
1182 * src/Makefile.am:
1183 Add copyright and license
1184
1185 2004-12-04 Keith Packard <keithp@keithp.com>
1186
1187 * configure.in:
1188 Change default set of fonts to include all of
1189 /usr/X11R6/lib/X11/fonts (or wherever the X fonts are located).
1190 * doc/fontconfig-user.sgml:
1191 Document new <include>directory-name</include> semantics
1192 * fonts.conf.in:
1193 add <include ignore_missing="yes">conf.d</include>
1194 * local.conf:
1195 Add selectfont to ignore bitmap fonts, add comment for
1196 selectfont which accepts bitmap fonts.
1197 * src/fcdir.c:
1198 * src/fcint.h:
1199 * src/fcxml.c: (FcConfigParseAndLoadDir), (FcConfigParseAndLoad):
1200 Allow <include> configuration elements to reference directories.
1201 Parse and load all files of the form [0-9]* in sorted order.
1202
1203 2004-12-04 Keith Packard <keithp@keithp.com>
1204
1205 * autogen.sh:
1206 Report command line for $srcdir/configure accurately.
1207 Bug #212.
1208
1209 2004-12-04 Keith Packard <keithp@keithp.com>
1210
1211 * src/fcfreetype.c: (FcFreeTypeQuery):
1212 Check for non-empty face->family_name and face->style_name
1213 before using those for the font. Empty names match everything.
1214 Bug #210.
1215
1216 2004-12-04 Keith Packard <keithp@keithp.com>
1217
1218 * configure.in:
1219 * fontconfig/fontconfig.h:
1220 * src/fcfreetype.c: (FcFreeTypeQuery):
1221 * src/fcname.c:
1222 Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
1223 available. This provides font file format information (BDF, Type 1,
1224 PCF, TrueType) for each font. Closes #109.
1225
1226 2004-12-04 Daniel Glassey <danglassey@ntlworld.com>
1227
1228 reviewed by: Keith Packard <keithp@keithp.com>
1229
1230 * doc/fontconfig-user.sgml:
1231 Fix typo.
1232
1233 * fontconfig/fontconfig.h:
1234 * src/fcfreetype.c: (FcFreeTypeQuery), (addtag), (compareulong),
1235 (GetScriptTags), (FcFontCapabilities):
1236 * src/fcname.c:
1237 Add detection for font capabilities (bug #105)
1238
1239 2004-12-04 Keith Packard <keithp@keithp.com>
1240
1241 * Makefile.am:
1242 Move existing fonts.conf to fonts.conf.bak
1243
1244 * configure.in:
1245 Add detection of iconv
1246
1247 * doc/fcpattern.fncs:
1248 * doc/fontconfig-devel.sgml:
1249 * doc/fontconfig-user.sgml:
1250 * fonts.dtd:
1251 Document new selectfont elements
1252
1253 * fc-lang/nb.orth:
1254 Switch to UTF-8 in comment
1255
1256 * fontconfig/fontconfig.h:
1257 * src/fcname.c:
1258 Add fullname, and family/style/fullname language entries
1259
1260 * src/fccache.c: (FcCacheFontSetAdd):
1261 * src/fcdir.c: (FcFileScanConfig):
1262 Respect selectfont/*/glob
1263
1264 * src/fcint.h:
1265 * src/fccfg.c: (FcConfigCreate), (FcConfigDestroy),
1266 (FcConfigCompareValue), (FcConfigPatternsAdd),
1267 (FcConfigPatternsMatch), (FcConfigAcceptFont):
1268 * src/fcxml.c: (FcElementMap), (FcVStackDestroy),
1269 (FcVStackPushPattern), (FcPopExpr), (FcParseAcceptRejectFont),
1270 (FcPopValue), (FcParsePatelt), (FcParsePattern), (FcEndElement):
1271 Add support for selectfont
1272
1273 * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
1274 (FcStringInPatternElement), (FcFreeTypeQuery):
1275 Add multi-lingual family/style/fullname support
1276
1277 * src/fclist.c: (FcListPatternMatchAny):
1278 Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
1279
1280 * src/fcpat.c: (FcPatternRemove), (FcPatternAppend),
1281 (FcObjectStaticName):
1282 Add new FcPatternRemove/FcPatternAppend.
1283 FcObjectStaticName stores computed pattern element names which
1284 are required to be static.
1285
1286 2004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp>
1287
1288 reviewed by: keithp
1289
1290 * Makefile.am:
1291 Remove spurious / after $(DESTDIR)
1292
1293 2004-06-30 Keith Packard <keithp@keithp.com>
1294
1295 * README:
1296 * configure.in:
1297 * fontconfig/fontconfig.h:
1298 Update for 2.2.96
1299
1300 2004-06-30 Keith Packard <keithp@keithp.com>
1301
1302 Provided by: Lubos Lunak <l.lunak@suse.cz>
1303
1304 * src/fccfg.c: (FcConfigUptoDate):
1305 However FcConfigUptoDate() doesn't seem to work. See the attached
1306 patch. First there's an obvious misplaced parenthesis making it
1307 return always false, and second, even this call fails to detect font
1308 changes (e.g. adding a new font to
1309 /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
1310 well. The problem seems to be triggered by my fonts.conf specifying
1311 only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
1312 doesn't include subdirs, unlike config->fontDirs.
1313
1314 2004-06-03 Keith Packard <keithp@keithp.com>
1315
1316 * fontconfig/fontconfig.h:
1317 Remove comma at end of FcResult enum definition.
1318
1319 2004-05-29 Keith Packard <keithp@keithp.com>
1320
1321 * INSTALL:
1322 Add steps to md5sum release
1323
1324 2004-05-29 Keith Packard <keithp@keithp.com>
1325
1326 * README:
1327 * configure.in:
1328 * fontconfig/fontconfig.h:
1329 Update for 2.2.95
1330
1331 2004-05-29 Keith Packard <keithp@keithp.com>
1332
1333 * fontconfig/fontconfig.h:
1334 * src/fcmatch.c: (FcFontSetMatch):
1335 Add FcResultOutOfMemory to provide an accurate error when
1336 FcFontSetMatch fails in this way
1337
1338 * src/fcfreetype.c:
1339 Make #warning about lacking various FreeType features indicate
1340 which version those features appeared so users know how to
1341 fix the problem (Thanks to Anton Tropashko)
1342
1343 2004-05-05 Keith Packard <keithp@keithp.com>
1344
1345 * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
1346 Replace MIN/MAX/ABS macros which happen to have come
1347 from FreeType with fontconfig-specific ones (FC_*)
1348
1349 2004-04-23 Keith Packard <keithp@keithp.com>
1350
1351 * INSTALL:
1352 Extend release preparation instructions to include
1353 notification and distribution steps
1354
1355 2004-04-23 Keith Packard <keithp@keithp.com>
1356
1357 * README:
1358 * configure.in:
1359 * fontconfig/fontconfig.h:
1360 Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
1361
1362 2004-04-23 Keith Packard <keithp@keithp.com>
1363
1364 * .cvsignore:
1365 Ignore a few more autotool files
1366
1367 2004-04-14 Keith Packard <keithp@keithp.com>
1368
1369 * INSTALL:
1370 Add instructions for doing a release
1371
1372 * fontconfig.spec.in:
1373 clean up .spec file; perhaps this will be useful to somebody...
1374
1375 * README:
1376 * configure.in:
1377 * fontconfig/fontconfig.h:
1378 Update to 2.2.93
1379
1380 * fc-lang/fc-lang.c:
1381 Make 'scanopen' static so GCC doesn't whine about lacking prototype
1382
1383 * fc-glyphname/Makefile.am:
1384 * fc-lang/Makefile.am:
1385 * fc-list/Makefile.am:
1386 * fc-match/Makefile.am:
1387 * src/Makefile.am:
1388 Add WARN_CFLAGS to pass -W flags for GCC systems
1389
1390 * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
1391 (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
1392 Change various char types around to match across
1393 function calls.
1394 Fixed bug in using available_sizes[i].height which
1395 is in pixels, not 64ths of a pixel.
1396
1397 2004-03-06 Keith Packard <keithp@keithp.com>
1398
1399 * src/fcfreetype.c: (FcFreeTypeQuery):
1400 Force FC_FOUNDRY and FC_WIDTH to always be set so that
1401 matches looking for explicit values prefer exact matches
1402
1403 2004-03-02 Keith Packard <keithp@keithp.com>
1404
1405 Supplied by: mfabian@suse.de (Mike FABIAN)
1406
1407 * src/fcfreetype.c: (FcFreeTypeQuery):
1408 Bug #260 fc-cache generates wrong spacing values for bitmap fonts
1409 Was using (strcmp (a,b)) instead of (!strcmp(a,b)).
1410
1411 2004-02-21 Manish Singh <yosh@gimp.org>
1412
1413 * fc-glyphname/fc-glyphname.c: (main):
1414 Cast strlen to int for printf, so we're 64-bit clean.
1415
1416 2004-02-11 Keith Packard <keithp@keithp.com>
1417
1418 * configure.in:
1419 * src/fcfreetype.c: (FcGetPixelSize):
1420 Ok, so I messed up the test for y_ppem. Let's see if I
1421 got it right this time.
1422
1423 2004-02-10 Keith Packard <keithp@keithp.com>
1424
1425 * configure.in:
1426 * src/fcfreetype.c: (FcGetPixelSize):
1427 Pre-2.1.5 versions of FreeType didn't include y_ppem in the
1428 FT_Bitmap_Size record. Add a configure.in test for this
1429 and change the code accordingly (using height instead).
1430
1431 2004-02-06 Keith Packard <keithp@keithp.com>
1432
1433 * fc-lang/nds.orth:
1434 Add Low Saxon orthography
1435 (Kenneth Rohde Christiansen <kenneth@gnu.org>)
1436
1437 * src/fccfg.c: (FcConfigNewestFile):
1438 Oops. Left 'newest.set' unset, which would miscompute
1439 the newest file
1440
1441 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery),
1442 (FcFreeTypeCheckGlyph):
1443 Add FcGetPixelSize to extract correct pixel size from bdf/pcf
1444 font properties (which report the wrong value in current FreeType)
1445
1446 Don't attempt to check for empty glyphs in non-scalable fonts; they
1447 have no outlines...
1448
1449 2004-02-01 Tor Lillqvist <tml@iki.fi>
1450
1451 * src/fccfg.c (FcConfigCreate): fontconfig, at least as used by
1452 GIMP and/or PangoFT2 on Windows, crashes when trying to save the
1453 cache if config->cache is NULL, which happens if FcConfigHome() is
1454 NULL. Guard against that by using the temp folder in that case.
1455
1456 2004-01-03 Roozbeh Pournader <roozbeh@sharif.edu>
1457
1458 * fc-lang/az_ir.orth:
1459 * fc-lang/ku_ir.orth:
1460 * fc-lang/ps_af.orth:
1461 * fc-lang/ps_pk.orth:
1462 Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
1463 (Afghan and Pakistani).
1464 * fc-lang/ur.orth:
1465 Updated Urdu orthography with real data.
1466
1467 2003-12-11 Carl Worth <cworth@east.isi.edu>
1468
1469 * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
1470 USEDOCBOOK' block.
1471
1472 * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
1473 USEDOCBOOK' block.
1474 (all-local): Remove excessive whitespace.
1475
1476 * autogen.sh: Add 'set -e' to abort when any program fails,
1477 (avoids printing of 'now type make' after configure aborts).
1478
1479 2003-11-17 Eric Christopherson <rakko@charter.net>
1480
1481 reviewed by: Keith Packard <keithp@keithp.com>
1482
1483 * doc/Makefile.am:
1484 * fontconfig/fcfreetype.h:
1485 * src/fcfreetype.c:
1486 Switch to FreeType 2.1.7 style includes. Bug #150.
1487
1488 2003-11-16 Noah Levitt <nlevitt@columbia.edu>
1489
1490 * fc-list/fc-list.sgml: Add some example usages.
1491
1492 2003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
1493
1494 * src/fcxml.c:
1495 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
1496 separators.
1497
1498 2003-10-27 Keith Packard <keith@keithp.com>
1499
1500 * configure.in:
1501 * fontconfig/fontconfig.h:
1502 Update to version 2.2.92
1503
1504 2003-10-27 Keith Packard <keithp@keithp.com>
1505
1506 * Makefile.am:
1507 * configure.in:
1508 * doc/Makefile.am:
1509 * fc-cache/Makefile.am:
1510 * fc-glyphname/Makefile.am:
1511 * fc-lang/Makefile.am:
1512 * fc-list/Makefile.am:
1513 * fc-match/Makefile.am:
1514 * test/Makefile.am:
1515 * test/run-test.sh:
1516 Yet more cleanups to finish getting 'make distcheck' working
1517 This has been tested to ensure that it even works from a _build
1518 directory.
1519
1520 2003-10-26 Keith Packard <keithp@keithp.com>
1521
1522 * configure.in:
1523 * doc/Makefile.am:
1524 * fc-cache/Makefile.am:
1525 * fc-glyphname/Makefile.am:
1526 * fc-lang/Makefile.am:
1527 * fc-lang/fc-lang.c: (scanopen), (scan), (main):
1528 * fc-list/Makefile.am:
1529 * fc-match/Makefile.am:
1530 Attempts to fix 'make distcheck' work. Things are
1531 progressing pretty well, but there are still failures
1532 long into the process dealing with docs (as always).
1533
1534 The big changes here are mostly to make $(srcdir) != "."
1535 work correctly, fixing the docbook related sections and
1536 fc-lang were particularily tricky. Docbook refuses to load
1537 system entities from anywhere other than where the original .sgml
1538 file was located, so no luck looking in "." for the
1539 configure-generated version.sgml and confdir.sgml files.
1540
1541 fc-lang needed help finding .orth files; added a -d option
1542 to set the directory as the least evil of many options.
1543
1544 Now to go use a faster machine and try and wring out the last
1545 issues.
1546
1547 2003-10-26 Keith Packard <keithp@keithp.com>
1548
1549 Tag version 2.2.91
1550
1551 2003-10-26 Keith Packard <keithp@keithp.com>
1552
1553 * doc/Makefile.am:
1554 Include confdir.sgml.in in EXTRA_DIST
1555
1556 2003-10-09 Josselin Mouette <joss@debian.org>
1557
1558 * fc-cache/fc-cache.sgml fc-cache/Makefile.am:
1559 * fc-list/fc-list.sgml fc-list/Makefile.am:
1560 Replace fc-cache and fc-list manpages with more detailed, SGML
1561 versions.
1562
1563 2003-09-23 Owen Taylor <otaylor@redhat.com>
1564
1565 * fontconfig/fontconfig.h src/fcdefault.c (FcDefaultSubstitute)
1566 src/fcname.c: Add a FC_HINT_STYLE key for patterns, with
1567 possible values HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL.
1568 (Bug #117)
1569
1570 2003-09-23 Owen Taylor <otaylor@redhat.com>
1571
1572 * fc-lang/ka.orth: Remove Georgian capitals, they
1573 aren't used for normal writing. (Bug #116)
1574
1575 2003-09-06 Noah Levitt <nlevitt@columbia.edu>
1576
1577 * doc/fontconfig-devel.sgml:
1578 * doc/fontconfig-user.sgml:
1579 * fontconfig/fontconfig.h:
1580 * src/fcname.c:
1581 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): Add new spacing
1582 value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
1583
1584 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): When checking for
1585 monospace and dual-width fonts, allow roughly a 3% variance in the
1586 advances.
1587
1588 2003-08-31 Manish Singh <yosh@gimp.org>
1589
1590 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
1591 use default config.
1592
1593 2003-08-15 Carl Worth <cworth@isi.edu>
1594
1595 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
1596 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
1597
1598 * src/fcpat.c (FcValueListEntDestroy): New function to support
1599 FcFini memory cleanup. Some statistics are not kept in
1600 synch. here.
1601 (FcValueListFreeze): Move hashTable outside this function so it
1602 can be accessed by FcValueListThawAll.
1603 (FcValueListThawAll): New function complements FcValueListFreeze.
1604 (FcPatternBaseFreeze): Move hashTable outside this function so it
1605 can be accessed by FcPatternBaseThawAll.
1606 (FcPatternBaseThawAll): New function complements
1607 FcPatternBaseFreeze.
1608 (FcPatternThawAll): New function complements FcPatternFreeze.
1609
1610 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
1611
1612 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
1613 allocated FcCharLeafEnt "blocks" so they can be freed later.
1614 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
1615 can be accessed by FcCharSetThawAllLeaf.
1616 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
1617 (FcCharSetFreezeBase): Move hashTable outside this function so it
1618 can be accessed by FcCharSetThawAll.
1619 (FcCharSetThawAll): New function complements FcCharSetFreeze.
1620
1621 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
1622 (FcConfigDestroy): Fic leak of FcBlanks.
1623
1624 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
1625 (main): Add call to FcFini when finished.
1626
1627 * fc-glyphname/fc-glyphname.c: Mark several local functions as
1628 static. Add prototypes.
1629
1630 * doc/fcinit.fncs: Add documentation for FcFini function.
1631
1632 * doc/edit-sgml.c: Mark several local functions as static. Add
1633 prototypes.
1634
1635 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
1636
1637 2003-06-15 Tor Lillqvist <tml@iki.fi>
1638
1639 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
1640 before comparing (needed on Windows).
1641
1642 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
1643
1644 2003-06-13 Tor Lillqvist <tml@iki.fi>
1645
1646 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
1647 man pages.
1648
1649 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
1650 WINDOWSFONTDIR token.
1651
1652 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
1653 end, not to confuse libtool, which expects the EXPORTS line to be
1654 the first. Add FcConfigEnableHome.
1655
1656 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
1657 built as a DLL on Win32.
1658
1659 2003-06-09 Keith Packard <keithp@keithp.com>
1660
1661 * Tag version 2.2.90
1662
1663 2003-06-09 Keith Packard <keithp@keithp.com>
1664
1665 * Optimization in FcLangSetIndex was broken, occasionally
1666 returning a pointer to the wrong location on miss
1667
1668 * Add fc-match to test font matching from the command line.
1669
1670 2003-05-31 Keith Packard <keithp@keithp.com>
1671
1672 * (Bug 85) add support for culmus fonts
1673 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
1674 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
1675
1676 2003-05-28 James Su <suzhe@turbolinux.com.cn>
1677
1678 * Fix "contains" op for strings and langsets.
1679
1680 2003-05-17 Keith Packard <keithp@keithp.com>
1681
1682 * Fix build error with BDF prop local. Free langset after query
1683
1684 2003-05-14 Keith Packard <keithp@keithp.com>
1685
1686 * Extract spacing from XLFD atom
1687
1688 2003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
1689
1690 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
1691 disappeared in 1.30.
1692
1693 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
1694
1695 2003-05-12 Keith Packard <keithp@keithp.com>
1696
1697 * Use FcIsWidth to share code
1698
1699 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
1700 misclassifying some Han fonts as monospaced.
1701
1702 2003-05-07 Keith Packard <keithp@keithp.com>
1703
1704 * Add filename-based accept/reject to ammend available fonts.
1705
1706 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
1707 older FreeType releases.
1708
1709 2003-05-06 Keith Packard <keithp@keithp.com>
1710
1711 * Remove 0b82 and Tamil numbers from tamil
1712 orthography (Jungshik Shin <jshin@mailaps.org>)
1713
1714 2003-05-04 Keith Packard <keithp@keithp.com>
1715
1716 + Map glyph names in fonts with adobe custom encoding to unicode
1717
1718 2003-05-02 Keith Packard <keithp@keithp.com>
1719
1720 * Add FC_WEIGHT_BOOK as weight 75
1721
1722 2003-04-30 Keith Packard <keithp@keithp.com>
1723
1724 * Typo in bitstream foundry name
1725
1726 2003-04-24 Keith Packard <keithp@keithp.com>
1727
1728 * Eliminate italic_angle check for PS fonts
1729
1730 2003-04-23 Noah Levitt <nlevitt@columbia.edu>
1731
1732 * Getting closer to fixing /etc/fonts hard-coding.
1733
1734 2003-04-22 Keith Packard <keithp@keithp.com>
1735
1736 * Update autogen.sh to work with newer automake versions
1737 * Handle pattern elements moving during multiple edits
1738
1739 2003-04-23 James Henstridge <james@daa.com.au>
1740
1741 * doc/fontconfig-devel.sgml: close the <para> element.
1742
1743 * doc/fcpattern.fncs: close the <para> element.
1744
1745 * doc/func.sgml: close the <refsynopsisdiv> element.
1746
1747 2003-04-22 Keith Packard <keithp@keithp.com
1748
1749 * Update autogen.sh to work with newer automake versions
1750 * Handle pattern elements moving during multiple edits
1751
1752 2003-04-17 Colin Walters <walters@debian.org>
1753
1754 + Remove some unused variables, and initialize some other ones so
1755 gcc doesn't warn us.
1756
1757 2003-04-16 Keith Packard <keithp@keithp.com>
1758
1759 + tag version 2.1.94
1760
1761 2003-04-16 Keith Packard <keithp@keithp.com>
1762
1763 + add BDF property fetching support for foundry
1764 (from Juliusz Chroboczek)
1765 + add BDF property fetching support for width
1766
1767 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
1768
1769 + Implemented foundry generation for Type 1 and TrueType
1770
1771 2003-04-11 Gerard Escalante <g2@magestudios.net>
1772
1773 + Retrieve information from Type1 FontInfo dictionaries
1774
1775 2003-04-07 Colin Walters <walters@verbum.org>
1776
1777 + src/Makefile.am: Fix dummy makefile target names when
1778 MS_LIB_AVAILABLE isn't set.
1779
1780 2003-03-22 Tor Lillqvist <tml@iki.fi>
1781
1782 Changes for Windows:
1783
1784 + On Windows with gcc (a.k.a. mingw) build as a DLL.
1785
1786 + We don't want to hardcode the fonts.conf file location in the
1787 DLL, so we look up the DLL location at run-time in a DllMain()
1788 function. The fonts.conf location is deduced from that.
1789
1790 + The colon can't be used as path separator on Windows,
1791 semicolon is used instead. File path components can be separated
1792 with either slash or backslash. Absolute paths can also begin
1793 with a drive letter.
1794
1795 + Add internal function FcStrLastSlash that strrchr's the last
1796 slash, or backslash on Windows.
1797
1798 + There is no link() on Windows. For atomicity checks, mkdir a
1799 lock directory instead.
1800
1801 + In addition to HOME, also look for USERPROFILE.
1802
1803 + Recognize the special font directory token WINDOWSFONTDIR, to
1804 use the system's font directory.
1805
1806 + Remove the fontconfig-def.cpp that was obsolete. Add
1807 fontconfig.def(.in), without internal functions.
1808
1809 + Add a fontconfig-zip(.in) script, used to build a binary
1810 distribution.
1811
1812 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
1813 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
1814 to main package and man3/* to devel package
1815
1816 + Added missing defattr(-, root, root) to main RPM package
1817
1818 + Added HTML and text development documentation to -devel subpackage
1819
1820 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
1821 + Added back the configure macro options --disable-docs, otherwise
1822 fontconfig installs docs into /usr/share/doc/fontconfig (with no
1823 version number) unconditionally, causing RPM to fail the build due
1824 to _unpackaged_files_terminate_build. We pick up the pregenerated
1825 docs with %doc already.
1826
1827 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
1828 + Removed commented out rpm macro define at top of spec file,
1829 replacing it with a simple explanation, since rpm macros are
1830 expanded by rpm even in comments.
1831
1832 + Changed /usr/bin to _bindir in BuildRequires lines
1833
1834 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
1835
1836 + Reorganized file manifest lists
1837
1838 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
1839
1840 + fontconfig.spec.in: Improvements from Red Hat spec file.
1841
1842 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
1843
1844 + docs/*.sgml: SGML fixes.
1845
1846 Sat Mar 1 17:28:53 PST 2003 keithp
1847 + Ok, so the ChangeLog is a bit out of date
1848
1849 + Lots of bugs fixed; most are in bugzilla, the
1850 biggest problems were in cache management where
1851 Owen discovered the library would lose badly when
1852 combining fonts-cache and ~/.fonts-cache data
1853
1854 + Converted from autoconf to automake. This after
1855 getting patches accepted into libtool to allow
1856 the '-version-number' argument which lets
1857 packages set version numbers explicitly rather
1858 than the roundabout libtool way
1859
1860 + Converted documentation to SGML using the docbook
1861 DTD. Now .txt and .html documents are installed
1862 in /usr/share/doc/fontconfig and there's no
1863 man page. Perhaps a man version can be written
1864 at some point.
1865
1866 Sat Aug 31 15:21:22 PDT 2002 keithp
1867 + Xrender and Xft had several bugs related to
1868 rendering manually placed or poly-face text
1869
1870 + Added more complete memory tracing in fontconfig
1871 Checked with (patched) mozilla and found no leaks
1872
1873 + Updated Latin orthographies by comparing those from
1874 evertype.com with those from eki.ee. Tried to make
1875 sensible choices, including chars that occured in both
1876 and leaving some optional chars out that occured only
1877 in one.
1878
1879 Mon Aug 26 16:33:04 PDT 2002 keithp
1880 + Owen discovered that FcLangSetHasLang wasn't actually
1881 checking the language set.
1882
1883 Mon Aug 26 13:37:23 PDT 2002 keithp
1884 + Append a version number to cache filenames
1885
1886 Thu Aug 22 11:36:18 PDT 2002 keithp
1887
1888 + Add "contains" and "not_contains" operators and elements to
1889 font configuration
1890
1891 + Changed semantics of eq operator for LangSets to check for
1892 FcLangEqual so that any match will do
1893
1894 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
1895 of FcValueEqual to check for identical values when inserting into
1896 the results. This broke when the above semantic change was made,
1897 now it uses FcValueEqual which is "more correct" in any case.
1898
1899 Thu Aug 22 00:32:29 PDT 2002 keithp
1900
1901 + Reimplement FC_LANG as new datatype. Lists of strings
1902 was consuming over a megabyte of memory for 401 fonts.
1903
1904 + Freeze patterns loaded from cache files. This shares
1905 common value lists and common patterns which saves
1906 considerable memory.
1907
1908 + Change the denotation of 'constant' charsets to use special
1909 ref value instead of separate boolean.
1910
1911 + Clean up leak tracing stuff, found several unannoted alloc/free
1912 calls
1913
1914 Tue Aug 20 16:17:37 PDT 2002 keithp
1915
1916 + Fix memory leak when parsing matrices from XML
1917
1918 Mon Aug 19 11:57:27 PDT 2002 keithp
1919
1920 + Fix autoconf files to pass FONTCONFIG_PATH on
1921 compile line so that ${prefix} gets substituted
1922 correctly.
1923
1924 + Use getc_unlocked/putc_unlocked on systems that
1925 provide them to avoid damage done to stdio by posix
1926
1927 + Eliminate FC_PATTERN and FcTypePattern in favor of
1928 an extended api for FcConfigSubstitute which takes
1929 both the font and the pattern.
1930
1931 + Add 'sans serif' alias for 'sans-serif' as some apps
1932 can't handle hyphens in family names
1933
1934 + Eliminate pretense of support for libxml2
1935
1936 + Comment origins of Han orthographies
1937
1938 Tue Jul 30 18:37:09 PDT 2002 keithp
1939
1940 + Add binding property to edit element so that strong
1941 binding values may be inserted by the config file.
1942 The default remains weak.
1943
1944 Sun 28 Jul 04:16:55 PDT 2002 keithp
1945
1946 + Tagged release candidate 1 in the CVS tree and
1947 placed fcpackage.rc1.tar.gz for distribution
1948
1949 Thu Aug 1 08:55:08 PDT 2002 keithp
1950
1951 + Fixed autoconf builds to always specify install
1952 target files (for BSD). Also fixed to
1953 define FONTCONFIG_PATH in config.h so that
1954 nonstandard installs will actually work.