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