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