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