]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
Add a bunch of ChangeLog entries
[fontconfig.git] / ChangeLog
1 2003-06-09 Keith Packard <keithp@keithp.com>
2
3 * Optimization in FcLangSetIndex was broken, occasionally
4 returning a pointer to the wrong location on miss
5
6 * Add fc-match to test font matching from the command line.
7
8 2003-05-31 Keith Packard <keithp@keithp.com>
9
10 * (Bug 85) add support for culmus fonts
11 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
12 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
13
14 2003-05-28 James Su <suzhe@turbolinux.com.cn>
15
16 * Fix "contains" op for strings and langsets.
17
18 2003-05-17 Keith Packard <keithp@keithp.com>
19
20 * Fix build error with BDF prop local. Free langset after query
21
22 2003-05-14 Keith Packard <keithp@keithp.com>
23
24 * Extract spacing from XLFD atom
25
26 2003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
27
28 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
29 disappeared in 1.30.
30
31 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
32
33 2003-05-12 Keith Packard <keithp@keithp.com>
34
35 * Use FcIsWidth to share code
36
37 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
38 misclassifying some Han fonts as monospaced.
39
40 2003-05-07 Keith Packard <keithp@keithp.com>
41
42 * Add filename-based accept/reject to ammend available fonts.
43
44 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
45 older FreeType releases.
46
47 2003-05-06 Keith Packard <keithp@keithp.com>
48
49 * Remove 0b82 and Tamil numbers from tamil
50 orthography (Jungshik Shin <jshin@mailaps.org>)
51
52 2003-05-04 Keith Packard <keithp@keithp.com>
53
54 + Map glyph names in fonts with adobe custom encoding to unicode
55
56 2003-05-02 Keith Packard <keithp@keithp.com>
57
58 * Add FC_WEIGHT_BOOK as weight 75
59
60 2003-04-30 Keith Packard <keithp@keithp.com>
61
62 * Typo in bitstream foundry name
63
64 2003-04-24 Keith Packard <keithp@keithp.com>
65
66 * Eliminate italic_angle check for PS fonts
67
68 2003-04-23 Noah Levitt <nlevitt@columbia.edu>
69
70 * Getting closer to fixing /etc/fonts hard-coding.
71
72 2003-04-22 Keith Packard <keithp@keithp.com>
73
74 * Update autogen.sh to work with newer automake versions
75 * Handle pattern elements moving during multiple edits
76
77 2003-04-23 James Henstridge <james@daa.com.au>
78
79 * doc/fontconfig-devel.sgml: close the <para> element.
80
81 * doc/fcpattern.fncs: close the <para> element.
82
83 * doc/func.sgml: close the <refsynopsisdiv> element.
84
85 2003-04-22 Keith Packard <keithp@keithp.com
86
87 * Update autogen.sh to work with newer automake versions
88 * Handle pattern elements moving during multiple edits
89
90 2003-04-17 Colin Walters <walters@debian.org>
91
92 + Remove some unused variables, and initialize some other ones so
93 gcc doesn't warn us.
94
95 2003-04-16 Keith Packard <keithp@keithp.com>
96
97 + tag version 2.1.94
98
99 2003-04-16 Keith Packard <keithp@keithp.com>
100
101 + add BDF property fetching support for foundry
102 (from Juliusz Chroboczek)
103 + add BDF property fetching support for width
104
105 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
106
107 + Implemented foundry generation for Type 1 and TrueType
108
109 2003-04-11 Gerard Escalante <g2@magestudios.net>
110
111 + Retrieve information from Type1 FontInfo dictionaries
112
113 2003-04-07 Colin Walters <walters@verbum.org>
114
115 + src/Makefile.am: Fix dummy makefile target names when
116 MS_LIB_AVAILABLE isn't set.
117
118 2003-03-22 Tor Lillqvist <tml@iki.fi>
119
120 Changes for Windows:
121
122 + On Windows with gcc (a.k.a. mingw) build as a DLL.
123
124 + We don't want to hardcode the fonts.conf file location in the
125 DLL, so we look up the DLL location at run-time in a DllMain()
126 function. The fonts.conf location is deduced from that.
127
128 + The colon can't be used as path separator on Windows,
129 semicolon is used instead. File path components can be separated
130 with either slash or backslash. Absolute paths can also begin
131 with a drive letter.
132
133 + Add internal function FcStrLastSlash that strrchr's the last
134 slash, or backslash on Windows.
135
136 + There is no link() on Windows. For atomicity checks, mkdir a
137 lock directory instead.
138
139 + In addition to HOME, also look for USERPROFILE.
140
141 + Recognize the special font directory token WINDOWSFONTDIR, to
142 use the system's font directory.
143
144 + Remove the fontconfig-def.cpp that was obsolete. Add
145 fontconfig.def(.in), without internal functions.
146
147 + Add a fontconfig-zip(.in) script, used to build a binary
148 distribution.
149
150 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
151 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
152 to main package and man3/* to devel package
153
154 + Added missing defattr(-, root, root) to main RPM package
155
156 + Added HTML and text development documentation to -devel subpackage
157
158 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
159 + Added back the configure macro options --disable-docs, otherwise
160 fontconfig installs docs into /usr/share/doc/fontconfig (with no
161 version number) unconditionally, causing RPM to fail the build due
162 to _unpackaged_files_terminate_build. We pick up the pregenerated
163 docs with %doc already.
164
165 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
166 + Removed commented out rpm macro define at top of spec file,
167 replacing it with a simple explanation, since rpm macros are
168 expanded by rpm even in comments.
169
170 + Changed /usr/bin to _bindir in BuildRequires lines
171
172 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
173
174 + Reorganized file manifest lists
175
176 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
177
178 + fontconfig.spec.in: Improvements from Red Hat spec file.
179
180 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
181
182 + docs/*.sgml: SGML fixes.
183
184 Sat Mar 1 17:28:53 PST 2003 keithp
185 + Ok, so the ChangeLog is a bit out of date
186
187 + Lots of bugs fixed; most are in bugzilla, the
188 biggest problems were in cache management where
189 Owen discovered the library would lose badly when
190 combining fonts-cache and ~/.fonts-cache data
191
192 + Converted from autoconf to automake. This after
193 getting patches accepted into libtool to allow
194 the '-version-number' argument which lets
195 packages set version numbers explicitly rather
196 than the roundabout libtool way
197
198 + Converted documentation to SGML using the docbook
199 DTD. Now .txt and .html documents are installed
200 in /usr/share/doc/fontconfig and there's no
201 man page. Perhaps a man version can be written
202 at some point.
203
204 Sat Aug 31 15:21:22 PDT 2002 keithp
205 + Xrender and Xft had several bugs related to
206 rendering manually placed or poly-face text
207
208 + Added more complete memory tracing in fontconfig
209 Checked with (patched) mozilla and found no leaks
210
211 + Updated Latin orthographies by comparing those from
212 evertype.com with those from eki.ee. Tried to make
213 sensible choices, including chars that occured in both
214 and leaving some optional chars out that occured only
215 in one.
216
217 Mon Aug 26 16:33:04 PDT 2002 keithp
218 + Owen discovered that FcLangSetHasLang wasn't actually
219 checking the language set.
220
221 Mon Aug 26 13:37:23 PDT 2002 keithp
222 + Append a version number to cache filenames
223
224 Thu Aug 22 11:36:18 PDT 2002 keithp
225
226 + Add "contains" and "not_contains" operators and elements to
227 font configuration
228
229 + Changed semantics of eq operator for LangSets to check for
230 FcLangEqual so that any match will do
231
232 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
233 of FcValueEqual to check for identical values when inserting into
234 the results. This broke when the above semantic change was made,
235 now it uses FcValueEqual which is "more correct" in any case.
236
237 Thu Aug 22 00:32:29 PDT 2002 keithp
238
239 + Reimplement FC_LANG as new datatype. Lists of strings
240 was consuming over a megabyte of memory for 401 fonts.
241
242 + Freeze patterns loaded from cache files. This shares
243 common value lists and common patterns which saves
244 considerable memory.
245
246 + Change the denotation of 'constant' charsets to use special
247 ref value instead of separate boolean.
248
249 + Clean up leak tracing stuff, found several unannoted alloc/free
250 calls
251
252 Tue Aug 20 16:17:37 PDT 2002 keithp
253
254 + Fix memory leak when parsing matrices from XML
255
256 Mon Aug 19 11:57:27 PDT 2002 keithp
257
258 + Fix autoconf files to pass FONTCONFIG_PATH on
259 compile line so that ${prefix} gets substituted
260 correctly.
261
262 + Use getc_unlocked/putc_unlocked on systems that
263 provide them to avoid damage done to stdio by posix
264
265 + Eliminate FC_PATTERN and FcTypePattern in favor of
266 an extended api for FcConfigSubstitute which takes
267 both the font and the pattern.
268
269 + Add 'sans serif' alias for 'sans-serif' as some apps
270 can't handle hyphens in family names
271
272 + Eliminate pretense of support for libxml2
273
274 + Comment origins of Han orthographies
275
276 Tue Jul 30 18:37:09 PDT 2002 keithp
277
278 + Add binding property to edit element so that strong
279 binding values may be inserted by the config file.
280 The default remains weak.
281
282 Sun 28 Jul 04:16:55 PDT 2002 keithp
283
284 + Tagged release candidate 1 in the CVS tree and
285 placed fcpackage.rc1.tar.gz for distribution
286
287 Thu Aug 1 08:55:08 PDT 2002 keithp
288
289 + Fixed autoconf builds to always specify install
290 target files (for BSD). Also fixed to
291 define FONTCONFIG_PATH in config.h so that
292 nonstandard installs will actually work.