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