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