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