]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
Allow config->cache to be null (as it is when $HOME is not set) (2.2
[fontconfig.git] / ChangeLog
CommitLineData
7e26bbeb
KP
12003-06-09 Keith Packard <keithp@keithp.com>
2
3 * Tag version 2.2.1
4 * add patch from HEAD to fix optimized path in FcLangSetIndex
5
62003-04-30 Keith Packard <keithp@keithp.com>
7
8 * Typo in bitstream foundry name
9
102003-04-24 Keith Packard <keithp@keithp.com>
11
12 * Eliminate italic_angle check for PS fonts
13
a9829980
KP
142003-04-23 James Henstridge <james@daa.com.au>
15
16 * doc/fontconfig-devel.sgml: close the <para> element.
17
18 * doc/fcpattern.fncs: close the <para> element.
19
20 * doc/func.sgml: close the <refsynopsisdiv> element.
21
7e26bbeb
KP
222003-04-22 Keith Packard <keithp@keithp.com
23
24 * Update autogen.sh to work with newer automake versions
25 * Handle pattern elements moving during multiple edits
26
12d49d3c
CW
272003-04-17 Colin Walters <walters@debian.org>
28
29 + Remove some unused variables, and initialize some other ones so
30 gcc doesn't warn us.
31
ab06f005
KP
322003-04-16 Keith Packard <keithp@keithp.com>
33
34 + tag version 2.1.94
35
362003-04-16 Keith Packard <keithp@keithp.com>
37
38 + add BDF property fetching support for foundry
39 (from Juliusz Chroboczek)
40 + add BDF property fetching support for width
41
422003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
43
44 + Implemented foundry generation for Type 1 and TrueType
45
462003-04-11 Gerard Escalante <g2@magestudios.net>
47
48 + Retrieve information from Type1 FontInfo dictionaries
49
8c8caabd
CW
502003-04-07 Colin Walters <walters@verbum.org>
51
52 + src/Makefile.am: Fix dummy makefile target names when
53 MS_LIB_AVAILABLE isn't set.
54
daeed6e0
TL
552003-03-22 Tor Lillqvist <tml@iki.fi>
56
57 Changes for Windows:
58
59 + On Windows with gcc (a.k.a. mingw) build as a DLL.
60
61 + We don't want to hardcode the fonts.conf file location in the
62 DLL, so we look up the DLL location at run-time in a DllMain()
63 function. The fonts.conf location is deduced from that.
64
65 + The colon can't be used as path separator on Windows,
66 semicolon is used instead. File path components can be separated
67 with either slash or backslash. Absolute paths can also begin
68 with a drive letter.
69
70 + Add internal function FcStrLastSlash that strrchr's the last
71 slash, or backslash on Windows.
72
73 + There is no link() on Windows. For atomicity checks, mkdir a
74 lock directory instead.
75
76 + In addition to HOME, also look for USERPROFILE.
77
78 + Recognize the special font directory token WINDOWSFONTDIR, to
79 use the system's font directory.
80
81 + Remove the fontconfig-def.cpp that was obsolete. Add
82 fontconfig.def(.in), without internal functions.
83
84 + Add a fontconfig-zip(.in) script, used to build a binary
85 distribution.
86
dbe9a11e
MH
87Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
88 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
89 to main package and man3/* to devel package
90
91 + Added missing defattr(-, root, root) to main RPM package
92
93 + Added HTML and text development documentation to -devel subpackage
94
c92abf78
MH
95Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
96 + Added back the configure macro options --disable-docs, otherwise
97 fontconfig installs docs into /usr/share/doc/fontconfig (with no
98 version number) unconditionally, causing RPM to fail the build due
99 to _unpackaged_files_terminate_build. We pick up the pregenerated
100 docs with %doc already.
101
b06766e4
MH
102Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
103 + Removed commented out rpm macro define at top of spec file,
104 replacing it with a simple explanation, since rpm macros are
105 expanded by rpm even in comments.
106
107 + Changed /usr/bin to _bindir in BuildRequires lines
108
109 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
110
111 + Reorganized file manifest lists
112
113Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
22dc6fc6
OT
114
115 + fontconfig.spec.in: Improvements from Red Hat spec file.
116
117 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
118
119 + docs/*.sgml: SGML fixes.
120
8fc10a72
KP
121Sat Mar 1 17:28:53 PST 2003 keithp
122 + Ok, so the ChangeLog is a bit out of date
123
124 + Lots of bugs fixed; most are in bugzilla, the
125 biggest problems were in cache management where
126 Owen discovered the library would lose badly when
127 combining fonts-cache and ~/.fonts-cache data
128
129 + Converted from autoconf to automake. This after
130 getting patches accepted into libtool to allow
131 the '-version-number' argument which lets
132 packages set version numbers explicitly rather
133 than the roundabout libtool way
134
135 + Converted documentation to SGML using the docbook
136 DTD. Now .txt and .html documents are installed
137 in /usr/share/doc/fontconfig and there's no
138 man page. Perhaps a man version can be written
139 at some point.
140
c2022f99
KP
141Sat Aug 31 15:21:22 PDT 2002 keithp
142 + Xrender and Xft had several bugs related to
143 rendering manually placed or poly-face text
144
145 + Added more complete memory tracing in fontconfig
146 Checked with (patched) mozilla and found no leaks
147
148 + Updated Latin orthographies by comparing those from
149 evertype.com with those from eki.ee. Tried to make
150 sensible choices, including chars that occured in both
151 and leaving some optional chars out that occured only
152 in one.
153
2458a6d8 154Mon Aug 26 16:33:04 PDT 2002 keithp
c2022f99 155 + Owen discovered that FcLangSetHasLang wasn't actually
2458a6d8
KP
156 checking the language set.
157
5d6788ac
KP
158Mon Aug 26 13:37:23 PDT 2002 keithp
159 + Append a version number to cache filenames
160
47d4f950
KP
161Thu Aug 22 11:36:18 PDT 2002 keithp
162
163 + Add "contains" and "not_contains" operators and elements to
164 font configuration
165
166 + Changed semantics of eq operator for LangSets to check for
167 FcLangEqual so that any match will do
168
169 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
170 of FcValueEqual to check for identical values when inserting into
171 the results. This broke when the above semantic change was made,
172 now it uses FcValueEqual which is "more correct" in any case.
173
d8d73958
KP
174Thu Aug 22 00:32:29 PDT 2002 keithp
175
176 + Reimplement FC_LANG as new datatype. Lists of strings
177 was consuming over a megabyte of memory for 401 fonts.
178
179 + Freeze patterns loaded from cache files. This shares
180 common value lists and common patterns which saves
181 considerable memory.
182
183 + Change the denotation of 'constant' charsets to use special
184 ref value instead of separate boolean.
185
186 + Clean up leak tracing stuff, found several unannoted alloc/free
187 calls
188
189Tue Aug 20 16:17:37 PDT 2002 keithp
190
191 + Fix memory leak when parsing matrices from XML
192
193Mon Aug 19 11:57:27 PDT 2002 keithp
194
fa244f3d
KP
195 + Fix autoconf files to pass FONTCONFIG_PATH on
196 compile line so that ${prefix} gets substituted
197 correctly.
198
199 + Use getc_unlocked/putc_unlocked on systems that
200 provide them to avoid damage done to stdio by posix
201
202 + Eliminate FC_PATTERN and FcTypePattern in favor of
203 an extended api for FcConfigSubstitute which takes
204 both the font and the pattern.
205
206 + Add 'sans serif' alias for 'sans-serif' as some apps
207 can't handle hyphens in family names
208
209 + Eliminate pretense of support for libxml2
210
211 + Comment origins of Han orthographies
212
aefb2c41
KP
213Tue Jul 30 18:37:09 PDT 2002 keithp
214
215 + Add binding property to edit element so that strong
216 binding values may be inserted by the config file.
217 The default remains weak.
218
219Sun 28 Jul 04:16:55 PDT 2002 keithp
220
221 + Tagged release candidate 1 in the CVS tree and
222 placed fcpackage.rc1.tar.gz for distribution
223
224Thu Aug 1 08:55:08 PDT 2002 keithp
225
226 + Fixed autoconf builds to always specify install
227 target files (for BSD). Also fixed to
228 define FONTCONFIG_PATH in config.h so that
229 nonstandard installs will actually work.