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