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