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