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