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