diff options
author | Keith Packard <keithp@keithp.com> | 2004-12-04 19:41:10 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-12-04 19:41:10 +0000 |
commit | 4f27c1c0a383e891890ab27c74226957ed7067aa (patch) | |
tree | ddddbb0c4358c86efb88a9efed0fa96bf9df11b8 /ChangeLog | |
parent | c641c77d6f1a0b378e800c9e3502ae446839a8af (diff) |
Move existing fonts.conf to fonts.conf.bak
Add detection of iconv
Document new selectfont elements
Switch to UTF-8 in comment
Add fullname, and family/style/fullname language entries
Respect selectfont/*/glob
Add support for selectfont
Add multi-lingual family/style/fullname support
Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
Add new FcPatternRemove/FcPatternAppend. FcObjectStaticName stores computed
pattern element names which are required to be static.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +2004-12-04 Keith Packard <keithp@keithp.com> + + * Makefile.am: + Move existing fonts.conf to fonts.conf.bak + + * configure.in: + Add detection of iconv + + * doc/fcpattern.fncs: + * doc/fontconfig-devel.sgml: + * doc/fontconfig-user.sgml: + * fonts.dtd: + Document new selectfont elements + + * fc-lang/nb.orth: + Switch to UTF-8 in comment + + * fontconfig/fontconfig.h: + * src/fcname.c: + Add fullname, and family/style/fullname language entries + + * src/fccache.c: (FcCacheFontSetAdd): + * src/fcdir.c: (FcFileScanConfig): + Respect selectfont/*/glob + + * src/fcint.h: + * src/fccfg.c: (FcConfigCreate), (FcConfigDestroy), + (FcConfigCompareValue), (FcConfigPatternsAdd), + (FcConfigPatternsMatch), (FcConfigAcceptFont): + * src/fcxml.c: (FcElementMap), (FcVStackDestroy), + (FcVStackPushPattern), (FcPopExpr), (FcParseAcceptRejectFont), + (FcPopValue), (FcParsePatelt), (FcParsePattern), (FcEndElement): + Add support for selectfont + + * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage), + (FcStringInPatternElement), (FcFreeTypeQuery): + Add multi-lingual family/style/fullname support + + * src/fclist.c: (FcListPatternMatchAny): + Expose FcListPatternMatchAny (which selectfont/*/pattern uses) + + * src/fcpat.c: (FcPatternRemove), (FcPatternAppend), + (FcObjectStaticName): + Add new FcPatternRemove/FcPatternAppend. + FcObjectStaticName stores computed pattern element names which + are required to be static. + 2004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp> reviewed by: keithp |