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