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