]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
Update version to 2.2.3 Add release comments to INSTALL
[fontconfig.git] / ChangeLog
1 2004-06-30 Keith Packard <keithp@keithp.com>
2
3 * INSTALL:
4 * README:
5 * configure.in:
6 * fontconfig/fontconfig.h:
7 Update version to 2.2.3
8 Add release comments to INSTALL
9
10 2004-06-30 Keith Packard <keithp@keithp.com>
11
12 Provided by: Lubos Lunak <l.lunak@suse.cz>
13
14 * src/fccfg.c: (FcConfigUptoDate):
15 However FcConfigUptoDate() doesn't seem to work. See the attached
16 patch. First there's an obvious misplaced parenthesis making it
17 return always false, and second, even this call fails to detect font
18 changes (e.g. adding a new font to
19 /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
20 well. The problem seems to be triggered by my fonts.conf specifying
21 only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
22 doesn't include subdirs, unlike config->fontDirs.
23
24 2004-04-07 Keith Packard <keithp@keithp.com>
25
26 * configure.in:
27 Add AM_MAINTAINER_MODE
28
29 2004-03-30 Keith Packard <keithp@keithp.com>
30
31 * configure.in:
32 Oops. Apply changes to configure.in needed to detect
33 functions and structures used in FcGetPixelSize.
34
35 2004-03-30 Keith Packard <keithp@keithp.com>
36
37 * doc/Makefile.am:
38 Fix --disable-doc mode code to locate built documents in ${srcdir}
39 instead of ${builddir}
40
41 2004-03-30 Keith Packard <keithp@keithp.com>
42
43 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery):
44 Use code from HEAD in computing pixel sizes of fonts
45 so that vageries in FreeType over y_ppem/height issues
46 don't affect what pixel size values are used.
47
48 2004-03-30 Keith Packard <keithp@keithp.com>
49
50 Bug #387 - usr352@wanadoo.es (Pedro Gimeno)
51
52 * src/fcxml.c: (FcStrtod):
53 Missing braces around a block of code. Correct fix was
54 already in HEAD.
55
56 2004-03-28 Tor Lillqvist <tml@iki.fi>
57
58 Merge from HEAD:
59
60 * src/fccfg.c (FcConfigCreate): If FcConfigHome() is NULL, use the
61 temp folder. (I guess this branch doesn't crash on a NULL
62 config->cache, but still a good idea to have a cache file, for
63 performance, isn't it?)
64
65 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
66
67 * test/run-test.sh: Remove CRs from the out file before comparing
68 (needed on Windows).
69
70 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
71 man pages.
72
73 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
74 end, not to confuse libtool, which expects the EXPORTS line to be
75 the first. Add FcConfigEnableHome.
76
77 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
78 built as a DLL on Win32.
79
80 2004-03-10 Keith Packard <keithp@keithp.com>
81
82 * README:
83 * fontconfig/fontconfig.h:
84 * configure.in:
85 Update to version 2.2.2
86
87 * doc/Makefile.am:
88 * fc-lang/Makefile.am:
89 Make subdir build work
90
91 * fontconfig/fcfreetype.h:
92 * src/fcfreetype.c:
93 Use new freetype include scheme
94
95 2003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
96
97 * src/fcxml.c:
98 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
99 separators.
100
101 2003-06-09 Keith Packard <keithp@keithp.com>
102
103 * Tag version 2.2.1
104 * add patch from HEAD to fix optimized path in FcLangSetIndex
105
106 2003-04-30 Keith Packard <keithp@keithp.com>
107
108 * Typo in bitstream foundry name
109
110 2003-04-24 Keith Packard <keithp@keithp.com>
111
112 * Eliminate italic_angle check for PS fonts
113
114 2003-04-23 James Henstridge <james@daa.com.au>
115
116 * doc/fontconfig-devel.sgml: close the <para> element.
117
118 * doc/fcpattern.fncs: close the <para> element.
119
120 * doc/func.sgml: close the <refsynopsisdiv> element.
121
122 2003-04-22 Keith Packard <keithp@keithp.com
123
124 * Update autogen.sh to work with newer automake versions
125 * Handle pattern elements moving during multiple edits
126
127 2003-04-17 Colin Walters <walters@debian.org>
128
129 + Remove some unused variables, and initialize some other ones so
130 gcc doesn't warn us.
131
132 2003-04-16 Keith Packard <keithp@keithp.com>
133
134 + tag version 2.1.94
135
136 2003-04-16 Keith Packard <keithp@keithp.com>
137
138 + add BDF property fetching support for foundry
139 (from Juliusz Chroboczek)
140 + add BDF property fetching support for width
141
142 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
143
144 + Implemented foundry generation for Type 1 and TrueType
145
146 2003-04-11 Gerard Escalante <g2@magestudios.net>
147
148 + Retrieve information from Type1 FontInfo dictionaries
149
150 2003-04-07 Colin Walters <walters@verbum.org>
151
152 + src/Makefile.am: Fix dummy makefile target names when
153 MS_LIB_AVAILABLE isn't set.
154
155 2003-03-22 Tor Lillqvist <tml@iki.fi>
156
157 Changes for Windows:
158
159 + On Windows with gcc (a.k.a. mingw) build as a DLL.
160
161 + We don't want to hardcode the fonts.conf file location in the
162 DLL, so we look up the DLL location at run-time in a DllMain()
163 function. The fonts.conf location is deduced from that.
164
165 + The colon can't be used as path separator on Windows,
166 semicolon is used instead. File path components can be separated
167 with either slash or backslash. Absolute paths can also begin
168 with a drive letter.
169
170 + Add internal function FcStrLastSlash that strrchr's the last
171 slash, or backslash on Windows.
172
173 + There is no link() on Windows. For atomicity checks, mkdir a
174 lock directory instead.
175
176 + In addition to HOME, also look for USERPROFILE.
177
178 + Recognize the special font directory token WINDOWSFONTDIR, to
179 use the system's font directory.
180
181 + Remove the fontconfig-def.cpp that was obsolete. Add
182 fontconfig.def(.in), without internal functions.
183
184 + Add a fontconfig-zip(.in) script, used to build a binary
185 distribution.
186
187 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
188 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
189 to main package and man3/* to devel package
190
191 + Added missing defattr(-, root, root) to main RPM package
192
193 + Added HTML and text development documentation to -devel subpackage
194
195 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
196 + Added back the configure macro options --disable-docs, otherwise
197 fontconfig installs docs into /usr/share/doc/fontconfig (with no
198 version number) unconditionally, causing RPM to fail the build due
199 to _unpackaged_files_terminate_build. We pick up the pregenerated
200 docs with %doc already.
201
202 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
203 + Removed commented out rpm macro define at top of spec file,
204 replacing it with a simple explanation, since rpm macros are
205 expanded by rpm even in comments.
206
207 + Changed /usr/bin to _bindir in BuildRequires lines
208
209 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
210
211 + Reorganized file manifest lists
212
213 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
214
215 + fontconfig.spec.in: Improvements from Red Hat spec file.
216
217 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
218
219 + docs/*.sgml: SGML fixes.
220
221 Sat Mar 1 17:28:53 PST 2003 keithp
222 + Ok, so the ChangeLog is a bit out of date
223
224 + Lots of bugs fixed; most are in bugzilla, the
225 biggest problems were in cache management where
226 Owen discovered the library would lose badly when
227 combining fonts-cache and ~/.fonts-cache data
228
229 + Converted from autoconf to automake. This after
230 getting patches accepted into libtool to allow
231 the '-version-number' argument which lets
232 packages set version numbers explicitly rather
233 than the roundabout libtool way
234
235 + Converted documentation to SGML using the docbook
236 DTD. Now .txt and .html documents are installed
237 in /usr/share/doc/fontconfig and there's no
238 man page. Perhaps a man version can be written
239 at some point.
240
241 Sat Aug 31 15:21:22 PDT 2002 keithp
242 + Xrender and Xft had several bugs related to
243 rendering manually placed or poly-face text
244
245 + Added more complete memory tracing in fontconfig
246 Checked with (patched) mozilla and found no leaks
247
248 + Updated Latin orthographies by comparing those from
249 evertype.com with those from eki.ee. Tried to make
250 sensible choices, including chars that occured in both
251 and leaving some optional chars out that occured only
252 in one.
253
254 Mon Aug 26 16:33:04 PDT 2002 keithp
255 + Owen discovered that FcLangSetHasLang wasn't actually
256 checking the language set.
257
258 Mon Aug 26 13:37:23 PDT 2002 keithp
259 + Append a version number to cache filenames
260
261 Thu Aug 22 11:36:18 PDT 2002 keithp
262
263 + Add "contains" and "not_contains" operators and elements to
264 font configuration
265
266 + Changed semantics of eq operator for LangSets to check for
267 FcLangEqual so that any match will do
268
269 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
270 of FcValueEqual to check for identical values when inserting into
271 the results. This broke when the above semantic change was made,
272 now it uses FcValueEqual which is "more correct" in any case.
273
274 Thu Aug 22 00:32:29 PDT 2002 keithp
275
276 + Reimplement FC_LANG as new datatype. Lists of strings
277 was consuming over a megabyte of memory for 401 fonts.
278
279 + Freeze patterns loaded from cache files. This shares
280 common value lists and common patterns which saves
281 considerable memory.
282
283 + Change the denotation of 'constant' charsets to use special
284 ref value instead of separate boolean.
285
286 + Clean up leak tracing stuff, found several unannoted alloc/free
287 calls
288
289 Tue Aug 20 16:17:37 PDT 2002 keithp
290
291 + Fix memory leak when parsing matrices from XML
292
293 Mon Aug 19 11:57:27 PDT 2002 keithp
294
295 + Fix autoconf files to pass FONTCONFIG_PATH on
296 compile line so that ${prefix} gets substituted
297 correctly.
298
299 + Use getc_unlocked/putc_unlocked on systems that
300 provide them to avoid damage done to stdio by posix
301
302 + Eliminate FC_PATTERN and FcTypePattern in favor of
303 an extended api for FcConfigSubstitute which takes
304 both the font and the pattern.
305
306 + Add 'sans serif' alias for 'sans-serif' as some apps
307 can't handle hyphens in family names
308
309 + Eliminate pretense of support for libxml2
310
311 + Comment origins of Han orthographies
312
313 Tue Jul 30 18:37:09 PDT 2002 keithp
314
315 + Add binding property to edit element so that strong
316 binding values may be inserted by the config file.
317 The default remains weak.
318
319 Sun 28 Jul 04:16:55 PDT 2002 keithp
320
321 + Tagged release candidate 1 in the CVS tree and
322 placed fcpackage.rc1.tar.gz for distribution
323
324 Thu Aug 1 08:55:08 PDT 2002 keithp
325
326 + Fixed autoconf builds to always specify install
327 target files (for BSD). Also fixed to
328 define FONTCONFIG_PATH in config.h so that
329 nonstandard installs will actually work.