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