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