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