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