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