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