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