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