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