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