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