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