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