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