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