[Fontconfig] fontconfig: Changes to 'refs/tags/2.11.91'
Akira TAGOH
tagoh at kemper.freedesktop.org
Tue Jan 13 00:18:01 PST 2015
Tag '2.11.91' created by Akira TAGOH <akira at tagoh.org> at 2014-12-25 04:49 -0800
Version 2.11.91
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBUm5dV/PbdRTnM8McRApsZAJ91BAo62xJXu/oVOlDu0cKwFpnG4ACaA8K4
oVMhSxJzRv9E1SzADHvt+5A=
=hgU/
-----END PGP SIGNATURE-----
Changes since 2.11.1:
Akira TAGOH (29):
Bug 71287 - size specific design selection support in OS/2 table version 5
Fix a build issue with freetype <2.5.1
Fix missing docs
Fix a typo
Fix fc-cache fail with -r
Rebase ja.orth against Joyo kanji characters
Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSet
Workaround another race condition issue
Read the config files and fonts on the sysroot when --sysroot is given to fc-cache
Fix a segfault
Update CaseFolding.txt to Unicode 7.0
Don't read/write from/to the XDG dirs if the home directory is disabled
Rework for 5004e8e01f5de30ad01904e57ea0eda006ab3a0c
Fix a crash when no sysroot is given and failed to load the default fonts.conf
Fix a gcc warning
Don't add duplicate lang
fallback to the another method to lock when link() failed
Increase the refcount in FcConfigSetCurrent()
Fix the memory leak in fc-cat
Note FcConfigSetCurrent() increases the refcount in document
Add FcRangeGetDouble()
Revert "Bug 73291 - poppler does not show fl ligature"
Update aliases for new URW fonts
Returns False if no fonts found
fc-cache: make a fail if no fonts processed on a given path
fc-cache: Add an option to raise an error if no fonts found
Bump the cache version to 5
Fix a typo
Bump version to 2.11.91
Behdad Esfahbod (39):
Remove unused code
Simplify hash code
Further simplify hash code
Rewrite hashing to use FT_Stream directly
Allow passing NULL for file to FcFreeTypeQueryFace()
[ko.orth] Remove U+3164 HANGUL FILLER
Deprecate FC_HASH and don't compute it
Remove unused FcHash code now that FC_HASH is deprecated
Update list of blanks to Unicode 6.3.0
Update blanks to Unicode 7.0
Change charset parse/unparse format to be human readable
Minor
Fix charset unparse after recent changes
Comments
Remove HASH from matching priorities
Fixup previous commit
Update mingw32 MemoryBarrier from HarfBuzz
More mingw32 MemoryBarrier() fixup
Symlinks fix for DESTDIR
Revert "Symlinks fix for DESTDIR"
Call FcInitDebug from FcFreeTypeQueryFace
Decode MacRoman encoding in name table without iconv
Ouch, fix buffer
Use lang=und instead of lang=xx for "undetermined"
Remove unused regex code
Improve / cleanup namelang matching
Add FC_WEIGHT_DEMILIGHT
Change DemiLight from 65 to 55
Linearly interpolate weight values
Export recently added API
Remove unneeded FcPublic
Fix assertion failure
If OS/2 table says weight is 1 to 9, multiply by 100
Trebuchet MS is a sans-serif font, not serif
Fix previous commit
Revert "[fcmatch] When matching, reserve score 0 for when elements don't exist"
Fix buffer overflow in copying PS name
Add FC_COLOR
Treat color fonts as scalable
Nick Alcock (1):
Generate documentation for FcWeight* functions.
---
README | 80
conf.d/30-metric-aliases.conf | 100
conf.d/45-latin.conf | 20
conf.d/60-latin.conf | 3
configure.ac | 18
doc/Makefile.am | 2
doc/fcconfig.fncs | 13
doc/fcpattern.fncs | 27
doc/fcrange.fncs | 75
doc/fcweight.fncs | 47
doc/fontconfig-devel.sgml | 17
doc/fontconfig-user.sgml | 2
fc-cache/fc-cache.c | 39
fc-cache/fc-cache.sgml | 31
fc-case/CaseFolding.txt | 59
fc-cat/fc-cat.c | 9
fc-lang/ja.orth | 4234 ------------------------------------------
fc-lang/ko.orth | 1
fontconfig/fcprivate.h | 3
fontconfig/fontconfig.h | 47
fonts.conf.in | 24
src/Makefile.am | 3
src/fcatomic.c | 2
src/fcatomic.h | 18
src/fccache.c | 88
src/fccfg.c | 133 +
src/fccharset.c | 238 --
src/fccompat.c | 4
src/fcdbg.c | 13
src/fcdefault.c | 47
src/fcdir.c | 104 -
src/fcfreetype.c | 305 ++-
src/fchash.c | 317 ---
src/fcinit.c | 26
src/fcint.h | 116 -
src/fclang.c | 27
src/fclist.c | 2
src/fcmatch.c | 108 -
src/fcname.c | 51
src/fcobjs.h | 7
src/fcpat.c | 73
src/fcrange.c | 234 ++
src/fcstat.c | 4
src/fcstr.c | 52
src/fcweight.c | 95
src/fcwindows.h | 7
src/fcxml.c | 143 +
test/test-migration.c | 2
48 files changed, 1948 insertions(+), 5122 deletions(-)
---
More information about the Fontconfig
mailing list