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