]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
cc86d87daa7dc5a16af8272cf79ecea222b4f380
[fontconfig.git] / ChangeLog
1 2003-09-23 Owen Taylor <otaylor@redhat.com>
2
3 * fontconfig/fontconfig.h src/fcdefault.c (FcDefaultSubstitute)
4 src/fcname.c: Add a FC_HINT_STYLE key for patterns, with
5 possible values HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL.
6 (Bug #117)
7
8 2003-09-23 Owen Taylor <otaylor@redhat.com>
9
10 * fc-lang/ka.orth: Remove Georgian capitals, they
11 aren't used for normal writing. (Bug #116)
12
13 2003-09-06 Noah Levitt <nlevitt@columbia.edu>
14
15 * doc/fontconfig-devel.sgml:
16 * doc/fontconfig-user.sgml:
17 * fontconfig/fontconfig.h:
18 * src/fcname.c:
19 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): Add new spacing
20 value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
21
22 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): When checking for
23 monospace and dual-width fonts, allow roughly a 3% variance in the
24 advances.
25
26 2003-08-31 Manish Singh <yosh@gimp.org>
27
28 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
29 use default config.
30
31 2003-08-15 Carl Worth <cworth@isi.edu>
32
33 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
34 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
35
36 * src/fcpat.c (FcValueListEntDestroy): New function to support
37 FcFini memory cleanup. Some statistics are not kept in
38 synch. here.
39 (FcValueListFreeze): Move hashTable outside this function so it
40 can be accessed by FcValueListThawAll.
41 (FcValueListThawAll): New function complements FcValueListFreeze.
42 (FcPatternBaseFreeze): Move hashTable outside this function so it
43 can be accessed by FcPatternBaseThawAll.
44 (FcPatternBaseThawAll): New function complements
45 FcPatternBaseFreeze.
46 (FcPatternThawAll): New function complements FcPatternFreeze.
47
48 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
49
50 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
51 allocated FcCharLeafEnt "blocks" so they can be freed later.
52 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
53 can be accessed by FcCharSetThawAllLeaf.
54 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
55 (FcCharSetFreezeBase): Move hashTable outside this function so it
56 can be accessed by FcCharSetThawAll.
57 (FcCharSetThawAll): New function complements FcCharSetFreeze.
58
59 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
60 (FcConfigDestroy): Fic leak of FcBlanks.
61
62 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
63 (main): Add call to FcFini when finished.
64
65 * fc-glyphname/fc-glyphname.c: Mark several local functions as
66 static. Add prototypes.
67
68 * doc/fcinit.fncs: Add documentation for FcFini function.
69
70 * doc/edit-sgml.c: Mark several local functions as static. Add
71 prototypes.
72
73 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
74
75 2003-06-15 Tor Lillqvist <tml@iki.fi>
76
77 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
78 before comparing (needed on Windows).
79
80 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
81
82 2003-06-13 Tor Lillqvist <tml@iki.fi>
83
84 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
85 man pages.
86
87 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
88 WINDOWSFONTDIR token.
89
90 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
91 end, not to confuse libtool, which expects the EXPORTS line to be
92 the first. Add FcConfigEnableHome.
93
94 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
95 built as a DLL on Win32.
96
97 2003-06-09 Keith Packard <keithp@keithp.com>
98
99 * Tag version 2.2.90
100
101 2003-06-09 Keith Packard <keithp@keithp.com>
102
103 * Optimization in FcLangSetIndex was broken, occasionally
104 returning a pointer to the wrong location on miss
105
106 * Add fc-match to test font matching from the command line.
107
108 2003-05-31 Keith Packard <keithp@keithp.com>
109
110 * (Bug 85) add support for culmus fonts
111 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
112 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
113
114 2003-05-28 James Su <suzhe@turbolinux.com.cn>
115
116 * Fix "contains" op for strings and langsets.
117
118 2003-05-17 Keith Packard <keithp@keithp.com>
119
120 * Fix build error with BDF prop local. Free langset after query
121
122 2003-05-14 Keith Packard <keithp@keithp.com>
123
124 * Extract spacing from XLFD atom
125
126 2003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
127
128 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
129 disappeared in 1.30.
130
131 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
132
133 2003-05-12 Keith Packard <keithp@keithp.com>
134
135 * Use FcIsWidth to share code
136
137 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
138 misclassifying some Han fonts as monospaced.
139
140 2003-05-07 Keith Packard <keithp@keithp.com>
141
142 * Add filename-based accept/reject to ammend available fonts.
143
144 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
145 older FreeType releases.
146
147 2003-05-06 Keith Packard <keithp@keithp.com>
148
149 * Remove 0b82 and Tamil numbers from tamil
150 orthography (Jungshik Shin <jshin@mailaps.org>)
151
152 2003-05-04 Keith Packard <keithp@keithp.com>
153
154 + Map glyph names in fonts with adobe custom encoding to unicode
155
156 2003-05-02 Keith Packard <keithp@keithp.com>
157
158 * Add FC_WEIGHT_BOOK as weight 75
159
160 2003-04-30 Keith Packard <keithp@keithp.com>
161
162 * Typo in bitstream foundry name
163
164 2003-04-24 Keith Packard <keithp@keithp.com>
165
166 * Eliminate italic_angle check for PS fonts
167
168 2003-04-23 Noah Levitt <nlevitt@columbia.edu>
169
170 * Getting closer to fixing /etc/fonts hard-coding.
171
172 2003-04-22 Keith Packard <keithp@keithp.com>
173
174 * Update autogen.sh to work with newer automake versions
175 * Handle pattern elements moving during multiple edits
176
177 2003-04-23 James Henstridge <james@daa.com.au>
178
179 * doc/fontconfig-devel.sgml: close the <para> element.
180
181 * doc/fcpattern.fncs: close the <para> element.
182
183 * doc/func.sgml: close the <refsynopsisdiv> element.
184
185 2003-04-22 Keith Packard <keithp@keithp.com
186
187 * Update autogen.sh to work with newer automake versions
188 * Handle pattern elements moving during multiple edits
189
190 2003-04-17 Colin Walters <walters@debian.org>
191
192 + Remove some unused variables, and initialize some other ones so
193 gcc doesn't warn us.
194
195 2003-04-16 Keith Packard <keithp@keithp.com>
196
197 + tag version 2.1.94
198
199 2003-04-16 Keith Packard <keithp@keithp.com>
200
201 + add BDF property fetching support for foundry
202 (from Juliusz Chroboczek)
203 + add BDF property fetching support for width
204
205 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
206
207 + Implemented foundry generation for Type 1 and TrueType
208
209 2003-04-11 Gerard Escalante <g2@magestudios.net>
210
211 + Retrieve information from Type1 FontInfo dictionaries
212
213 2003-04-07 Colin Walters <walters@verbum.org>
214
215 + src/Makefile.am: Fix dummy makefile target names when
216 MS_LIB_AVAILABLE isn't set.
217
218 2003-03-22 Tor Lillqvist <tml@iki.fi>
219
220 Changes for Windows:
221
222 + On Windows with gcc (a.k.a. mingw) build as a DLL.
223
224 + We don't want to hardcode the fonts.conf file location in the
225 DLL, so we look up the DLL location at run-time in a DllMain()
226 function. The fonts.conf location is deduced from that.
227
228 + The colon can't be used as path separator on Windows,
229 semicolon is used instead. File path components can be separated
230 with either slash or backslash. Absolute paths can also begin
231 with a drive letter.
232
233 + Add internal function FcStrLastSlash that strrchr's the last
234 slash, or backslash on Windows.
235
236 + There is no link() on Windows. For atomicity checks, mkdir a
237 lock directory instead.
238
239 + In addition to HOME, also look for USERPROFILE.
240
241 + Recognize the special font directory token WINDOWSFONTDIR, to
242 use the system's font directory.
243
244 + Remove the fontconfig-def.cpp that was obsolete. Add
245 fontconfig.def(.in), without internal functions.
246
247 + Add a fontconfig-zip(.in) script, used to build a binary
248 distribution.
249
250 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
251 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
252 to main package and man3/* to devel package
253
254 + Added missing defattr(-, root, root) to main RPM package
255
256 + Added HTML and text development documentation to -devel subpackage
257
258 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
259 + Added back the configure macro options --disable-docs, otherwise
260 fontconfig installs docs into /usr/share/doc/fontconfig (with no
261 version number) unconditionally, causing RPM to fail the build due
262 to _unpackaged_files_terminate_build. We pick up the pregenerated
263 docs with %doc already.
264
265 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
266 + Removed commented out rpm macro define at top of spec file,
267 replacing it with a simple explanation, since rpm macros are
268 expanded by rpm even in comments.
269
270 + Changed /usr/bin to _bindir in BuildRequires lines
271
272 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
273
274 + Reorganized file manifest lists
275
276 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
277
278 + fontconfig.spec.in: Improvements from Red Hat spec file.
279
280 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
281
282 + docs/*.sgml: SGML fixes.
283
284 Sat Mar 1 17:28:53 PST 2003 keithp
285 + Ok, so the ChangeLog is a bit out of date
286
287 + Lots of bugs fixed; most are in bugzilla, the
288 biggest problems were in cache management where
289 Owen discovered the library would lose badly when
290 combining fonts-cache and ~/.fonts-cache data
291
292 + Converted from autoconf to automake. This after
293 getting patches accepted into libtool to allow
294 the '-version-number' argument which lets
295 packages set version numbers explicitly rather
296 than the roundabout libtool way
297
298 + Converted documentation to SGML using the docbook
299 DTD. Now .txt and .html documents are installed
300 in /usr/share/doc/fontconfig and there's no
301 man page. Perhaps a man version can be written
302 at some point.
303
304 Sat Aug 31 15:21:22 PDT 2002 keithp
305 + Xrender and Xft had several bugs related to
306 rendering manually placed or poly-face text
307
308 + Added more complete memory tracing in fontconfig
309 Checked with (patched) mozilla and found no leaks
310
311 + Updated Latin orthographies by comparing those from
312 evertype.com with those from eki.ee. Tried to make
313 sensible choices, including chars that occured in both
314 and leaving some optional chars out that occured only
315 in one.
316
317 Mon Aug 26 16:33:04 PDT 2002 keithp
318 + Owen discovered that FcLangSetHasLang wasn't actually
319 checking the language set.
320
321 Mon Aug 26 13:37:23 PDT 2002 keithp
322 + Append a version number to cache filenames
323
324 Thu Aug 22 11:36:18 PDT 2002 keithp
325
326 + Add "contains" and "not_contains" operators and elements to
327 font configuration
328
329 + Changed semantics of eq operator for LangSets to check for
330 FcLangEqual so that any match will do
331
332 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
333 of FcValueEqual to check for identical values when inserting into
334 the results. This broke when the above semantic change was made,
335 now it uses FcValueEqual which is "more correct" in any case.
336
337 Thu Aug 22 00:32:29 PDT 2002 keithp
338
339 + Reimplement FC_LANG as new datatype. Lists of strings
340 was consuming over a megabyte of memory for 401 fonts.
341
342 + Freeze patterns loaded from cache files. This shares
343 common value lists and common patterns which saves
344 considerable memory.
345
346 + Change the denotation of 'constant' charsets to use special
347 ref value instead of separate boolean.
348
349 + Clean up leak tracing stuff, found several unannoted alloc/free
350 calls
351
352 Tue Aug 20 16:17:37 PDT 2002 keithp
353
354 + Fix memory leak when parsing matrices from XML
355
356 Mon Aug 19 11:57:27 PDT 2002 keithp
357
358 + Fix autoconf files to pass FONTCONFIG_PATH on
359 compile line so that ${prefix} gets substituted
360 correctly.
361
362 + Use getc_unlocked/putc_unlocked on systems that
363 provide them to avoid damage done to stdio by posix
364
365 + Eliminate FC_PATTERN and FcTypePattern in favor of
366 an extended api for FcConfigSubstitute which takes
367 both the font and the pattern.
368
369 + Add 'sans serif' alias for 'sans-serif' as some apps
370 can't handle hyphens in family names
371
372 + Eliminate pretense of support for libxml2
373
374 + Comment origins of Han orthographies
375
376 Tue Jul 30 18:37:09 PDT 2002 keithp
377
378 + Add binding property to edit element so that strong
379 binding values may be inserted by the config file.
380 The default remains weak.
381
382 Sun 28 Jul 04:16:55 PDT 2002 keithp
383
384 + Tagged release candidate 1 in the CVS tree and
385 placed fcpackage.rc1.tar.gz for distribution
386
387 Thu Aug 1 08:55:08 PDT 2002 keithp
388
389 + Fixed autoconf builds to always specify install
390 target files (for BSD). Also fixed to
391 define FONTCONFIG_PATH in config.h so that
392 nonstandard installs will actually work.