]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
Add share/doc directory. Add Fc*.3 man pages.
[fontconfig.git] / ChangeLog
CommitLineData
ee1d8125
TL
12003-06-13 Tor Lillqvist <tml@iki.fi>
2
3 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
4 man pages.
5
6 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
7 WINDOWSFONTDIR token.
8
9 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
10 end, not to confuse libtool, which expects the EXPORTS line to be
11 the first. Add FcConfigEnableHome.
12
4ae7f71c
KP
132003-06-09 Keith Packard <keithp@keithp.com>
14
15 * Tag version 2.2.90
16
8edb970e
KP
172003-06-09 Keith Packard <keithp@keithp.com>
18
19 * Optimization in FcLangSetIndex was broken, occasionally
20 returning a pointer to the wrong location on miss
21
22 * Add fc-match to test font matching from the command line.
23
242003-05-31 Keith Packard <keithp@keithp.com>
25
26 * (Bug 85) add support for culmus fonts
27 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
28 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
29
302003-05-28 James Su <suzhe@turbolinux.com.cn>
31
32 * Fix "contains" op for strings and langsets.
33
342003-05-17 Keith Packard <keithp@keithp.com>
35
36 * Fix build error with BDF prop local. Free langset after query
37
382003-05-14 Keith Packard <keithp@keithp.com>
39
40 * Extract spacing from XLFD atom
41
422003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
43
44 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
45 disappeared in 1.30.
46
47 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
48
492003-05-12 Keith Packard <keithp@keithp.com>
50
51 * Use FcIsWidth to share code
52
53 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
54 misclassifying some Han fonts as monospaced.
55
562003-05-07 Keith Packard <keithp@keithp.com>
57
58 * Add filename-based accept/reject to ammend available fonts.
59
60 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
61 older FreeType releases.
62
632003-05-06 Keith Packard <keithp@keithp.com>
64
65 * Remove 0b82 and Tamil numbers from tamil
66 orthography (Jungshik Shin <jshin@mailaps.org>)
67
682003-05-04 Keith Packard <keithp@keithp.com>
86b12431
KP
69
70 + Map glyph names in fonts with adobe custom encoding to unicode
71
8edb970e
KP
722003-05-02 Keith Packard <keithp@keithp.com>
73
74 * Add FC_WEIGHT_BOOK as weight 75
75
762003-04-30 Keith Packard <keithp@keithp.com>
77
78 * Typo in bitstream foundry name
79
802003-04-24 Keith Packard <keithp@keithp.com>
81
82 * Eliminate italic_angle check for PS fonts
83
842003-04-23 Noah Levitt <nlevitt@columbia.edu>
85
86 * Getting closer to fixing /etc/fonts hard-coding.
87
882003-04-22 Keith Packard <keithp@keithp.com>
89
90 * Update autogen.sh to work with newer automake versions
91 * Handle pattern elements moving during multiple edits
92
8c87b429
KP
932003-04-23 James Henstridge <james@daa.com.au>
94
95 * doc/fontconfig-devel.sgml: close the <para> element.
96
97 * doc/fcpattern.fncs: close the <para> element.
98
99 * doc/func.sgml: close the <refsynopsisdiv> element.
100
8edb970e
KP
1012003-04-22 Keith Packard <keithp@keithp.com
102
103 * Update autogen.sh to work with newer automake versions
104 * Handle pattern elements moving during multiple edits
105
12d49d3c
CW
1062003-04-17 Colin Walters <walters@debian.org>
107
108 + Remove some unused variables, and initialize some other ones so
109 gcc doesn't warn us.
110
ab06f005
KP
1112003-04-16 Keith Packard <keithp@keithp.com>
112
113 + tag version 2.1.94
114
1152003-04-16 Keith Packard <keithp@keithp.com>
116
117 + add BDF property fetching support for foundry
118 (from Juliusz Chroboczek)
119 + add BDF property fetching support for width
120
1212003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
122
123 + Implemented foundry generation for Type 1 and TrueType
124
1252003-04-11 Gerard Escalante <g2@magestudios.net>
126
127 + Retrieve information from Type1 FontInfo dictionaries
128
8c8caabd
CW
1292003-04-07 Colin Walters <walters@verbum.org>
130
131 + src/Makefile.am: Fix dummy makefile target names when
132 MS_LIB_AVAILABLE isn't set.
133
daeed6e0
TL
1342003-03-22 Tor Lillqvist <tml@iki.fi>
135
136 Changes for Windows:
137
138 + On Windows with gcc (a.k.a. mingw) build as a DLL.
139
140 + We don't want to hardcode the fonts.conf file location in the
141 DLL, so we look up the DLL location at run-time in a DllMain()
142 function. The fonts.conf location is deduced from that.
143
144 + The colon can't be used as path separator on Windows,
145 semicolon is used instead. File path components can be separated
146 with either slash or backslash. Absolute paths can also begin
147 with a drive letter.
148
149 + Add internal function FcStrLastSlash that strrchr's the last
150 slash, or backslash on Windows.
151
152 + There is no link() on Windows. For atomicity checks, mkdir a
153 lock directory instead.
154
155 + In addition to HOME, also look for USERPROFILE.
156
157 + Recognize the special font directory token WINDOWSFONTDIR, to
158 use the system's font directory.
159
160 + Remove the fontconfig-def.cpp that was obsolete. Add
161 fontconfig.def(.in), without internal functions.
162
163 + Add a fontconfig-zip(.in) script, used to build a binary
164 distribution.
165
dbe9a11e
MH
166Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
167 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
168 to main package and man3/* to devel package
169
170 + Added missing defattr(-, root, root) to main RPM package
171
172 + Added HTML and text development documentation to -devel subpackage
173
c92abf78
MH
174Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
175 + Added back the configure macro options --disable-docs, otherwise
176 fontconfig installs docs into /usr/share/doc/fontconfig (with no
177 version number) unconditionally, causing RPM to fail the build due
178 to _unpackaged_files_terminate_build. We pick up the pregenerated
179 docs with %doc already.
180
b06766e4
MH
181Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
182 + Removed commented out rpm macro define at top of spec file,
183 replacing it with a simple explanation, since rpm macros are
184 expanded by rpm even in comments.
185
186 + Changed /usr/bin to _bindir in BuildRequires lines
187
188 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
189
190 + Reorganized file manifest lists
191
192Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
22dc6fc6
OT
193
194 + fontconfig.spec.in: Improvements from Red Hat spec file.
195
196 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
197
198 + docs/*.sgml: SGML fixes.
199
8fc10a72
KP
200Sat Mar 1 17:28:53 PST 2003 keithp
201 + Ok, so the ChangeLog is a bit out of date
202
203 + Lots of bugs fixed; most are in bugzilla, the
204 biggest problems were in cache management where
205 Owen discovered the library would lose badly when
206 combining fonts-cache and ~/.fonts-cache data
207
208 + Converted from autoconf to automake. This after
209 getting patches accepted into libtool to allow
210 the '-version-number' argument which lets
211 packages set version numbers explicitly rather
212 than the roundabout libtool way
213
214 + Converted documentation to SGML using the docbook
215 DTD. Now .txt and .html documents are installed
216 in /usr/share/doc/fontconfig and there's no
217 man page. Perhaps a man version can be written
218 at some point.
219
c2022f99
KP
220Sat Aug 31 15:21:22 PDT 2002 keithp
221 + Xrender and Xft had several bugs related to
222 rendering manually placed or poly-face text
223
224 + Added more complete memory tracing in fontconfig
225 Checked with (patched) mozilla and found no leaks
226
227 + Updated Latin orthographies by comparing those from
228 evertype.com with those from eki.ee. Tried to make
229 sensible choices, including chars that occured in both
230 and leaving some optional chars out that occured only
231 in one.
232
2458a6d8 233Mon Aug 26 16:33:04 PDT 2002 keithp
c2022f99 234 + Owen discovered that FcLangSetHasLang wasn't actually
2458a6d8
KP
235 checking the language set.
236
5d6788ac
KP
237Mon Aug 26 13:37:23 PDT 2002 keithp
238 + Append a version number to cache filenames
239
47d4f950
KP
240Thu Aug 22 11:36:18 PDT 2002 keithp
241
242 + Add "contains" and "not_contains" operators and elements to
243 font configuration
244
245 + Changed semantics of eq operator for LangSets to check for
246 FcLangEqual so that any match will do
247
248 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
249 of FcValueEqual to check for identical values when inserting into
250 the results. This broke when the above semantic change was made,
251 now it uses FcValueEqual which is "more correct" in any case.
252
d8d73958
KP
253Thu Aug 22 00:32:29 PDT 2002 keithp
254
255 + Reimplement FC_LANG as new datatype. Lists of strings
256 was consuming over a megabyte of memory for 401 fonts.
257
258 + Freeze patterns loaded from cache files. This shares
259 common value lists and common patterns which saves
260 considerable memory.
261
262 + Change the denotation of 'constant' charsets to use special
263 ref value instead of separate boolean.
264
265 + Clean up leak tracing stuff, found several unannoted alloc/free
266 calls
267
268Tue Aug 20 16:17:37 PDT 2002 keithp
269
270 + Fix memory leak when parsing matrices from XML
271
272Mon Aug 19 11:57:27 PDT 2002 keithp
273
fa244f3d
KP
274 + Fix autoconf files to pass FONTCONFIG_PATH on
275 compile line so that ${prefix} gets substituted
276 correctly.
277
278 + Use getc_unlocked/putc_unlocked on systems that
279 provide them to avoid damage done to stdio by posix
280
281 + Eliminate FC_PATTERN and FcTypePattern in favor of
282 an extended api for FcConfigSubstitute which takes
283 both the font and the pattern.
284
285 + Add 'sans serif' alias for 'sans-serif' as some apps
286 can't handle hyphens in family names
287
288 + Eliminate pretense of support for libxml2
289
290 + Comment origins of Han orthographies
291
aefb2c41
KP
292Tue Jul 30 18:37:09 PDT 2002 keithp
293
294 + Add binding property to edit element so that strong
295 binding values may be inserted by the config file.
296 The default remains weak.
297
298Sun 28 Jul 04:16:55 PDT 2002 keithp
299
300 + Tagged release candidate 1 in the CVS tree and
301 placed fcpackage.rc1.tar.gz for distribution
302
303Thu Aug 1 08:55:08 PDT 2002 keithp
304
305 + Fixed autoconf builds to always specify install
306 target files (for BSD). Also fixed to
307 define FONTCONFIG_PATH in config.h so that
308 nonstandard installs will actually work.