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