]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts (or
[fontconfig.git] / ChangeLog
CommitLineData
2d9c79c0
KP
12004-12-04 Keith Packard <keithp@keithp.com>
2
3 * configure.in:
4 Change default set of fonts to include all of
5 /usr/X11R6/lib/X11/fonts (or wherever the X fonts are located).
6 * doc/fontconfig-user.sgml:
7 Document new <include>directory-name</include> semantics
8 * fonts.conf.in:
9 add <include ignore_missing="yes">conf.d</include>
10 * local.conf:
11 Add selectfont to ignore bitmap fonts, add comment for
12 selectfont which accepts bitmap fonts.
13 * src/fcdir.c:
14 * src/fcint.h:
15 * src/fcxml.c: (FcConfigParseAndLoadDir), (FcConfigParseAndLoad):
16 Allow <include> configuration elements to reference directories.
17 Parse and load all files of the form [0-9]* in sorted order.
18
38e528e7
KP
192004-12-04 Keith Packard <keithp@keithp.com>
20
21 * autogen.sh:
22 Report command line for $srcdir/configure accurately.
23 Bug #212.
24
e4125ef9
KP
252004-12-04 Keith Packard <keithp@keithp.com>
26
27 * src/fcfreetype.c: (FcFreeTypeQuery):
28 Check for non-empty face->family_name and face->style_name
29 before using those for the font. Empty names match everything.
38e528e7 30 Bug #210.
e4125ef9 31
537e3d23
KP
322004-12-04 Keith Packard <keithp@keithp.com>
33
34 * configure.in:
35 * fontconfig/fontconfig.h:
36 * src/fcfreetype.c: (FcFreeTypeQuery):
37 * src/fcname.c:
38 Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
39 available. This provides font file format information (BDF, Type 1,
40 PCF, TrueType) for each font. Closes #109.
41
dbf68dd5
KP
422004-12-04 Daniel Glassey <danglassey@ntlworld.com>
43
44 reviewed by: Keith Packard <keithp@keithp.com>
45
46 * doc/fontconfig-user.sgml:
47 Fix typo.
48
49 * fontconfig/fontconfig.h:
50 * src/fcfreetype.c: (FcFreeTypeQuery), (addtag), (compareulong),
51 (GetScriptTags), (FcFontCapabilities):
52 * src/fcname.c:
53 Add detection for font capabilities (bug #105)
54
4f27c1c0
KP
552004-12-04 Keith Packard <keithp@keithp.com>
56
57 * Makefile.am:
58 Move existing fonts.conf to fonts.conf.bak
59
60 * configure.in:
61 Add detection of iconv
62
63 * doc/fcpattern.fncs:
64 * doc/fontconfig-devel.sgml:
65 * doc/fontconfig-user.sgml:
66 * fonts.dtd:
67 Document new selectfont elements
68
69 * fc-lang/nb.orth:
70 Switch to UTF-8 in comment
71
72 * fontconfig/fontconfig.h:
73 * src/fcname.c:
74 Add fullname, and family/style/fullname language entries
75
76 * src/fccache.c: (FcCacheFontSetAdd):
77 * src/fcdir.c: (FcFileScanConfig):
78 Respect selectfont/*/glob
79
80 * src/fcint.h:
81 * src/fccfg.c: (FcConfigCreate), (FcConfigDestroy),
82 (FcConfigCompareValue), (FcConfigPatternsAdd),
83 (FcConfigPatternsMatch), (FcConfigAcceptFont):
84 * src/fcxml.c: (FcElementMap), (FcVStackDestroy),
85 (FcVStackPushPattern), (FcPopExpr), (FcParseAcceptRejectFont),
86 (FcPopValue), (FcParsePatelt), (FcParsePattern), (FcEndElement):
87 Add support for selectfont
88
89 * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
90 (FcStringInPatternElement), (FcFreeTypeQuery):
91 Add multi-lingual family/style/fullname support
92
93 * src/fclist.c: (FcListPatternMatchAny):
94 Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
95
96 * src/fcpat.c: (FcPatternRemove), (FcPatternAppend),
97 (FcObjectStaticName):
98 Add new FcPatternRemove/FcPatternAppend.
99 FcObjectStaticName stores computed pattern element names which
100 are required to be static.
101
c641c77d
KP
1022004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp>
103
104 reviewed by: keithp
105
106 * Makefile.am:
107 Remove spurious / after $(DESTDIR)
108
b5f36ca0
KP
1092004-06-30 Keith Packard <keithp@keithp.com>
110
111 * README:
112 * configure.in:
113 * fontconfig/fontconfig.h:
114 Update for 2.2.96
115
28f93bc4
KP
1162004-06-30 Keith Packard <keithp@keithp.com>
117
118 Provided by: Lubos Lunak <l.lunak@suse.cz>
119
120 * src/fccfg.c: (FcConfigUptoDate):
121 However FcConfigUptoDate() doesn't seem to work. See the attached
122 patch. First there's an obvious misplaced parenthesis making it
123 return always false, and second, even this call fails to detect font
124 changes (e.g. adding a new font to
125 /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
126 well. The problem seems to be triggered by my fonts.conf specifying
127 only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
128 doesn't include subdirs, unlike config->fontDirs.
129
3d1ea0e5
KP
1302004-06-03 Keith Packard <keithp@keithp.com>
131
132 * fontconfig/fontconfig.h:
133 Remove comma at end of FcResult enum definition.
134
087d899c
KP
1352004-05-29 Keith Packard <keithp@keithp.com>
136
137 * INSTALL:
138 Add steps to md5sum release
139
d81271eb
KP
1402004-05-29 Keith Packard <keithp@keithp.com>
141
142 * README:
143 * configure.in:
144 * fontconfig/fontconfig.h:
145 Update for 2.2.95
146
ec0c740e
KP
1472004-05-29 Keith Packard <keithp@keithp.com>
148
149 * fontconfig/fontconfig.h:
150 * src/fcmatch.c: (FcFontSetMatch):
151 Add FcResultOutOfMemory to provide an accurate error when
152 FcFontSetMatch fails in this way
153
154 * src/fcfreetype.c:
155 Make #warning about lacking various FreeType features indicate
156 which version those features appeared so users know how to
157 fix the problem (Thanks to Anton Tropashko)
158
55a69bd0
KP
1592004-05-05 Keith Packard <keithp@keithp.com>
160
161 * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
162 Replace MIN/MAX/ABS macros which happen to have come
163 from FreeType with fontconfig-specific ones (FC_*)
164
bd0ddac8
KP
1652004-04-23 Keith Packard <keithp@keithp.com>
166
167 * INSTALL:
168 Extend release preparation instructions to include
169 notification and distribution steps
170
626a7016
KP
1712004-04-23 Keith Packard <keithp@keithp.com>
172
173 * README:
174 * configure.in:
175 * fontconfig/fontconfig.h:
176 Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
177
7969113f
KP
1782004-04-23 Keith Packard <keithp@keithp.com>
179
180 * .cvsignore:
181 Ignore a few more autotool files
182
6ae6acf3
KP
1832004-04-14 Keith Packard <keithp@keithp.com>
184
185 * INSTALL:
186 Add instructions for doing a release
187
188 * fontconfig.spec.in:
189 clean up .spec file; perhaps this will be useful to somebody...
190
191 * README:
192 * configure.in:
193 * fontconfig/fontconfig.h:
194 Update to 2.2.93
195
196 * fc-lang/fc-lang.c:
197 Make 'scanopen' static so GCC doesn't whine about lacking prototype
198
199 * fc-glyphname/Makefile.am:
200 * fc-lang/Makefile.am:
201 * fc-list/Makefile.am:
202 * fc-match/Makefile.am:
203 * src/Makefile.am:
204 Add WARN_CFLAGS to pass -W flags for GCC systems
205
206 * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
207 (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
208 Change various char types around to match across
209 function calls.
210 Fixed bug in using available_sizes[i].height which
211 is in pixels, not 64ths of a pixel.
212
89e28590
KP
2132004-03-06 Keith Packard <keithp@keithp.com>
214
215 * src/fcfreetype.c: (FcFreeTypeQuery):
216 Force FC_FOUNDRY and FC_WIDTH to always be set so that
217 matches looking for explicit values prefer exact matches
218
02638f1a
KP
2192004-03-02 Keith Packard <keithp@keithp.com>
220
221 Supplied by: mfabian@suse.de (Mike FABIAN)
222
223 * src/fcfreetype.c: (FcFreeTypeQuery):
224 Bug #260 fc-cache generates wrong spacing values for bitmap fonts
225 Was using (strcmp (a,b)) instead of (!strcmp(a,b)).
226
de66e750
MS
2272004-02-21 Manish Singh <yosh@gimp.org>
228
229 * fc-glyphname/fc-glyphname.c: (main):
230 Cast strlen to int for printf, so we're 64-bit clean.
231
208a720f
KP
2322004-02-11 Keith Packard <keithp@keithp.com>
233
234 * configure.in:
235 * src/fcfreetype.c: (FcGetPixelSize):
236 Ok, so I messed up the test for y_ppem. Let's see if I
237 got it right this time.
238
4f38fa81
KP
2392004-02-10 Keith Packard <keithp@keithp.com>
240
241 * configure.in:
242 * src/fcfreetype.c: (FcGetPixelSize):
243 Pre-2.1.5 versions of FreeType didn't include y_ppem in the
244 FT_Bitmap_Size record. Add a configure.in test for this
245 and change the code accordingly (using height instead).
246
b68b9646
KP
2472004-02-06 Keith Packard <keithp@keithp.com>
248
249 * fc-lang/nds.orth:
250 Add Low Saxon orthography
251 (Kenneth Rohde Christiansen <kenneth@gnu.org>)
252
253 * src/fccfg.c: (FcConfigNewestFile):
254 Oops. Left 'newest.set' unset, which would miscompute
255 the newest file
256
257 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery),
258 (FcFreeTypeCheckGlyph):
259 Add FcGetPixelSize to extract correct pixel size from bdf/pcf
260 font properties (which report the wrong value in current FreeType)
261
262 Don't attempt to check for empty glyphs in non-scalable fonts; they
263 have no outlines...
264
f4c52909
TL
2652004-02-01 Tor Lillqvist <tml@iki.fi>
266
267 * src/fccfg.c (FcConfigCreate): fontconfig, at least as used by
268 GIMP and/or PangoFT2 on Windows, crashes when trying to save the
269 cache if config->cache is NULL, which happens if FcConfigHome() is
270 NULL. Guard against that by using the temp folder in that case.
271
d3481737
RP
2722004-01-03 Roozbeh Pournader <roozbeh@sharif.edu>
273
274 * fc-lang/az_ir.orth:
275 * fc-lang/ku_ir.orth:
276 * fc-lang/ps_af.orth:
277 * fc-lang/ps_pk.orth:
278 Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
279 (Afghan and Pakistani).
280 * fc-lang/ur.orth:
281 Updated Urdu orthography with real data.
282
d098e4eb
CW
2832003-12-11 Carl Worth <cworth@east.isi.edu>
284
285 * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
286 USEDOCBOOK' block.
287
288 * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
289 USEDOCBOOK' block.
290 (all-local): Remove excessive whitespace.
291
292 * autogen.sh: Add 'set -e' to abort when any program fails,
293 (avoids printing of 'now type make' after configure aborts).
294
408dd9c0
KP
2952003-11-17 Eric Christopherson <rakko@charter.net>
296
297 reviewed by: Keith Packard <keithp@keithp.com>
298
299 * doc/Makefile.am:
300 * fontconfig/fcfreetype.h:
301 * src/fcfreetype.c:
302 Switch to FreeType 2.1.7 style includes. Bug #150.
303
8e8fcda4
NL
3042003-11-16 Noah Levitt <nlevitt@columbia.edu>
305
306 * fc-list/fc-list.sgml: Add some example usages.
307
344a0e33
RP
3082003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
309
310 * src/fcxml.c:
311 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
312 separators.
313
3142003-10-27 Keith Packard <keith@keithp.com>
27143fc9
KP
315
316 * configure.in:
317 * fontconfig/fontconfig.h:
318 Update to version 2.2.92
319
4cbc3ee8
KP
3202003-10-27 Keith Packard <keithp@keithp.com>
321
322 * Makefile.am:
323 * configure.in:
324 * doc/Makefile.am:
325 * fc-cache/Makefile.am:
326 * fc-glyphname/Makefile.am:
327 * fc-lang/Makefile.am:
328 * fc-list/Makefile.am:
329 * fc-match/Makefile.am:
330 * test/Makefile.am:
331 * test/run-test.sh:
332 Yet more cleanups to finish getting 'make distcheck' working
333 This has been tested to ensure that it even works from a _build
334 directory.
335
394b2bf0
KP
3362003-10-26 Keith Packard <keithp@keithp.com>
337
338 * configure.in:
339 * doc/Makefile.am:
340 * fc-cache/Makefile.am:
341 * fc-glyphname/Makefile.am:
342 * fc-lang/Makefile.am:
343 * fc-lang/fc-lang.c: (scanopen), (scan), (main):
344 * fc-list/Makefile.am:
345 * fc-match/Makefile.am:
346 Attempts to fix 'make distcheck' work. Things are
347 progressing pretty well, but there are still failures
348 long into the process dealing with docs (as always).
349
350 The big changes here are mostly to make $(srcdir) != "."
351 work correctly, fixing the docbook related sections and
352 fc-lang were particularily tricky. Docbook refuses to load
353 system entities from anywhere other than where the original .sgml
354 file was located, so no luck looking in "." for the
355 configure-generated version.sgml and confdir.sgml files.
356
357 fc-lang needed help finding .orth files; added a -d option
358 to set the directory as the least evil of many options.
359
360 Now to go use a faster machine and try and wring out the last
361 issues.
362
3541556b
KP
3632003-10-26 Keith Packard <keithp@keithp.com>
364
365 Tag version 2.2.91
366
e99043ac
KP
3672003-10-26 Keith Packard <keithp@keithp.com>
368
369 * doc/Makefile.am:
370 Include confdir.sgml.in in EXTRA_DIST
371
75839218
JM
3722003-10-09 Josselin Mouette <joss@debian.org>
373
374 * fc-cache/fc-cache.sgml fc-cache/Makefile.am:
375 * fc-list/fc-list.sgml fc-list/Makefile.am:
376 Replace fc-cache and fc-list manpages with more detailed, SGML
377 versions.
378
f077d662
OT
3792003-09-23 Owen Taylor <otaylor@redhat.com>
380
381 * fontconfig/fontconfig.h src/fcdefault.c (FcDefaultSubstitute)
382 src/fcname.c: Add a FC_HINT_STYLE key for patterns, with
383 possible values HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL.
384 (Bug #117)
385
44f59f71
OT
3862003-09-23 Owen Taylor <otaylor@redhat.com>
387
388 * fc-lang/ka.orth: Remove Georgian capitals, they
389 aren't used for normal writing. (Bug #116)
390
a05d257f
NL
3912003-09-06 Noah Levitt <nlevitt@columbia.edu>
392
393 * doc/fontconfig-devel.sgml:
394 * doc/fontconfig-user.sgml:
395 * fontconfig/fontconfig.h:
396 * src/fcname.c:
397 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): Add new spacing
398 value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
399
400 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): When checking for
401 monospace and dual-width fonts, allow roughly a 3% variance in the
402 advances.
403
3ef32bcd
MS
4042003-08-31 Manish Singh <yosh@gimp.org>
405
406 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
407 use default config.
408
34cd0514
CW
4092003-08-15 Carl Worth <cworth@isi.edu>
410
411 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
412 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
413
414 * src/fcpat.c (FcValueListEntDestroy): New function to support
415 FcFini memory cleanup. Some statistics are not kept in
416 synch. here.
417 (FcValueListFreeze): Move hashTable outside this function so it
418 can be accessed by FcValueListThawAll.
419 (FcValueListThawAll): New function complements FcValueListFreeze.
420 (FcPatternBaseFreeze): Move hashTable outside this function so it
421 can be accessed by FcPatternBaseThawAll.
422 (FcPatternBaseThawAll): New function complements
423 FcPatternBaseFreeze.
424 (FcPatternThawAll): New function complements FcPatternFreeze.
425
426 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
427
428 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
429 allocated FcCharLeafEnt "blocks" so they can be freed later.
430 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
431 can be accessed by FcCharSetThawAllLeaf.
432 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
433 (FcCharSetFreezeBase): Move hashTable outside this function so it
434 can be accessed by FcCharSetThawAll.
435 (FcCharSetThawAll): New function complements FcCharSetFreeze.
436
437 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
438 (FcConfigDestroy): Fic leak of FcBlanks.
439
440 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
441 (main): Add call to FcFini when finished.
442
443 * fc-glyphname/fc-glyphname.c: Mark several local functions as
444 static. Add prototypes.
445
446 * doc/fcinit.fncs: Add documentation for FcFini function.
447
448 * doc/edit-sgml.c: Mark several local functions as static. Add
449 prototypes.
450
451 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
452
c3941ba9
TL
4532003-06-15 Tor Lillqvist <tml@iki.fi>
454
231051f4
TL
455 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
456 before comparing (needed on Windows).
457
c3941ba9
TL
458 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
459
ee1d8125
TL
4602003-06-13 Tor Lillqvist <tml@iki.fi>
461
462 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
463 man pages.
464
465 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
466 WINDOWSFONTDIR token.
467
468 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
469 end, not to confuse libtool, which expects the EXPORTS line to be
470 the first. Add FcConfigEnableHome.
471
e5206dbc
TL
472 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
473 built as a DLL on Win32.
474
4ae7f71c
KP
4752003-06-09 Keith Packard <keithp@keithp.com>
476
477 * Tag version 2.2.90
478
8edb970e
KP
4792003-06-09 Keith Packard <keithp@keithp.com>
480
481 * Optimization in FcLangSetIndex was broken, occasionally
482 returning a pointer to the wrong location on miss
483
484 * Add fc-match to test font matching from the command line.
485
4862003-05-31 Keith Packard <keithp@keithp.com>
487
488 * (Bug 85) add support for culmus fonts
489 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
490 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
491
4922003-05-28 James Su <suzhe@turbolinux.com.cn>
493
494 * Fix "contains" op for strings and langsets.
495
4962003-05-17 Keith Packard <keithp@keithp.com>
497
498 * Fix build error with BDF prop local. Free langset after query
499
5002003-05-14 Keith Packard <keithp@keithp.com>
501
502 * Extract spacing from XLFD atom
503
5042003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
505
506 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
507 disappeared in 1.30.
508
509 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
510
5112003-05-12 Keith Packard <keithp@keithp.com>
512
513 * Use FcIsWidth to share code
514
515 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
516 misclassifying some Han fonts as monospaced.
517
5182003-05-07 Keith Packard <keithp@keithp.com>
519
520 * Add filename-based accept/reject to ammend available fonts.
521
522 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
523 older FreeType releases.
524
5252003-05-06 Keith Packard <keithp@keithp.com>
526
527 * Remove 0b82 and Tamil numbers from tamil
528 orthography (Jungshik Shin <jshin@mailaps.org>)
529
5302003-05-04 Keith Packard <keithp@keithp.com>
86b12431
KP
531
532 + Map glyph names in fonts with adobe custom encoding to unicode
533
8edb970e
KP
5342003-05-02 Keith Packard <keithp@keithp.com>
535
536 * Add FC_WEIGHT_BOOK as weight 75
537
5382003-04-30 Keith Packard <keithp@keithp.com>
539
540 * Typo in bitstream foundry name
541
5422003-04-24 Keith Packard <keithp@keithp.com>
543
544 * Eliminate italic_angle check for PS fonts
545
5462003-04-23 Noah Levitt <nlevitt@columbia.edu>
547
548 * Getting closer to fixing /etc/fonts hard-coding.
549
5502003-04-22 Keith Packard <keithp@keithp.com>
551
552 * Update autogen.sh to work with newer automake versions
553 * Handle pattern elements moving during multiple edits
554
8c87b429
KP
5552003-04-23 James Henstridge <james@daa.com.au>
556
557 * doc/fontconfig-devel.sgml: close the <para> element.
558
559 * doc/fcpattern.fncs: close the <para> element.
560
561 * doc/func.sgml: close the <refsynopsisdiv> element.
562
8edb970e
KP
5632003-04-22 Keith Packard <keithp@keithp.com
564
565 * Update autogen.sh to work with newer automake versions
566 * Handle pattern elements moving during multiple edits
567
12d49d3c
CW
5682003-04-17 Colin Walters <walters@debian.org>
569
570 + Remove some unused variables, and initialize some other ones so
571 gcc doesn't warn us.
572
ab06f005
KP
5732003-04-16 Keith Packard <keithp@keithp.com>
574
575 + tag version 2.1.94
576
5772003-04-16 Keith Packard <keithp@keithp.com>
578
579 + add BDF property fetching support for foundry
580 (from Juliusz Chroboczek)
581 + add BDF property fetching support for width
582
5832003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
584
585 + Implemented foundry generation for Type 1 and TrueType
586
5872003-04-11 Gerard Escalante <g2@magestudios.net>
588
589 + Retrieve information from Type1 FontInfo dictionaries
590
8c8caabd
CW
5912003-04-07 Colin Walters <walters@verbum.org>
592
593 + src/Makefile.am: Fix dummy makefile target names when
594 MS_LIB_AVAILABLE isn't set.
595
daeed6e0
TL
5962003-03-22 Tor Lillqvist <tml@iki.fi>
597
598 Changes for Windows:
599
600 + On Windows with gcc (a.k.a. mingw) build as a DLL.
601
602 + We don't want to hardcode the fonts.conf file location in the
603 DLL, so we look up the DLL location at run-time in a DllMain()
604 function. The fonts.conf location is deduced from that.
605
606 + The colon can't be used as path separator on Windows,
607 semicolon is used instead. File path components can be separated
608 with either slash or backslash. Absolute paths can also begin
609 with a drive letter.
610
611 + Add internal function FcStrLastSlash that strrchr's the last
612 slash, or backslash on Windows.
613
614 + There is no link() on Windows. For atomicity checks, mkdir a
615 lock directory instead.
616
617 + In addition to HOME, also look for USERPROFILE.
618
619 + Recognize the special font directory token WINDOWSFONTDIR, to
620 use the system's font directory.
621
622 + Remove the fontconfig-def.cpp that was obsolete. Add
623 fontconfig.def(.in), without internal functions.
624
625 + Add a fontconfig-zip(.in) script, used to build a binary
626 distribution.
627
dbe9a11e
MH
628Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
629 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
630 to main package and man3/* to devel package
631
632 + Added missing defattr(-, root, root) to main RPM package
633
634 + Added HTML and text development documentation to -devel subpackage
635
c92abf78
MH
636Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
637 + Added back the configure macro options --disable-docs, otherwise
638 fontconfig installs docs into /usr/share/doc/fontconfig (with no
639 version number) unconditionally, causing RPM to fail the build due
640 to _unpackaged_files_terminate_build. We pick up the pregenerated
641 docs with %doc already.
642
b06766e4
MH
643Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
644 + Removed commented out rpm macro define at top of spec file,
645 replacing it with a simple explanation, since rpm macros are
646 expanded by rpm even in comments.
647
648 + Changed /usr/bin to _bindir in BuildRequires lines
649
650 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
651
652 + Reorganized file manifest lists
653
654Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
22dc6fc6
OT
655
656 + fontconfig.spec.in: Improvements from Red Hat spec file.
657
658 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
659
660 + docs/*.sgml: SGML fixes.
661
8fc10a72
KP
662Sat Mar 1 17:28:53 PST 2003 keithp
663 + Ok, so the ChangeLog is a bit out of date
664
665 + Lots of bugs fixed; most are in bugzilla, the
666 biggest problems were in cache management where
667 Owen discovered the library would lose badly when
668 combining fonts-cache and ~/.fonts-cache data
669
670 + Converted from autoconf to automake. This after
671 getting patches accepted into libtool to allow
672 the '-version-number' argument which lets
673 packages set version numbers explicitly rather
674 than the roundabout libtool way
675
676 + Converted documentation to SGML using the docbook
677 DTD. Now .txt and .html documents are installed
678 in /usr/share/doc/fontconfig and there's no
679 man page. Perhaps a man version can be written
680 at some point.
681
c2022f99
KP
682Sat Aug 31 15:21:22 PDT 2002 keithp
683 + Xrender and Xft had several bugs related to
684 rendering manually placed or poly-face text
685
686 + Added more complete memory tracing in fontconfig
687 Checked with (patched) mozilla and found no leaks
688
689 + Updated Latin orthographies by comparing those from
690 evertype.com with those from eki.ee. Tried to make
691 sensible choices, including chars that occured in both
692 and leaving some optional chars out that occured only
693 in one.
694
2458a6d8 695Mon Aug 26 16:33:04 PDT 2002 keithp
c2022f99 696 + Owen discovered that FcLangSetHasLang wasn't actually
2458a6d8
KP
697 checking the language set.
698
5d6788ac
KP
699Mon Aug 26 13:37:23 PDT 2002 keithp
700 + Append a version number to cache filenames
701
47d4f950
KP
702Thu Aug 22 11:36:18 PDT 2002 keithp
703
704 + Add "contains" and "not_contains" operators and elements to
705 font configuration
706
707 + Changed semantics of eq operator for LangSets to check for
708 FcLangEqual so that any match will do
709
710 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
711 of FcValueEqual to check for identical values when inserting into
712 the results. This broke when the above semantic change was made,
713 now it uses FcValueEqual which is "more correct" in any case.
714
d8d73958
KP
715Thu Aug 22 00:32:29 PDT 2002 keithp
716
717 + Reimplement FC_LANG as new datatype. Lists of strings
718 was consuming over a megabyte of memory for 401 fonts.
719
720 + Freeze patterns loaded from cache files. This shares
721 common value lists and common patterns which saves
722 considerable memory.
723
724 + Change the denotation of 'constant' charsets to use special
725 ref value instead of separate boolean.
726
727 + Clean up leak tracing stuff, found several unannoted alloc/free
728 calls
729
730Tue Aug 20 16:17:37 PDT 2002 keithp
731
732 + Fix memory leak when parsing matrices from XML
733
734Mon Aug 19 11:57:27 PDT 2002 keithp
735
fa244f3d
KP
736 + Fix autoconf files to pass FONTCONFIG_PATH on
737 compile line so that ${prefix} gets substituted
738 correctly.
739
740 + Use getc_unlocked/putc_unlocked on systems that
741 provide them to avoid damage done to stdio by posix
742
743 + Eliminate FC_PATTERN and FcTypePattern in favor of
744 an extended api for FcConfigSubstitute which takes
745 both the font and the pattern.
746
747 + Add 'sans serif' alias for 'sans-serif' as some apps
748 can't handle hyphens in family names
749
750 + Eliminate pretense of support for libxml2
751
752 + Comment origins of Han orthographies
753
aefb2c41
KP
754Tue Jul 30 18:37:09 PDT 2002 keithp
755
756 + Add binding property to edit element so that strong
757 binding values may be inserted by the config file.
758 The default remains weak.
759
760Sun 28 Jul 04:16:55 PDT 2002 keithp
761
762 + Tagged release candidate 1 in the CVS tree and
763 placed fcpackage.rc1.tar.gz for distribution
764
765Thu Aug 1 08:55:08 PDT 2002 keithp
766
767 + Fixed autoconf builds to always specify install
768 target files (for BSD). Also fixed to
769 define FONTCONFIG_PATH in config.h so that
770 nonstandard installs will actually work.