Bump libtool revision
[platform/upstream/fontconfig.git] / README
1                               Fontconfig
2              Font configuration and customization library
3                       Version 2.10.95 (2.11 RC5)
4                               2013-08-31
5
6
7 Check INSTALL for compilation and installation instructions.
8 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
9
10 2.10.95 (2.11 RC5)
11
12 Akira TAGOH (2):
13       Fix a typo
14       Fix a crash
15
16 2.10.94 (2.11 RC4)
17
18 Akira TAGOH (25):
19       Bug 64906 - FcNameParse() should ignore leading whitespace in parameters
20       Fix a comparison of constant warning with clang
21       Fix a shift count overflow on 32bit box
22       Fix a incompatible pointer warning on NetBSD
23       Add FcTypeUnknown to FcType to avoid comparison of constant -1
24       Fix the behavior of intermixed tests end edits in match
25       Ignore scandir() check on mingw
26       Use INT_MAX instead of unreliable hardcoding value
27       Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
28       Rework to apply the intermixed test and edit elements in one-pass
29       trivial code optimization
30       Correct fontconfig.pc to add certain dependencies for build
31       Correct fontconfig.pc to add certain dependencies for static build
32       Fix wrong edit position
33       Bug 67809 - Invalid read/write with valgrind when assigning something twice
34       warn deprecated only when migration failed
35       Bug 67845 - Match on FC_SCALABLE
36       Bug 16818 - fontformat in match pattern is not respected?
37       Bug 68340 - More metric compat fonts
38       Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
39       Fix a typo
40       Fix a crash when non-builtin objects are edited
41       Fix a wrong edit position when 'kind' is different
42       Bug 68587 - copy qu.orth to quz.orth
43       Add quz.orth to Makefile.am
44
45 Behdad Esfahbod (2):
46       Minor
47       Fix assertion
48
49 2.10.93 (2.11 RC3)
50
51 Akira TAGOH (10):
52       Bug 62980 - matching native fonts with even :lang=en
53       Ensure closing fp on error
54       Obtain fonts data via FT_Face instead of opening a file directly
55       Revert the previous change and rework to not export freetype API outside fcfreetype.c
56       documented FC_HASH and FC_POSTSCRIPT_NAME
57       Bug 63329 - make check fails: .. contents:: :depth: 2
58       Use the glob matching for filename
59       Bug 63452 - conf.d/README outdated
60       Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4
61       Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memory
62
63 Sebastian Freundt (1):
64       build-chain, replace INCLUDES directive by AM_CPPFLAGS
65
66 2.10.92 (2.11 RC2)
67
68 Akira TAGOH (33):
69       Fix the build fail on MinGW
70       Bug 50497 - RFE: Add OpenType feature tags support
71       Improve FcGetPrgname() to work on BSD
72       Better fix for 2fe5ddfd
73       Add missing file descriptor to F_DUPFD_CLOEXEC
74       Fix mkstemp absence for some platform
75       Fix installation on MinGW32
76       Add another approach to FC_PRGNAME for Solaris 10 or before
77       remove the unnecessary code
78       Bug 59385 - Do the right thing for intermixed edit and test elements
79       Bug 23757 - Add mode="delete" to <edit>
80       Modernize configure.ac
81       Use AM_MISSING_PROG instead of hardcoding missing
82       Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"
83       Use AM_MISSING_PROG instead of hardcoding missing
84       Bug 50733 - Add font-file hash?
85       Bug 60312 - DIST_SUBDIRS should never appear in a conditional
86       Update _FcMatchers definition logic
87       Bump the cache version to 4
88       Add Culmus foundry to the vendor list
89       Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
90       Bug 60783 - Add Liberation Sans Narrow to 30-metric-aliases.conf
91       Fix a typo
92       Fix a crash when the object is non-builtin object
93       Fix broken sort order with FcFontSort()
94       Fix a memory leak
95       Bug 59456 - Adding a --sysroot like option to fc-cache
96       Do not copy FC_*LANG_OBJECT even if it's not available on the pattern
97       Fix a SIGSEGV on FcPatternGet* with NULL pattern
98       Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
99       Minor cleanup
100       Bump libtool revision
101       Minor fix
102
103 Behdad Esfahbod (12):
104       Resepct $NOCONFIGURE
105       Ensure we find the uninstalled fontconfig header
106       Copy all values from pattern to font if the font doesn't have the element
107       Minor
108       Bug 59379 - FC_PRGNAME
109       Remove unused checks for common functions
110       Minor
111       Fix fc-cache crash caused by looking up NULL object incorrectly
112       Fix FC_PRGNAME default
113       Fix readlink failure
114       Accept digits as part of OpenType script tags
115       Fix crash with FcConfigSetCurrent(NULL)
116
117 Christoph J. Thompson (1):
118       Use the PKG_INSTALLDIR macro.
119
120 Colin Walters (1):
121       build: Only use PKG_INSTALLDIR if available
122
123 Quentin Glidic (2):
124       test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT
125       Use LOG_COMPILER and AM_TESTS_ENVIRONMENT
126
127 2.10.91 (2.11 RC1)
128
129 Akira TAGOH (19):
130       Fix a potability issue about stdint.h
131       Fix build issues on clean tree
132       Do not show the deprecation warning if it is a symlink
133       Fix a typo
134       Fix the wrong estimation for the memory usage information in fontconfig
135       Remove the duplicate null-check
136       Remove the dead code
137       clean up
138       Fix a typo that accessing to the out of array
139       Fix a memory leak
140       Check the system font to be initialized
141       Missing header file for _mkdir declaration
142       Clean up the unused variable
143       Bug 47705 - Using O_CLOEXEC
144       missing header file to declare _mkdir
145       Fix a build fail on mingw
146       Fix a typo in the manpages template
147       Bug 29312 - RFE: feature to indicate which characters are missing to satisfy the language support
148       Update the date in README properly
149
150 Behdad Esfahbod (73):
151       Fix typo
152       Parse matrices of expressions
153       Fix compiler warnings
154       Fix unused-parameter warnings
155       Fix more warnings
156       Fix sign-compare warnings
157       Fix warning
158       Fix more warnings
159       Fixup from 4f6767470f52b287a2923e7e6d8de5fae1993f67
160       Remove memory accounting and reporting
161       Allow target="font/pattern/default" in <name> elements
162       Don't warn if an unknown element is used in an expression
163       Unbreak build when FC_ARCHITECTURE is defined
164       Remove unneeded stuff
165       Enable fcarch assert checks even when FC_ARCHITECTURE is explicitly given
166       Make tests run on Windows
167       Initialize matrix during name parsing
168       Adjust docs for recent changes
169       Warn if <name target="font"> appears in <match target="pattern">
170       Make FC_DBG_OBJTYPES debug messages into warnings
171       Refuse to set value to unsupported types during config too
172       Add NULL check
173       Don't crash in FcPatternDestroy with NULL pattern
174       Don't crash in FcPatternFormat() with NULL pattern
175       Minor
176       Whitespace
177       Deprecate FcName(Un)RegisterObjectTypes / FcName(Un)RegisterConstants
178       Use a static perfect hash table for object-name lookup
179       Switch .gitignore to git.mk
180       Remove shared-str pool
181       Fix build stuff
182       Add build stuff for threadsafety primitives
183       Add thread-safety primitives
184       Make refcounts, patterns, charsets, strings, and FcLang thread-safe
185       Make FcGetDefaultLang and FcGetDefaultLangs thread-safe
186       Make FcInitDebug() idempotent
187       Make FcDefaultFini() threadsafe
188       Refactor; contain default config in fccfg.c
189       Minor
190       Make default-FcConfig threadsafe
191       Minor
192       Make FcCacheIsMmapSafe() threadsafe
193       Minor
194       Make cache refcounting threadsafe
195       Add a big cache lock
196       Make random-state initialization threadsafe
197       Make cache hash threadsafe
198       Make FcDirCacheDispose() threadsafe
199       Make fcobjs.c thread-safe
200       Warn about undefined/invalid attributes during config parsing
201       Fixup fcobjs.c
202       Remove FcSharedStr*
203       Fix compiler warnings
204       Minor
205       Fix build and warnings on win32
206       Use CC_FOR_BUILD to generate source files
207       Fix more warnings.
208       Trying to fix distcheck
209       Fix build around true/false
210       Work around Sun CPP
211       Really fix cross-compiling and building of tools this time
212       Second try to make Sun CPP happy
213       Ugh, add Tools.mk
214       Minor
215       Don't use blanks for fc-query
216       Remove FcInit() calls from tools
217       Add 10-scale-bitmap-fonts.conf and enable by default
218       Oops, add the actual file
219       Fix pthreads setup
220       Fix memory corruption!
221       Add pthread test
222       Add atomic ops for Solaris
223       Make linker happy
224
225 Jon TURNEY (1):
226       Fix build when srcdir != builddir
227
228 2.10.2
229
230 Akira TAGOH (13):
231       Bug 53585 - Two highly-visible typos in src/fcxml.c
232       Fix for libtoolize's warnings
233       Bug 54138 - X_OK permission is invalid for win32 access(..) calls
234       Bug 52573 - patch required to build 2.10.x with oldish GNU C library headers
235       deal with warnings as errors for the previous change
236       Fix wrongly squashing for the network path on Win32.
237       Fix syntax errors in fonts.dtd.
238       autogen.sh: Add -I option to tell aclocal a place for external m4 files
239       Use automake variable instead of cleaning files in clean-local
240       Bug 56531 - autogen.sh fails due to missing 'm4' directory
241       Bug 57114 - regression on FcFontMatch with namelang
242       Update CaseFolding.txt to Unicode 6.2
243       Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in 65-nonlatin.conf
244
245 Behdad Esfahbod (1):
246       Fix N'ko orthography
247
248 Jeremy Huddleston Sequoia (1):
249       Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h" result in the correct values
250
251 2.10.1
252
253 Akira TAGOH (2):
254       Fix a typo in fontconfig.pc
255       Install config files first
256
257 2.10.0
258
259 Akira TAGOH (5):
260       Bug 34266 - configs silently ignored if libxml2 doesn't support SAX1 interface
261       Update CaseFolding.txt to Unicode 6.1
262       Fix a build fail with gcc 2.95, not supporting the flexible array members.
263       Bump libtool revision
264       Update INSTALL
265
266 2.9.92 (2.10 RC2)
267
268 Akira TAGOH (9):
269       Bug 50835 - Deprecate FC_GLOBAL_ADVANCE
270       Fix a typo and build fail.
271       Fix a build fail on MINGW
272       Fix the fail of make install with --disable-shared on Win32
273       clean up the lock file properly on even hardlink-not-supported filesystem.
274       Rename configure.in to configure.ac
275       Bug 18726 - RFE: help write locale-specific tests
276       Bump libtool revision
277       Update INSTALL
278
279 Marius Tolzmann (2):
280       Fix newline in warning about deprecated config includes
281       Fix warning about deprecated, non-existent config includes
282
283 2.9.91 (2.10 RC1)
284
285 Akira TAGOH (60):
286       [doc] Update the path for cache files and the version.
287       [doc] Update for cachedir.
288       Revert "Fix a build fail on some environment."
289       Revert "Fix a build fail on some environment"
290       Fix a build issue due to the use of non-portable variables
291       Get rid of the prerequisites from the sufix rules
292       Bug 39914 - Please tag the cache directory with CACHEDIR.TAG
293       fc-cache: improvement of the fix for Bug#39914.
294       fcmatch: Set FcResultMatch at the end if the return value is valid.
295       Bug 47703 - SimSun default family
296       Bug 17722 - Don't overwrite user's configurations in default config
297       Fix a memory leak in FcDirScanConfig()
298       Bug 17832 - Memory leaks due to FcStrStaticName use for external patterns
299       fcpat: Increase the number of buckets in the shared string hash table
300       Fix the hardcoded cache file suffix
301       Move workaround macros for fat binaries into the separate header file
302       Bug 48020 - Fix for src/makealias on Solaris 10
303       Bug 24729 - [ne_NP] Fix ortho file
304       doc: Add contains and not_contains operators and elements
305       Use AC_HELP_STRING instead of formatting manually
306       Use pkgconfig to check builddeps
307       Bug 29341 - Make some fontconfig paths configurable
308       Bug 22862 - <alias> ignores <match> <test>s
309       Bug 26830 - Add search for libiconv non-default directory
310       Bug 28491 - Allow matching on FC_FILE
311       Bug 48573 - platform without regex do not have also REG_XXX defines
312       Bug 27526 - Compatibility fix for old windows sytems
313       Add --with-expat, --with-expat-includes and --with-expat-lib back.
314       doc: Fix a typo of the environment variable name.
315       Bug 25151 - Move cleanCacheDirectory() from fc-cache.c into
316       Rework to avoid adding the unexpected value to ICONV_CFLAGS and ICONV_LIBS
317       Fix a build issue again when no regex functions available
318       C++11 requires a space between literal and identifier
319       Bug 47721 - Add ChromeOS fonts to 30-metric-aliases.conf
320       Create CACHEDIR.TAG when fc-cache is run or only when the cache directory is created at the runtime.
321       Add --enable-iconv option to configure
322       Bug 27765 - FcMatch() returns style in wrong language
323       Disable iconv support anyway...
324       Bug 39278 - make usage of mmap optional
325       Output more verbose debugging log to show where to insert the element into the value list
326       fonts.conf: keeps same binding for alternatives
327       fcarch.c: get rid of the duplicate definition of FC_MAX
328       Bug 19128 - Handling whitespace in aliases
329       Bug 20411 - fontconfig doesn't match FreeDesktop directories specs
330       Correct the example
331       Bug 33644 - Fontconfig doesn't match correctly in <test>
332       fcatomic: fallback to create a directory with FcAtomicLock
333       Move statfs/statvfs wrapper to fcstat.c and add a test for the mtime broken fs
334       Fix the build fail on Solaris
335       Fix a typo and polish the previous change
336       Fix the wrong estimation for the memory usage information in fontconfig
337       Bug 32853 - Export API to get the default language
338       fcdefault: fallback if the environment variables are empty
339       Add the default language to the pattern prior to do build the substitution
340       fcdefault: no need to set FC_LANG in FcDefaultSubstitute() anymore
341       fcdefault: Add the lang object at FcConfigSubstituteWithPat() only when kind is FcMatchPattern
342       Bug 50525 - superfluous whitespace in the style
343       Bump libtool revision
344       doc: Fix distcheck error again...
345       Generate bzip2-compressed tarball too
346
347 Jeremy Huddleston (1):
348       fcarch: Check for architecture signature at compile time rather than configure time
349
350 Keith Packard (3):
351       Use posix_fadvise to speed startup
352       Extra ',' in AC_ARG_WITH(arch causes arch to never be autodetected
353       Deal with architectures where ALIGNOF_DOUBLE < 4
354
355 Mark Brand (1):
356       fix building for WIN32
357
358 Mikhail Gusarov (2):
359       Move FcStat to separate compilation unit
360       Fix cache aging for fonts on FAT filesystem under Linux
361
362 2.9
363
364 Akira TAGOH (28):
365       Add charset editing feature.
366       add some document for range and charset.
367       Add the range support in blank element
368       Add editing langset feature.
369       add some documents
370       Bug 24744 - No n'ko orthography
371       Remove the unnecessary comment in ks.orth
372       Bug 32965 - Asturian (ast-ES) language matching missing á¸·á¸·á¸¥
373       Add a missing file
374       Bug 35517 - Remove Apple Roman cmap support
375       Bug 40452 - Running 'fc-match --all' core dumps when no fonts are installed
376       Get rid of the unexpected family name
377       Bug 44826 - <alias> must contain only a single <family>
378       Bug 46169 - Pointer error in FcConfigGlobMatch
379       Do not update stream->pos when seeking is failed.
380       Bug 27385 - lcdfilter settings for freetype-2.3.12 not available in fontconfig-2.8.0
381       Add brx.orth and sat.orth
382       Bug 41694 - FcCache functions have random-number-generator side effects
383       Bug 23336 - unable to display bitmap-only (SFNT) TrueType or OpenType
384       Check null value for given object to avoid possibly segfaulting
385       Bug 19128 - Handling whitespace in aliases
386       Fix distcheck error
387       Update the version info
388       Update to detect the uncommited changes properly
389       Fix a build issue
390       Fix a build fail on some environment
391       Fix a build fail on some environment.
392       Get rid of $< from Makefile.am
393
394 Alan Coopersmith (1):
395       Fix compiler warnings
396
397 Behdad Esfahbod (54):
398       [fc-cache] Document -r argument in man page
399       [doc] Fix typo
400       Bug 25508 configure assumes bash > 2.0 is on system
401       Update INSTALL
402       Add note about autogen.sh to INSTALL
403       Fix doc typo
404       More doc typo fixes
405       Bug 18886 installation crashes if fontconfig already installed
406       Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
407       Bug 25152 Don't sleep(2) if all caches were uptodate
408       Don't include unistd.h in fontconfig.h
409       Accept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from name table
410       Whitespace
411       More whitespace
412       Remove all training whitespaces
413       Fix comment
414       Add fc-pattern cmdline tool
415       Bug 29338 - fc-pattern.sgml, open para tag
416       Add comments
417       Bug 29995 - fc-cat does not invoke FcFini()
418       Add new public API: FcCharSetDelChar()
419       [fc-lang] Support excluding characters
420       Bug 24729 - [ne_NP] Fix ortho file
421       Add more copyright owners
422       Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
423       Fix returned value
424       Bug 28958 - lang=en matches other langs
425       Make most generated-files cross-compiling-safe
426       Make fc-arch stuff cross-compiling-safe
427       Bump version
428       Allow editing charset and lang in target="scan"
429       Add <range> support for <blank> into the DTD
430       Skip <range> elements with begin > end
431       Doc nit
432       Fix assertion failure on le32d4
433       Remove AM_MAINTAINER_MODE
434       Update CaseFolding.txt to Unicode 6.0
435       Remove --enable-maintainer-mode from autogen.sh
436       Bug 20113 - Uighur (ug) orthography incomplete
437       Bug 30566 - fcformat.c:interpret_enumerate() passes uninitialized idx to FcPatternGetLangSet()
438       Mark constant strings as constant
439       More doc typo fixes
440       Always define FcStat as a function
441       Fix warning
442       Bug 35587 - Add padding to make valgrind and glibc not hate each other
443       [.gitignore] Update
444       Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...
445       Bug 26718 - "fc-match sans file" doesn't work
446       Switch fc-match to use FcPatternFormat()
447       Switch fc-cat to use FcPatternFormat()
448       Fix stupid bug in FcFontSort()
449       Bug 41171 - Invalid use of memset
450       Fix parallel build
451       Add FcPublic to FcLangSetUnion and FcLangSetSubtract
452
453 Brad Hards (1):
454       Documentation fixes
455
456 Jeremy Huddleston (2):
457       fontconfig.pc: Add variables for confdir and cachedir
458       fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE
459
460 Jinkyu Yi (1):
461       Bug 42423 - make default Korean font from Un to Nanum
462
463 MINAMI Hirokazu (1):
464       Bug 43406 - typo of Japanese font name in conf.d/65-nonlatin.conf
465
466 Mike Frysinger (9):
467       FcStrPlus: optimize a little
468       delete unused variables
469       FcStat: change to FcChar8 for first arg
470       fc-cat: fix pointer warning
471       FcName{,Get}Constant: constify string input
472       fc-{list,match}: constify format string
473       fix build warnings when using --with-arch
474       FcObjectValidType: tweak -1 checking
475       makealias: handle missing funcs better
476
477 Parag Nemade (2):
478       Bug 25651 - Add ortho file for locale brx_IN
479       Bug 25650 - Add ortho file for locale sat_IN
480
481 Pravin Satpute (4):
482       Bug 27195 - need updates to ks.orth file
483       Bug 43321 - Required corrections in urdu.orth file
484       Bug 25653 - Add ortho file for locale doi_IN
485       Bug 25652 - Add ortho file for locale mni_IN
486
487 2.8
488
489 Behdad Esfahbod (24):
490       Clarify default confdir and cachedir better.
491       Move FcAlign to fcint.h
492       [fc-arch] Add FcAlign to arch signature
493       [int] Define MIN/MAX/ABS macros
494       Bump cache version up from 2 to 3 and fix FcLangSet caching/crash
495       Remove unused macros
496       [int] Remove fc_storage_type() in favor of direct access to v->type
497       [int] Remove fc_value_* macros that did nothing other than renaming
498       Enable automake silent rules
499       [int] Remove more unused macros
500       [xml] Remove unused code
501       [arch] Try to ensure proper FcLangSet alignment in arch
502       [lang] Fix serializing LangSet from older versions
503       Make sure fclang.h and fcarch.h are built
504       Remove bogus comment
505       [fc-glyphname] Cleanup Makefile.am
506       [src] Create fcglyphname.h automatically
507       [fc-glyphname] Rename internal arrays to prefix with _fc_
508       Clean up Makefile's a bit
509       [fc-glyphname] Remove Adobe glyphlist
510       [fc-case] Update CaseFolding.txt to Unicode 5.2.0
511       [fc-arch] Beautify the arch template
512       [fc-arch] Rename architecture names to better reflect what they are
513       Bump libtool revision in preparation for release
514
515 2.7.3
516
517 Behdad Esfahbod (2):
518       Use default config in FcFileScan() and FcDirScan()
519       Bump libtool version in preparation for release
520
521 Roozbeh Pournader (2):
522       Correct Ewe (ee) orthography to use U+025B (bug #20711)
523       Updated Arabic, Persian, and Urdu orthographies
524
525 2.7.2
526
527 Behdad Esfahbod (6):
528       Improve charset printing
529       [ja.orth] Comment out FULLWIDTH YEN SIGN (#22942)
530       Bug 22037 - No Fonts installed on a default install on Windows Server 2003
531       Bug 23419 - "contains" expression seems not working on the fontconfig rule
532       Revert "Fix FcNameUnparseLangSet()" and redo it
533       Bump libtool version for release
534
535 Tor Lillqvist (3):
536       Fix MinGW compilation
537       Fix heap corruption on Windows in FcEndElement()
538       Use multi-byte codepage aware string function on Windows
539
540 2.7.1
541
542 Behdad Esfahbod (16):
543       git-tag -s again
544       Fix win32 build
545       Replace spaces with tabs in conf files
546       Remove unused ftglue code
547       Add Inconsolata to monospace config (#22710)
548       Fix leak with string VStack objects
549       Improve libtool version parsing (#22122)
550       Use GetSystemWindowsDirectory() instead of GetWindowsDirectory() (#22037)
551       Remove unused macros
552       Fix FcNameUnparseLangSet()
553       Fix doc syntax (#22902)
554       TT_MS_ID_UCS_4 is really UTF-16BE, not UTF-32
555       [doc] Add ~/fonts.conf.d to user docs
556       Hardcode /etc/fonts instead of @CONFDIR@ in docs (#22911)
557       Bump libtool versions that 2.7.0 (I forgot to do back then)
558       Update .gitignore
559
560 Karl Tomlinson (1):
561       Don't change the order of names unnecessarily (#20128)
562
563 2.7
564
565 Alexey Khoroshilov (1):
566       Use human-readable file names in the docs (bug #16278)
567
568 Behdad Esfahbod (119):
569       Avoid C99ism in Win32 code (#16651)
570       [doc] Fix inaccuracy in FcFontRenderPrepare docs (#16985)
571       When canonizing filenames, squash // and remove final / (#bug 16286)
572       Add orth file for Maithili mai.orth (#15821)
573       Replace RCS Id tags with the file name
574       [doc] Fix signatures of FcPatternGetFTFace and FcPatternGetLangSet (#16272)
575       Update Thai default families (#16223)
576       Add ~/.fonts.conf.d to default config (#17100)
577       [fc-match] Fix list of getopt options in --help
578       Update man pages
579       Add fc-query (#13019)
580       Implement fc-list --verbose (#13015)
581       [doc] Add const decorator for FcPatternDuplicate()
582       Add FcPatternFilter() (#13016)
583       [doc] Document that a zero rescanInterval disables automatic checks (#17103)
584       Get rid of $Id$ tags
585       [doc] Fix signature of FcConfigHome()
586       Fix docs re 'orig' argument of FcPatternBuild and family
587       Update sr.orth to actul subset of Cyrillic used by Serbian (#17208)
588       Add Sindhi .orth file. (#17140)
589       Add WenQuanYi fonts to default conf (#17262, from Mandriva)
590       Handle -h and --help according to GNU Coding Standards (#17104)
591       Document when config can be NULL (#17105)
592       Add FcConfigReference() (#17124)
593       Document how to free return value of FcNameUnparse()
594       Don't leak FcValues string loaded through fcxml.c (#17661)
595       Don't call FcPatternGetCharSet in FcSortWalk unless we need to (#17361)
596       Fix two more doc typos
597       [.gitignore] Update
598       Cleanup symlinks in "make uninstall" (bug #18885)
599       [fccache] Consistently use FcStat() over stat() (bug #18195)
600       Consistently use FcStat() over stat() in all places
601       Use __builtin_popcount() when available (bug #17592)
602       Fix compile with old FreeType that doesn't have FT_Select_Size() (bug #17498)
603       Implement fc-list --quiet ala grep (bug #17141)
604       [65-fonts-persian.conf] Set foundry in target=scan instead of target=font
605       Don't use identifier named complex
606       Explicitly chmod() directories (bug #18934)
607       Remove special-casing of FC_FILE in FcPatternPrint()
608       [.gitignore] Update
609       Implement FcPatternFormat and use it in cmdline tools (bug #17107)
610       Fix comparison of family names to ignore leading space properly
611       [fcmatch.c] Fix debug formatting
612       [fcmatch] Use larger multipliers to enforce order
613       [fcmatch] When matching, reserve score 0 for when elements don't exist
614       [fcmatch] Move FcFontSetMatch() functionality into FcFontSetMatchInternal()
615       [doc] Note that fontset returned by FcConfigGetFonts should not be modified
616       Make FcCharSetMerge() public
617       Don't use FcCharSetCopy in FcCharSetMerge
618       Oops.  Fix usage output.
619       Revive FcConfigScan() (bug #17121)
620       Add fc-scan too that runs FcFileScan/FcDirScan
621       Oops, fix FcPatternFilter
622       [fc-match] Accept list of elements like fc-list (bug #13017)
623       Cleanup all manpage.* files
624       [fcmatch] Fix crash when no fonts are available.
625       [fcfreetype] Fix typo in GB2312 encoding name string (#19845)
626       Add ICONV_LIBS to fontconfig.pc.in (#19606)
627       [win32] Fix usage of GetFullPathName()
628       [win32] Expand "APPSHAREFONTDIR" to ../share/fonts relative to binary location
629       [win32] Do not remove leading '\\' such that network paths work
630       [fccache] Make sure the cache is current when reusing from open caches
631       Update Sinhala orthography (#19288)
632       [cache] After writing cache to file, update the internal copy to reflect this
633       Further update Sinhala orthography (#19288)
634       [fcformat] Add support for width modifiers
635       [fcformat] Refactor and restructure code for upcoming changes
636       [fcformat] Add support for subexpressions
637       [fcformat] Add element filtering and deletion
638       [fcformat] Add conditionals
639       [fcformat] Add simple converters
640       [fcformat] Implement 'cescape', 'shescape', and 'xmlescape' converters
641       [FcStrBuf] better handle malloc failure
642       [fcformat] Add value-count syntax
643       [fcformat] Implement 'delete', 'escape', and 'translate' filter functions
644       [fcformat] Start adding builtins
645       [fcformat] Refactor code to avoid malloc
646       [fcformat] Add support for builtin formats
647       [fcformat] Support indexing simple tags
648       [fcformat] Support 'default value' for simple tags
649       [fcformat] Implement array enumeration
650       [fclang] Implement FcLangSetGetLangs() (#18846)
651       [fcformat] Enumerate langsets like we do arrays of values
652       [fcformat] Add a 'pkgkit' builtin that prints tags for font packages
653       [fcformat] Add list of undocumented language features
654       [fc-lang] Continue parsing after an "include" (#20179)
655       Fix Fanti (fat) orth file (#20390)
656       Fix Makefile's to not create target file in case of failure
657       [fcstr.c] Embed a static 64-byte buffer in FcStrBuf
658       [fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soon
659       [fcxml] Don't allocate attr array if there are no attributes
660       [fcxml] Embed 8 static FcPStack objects in FcConfigParse
661       [fcxml] Embed 64 static FcVStack objects in FcConfigParse
662       [fcxml.c] Embed a static 64-byte attr buffer in FcPStack
663       Call git tools using "git cmd" instead of "git-cmd" syntax
664       Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
665       [fcformat] Fix default-value handling
666       Document FcPatternFormat() format
667       [Makefile.am] Don't clean ChangeLog in distclean
668       Revert "[conf] Disable hinting when emboldening (#19904)" (#20599)
669       [fc-lang] Fix bug in country map generation
670       [fcstr] Remove unused variable
671       [fc-lang] Make LangSet representation in the cache files stable
672       [fc-cache] Remove obsolete sentence from man page
673       Detect TrueType Collections by checking the font data header
674       Mark matchers array const (#21935)
675       Use/prefer WWS family/style (name table id 21/22)
676       Simplify FcValueSave() semantics
677       Add XXX note about Unicode Plane 16
678       Always set *changed in FcCharsetMerge
679       [charset] Grow internal FcCharset arrays exponentially
680       Remove unused prototypes and function
681       [xml] Centralize FcExpr allocation
682       [xml] Mark more symbols static
683       [xml] Allocate FcExpr's in a pool in FcConfig
684       [xml] Intern more strings
685       Bug 22154 -- fontconfig.pc doesn't include libxml2 link flags
686       Fix distcheck
687       Remove keithp's GPG key id
688
689 Benjamin Close (1):
690       Remove build manpage logfile if it exists
691
692 Chris Wilson (1):
693       Reduce number of allocations during FcSortWalk().
694
695 Dan Nicholson (1):
696       Let make expand fc_cachedir/FC_CACHEDIR (bug #18675)
697
698 Harald Fernengel (1):
699       Don't use variables named 'bool' (bug #18851)
700
701 Harshula Jayasuriya (1):
702       Fix Sinhala coverage (bug #19288)
703
704 Karl Tomlinson (1):
705       Change FcCharSetMerge API
706
707 Mike FABIAN (1):
708       [conf] Disable hinting when emboldening (#19904)
709
710 Peter (1):
711       Make sure alias files are built first (bug 16464)
712
713 Rahul Bhalerao (1):
714       Add config for new Indic fonts (bug #17856)
715
716 Roozbeh Pournader (60):
717       Correct Sindhi orthography to use Arabic script (bug #17140)
718       Remove Sinhala characters not in modern use (bug #19288)
719       Add Filipino orth, alias Tagalog to Filipino (bug #19846)
720       Split Mongolian orth to Mongolia and China (bug #19847)
721       Fix doubly encoded UTF-8 in comments (bug #19848)
722       Change Turkmen orth from Cyrillic to Latin (bug #19849)
723       Rename Venda from "ven" to "ve" (bug #19852)
724       Rename "ku" to "ku_am", add "ku_iq" (bug #19853).
725       Add Kashubian (csb) orth file (bug #19866)
726       Add Malay (ms) orthography (bug #19867)
727       Add Kinyarwanda (rw) orthography (bug #19868)
728       Add Upper Sorbian (hsb) orthography (bug #19870)
729       Add Berber orthographies in Latin and Tifinagh scripts (bug #19881)
730       Renamed az to az_az (bug #19889)
731       Rename Igbo from "ibo" to "ig" (bug #19892)
732       Remove punctuation symbols from Asturian orthography (bug #19893)
733       Add Chhattisgarhi (hne) orthography (bug #19891)
734       Use newly added Cyrillic letters for Kurdish (bug #20049)
735       Add Kurdish in Turkey (ku_tr) orthography (bug #19891)
736       Add Aragonese (an) orthography (bug #19891)
737       Add Haitian Creole (ht) orthography (bug #19891)
738       Ad Ganda (lg) orthography (bug #19891)
739       Add Limburgan (li) orthography (bug #19891)
740       Add Sardinian (sc) orthography (bug #19891)
741       Add Sidamo (sid) and Wolaitta (wal) orthographies (bug #19891)
742       Fix Bengali (bn) and Assamese (as) orthographies (bug #22924)
743       Remove Euro Sign from all orthographies (bug #19865)
744       Add Ottoman Turkish (ota) orthography (bug #20114)
745       Divide Panjabi (pa) to that of Pakistan and India (bug #19890)
746       Add Blin (byn) orthography (bug #19891)
747       Add Papiamento (pap_aw, pap_an) orthographies (bug #19891)
748       Add Crimean Tatar (crh) orthography (bug #19891)
749       Switch Uzbek (uz) orthography to Latin (bug #19851)
750       Update Azerbaijani in Latin (az_az) to present usage (bug #20173)
751       Rename Avaric orthography from 'ava' to 'av' (bug #20174)
752       Rename Bambara orthography from 'bam' to 'bm' (bug #20175)
753       Rename Fulah orthography from 'ful' to 'ff' (bug #20177)
754       Change Kashmiri (ks) orthography to Arabic script (bug #20200)
755       Tighten Central Khmer (km) orthography (bug #20202)
756       Remove digits and symbols from some Indic orthographies (bug #20204)
757       Add Divehi (dv) orthography (bug #20207)
758       Extend Crimean Tatar (crh) orthography (bug #19891)
759       Update Serbo-Croatian (sh) orthography (bug #20368)
760       Add Ewe (ee) orthography (bug #20386)
761       Add Herero (hz) orthograhy (bug #20387)
762       Add Akan (ak) and Fanti (fat) orthographies (bug #20390)
763       Added Quechua (qu) orthography (bug #20392)
764       Add Sango (sg) orthography (bug #20393)
765       Add Tahitian (ty) orthography (bug #20391)
766       Add Navajo (nv) orthography (bug #20395)
767       Add Rundi (rn) orthography (bug #20398)
768       Add Zhuang (za) orthography (bug #20399)
769       Add orthographies for Oshiwambo languages (bug #20401)
770       Add Shona (sn) orthography (bug #20394)
771       Add Sichuan Yi (ii) orthography (bug #20402)
772       Add Javanese (jv) orthography (bug #20403)
773       Add Nauru (na) orthography (bug #20418)
774       Add Kanuri (kr) orthography (bug #20438)
775       Add Sundanese (su) orthography (bug #20440)
776       Reorganize Panjabi/Punjabi and Lahnda orthographies (bug #19890)
777
778 Serge van den Boom (1):
779       Correctly handle mmap() failure (#21062)
780
781 2.6
782
783 2.5.93 (2.6 RC3)
784
785 Alexey Khoroshilov (1):
786       Fix FcStrDirname documentation. (bug 16068)
787
788 Behdad Esfahbod (1):
789       Persian conf update. (bug 16066).
790
791 Evgeniy Stepanov (1):
792       Fix index/offset for 'decorative' matcher. Bug 15890.
793
794 Glen Low (1):
795       Fix Win32 build error: install tries to run fc-cache locally (bug 15928).
796
797 Keith Packard (8):
798       Call FcFini to make memory debugging easier
799       Fix a few memory tracking mistakes.
800       Add extended, caps, dunhill style mappings.
801       Freetype 2.3.5 (2007-jul-02) fixes indic font hinting. re-enable (bug 15822)
802       Add a copy of dolt.m4 to acinclude.m4.
803       Libs.private needs freetype libraries
804       Oops. Fix for bug 15928 used wrong path for installed fc-cache.
805       Ignore empty <dir></dir> elements
806
807 Neskie Manuel (1):
808       Add Secwepemctsin Orthography. Bug 15996.
809
810 Sayamindu Dasgupta (1):
811       FcConfigUptoDate breaks if directory mtime is in the future. Bug 14424.
812
813 2.5.92 (2.6 RC2)
814
815 Carlo Bramini (1):
816       Add FreeType-dependent functions to fontconfig.def file. (bug 15415)
817
818 Changwoo Ryu (1):
819       Korean font in the default config - replacing baekmuk with un (bug 13569)
820
821 Dennis Schridde (1):
822       Proper config path for static libraries in win32
823
824 Eric Anholt (1):
825       Fix build with !ENABLE_DOCS and no built manpages.
826
827 Frederic Crozat (1):
828       Merge some of Mandriva configuration into upstream configuration. Bug 13247
829
830 Keith Packard (11):
831       Use DOLT if available
832       Work around for bitmap-only TrueType fonts that are missing the glyf table.
833       Remove size and dpi values from bitmap fonts. Bug 8765.
834       Add some sample cursive and fantasy families.
835       Add --all flag to fc-match to show the untrimmed list. Bug 13018.
836       Remove doltcompile in distclean
837       Use of ":=" in src/Makefile.am is unportable (bug 14420)
838       Make fc-match behave better when style is unknown (bug 15332)
839       Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug 15692)
840       Allow for RC versions in README update
841       git ignore doltcompile
842
843 Ryan Schmidt (1):
844       fontconfig build fails if "head" is missing or unusable (bug 14304)
845
846 Sylvain Pasche (1):
847       Fontconfig options for freetype sub-pixel filter configuration
848
849 2.5.91 (2.6 RC1)
850
851 Hongbo Zhao (1):
852       Not_contain should use strstr, not strcmp on strings. (bug 13632)
853
854 Keith Packard (11):
855       Move conf.avail/README to conf.d/README (bug 13392)
856       Fix OOM failure case in FcPStackPush.
857       Remove freetype requirement for build-time applications.
858       Include fcftaliastail.h so that the freetype funcs are exported.
859       Eliminate references to freetype from utility Makefile.am's
860       Distribute new fcftint.h file
861       Create new-version.sh to help with releases, update INSTALL instructions
862       Distribute khmer font aliases
863       Add more files to .gitignore
864       new-version.sh was mis-editing files
865       git-tag requires space after -m flag
866
867 2.5
868
869 Keith Packard (4):
870       Document several function return values (Bug 13145).
871       Document that Match calls FcFontRenderPrepare (bug 13162).
872       Document that FcConfigGetFonts returns the internal fontset (bug 13197)
873       Revert "Remove fcprivate.h, move the remaining macros to fcint.h."
874
875 Tor Lillqvist (1):
876       Workaround for stat() brokenness in Microsoft's C library (bug 8526)
877
878 2.4.92 (2.5 RC2)
879
880 Behdad Esfahbod (14):
881       Make fc-match --sort call FcFontRenderPrepare.
882       Port fonts-persian.conf to new alias syntax with binding="same"
883       Fix trivial bugs in edit-sgml.c
884       Add FcGetLangs() and FcLangGetCharSet().
885       Add/update config files from Fedora.
886       Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf
887       Use binding="same" in 30-urw-aliases.conf and remove duplicate entries.
888       Remove redundant/obsolete comments from conf files.
889       Remove 20-lohit-gujarati.conf.  It's covered by 25-unhint-nonlatin.conf now.
890       Oops, fix Makefile.am.
891       Remove 25-unhint-nonlatin.conf from default configuration by not linking it.
892       Fix documented conf-file naming format in README
893       Remove list of available conf files from README.
894       Simplify/improve 30-metric-aliases.conf
895
896 Keith Packard (25):
897       Also check configDirs mtimes in FcConfigUptoDate
898       Respect "binding" attribute in <alias> entries.
899       Correct documentation for FcAtomicLock (Bug 12947).
900       Remove fcprivate.h, move the remaining macros to fcint.h.
901       Correct documentation for FcConfigUptoDate (bug 12948).
902       Document skipping of fonts from FcFileScan/FcDirScan.
903       Make file_stat argument to FcDirCacheLoadFile optional.
904       Clean up exported names in fontconfig.h.
905       Track line numbers in sgml edit tool input.
906       Typo error in function name: Inverval -> interval
907       Don't check cache file time stamps when cleaning cache dir.
908       Use FcLangDifferentTerritory instead of FcLangDifferentCountry.
909       Verify documentation covers exposed symbols.
910       Document previously undocumented functions. (bug 12963)
911       Update documentation for FcStrCopyFilename (bug 12964).
912       Update documentation for stale FcConfigGetConfig function.
913       Have FcConfigSetCurrent accept the current configuration and simply return
914       Remove references to FcConfigParse and FcConfigLoad.
915       Replace incorrect documentation uses of 'char' with 'FcChar8' (bug 13002).
916       Fix formatting syntax in doc/fccache.fncs
917       Generate fccache.sgml, fcdircache.sgml and fclangset.sgml.
918       Formatting syntax mistake in doc/fclangset.fncs.
919       Link new function documentation into the fontconfig-devel.sgml
920       Ignore new generated documentation
921       Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
922
923 2.4.91 (2.5 RC1)
924
925 Behdad Esfahbod (1):
926       Update CaseFolding.txt to Unicode 5.1.0
927
928 Dwayne Bailey (1):
929       Add/fix *.orth files for South African languages
930
931 Hideki Yamane (1):
932       Handle Japanese fonts better. (debian bug #435971)
933
934 Keith Packard (32):
935       rehash increment could be zero, causing rehash infinite loop.
936       Work around FreeType bug when glyph name buffer is too small.
937       Free temporary string in FcDirCacheUnlink (Bug #11758)
938       Fix ChangeLog generation to avoid circular make dependency
939       Store font directory mtime in cache file.
940       Comment about mmaping cache files was misleading.
941       Make FC_FULLNAME include all fullname entries, elide nothing. [bug 12827]
942       Remove unneeded call to access(2) in fc-cache.
943       Improve verbose messages from fc-cache.
944       Verbose message about cleaning directories was imprecise
945       Don't use X_OK bit when checking for writable directories (bug 12438)
946       Have fc-cache remove invalid cache files from cache directories.
947       FcConfigParseAndLoad doc was missing the last param.
948       Place language name in constant array instead of pointer.
949       Must not insert cache into hash table before completely validating.
950       Eliminate relocations for glyph name table.
951       Eliminate relocations from FcCodePageRange structure (bug 10982).
952       Leave generated headers out of distribution (bug 12734).
953       Move <cachedir> elements to the end of fonts.conf.
954       Add BRAILLE PATTERN BLANK to list of blank glyphs.
955       Replace makealias pattern with something supported by POSIX grep (bug 11083)
956       FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976)
957       There is no U+1257 (bug 10899).
958       Spelling errors in documentation. (bug 10879).
959       Oops. Left debugging printf in previous commit.
960       Handle UltraBlack weight.
961       Fix parallel build in fontconfig/docs (bug 10481).
962       Distribute man source files for command line programs (bug 9678).
963       Ensure weight/slant values present even when style is supplied (bug 9313).
964       fontconfig needs configure option to use gnu iconv (bug 4083).
965       Match 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511)
966       Build fix for Solaris 10 with GCC.
967
968 Mike FABIAN (1):
969       Avoid crashes if config files contain junk.
970
971 Stephan Kulow (1):
972       Make FcPatternDuplicate copy the binding instead of always using Strong.
973
974 Tilman Sauerbeck (2):
975       Store FcNoticeFoundries in read-only memory.
976       Store FcVendorFoundries in read-only memory.
977
978 2.4.2
979
980 Han-Wen Nienhuys:
981       FcStrCanonFileName buggy for mingw. (bug 8311)
982       More fixes for Win32 building (bug 8311)
983
984 Kean Johnston:
985       Don't use varargs CPP macros in fccache.c. (bug 8733)
986
987 Keith Packard:
988       Remove documentation for non-existant FcConfigNormalizeFontDir.
989       Build fontconfig.def from header files when needed.
990       Detect and use available random number generator (bug 8308)
991       Add sparc64 architecture string.
992       FcStrCanonAbsoluteFilename should be static.
993       Use explicit platform/nameid order when scanning ttf files.
994       Warn (and recover) from config file without <cachedir> elements.
995       Avoid writing uninitialized structure pad bytes to cache files.
996       Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).
997       Add FcFreeTypeQueryFace external API. Bug #7311.
998       Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)
999       Add space between type and formal in devel man pages (bug 8935)
1000
1001 Mike FABIAN:
1002       Do not clean cache files for different architectures
1003
1004 Peter Breitenlohner:
1005       A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.
1006       Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935.
1007       Fix fc-cat documentation (bug 8935).
1008
1009
1010 2.4.1
1011
1012 Keith Packard:
1013       Update installation notes for 2.4 base.
1014       Add ppc64 signature. Bug 8227
1015       Add signatures for m68k and mipsel (thanks debian buildd)
1016       Add warning flags to fc-cache build. Clean up warnings in fc-cache.
1017       Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0.
1018
1019 2.4.0
1020
1021 David Turner:
1022       Replace character discovery loop with simpler, faster version.
1023
1024 James Cloos:
1025       Move files from conf.d to conf.avail
1026       Standardize conf.avail number prefixing convention
1027       Support all five possibilities for sub-pixel
1028       Move user and local conf file loading into conf.avail files
1029       Number the remaining conf.avail files
1030       Update Makefile.am to match conf.avail changes
1031       Replace load of conf.d in fonts.conf.in
1032       Make room for chunks from fonts.conf in conf.avail
1033       Re-order old conf.d files
1034       Move some section from fonts.conf into conf.avail files
1035       Update Makefile.am files
1036       Make conf.avail and conf.d work
1037
1038 Keith Packard:
1039       Create fc_cachedir at install time. Bug 8157.
1040       Reference patterns in FcCacheCopySet.
1041       Replace gnu-specific sed command with simple grep.
1042       Attempt to fix makealias usage for build on Mac OS X.
1043       Accept locale environment variables that do not contain territory.
1044       Merge branch 'jhcloos'
1045       Insert newly created caches into reference data structure.
1046       Add XML headers to new conf files. Move link make commands to conf.avail dir
1047       Rename conf.avail to conf.d
1048       Fix conf.d directory sorting.
1049       Include cachedir in fonts.dtd.
1050       Don't display tests for DESTDIR on make install.
1051       Split much of the configuration into separate files. Renumber files
1052
1053 2.3.97
1054
1055 Carl Worth:
1056       Rename FcPatternThawAll to FcPatternFini.
1057       Add a configuration file that disables hinting for the Lohit Gujarati font
1058
1059 Keith Packard:
1060       Various GCC 4 cleanups for signed vs unsigned char
1061       Finish INSTALL changes. .gitignore ChangeLog
1062       Merge branch 'fc-2_4_branch' to master
1063       Remove all .cvsignore files
1064       Hide private functions in shared library. Export functionality for utilities.
1065       Hide FreeType glue code from library ABI.
1066       Can't typecheck values for objects with no known type.
1067       Leave cache files mapped permanently.
1068       Reference count cache objects.
1069       Make cache reference counting more efficient.
1070       Oops, fc-lang broke when I added cache referencing.
1071       Correct reference count when sharing cache file objects.
1072       Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)
1073       Update architecture signatures for x86-64 and ppc.
1074       Parallel build fix for fcalias.h and fcaliastail.h
1075       Charset hashing depended on uniqueness of leaves.
1076
1077 Patrick Lam:
1078       file Makefile.am was initially added on branch fc-2_4_branch.
1079       Modify config file to use Greek fonts before Asian fonts with Greek glyphs.
1080       Use libtool -no-undefined flag on all platforms.
1081       file ftglue.c was initially added on branch fc-2_4_branch.
1082       2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
1083       file 10-fonts-persian.conf was initially added on branch fc-2_4_branch.
1084       Sort directory entries while scanning them from disk; prevents Heisenbugs
1085       file ln.orth was initially added on branch fc-2_4_branch.
1086       Fix typos in orth files. Reported by Denis Jacquerye.
1087       On Windows, unlink before rename. Reported by Tim Evans.
1088       file fc-match.sgml was initially added on branch fc-2_4_branch.
1089
1090 2.3.96
1091
1092 Keith Packard:
1093       Make path names in cache files absolute (NB, cache format change) Stop
1094       Eliminate pattern freezing
1095       Add .gitignore
1096       Construct short architecture name from architecture signature.
1097       Write caches to first directory with permission. Valid cache in FcDirCacheOpen.
1098       Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir.
1099       Add architecture to cache filename.
1100       Eliminate global cache. Eliminate multi-arch cache code.
1101       Fix up fc-cache and fc-cat for no global cache changes.
1102       Eliminate ./ and ../ elements from font directory names when scanning.
1103       Regenerate x86 line in fcarch.tmpl.h to match change in cache data.
1104       Add x86-64 architecture and signature.
1105       During test run, remove cache directory to avoid stale cache usage.
1106       Add ppc architecture
1107       Revert to original FcFontSetMatch algorithm to avoid losing fonts.
1108       Rework cache files to use offsets for all data structures.
1109       Fix build problems caused by cache rework.
1110       FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.
1111       Rework Object name database to unify typechecking and object lookup.
1112       Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.
1113       Fix fc-cat again. Sigh.
1114       Use intptr_t instead of off_t inside FcCache structure.
1115       Serialized value lists were only including one value.
1116       Automatically remove invalid cache files.
1117       With no args, fc-cat now dumps all directories.
1118       Revert ABI changes from version 2.3
1119       Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.am
1120       Allow FcTypeLangSet to match either FcTypeLangSet or FcTypeString.
1121       Remove stale architecture signatures.
1122       Pass directory information around in FcCache structure. Freeze charsets.
1123       Fix fc-lang to use new charset freezer API.
1124       Fontset pattern references are relative to fontset, not array.
1125       Add some ignores
1126       Only rebuild caches for system fonts at make install time.
1127       Fix memory leaks in fc-cache directory cleaning code.
1128       Add @EXPAT_LIBS@ to Libs.private in fontconfig.pc (bug 7683)
1129       Avoid #warning directives on non-GCC compilers. (bug 7683)
1130       Chinese/Macau needs the Hong Kong orthography instead of Taiwan (bug 7884)
1131       Add Assamese orthography (as.orth). Bug #8050
1132       Really only rebuild caches for system fonts at make install time.
1133       Fonts matching lang not territory should satisfy sort pattern lang.
1134       Prefer Bitstream Vera to DejaVu families.
1135       Guess that mac roman names with lots of high bits are actually SJIS.
1136       Document FC_DEBUG values (bug 6393). Document name \ escape syntax.
1137       Move Free family names to bottom of respective aliases. (bug 7429)
1138       Unify directory canonicalization into FcStrAddFilename.
1139       Allow font caches to contain newer version numbers
1140       Add FcMatchScan to resolve Delicious font matching issues (bug #6769)
1141       Fix missing initialization/destruction of new 'scan' target subst list.
1142       Don't segfault when string values can't be parsed as charsets or langsets.
1143       Using uninitialized (and wrong) variable in FcStrCopyFilename.
1144       Oops; missed the 60-delicious.conf file.
1145
1146 Patrick Lam:
1147       Keith Packard <keithp@keithp.com>
1148       2006-04-27 Paolo Borelli (pborelli@katamail.com) reviewed by: plam
1149       2006-05-31 Yong Li (rigel863@gmail.com) reviewed by: plam, Bedhad Esfahbod
1150       2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed by: plam
1151       2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam
1152
1153 2.3.95
1154
1155 Match 'Standard Symbols L' for 'Symbol'.  Add URW fonts as aliases for
1156 all of the PostScript fonts.  (reported by Miguel Rodriguez).  Fix a
1157 number of Coverity defects (Frederic Crozat).  Speed up FcFontSort
1158 (fix suggested by Kenichi Handa).  Fix error with charsets.  Survive
1159 missing docbook2pdf.  Compile on HP-UX, AIX, SGI and Windows (Cygwin,
1160 MinGW).  Fix intel compiler warnings.  Fix multiarch support (don't
1161 destroy multiarch files!)  Require pkg-config.  (Thanks Behdad; better
1162 solution wanted for libxml2 detection!)  Fix typos in orth files and
1163 add orth for Lingala (reported by Denis Jacquerye).  Remove debian/
1164 directory.  Add a configuration file that disables hinting for the
1165 Lohit Gujarati font (since the hinting distorts some glyphs quite
1166 badly).  Sort directory entries while scanning them from disk;
1167 prevents Heisenbugs due to file ordering in a directory (due to Egmont
1168 Koblinger).  Fix Wine's problem with finding fonts.  (Reported by
1169 Bernhard Rosenkraenzer.)  Fix the issues with GNU libiconv vs. libc
1170 iconv (which especially appear on Solarii); patch by Behdad Esfahbod,
1171 approach suggested by Tim Mooney.
1172
1173 2.3.94
1174
1175 fc-cat can take directories as input and creates old-style fonts.cache
1176 listings.
1177 fc-cache takes -r --really-force which blows away all old caches and
1178 regenerates.
1179 Robustness fixes, integer overflow fixes (notably to cache handling
1180 code), toast broken global cache files.
1181 Change binary format to make it compatible with static langset
1182 information (thanks to Takashi Iwai).
1183 Open hashed caches before fonts.cache-2 (Takashi Iwai).
1184 Fix FcFontSetMatch's algorithm, which used to unjustly kill fonts for
1185 not declaring certain elements (Takashi Iwai).
1186 Fix matching bug when multiple elements match; don't use
1187 the sum of all scores, but the best score (James Su).
1188 Make fc-lang more friendly to Windows systems.
1189 Remove archaic chars from Georgian charset; add Euro character to
1190 charsets for European languages.
1191 Fix treatment of broken PCF fonts that don't declare family names.
1192 Pass O_BINARY to open if appropriate (reported by Doodle).
1193 Normalize font directories to the form in which they appear in 
1194 config files.  
1195 Add a record of the cached directory to the cache file.
1196 Perf optimizations (Dirk Mueller; some reported by Michael Meeks.)
1197 Don't loop infinitely on recursive symlinks.
1198 Make 'make distcheck' work with automake 1.6.3.
1199 Replace 'stamp' target with mkinstalldirs.
1200 Don't stop scanning if a directory in fonts.conf doesn't exist,
1201 because subsequent directories might exist.
1202 Put directory names into global cache (reported by Ronny V. Vindenes).
1203 Treat zh-hk fonts differently from zh-tw fonts.  This patch may cause
1204 fontconfig to treat A-X fonts differently from A-Y fonts; please mail
1205 the fontconfig list if this causes any problems.
1206 Fix for unaligned memory accesses (Andreas Schwab).
1207 Fix treatment of cache directory as read from cache file; don't use
1208 string equality to determine if we have the right file, use inode
1209 equality.
1210 Properly skip past dir caches that contain zero fonts, as occurs
1211 in global caches (reported by Mike Fabian).
1212 Print out full pathname in fc-match -v (reported by Frederic Crozat).
1213 Fix bug where fc-match crashes when given __DUMMY__ property to
1214 match on.
1215
1216 2.3.93
1217
1218 Create cache files in /var/cache/fontconfig with hashed filenames, if
1219 possible, for added FHS compliance.  
1220 Make fc-cat read both per-directory and global cache files.  
1221 Add config file for Persian fonts from Sharif FarsiWeb, Inc.  
1222 Major performance improvements by Dirk Mueller, Stephen Kulow, and Michael Matz at SuSE: in particular, speed up FcFontSetMatch, and inline many functions.
1223 Fix treatment of globs in config files, broken since 2.3.2 and discovered by Mathias Clasen.
1224 Don't use freetype internal headers (patch by Matthias Clasen).  
1225 Further space improvements: create langsets statically, so that they can live in .rodata.
1226 Properly align mmapped data structures to make e.g. ia64 happy.  
1227 Bug fixes.
1228
1229 2.3.92
1230
1231 Fix corrupted caches bugs from 2.3.91 (reported by Mike Fabian).
1232 Store only basename in the cache, reconstitute on demand 
1233 (reported by James Cloos).
1234 Change the rule for artificial emboldening in fonts.conf.in.  This
1235 enables the support for artificial emboldening included in cairo
1236 (patch by Zhe Su).
1237 Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether
1238 to load embedded bitmaps or not (patch by Jinghua Luo).
1239 Fix GCC4 warnings (some by Behdad Esfahbod).
1240 Support localized font family and style names; this has been reported
1241 to break old apps like xfd, but modern (gtk+/qt/mozilla) apps work
1242 fine (patch by Zhe Su).
1243 Prevent fc-list from escaping strings when printing them (reported by
1244 Matthias Clasen).
1245 Add valist sentinel markup for FcObjectSetBuild and 
1246 FcPatternBuild (patch by Marcus Meissner).
1247 Add consts to variables so as to move arrays into .rodata (patch by
1248 Ross Burton).
1249 Modify config file to use Greek fonts before Asian fonts with
1250 Greek glyphs. (patch by Simos Xenitellis).
1251 Use libtool -no-undefined flag on all platforms (patch by Christian
1252 Biesinger).
1253
1254 2.3.91
1255
1256 Use libxml2 if requested or if expat not available. (Mathias Hasselmann)
1257 Fix multi-arch cache files: compute the position for the
1258 block to be added using info from OrigFile, not NewFile. (plam)
1259 Cast results of sizeof() to unsigned int to get rid of
1260 warnings on x86_64 (reported by Matthias Clasen).
1261 Use FcAtomic to rewrite cache files; don't unlink the fonts.cache-2
1262 file even if there's no data to write; just write an empty cache file.
1263 (Reported by Lubos Lunak)
1264 Allocate room for the subdirectory names in each directory cache. 
1265 (Reported by James Cloos)
1266
1267 2.3.90
1268
1269 Development release of mmap patch: load pattern information
1270 directly from cache files.  (Patrick Lam)
1271
1272 2.3.2
1273
1274 Patch memory leaks in using iconv.  (Reported by Chris Capoccia)
1275 Patch memory leaks in fc-cache. (Reported by Chris Capoccia)
1276 Fetch bitmap glyphs to get widths during font evaluation. (keithp)
1277 Share strings through FcObjectStaticName (Ross Burton)
1278 Windows build updates (Tor Lillqvist)
1279
1280 2.3.1
1281
1282 Be more careful about broken GSUB/GPOS tables (Manish Singh)
1283 Include debian packaging stuff in CVS (Josselin Mouette)
1284 Add more conf.d examples (Keith Packard)
1285 Make manuals build again (Keith Packard)
1286 Johap -> Johab (Funda Wang)
1287
1288 2.3.0
1289
1290 Fix memory leak of patterns rejected by configuration (#2518)
1291
1292 Create prototype /etc/fonts/conf.d directory and populate it with a few
1293 sample files.  These samples are unused as the file names don't start with
1294 numbers.
1295
1296 Update documentation.
1297
1298 2.2.99
1299
1300 Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
1301
1302 Update blanks list from recent Unicode docs (#86)
1303
1304 Various small build fixes (#280, #2278, 
1305
1306 Documentation fixes (#2085, #2284, #2285)
1307
1308 Add polite typechecking to config file loader (#229)
1309
1310 2.2.98
1311
1312 Share object name strings (Michael Meeks)
1313
1314 Eliminate a couple of codepoints from Russian orthography (John Thacker)
1315
1316 Add synthetic emboldening configuration changes (Jakub Pavelek)
1317
1318 Change FcFontSetSort to ignore language after fonts with the requested
1319 languages have been found. (Owen Taylor)
1320
1321 Add some RedHat font configuration changes (Owen Tayler).
1322
1323 Add full Unicode case folding support to case-ignoring string functions
1324 (Keith Packard)
1325
1326 Remove Han characters from Korean orthography (Tor Andersson)
1327
1328 2.2.97
1329
1330 Fc-cache sleeps before exiting to ensure filesystem timestamps are well
1331 ordered.
1332
1333 Added Punjai orthography.
1334
1335 The timestamp in fonts.conf is gone now.  Too many problems.
1336
1337 The default font path includes all of the X fonts; use selectfont/rejectfont
1338 to eliminate bitmaps, as shown in the sample local.conf file.
1339
1340 <include> configuration elements may now reference a directory.  Files
1341 in that directory matching [0-9]* are loaded in UTF-8 collating sequence order.
1342
1343 <selectfont> configuration added to control which fonts are used.
1344
1345 fontformat font pattern elements built from the FT_Get_X11_Font_Format
1346 function in newer versions of FreeType.
1347
1348 'capability' list constructed from gsub/gpos and silf values in TrueType
1349 files.
1350
1351 Multi-lingual names (style, family, fullname) extracted and stored with
1352 parallel <foo>lang properties marking language.
1353
1354 2.2.96
1355
1356 Fix FcConfigUpToDate to actually check all font directories and eliminate
1357 a typo which completely prevented it from working (Lubos Lunak
1358 <l.lunak@suse.cz>)
1359
1360 Remove comma at end of FcResult enum definition for picky compilers.
1361
1362 2.2.95
1363
1364 Add FcResultOutOfMemory so FcFontSetMatch can return accurate error.
1365
1366 Replace MIN/MAX/ABS macros which happened to be in old FreeType releases
1367 with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig.
1368
1369 2.2.94
1370
1371 The 2.2.93 release was prepared with a broken libtool which created
1372 the shared library without the '.so' in the file names.
1373
1374 2.2.93
1375
1376 This is the third prerelease of fontconfig 2.3.  Significant changes from
1377 2.2.92 are:
1378
1379  o      Use new FreeType #include syntax
1380  o      use y_ppem field instead of 'height' in bitmap sizes rec -
1381         FreeType changed the semantics.  Still uses height for
1382         older versions of FreeType
1383  o      Don't construct program manuals unless docbook is available
1384
1385 2.2.92
1386
1387  o      make distcheck work
1388
1389 2.2.91
1390
1391  o      Switch to SGML manuals
1392  o      Add FC_DUAL width spacing value
1393  o      Add FcFini to close out fontconfig and release all memory
1394  
1395 2.2
1396
1397 This is the third public release of fontconfig, a font configuration and
1398 customization library.  Fontconfig is designed to locate fonts within the
1399 system and select them according to requirements specified by applications.
1400
1401 Fontconfig is not a rasterization library, nor does it impose a particular
1402 rasterization library on the application.  The X-specific library
1403 'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
1404
1405 Keith Packard
1406 keithp@keithp.com