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