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