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