]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
b12772c5d41a9e11a4726d6d1ed45724eee4b069
[fontconfig.git] / ChangeLog
1 Mon Aug 19 11:57:27 PDT 2002
2 + Fix autoconf files to pass FONTCONFIG_PATH on
3 compile line so that ${prefix} gets substituted
4 correctly.
5
6 + Use getc_unlocked/putc_unlocked on systems that
7 provide them to avoid damage done to stdio by posix
8
9 + Eliminate FC_PATTERN and FcTypePattern in favor of
10 an extended api for FcConfigSubstitute which takes
11 both the font and the pattern.
12
13 + Add 'sans serif' alias for 'sans-serif' as some apps
14 can't handle hyphens in family names
15
16 + Eliminate pretense of support for libxml2
17
18 + Comment origins of Han orthographies
19
20 Tue Jul 30 18:37:09 PDT 2002 keithp
21
22 + Add binding property to edit element so that strong
23 binding values may be inserted by the config file.
24 The default remains weak.
25
26 Sun 28 Jul 04:16:55 PDT 2002 keithp
27
28 + Tagged release candidate 1 in the CVS tree and
29 placed fcpackage.rc1.tar.gz for distribution
30
31 Thu Aug 1 08:55:08 PDT 2002 keithp
32
33 + Fixed autoconf builds to always specify install
34 target files (for BSD). Also fixed to
35 define FONTCONFIG_PATH in config.h so that
36 nonstandard installs will actually work.