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