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