]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
Fix "contains" op for strings and langsets.
[fontconfig.git] / ChangeLog
CommitLineData
8c87b429
KP
12003-04-23 James Henstridge <james@daa.com.au>
2
3 * doc/fontconfig-devel.sgml: close the <para> element.
4
5 * doc/fcpattern.fncs: close the <para> element.
6
7 * doc/func.sgml: close the <refsynopsisdiv> element.
8
12d49d3c
CW
92003-04-17 Colin Walters <walters@debian.org>
10
11 + Remove some unused variables, and initialize some other ones so
12 gcc doesn't warn us.
13
ab06f005
KP
142003-04-16 Keith Packard <keithp@keithp.com>
15
16 + tag version 2.1.94
17
182003-04-16 Keith Packard <keithp@keithp.com>
19
20 + add BDF property fetching support for foundry
21 (from Juliusz Chroboczek)
22 + add BDF property fetching support for width
23
242003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
25
26 + Implemented foundry generation for Type 1 and TrueType
27
282003-04-11 Gerard Escalante <g2@magestudios.net>
29
30 + Retrieve information from Type1 FontInfo dictionaries
31
8c8caabd
CW
322003-04-07 Colin Walters <walters@verbum.org>
33
34 + src/Makefile.am: Fix dummy makefile target names when
35 MS_LIB_AVAILABLE isn't set.
36
daeed6e0
TL
372003-03-22 Tor Lillqvist <tml@iki.fi>
38
39 Changes for Windows:
40
41 + On Windows with gcc (a.k.a. mingw) build as a DLL.
42
43 + We don't want to hardcode the fonts.conf file location in the
44 DLL, so we look up the DLL location at run-time in a DllMain()
45 function. The fonts.conf location is deduced from that.
46
47 + The colon can't be used as path separator on Windows,
48 semicolon is used instead. File path components can be separated
49 with either slash or backslash. Absolute paths can also begin
50 with a drive letter.
51
52 + Add internal function FcStrLastSlash that strrchr's the last
53 slash, or backslash on Windows.
54
55 + There is no link() on Windows. For atomicity checks, mkdir a
56 lock directory instead.
57
58 + In addition to HOME, also look for USERPROFILE.
59
60 + Recognize the special font directory token WINDOWSFONTDIR, to
61 use the system's font directory.
62
63 + Remove the fontconfig-def.cpp that was obsolete. Add
64 fontconfig.def(.in), without internal functions.
65
66 + Add a fontconfig-zip(.in) script, used to build a binary
67 distribution.
68
dbe9a11e
MH
69Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
70 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
71 to main package and man3/* to devel package
72
73 + Added missing defattr(-, root, root) to main RPM package
74
75 + Added HTML and text development documentation to -devel subpackage
76
c92abf78
MH
77Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
78 + Added back the configure macro options --disable-docs, otherwise
79 fontconfig installs docs into /usr/share/doc/fontconfig (with no
80 version number) unconditionally, causing RPM to fail the build due
81 to _unpackaged_files_terminate_build. We pick up the pregenerated
82 docs with %doc already.
83
b06766e4
MH
84Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
85 + Removed commented out rpm macro define at top of spec file,
86 replacing it with a simple explanation, since rpm macros are
87 expanded by rpm even in comments.
88
89 + Changed /usr/bin to _bindir in BuildRequires lines
90
91 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
92
93 + Reorganized file manifest lists
94
95Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
22dc6fc6
OT
96
97 + fontconfig.spec.in: Improvements from Red Hat spec file.
98
99 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
100
101 + docs/*.sgml: SGML fixes.
102
8fc10a72
KP
103Sat Mar 1 17:28:53 PST 2003 keithp
104 + Ok, so the ChangeLog is a bit out of date
105
106 + Lots of bugs fixed; most are in bugzilla, the
107 biggest problems were in cache management where
108 Owen discovered the library would lose badly when
109 combining fonts-cache and ~/.fonts-cache data
110
111 + Converted from autoconf to automake. This after
112 getting patches accepted into libtool to allow
113 the '-version-number' argument which lets
114 packages set version numbers explicitly rather
115 than the roundabout libtool way
116
117 + Converted documentation to SGML using the docbook
118 DTD. Now .txt and .html documents are installed
119 in /usr/share/doc/fontconfig and there's no
120 man page. Perhaps a man version can be written
121 at some point.
122
c2022f99
KP
123Sat Aug 31 15:21:22 PDT 2002 keithp
124 + Xrender and Xft had several bugs related to
125 rendering manually placed or poly-face text
126
127 + Added more complete memory tracing in fontconfig
128 Checked with (patched) mozilla and found no leaks
129
130 + Updated Latin orthographies by comparing those from
131 evertype.com with those from eki.ee. Tried to make
132 sensible choices, including chars that occured in both
133 and leaving some optional chars out that occured only
134 in one.
135
2458a6d8 136Mon Aug 26 16:33:04 PDT 2002 keithp
c2022f99 137 + Owen discovered that FcLangSetHasLang wasn't actually
2458a6d8
KP
138 checking the language set.
139
5d6788ac
KP
140Mon Aug 26 13:37:23 PDT 2002 keithp
141 + Append a version number to cache filenames
142
47d4f950
KP
143Thu Aug 22 11:36:18 PDT 2002 keithp
144
145 + Add "contains" and "not_contains" operators and elements to
146 font configuration
147
148 + Changed semantics of eq operator for LangSets to check for
149 FcLangEqual so that any match will do
150
151 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
152 of FcValueEqual to check for identical values when inserting into
153 the results. This broke when the above semantic change was made,
154 now it uses FcValueEqual which is "more correct" in any case.
155
d8d73958
KP
156Thu Aug 22 00:32:29 PDT 2002 keithp
157
158 + Reimplement FC_LANG as new datatype. Lists of strings
159 was consuming over a megabyte of memory for 401 fonts.
160
161 + Freeze patterns loaded from cache files. This shares
162 common value lists and common patterns which saves
163 considerable memory.
164
165 + Change the denotation of 'constant' charsets to use special
166 ref value instead of separate boolean.
167
168 + Clean up leak tracing stuff, found several unannoted alloc/free
169 calls
170
171Tue Aug 20 16:17:37 PDT 2002 keithp
172
173 + Fix memory leak when parsing matrices from XML
174
175Mon Aug 19 11:57:27 PDT 2002 keithp
176
fa244f3d
KP
177 + Fix autoconf files to pass FONTCONFIG_PATH on
178 compile line so that ${prefix} gets substituted
179 correctly.
180
181 + Use getc_unlocked/putc_unlocked on systems that
182 provide them to avoid damage done to stdio by posix
183
184 + Eliminate FC_PATTERN and FcTypePattern in favor of
185 an extended api for FcConfigSubstitute which takes
186 both the font and the pattern.
187
188 + Add 'sans serif' alias for 'sans-serif' as some apps
189 can't handle hyphens in family names
190
191 + Eliminate pretense of support for libxml2
192
193 + Comment origins of Han orthographies
194
aefb2c41
KP
195Tue Jul 30 18:37:09 PDT 2002 keithp
196
197 + Add binding property to edit element so that strong
198 binding values may be inserted by the config file.
199 The default remains weak.
200
201Sun 28 Jul 04:16:55 PDT 2002 keithp
202
203 + Tagged release candidate 1 in the CVS tree and
204 placed fcpackage.rc1.tar.gz for distribution
205
206Thu Aug 1 08:55:08 PDT 2002 keithp
207
208 + Fixed autoconf builds to always specify install
209 target files (for BSD). Also fixed to
210 define FONTCONFIG_PATH in config.h so that
211 nonstandard installs will actually work.