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