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