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