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