]> git.wh0rd.org - fontconfig.git/blame - README
Oops; missed the 60-delicious.conf file.
[fontconfig.git] / README
CommitLineData
24330d27
KP
1 Fontconfig
2 Font configuration and customization library
c001a192 3 Version 2.3.95
3b013a03 4 2006-04-26
c001a192 5
d5346181 6
845a0bf3
KP
7Check INSTALL for compilation and installation instructions.
8Report bugs to https://bugs.freedesktop.org in the fontconfig module.
9
c001a192
PL
102.3.95
11
12Match 'Standard Symbols L' for 'Symbol'. Add URW fonts as aliases for
13all of the PostScript fonts. (reported by Miguel Rodriguez). Fix a
14number of Coverity defects (Frederic Crozat). Speed up FcFontSort
15(fix suggested by Kenichi Handa). Fix error with charsets. Survive
16missing docbook2pdf. Compile on HP-UX, AIX, SGI and Windows (Cygwin,
17MinGW). Fix intel compiler warnings. Fix multiarch support (don't
18destroy multiarch files!) Require pkg-config. (Thanks Behdad; better
19solution wanted for libxml2 detection!) Fix typos in orth files and
20add orth for Lingala (reported by Denis Jacquerye). Remove debian/
21directory. Add a configuration file that disables hinting for the
22Lohit Gujarati font (since the hinting distorts some glyphs quite
23badly). Sort directory entries while scanning them from disk;
24prevents Heisenbugs due to file ordering in a directory (due to Egmont
25Koblinger). Fix Wine's problem with finding fonts. (Reported by
3b013a03
PL
26Bernhard Rosenkraenzer.) Fix the issues with GNU libiconv vs. libc
27iconv (which especially appear on Solarii); patch by Behdad Esfahbod,
28approach suggested by Tim Mooney.
c001a192 29
63d2df3f
PL
302.3.94
31
32fc-cat can take directories as input and creates old-style fonts.cache
33listings.
34fc-cache takes -r --really-force which blows away all old caches and
35regenerates.
36Robustness fixes, integer overflow fixes (notably to cache handling
37code), toast broken global cache files.
38Change binary format to make it compatible with static langset
39information (thanks to Takashi Iwai).
40Open hashed caches before fonts.cache-2 (Takashi Iwai).
41Fix FcFontSetMatch's algorithm, which used to unjustly kill fonts for
42not declaring certain elements (Takashi Iwai).
43Fix matching bug when multiple elements match; don't use
44the sum of all scores, but the best score (James Su).
45Make fc-lang more friendly to Windows systems.
46Remove archaic chars from Georgian charset; add Euro character to
47charsets for European languages.
48Fix treatment of broken PCF fonts that don't declare family names.
49Pass O_BINARY to open if appropriate (reported by Doodle).
50Normalize font directories to the form in which they appear in
51config files.
52Add a record of the cached directory to the cache file.
53Perf optimizations (Dirk Mueller; some reported by Michael Meeks.)
54Don't loop infinitely on recursive symlinks.
55Make 'make distcheck' work with automake 1.6.3.
56Replace 'stamp' target with mkinstalldirs.
57Don't stop scanning if a directory in fonts.conf doesn't exist,
58because subsequent directories might exist.
59Put directory names into global cache (reported by Ronny V. Vindenes).
60Treat zh-hk fonts differently from zh-tw fonts. This patch may cause
61fontconfig to treat A-X fonts differently from A-Y fonts; please mail
62the fontconfig list if this causes any problems.
63Fix for unaligned memory accesses (Andreas Schwab).
64Fix treatment of cache directory as read from cache file; don't use
65string equality to determine if we have the right file, use inode
66equality.
67Properly skip past dir caches that contain zero fonts, as occurs
68in global caches (reported by Mike Fabian).
69Print out full pathname in fc-match -v (reported by Frederic Crozat).
70Fix bug where fc-match crashes when given __DUMMY__ property to
71match on.
72
3bfae75d
PL
732.3.93
74
75Create cache files in /var/cache/fontconfig with hashed filenames, if
76possible, for added FHS compliance.
77Make fc-cat read both per-directory and global cache files.
78Add config file for Persian fonts from Sharif FarsiWeb, Inc.
79Major performance improvements by Dirk Mueller, Stephen Kulow, and Michael Matz at SuSE: in particular, speed up FcFontSetMatch, and inline many functions.
80Fix treatment of globs in config files, broken since 2.3.2 and discovered by Mathias Clasen.
81Don't use freetype internal headers (patch by Matthias Clasen).
82Further space improvements: create langsets statically, so that they can live in .rodata.
83Properly align mmapped data structures to make e.g. ia64 happy.
84Bug fixes.
85
e6d3e251
PL
862.3.92
87
88Fix corrupted caches bugs from 2.3.91 (reported by Mike Fabian).
89Store only basename in the cache, reconstitute on demand
90(reported by James Cloos).
91Change the rule for artificial emboldening in fonts.conf.in. This
92enables the support for artificial emboldening included in cairo
93(patch by Zhe Su).
94Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether
95to load embedded bitmaps or not (patch by Jinghua Luo).
96Fix GCC4 warnings (some by Behdad Esfahbod).
97Support localized font family and style names; this has been reported
98to break old apps like xfd, but modern (gtk+/qt/mozilla) apps work
99fine (patch by Zhe Su).
100Prevent fc-list from escaping strings when printing them (reported by
101Matthias Clasen).
102Add valist sentinel markup for FcObjectSetBuild and
103FcPatternBuild (patch by Marcus Meissner).
104Add consts to variables so as to move arrays into .rodata (patch by
105Ross Burton).
106Modify config file to use Greek fonts before Asian fonts with
107Greek glyphs. (patch by Simos Xenitellis).
108Use libtool -no-undefined flag on all platforms (patch by Christian
109Biesinger).
110
bc5784ff
PL
1112.3.91
112
113Use libxml2 if requested or if expat not available. (Mathias Hasselmann)
114Fix multi-arch cache files: compute the position for the
115block to be added using info from OrigFile, not NewFile. (plam)
116Cast results of sizeof() to unsigned int to get rid of
117warnings on x86_64 (reported by Matthias Clasen).
118Use FcAtomic to rewrite cache files; don't unlink the fonts.cache-2
119file even if there's no data to write; just write an empty cache file.
120(Reported by Lubos Lunak)
121Allocate room for the subdirectory names in each directory cache.
122(Reported by James Cloos)
123
f28f090d
PL
1242.3.90
125
126Development release of mmap patch: load pattern information
127directly from cache files. (Patrick Lam)
128
1cb309ad
KP
1292.3.2
130
87c88746
KP
131Patch memory leaks in using iconv. (Reported by Chris Capoccia)
132Patch memory leaks in fc-cache. (Reported by Chris Capoccia)
1cb309ad
KP
133Fetch bitmap glyphs to get widths during font evaluation. (keithp)
134Share strings through FcObjectStaticName (Ross Burton)
135Windows build updates (Tor Lillqvist)
136
d49dde9f
KP
1372.3.1
138
139Be more careful about broken GSUB/GPOS tables (Manish Singh)
140Include debian packaging stuff in CVS (Josselin Mouette)
141Add more conf.d examples (Keith Packard)
142Make manuals build again (Keith Packard)
143Johap -> Johab (Funda Wang)
144
4afc00ca
KP
1452.3.0
146
147Fix memory leak of patterns rejected by configuration (#2518)
148
149Create prototype /etc/fonts/conf.d directory and populate it with a few
150sample files. These samples are unused as the file names don't start with
151numbers.
152
153Update documentation.
154
afca7836
KP
1552.2.99
156
157Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
158
159Update blanks list from recent Unicode docs (#86)
160
161Various small build fixes (#280, #2278,
162
163Documentation fixes (#2085, #2284, #2285)
164
165Add polite typechecking to config file loader (#229)
166
d5346181
KP
1672.2.98
168
169Share object name strings (Michael Meeks)
170
171Eliminate a couple of codepoints from Russian orthography (John Thacker)
172
173Add synthetic emboldening configuration changes (Jakub Pavelek)
174
175Change FcFontSetSort to ignore language after fonts with the requested
176languages have been found. (Owen Taylor)
177
178Add some RedHat font configuration changes (Owen Tayler).
179
180Add full Unicode case folding support to case-ignoring string functions
181(Keith Packard)
182
183Remove Han characters from Korean orthography (Tor Andersson)
308dc9c3
KP
184
1852.2.97
186
187Fc-cache sleeps before exiting to ensure filesystem timestamps are well
188ordered.
189
190Added Punjai orthography.
191
192The timestamp in fonts.conf is gone now. Too many problems.
193
194The default font path includes all of the X fonts; use selectfont/rejectfont
195to eliminate bitmaps, as shown in the sample local.conf file.
196
197<include> configuration elements may now reference a directory. Files
198in that directory matching [0-9]* are loaded in UTF-8 collating sequence order.
199
200<selectfont> configuration added to control which fonts are used.
201
202fontformat font pattern elements built from the FT_Get_X11_Font_Format
203function in newer versions of FreeType.
204
205'capability' list constructed from gsub/gpos and silf values in TrueType
206files.
207
208Multi-lingual names (style, family, fullname) extracted and stored with
209parallel <foo>lang properties marking language.
b5f36ca0
KP
210
2112.2.96
212
213Fix FcConfigUpToDate to actually check all font directories and eliminate
214a typo which completely prevented it from working (Lubos Lunak
215<l.lunak@suse.cz>)
216
217Remove comma at end of FcResult enum definition for picky compilers.
d81271eb
KP
218
2192.2.95
220
221Add FcResultOutOfMemory so FcFontSetMatch can return accurate error.
222
223Replace MIN/MAX/ABS macros which happened to be in old FreeType releases
224with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig.
626a7016
KP
225
2262.2.94
227
228The 2.2.93 release was prepared with a broken libtool which created
229the shared library without the '.so' in the file names.
6ae6acf3
KP
230
2312.2.93
232
233This is the third prerelease of fontconfig 2.3. Significant changes from
2342.2.92 are:
235
236 o Use new FreeType #include syntax
237 o use y_ppem field instead of 'height' in bitmap sizes rec -
238 FreeType changed the semantics. Still uses height for
239 older versions of FreeType
240 o Don't construct program manuals unless docbook is available
241
2422.2.92
243
244 o make distcheck work
245
2462.2.91
247
248 o Switch to SGML manuals
249 o Add FC_DUAL width spacing value
250 o Add FcFini to close out fontconfig and release all memory
251
2522.2
2eafe090 253
8fc10a72 254This is the third public release of fontconfig, a font configuration and
2eafe090
KP
255customization library. Fontconfig is designed to locate fonts within the
256system and select them according to requirements specified by applications.
257
258Fontconfig is not a rasterization library, nor does it impose a particular
259rasterization library on the application. The X-specific library
260'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
261
262Keith Packard
263keithp@keithp.com