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