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