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