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