SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for fontconfig-devel-32bit-2.12.1-158.1.x86_64.rpm :
Sun Feb 26 13:00:00 2017 qantas94heavyAATTgmail.com
- Add patch fontconfig-glibc-2.25.patch

* Fixes build with glibc 2.25.

Thu Aug 11 14:00:00 2016 pgajdosAATTsuse.com
- Update to 2.12.1:
Update CaseFolding.txt to Unicode 9.0
Fix some errors related to python3
Bug 96676 - Check range of FcWeightFromOpenType argument
Update libtool revision
Properly validate offsets in cache files.

Mon Jul 11 14:00:00 2016 dimstarAATTopensuse.org
- Update to version 2.12.0:
+ Support the size specific design selection in OS/2 table
version 5.
+ Allow the modification on \'lang\' and \'charset\' objects.
+ Increase the refcount in FcConfigSetCurrent().
+ some updates in orth files.
+ Add --error-on-no-fonts option to fc-cache.
+ Use lang=und instead of lang=xx for \"undetermined\".
+ Add FC_WEIGHT_DEMILIGHT and change from 65 to 55.
+ Add FC_COLOR.
+ Treat color fonts as scalable.
+ no FC_LANG added with FcConfigSubstitute() when it has \"und\".
+ Hardcode blanks in library.
+ Support symbol fonts.
+ Unicode 8.0 support.
+ Add hintstyle templates and default hintslight.
+ GX font support.
+ Improve the footprint issue on updating caches.
+ Bump the cache version to 6.
+ more bug fixes.

Wed Mar 9 13:00:00 2016 idonmezAATTsuse.com
- Add fontconfig-locale_c.utf8.patch to recognize C.UTF-8 locale,
patch from Debian.

Tue May 19 14:00:00 2015 fstrbaAATTsuse.com
- Clean the spec file with spec-cleaner

Sat Nov 29 13:00:00 2014 bwiedemannAATTsuse.com
- fix wrong path to documentation (bnc#907685)
- removed patch: usr-share-doc-packages.patch

Mon Mar 24 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 2.11.1
+ do not build test-migration for Win32
+ Fix build issue on Debian/kFreeBSD 7.0
+ Update ax_pthread.m4 to the latest version
+ Fix the dynamic loading issue on NetBSD
+ Use stat() if there are no d_type in struct dirent
+ Fix a build issue on Solaris 10
+ Change the default weight on match to FC_WEIGHT_NORMAL
+ Warn if no nor elements in
+ Correct DTD
+ Re-scan font directories only when it contains subdirs
+ Fix typo
+ fixed fdo#72086 - Check for gperf in autogen.sh
+ Simplify to validate the availability of posix_fadvise
+ Simplify to validate the availability of scandir
+ Fix a typo
+ Fix a build issue on platforms where doesn\'t
support readlink()
+ Improve the performance issue on rescanning directories
+ fixed fdo#73686 - confdir is not set correctly
in fontconfig.pc
+ Update zh_hk.orth
+ clean up the unused files
+ Add missing license headers
+ Update the use of autotools\' macro
+ Fix a crash issue when empty strings are set to the BDF
properties
+ Add a doc for FcDirCacheRescan
+ Add missing #include in fcstat.c
+ Fix incompatible API on AIX with random_r and initstate_r
+ Fallback to lstat() in case the filesystem doesn\'t support
d_type in struct dirent
+ Update doc to include the version info of `since when\'
+ fixed fdo#73291 - poppler does not show fl ligature
+ Add README describes the criteria to add/modify the
orthography files
+ Fix autoconf warning, warning: AC_COMPILE_IFELSE was called
before AC_USE_SYSTEM_EXTENSIONS
+ Leave room for null terminators in arrays
+ Avoid memory leak when NULL path passed to FcStrBuildFilename
+ Avoid null pointer dereference in FcNameParse if malloc fails
+ Bug 72380 - Never drop first font when trimming
+ Fix inversion between Tinos and Cousine in the comment
+ Add metric aliases for additional Google ChromeOS fonts
+ Defaulting to LOCAL_APPDATA_FONTCONFIG_CACHE for
Win32 build
+ fc-cache: --sysroot option takes an argument
- Drop patches from/merged upstream:
0001-Fix-inversion-between-Tinos-and-Cousine-in-the-comme.patch,
0002-Add-metric-aliases-for-additional-Google-ChromeOS-fo.patch
and fontconfig-crash-bdf.patch

Thu Feb 6 13:00:00 2014 pgajdosAATTsuse.com
- removed iso639-{1,2} and local.conf.instsys
-
*.conf files moved to fonts-config package

Fri Jan 31 13:00:00 2014 pgajdosAATTsuse.com
- fix fontconfig crash for special bdf font [bnc#860596]

* added fontconfig-crash-bdf.patch

Fri Dec 6 13:00:00 2013 fcrozatAATTsuse.com
- Add
0001-Fix-inversion-between-Tinos-and-Cousine-in-the-comme.patch:
fix error in 30-metric-aliases.conf comments (fdo#72395).
- Add
0002-Add-metric-aliases-for-additional-Google-ChromeOS-fo.patch:
add compat fonts for Cambria, Caladea and Symbol (fdo#72395).

Fri Oct 11 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to final 2.11.0
+ Do not create a config dir for migration when no config files
nor dirs
+ Fix memory leaks in FcFreeTypeQueryFace
+ Deprecate / remove FC_RASTERIZER (fdo#68955)
+ Fix a crash when FcPattern is set to null on FcFontSetList()
and FcFontList()
+ Exit with the error code when FcNameParse() failed
+ Avoid reading config.h twice (fdo#69833)

Sat Aug 31 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to version 2.10.95 (2.11 RC5)
+ Crashfix release, no upstream changelog provided

Thu Aug 29 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to version 2.10.94 (2.11 RC4)
+ FcNameParse() should ignore leading whitespace
in parameters
+ Fix a comparison of constant warning with clang
+ Fix a shift count overflow on 32bit box
+ Fix a incompatible pointer warning on NetBSD
+ Add FcTypeUnknown to FcType to avoid comparison of constant -1
+ Fix the behavior of intermixed tests end edits in match
+ Ignore scandir() check on mingw
+ Use INT_MAX instead of unreliable hardcoding value
+ Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
+ Rework to apply the intermixed test and edit elements in one-pass
+ trivial code optimization
+ Correct fontconfig.pc to add certain dependencies for build
+ Correct fontconfig.pc to add certain dependencies for static build
+ Fix wrong edit position
+ Invalid read/write with valgrind when assigning something twice
(fdo#67809)
+ warn deprecated only when migration failed
+ Match on FC_SCALABLE (fdo#67845)
+ fontformat in match pattern is not respected? (fdo#16818)
+ More metric compat fonts (fdo#68340)
+ Add default aliases for Georgia, Garamond, Palatino Linotype,
Trebuchet MS (fdo#63399)
+ Fix a typo
+ Fix a crash when non-builtin objects are edited
+ Fix a wrong edit position when \'kind\' is different
+ copy qu.orth to quz.orth (fdo#68587)
+ Add quz.orth to Makefile.am
+ Minor
+ Fix assertion

Tue May 21 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to version 2.10.93
+ matching native fonts with even :lang=en (fdo#62980)
+ Ensure closing fp on error
+ Obtain fonts data via FT_Face instead of opening a file directly
+ Revert the previous change and rework to not export freetype
API outside fcfreetype.c
+ documented FC_HASH and FC_POSTSCRIPT_NAME
+ make check fails: .. contents:: :depth: 2 (fdo#63329)
+ Use the glob matching for filename
+ conf.d/README outdated (fdo#63452
+ Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4
+ FcFreeTypeQueryFace fails on postscripts fonts loaded
from memory (fdo#63922)
+ build-chain, replace INCLUDES directive by AM_CPPFLAGS
- dropped conf.d-readme-templatedir.patch (upstreamed)
- dropped fontconfig-fix-webfont.patch (upstreamed)

Sun May 12 14:00:00 2013 dimstarAATTopensuse.org
- Add fontconfig-fix-webfont.patch: Fix webfont issue (bnc#819467).

Thu Apr 11 14:00:00 2013 pgajdosAATTsuse.com
- dropped metric-arial-narrow.patch (upstreamed)
- dropped metric-croscore.patch (upstreamed)
- /etc/conf.d/55-local.conf
- tag /etc/fonts/conf.d/
*.conf files as %config, not
%config(noreplace)
- /etc/fonts/conf.d/README now mentions correct template dir
[bnc#810034]

* conf.d-readme-templatedir.patch
- revert the change from Mon May 28 11:53:08 UTC 2012 because
hintslight implies autohinter. Rather render Liberation, DejaVu
and Droid sans serif and serif fonts with BCI, even if it means
thin (sometimes too much, see Liberation Sans \'R\') glyphs. It
should be readable (less blurred). I\'ll add fontconfig hinting
profile in near future which will force autohinter for those
which like more thick fonts even if sometimes more blurred.

Fri Apr 5 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to version 2.10.92
+ support FC_POSTSCRIPT_NAME (fdo#38737)
+ Fix a SIGSEGV on FcPatternGet
* with NULL pattern
+ Fix crash with FcConfigSetCurrent(NULL)
+ Do not copy FC_
*LANG_OBJECT even if it\'s not available on the
pattern
+ Added a --sysroot like option to fc-cache (fdo#59456)
+ Add OpenType feature tags support (fdo#50497)
+ Fix fc-cache crash caused by looking up NULL object incorrectly
+ Add mode=\"delete\" to (fdo#23757)
+ Use AM_MISSING_PROG instead of hardcoding missing
+ Add font-file hash (fdo#50733)
+ Add Culmus foundry to the vendor list
+ Fix broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
(fdo#60748)
+ Add Liberation Sans Narrow to 30-metric-aliases.conf (fdo#60783)
- Automake 1.11 is required, so bump the BuildRequires

Thu Mar 21 13:00:00 2013 pgajdosAATTsuse.com
- use autohinter for Anonymous Pro
http://www.marksimonson.com/info/anonymous-pro-usage-notes

Mon Mar 4 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 2.10.91:a
+ Fix memory corruptions.
+ Fix linker calls.
+ Make the library thread-safe.
+ Bugs fixed: fdo#29312, fdo#47705
- Drop cloexec.patch: fixed upstream (slighlty different).

Mon Mar 4 13:00:00 2013 pgajdosAATTsuse.com
- build with automake 1.13

Wed Feb 13 13:00:00 2013 pgajdosAATTsuse.com
- added mapping Arial Narrow <-> Liberation Sans Narrow into
metric-aliases.conf [bnc#762695]

* metric-arial-narrow.patch

Tue Nov 27 13:00:00 2012 pgajdosAATTsuse.com
- updated to 2.10.2:
+ Fix syntax errors in fonts.dtd.
+ Bug 57114 - regression on FcFontMatch with namelang
+ Update CaseFolding.txt to Unicode 6.2
+ Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in 65-nonlatin.conf
+ Fix N\'ko orthography
+ Install config files first

Mon Sep 24 14:00:00 2012 pgajdosAATTsuse.com
- turn off autohinter for Verdana again, which implies using BCI
with hintstyle=3 [bnc#737215], [bnc#781631]

Thu Sep 13 14:00:00 2012 pgajdosAATTsuse.com
- updated to 2.10.0:

* /etc/fonts/conf.avail is deprecated and is packaged only
for compatibility reasons; package should install its
*.conf
files in its data dir and link it into /etc/fonts/conf.d as
usual

* introduced warning -- should not contain more s

* introduced warning -- should not contain more values

* introduced warning -- reading configurations from ~/.fonts.conf
is deprecated; move ~/.fonts.conf into $XDG_CONFIG_HOME/fontconfig/fonts.conf
(the same for ~/.fonts.conf.d, see
http://freedesktop.org/software/fontconfig/fontconfig-user.html)

Thu Aug 2 14:00:00 2012 pgajdosAATTsuse.com
- Arimo is sans-serif and Tinos is serif, not the opposite

Fri Jul 27 14:00:00 2012 pgajdosAATTsuse.com
- added configuration for croscorefonts

Thu Jul 26 14:00:00 2012 pgajdosAATTsuse.com
- hintnone for IPA fonts [bnc#766319]

Tue Jul 3 14:00:00 2012 pgajdosAATTsuse.com
- add and aliases for Droid fonts into SUSE-specific
config; if they are not present and e. g. system with only droid font
installed, you get \"Droid Sans\" instead of \"Droid Sans Mono\" even if
\"monospace\" requested; that causes e. g. gvim displaying glyphs with
additional space
- add also aliases for DejaVu fonts into SUSE-specific config;
in case that someone has deinstalled them but gui or document explicitly
wants them

Tue Jun 12 14:00:00 2012 tiwaiAATTsuse.de
- Revisit SUSE-specific config (bnc#766319):

* Split suse-hinting.conf to a part defining the default
autohint and a part defining the default hintstyle depending on
autohint. These are now put in conf.d/11-suse-hinting.conf and
16-suse-hintstyle.conf, so that extra packages may put their
own autohint value between them.

* Move suse-bitmaps.conf to conf.d, too

* Move optional configs modified by fonts-config to fonts-config
package itself
- Set autohint=true for IPA
* fonts as well as MS fonts;
hintslight will be chosen automatically (bnc#766319)
- Add missing IPAex
* fonts to suse-generic-names.conf lists.
- Obsolete ipa-fonts-config package as the default configs are now
included in this package

Sun Jun 3 14:00:00 2012 hillwoodAATTlinuxfans.org
- fix Chinese Mono font.

Sat Jun 2 14:00:00 2012 hillwoodAATTlinuxfans.org
- set WenQuanYi Micro He as default Chinese font.

Fri Jun 1 14:00:00 2012 pgajdosAATTsuse.com
- don\'t install 29-liberation-aliases.conf, because
30-metric-aliases.conf already contains these bindings

Mon May 28 14:00:00 2012 pgajdosAATTsuse.com
- DejaVu Sans, Droid Sans, Liberation Sans: use
hintslight with BCI (instead of hintfull with BCI)
- DejaVu Serif, Droid Serif, Liberation Serif: use
hintslight with BCI (instead of hintfull with BCI)
- DejaVu Sans Mono, Droid Sans Mono, Liberation Mono: keep
hintfull with BCI
- Cantarell: use hintfull with autohinter

Thu May 24 14:00:00 2012 pgajdosAATTsuse.com
- turn autohinter for Verdana (BCI off)

Wed Mar 21 13:00:00 2012 pgajdosAATTsuse.com
- updated to 2.9.0:

* many bugfixes, see NEWS

* removed suse-font-dirs.conf

* changed suse-hinting.conf: use hintslight with autohinter,
hintfull only for BCI [bnc#722427]

* include suse-generic-names.conf again

* added Cantarell into suse-generic-names.conf and suse-post-user.conf
(sans-serif font)

* added STIXGeneral into suse-generic-names.conf and suse-post-user.conf
(serif font)

* turn autohinter on for Liberation Sans (BCI off)

* dropped upstreamed urw-aliases-whitespaces.patch

* dropped upstreamed bugzilla-246783-do-not-crash-when-config-files-contain-broken-stuff.patch

* dropped upstreamed bugzilla-179457-fix-font-file-names-for-wine.patch
(https://bugzilla.novell.com/show_bug.cgi?id=179457#c8)

* dropped upstreamed bnc438855-make-FcInitReinitialize-work-again.patch

* dropped AppleRoman-DynaFont.patch

Sun Jan 1 13:00:00 2012 crrodriguezAATTopensuse.org
- The O_CLOEXEC patch missed one case, in particular the
loading of configuration files, this has been fixed.

Thu Dec 15 13:00:00 2011 cfarrellAATTsuse.com
- license update: MIT
Just list MIT in the spec file - this is not a dual license

Thu Dec 8 13:00:00 2011 cooloAATTsuse.com
- fix license to be in spdx.org format

Thu Dec 1 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency

Sun Nov 6 13:00:00 2011 crrodriguezAATTopensuse.org
- Support symbol visibility features
- Use O_CLOEXEC where needed in libfontconfig, callers may fork()
and we end up leaking library internal fds to their child processes.

Tue Oct 25 14:00:00 2011 pgajdosAATTsuse.com
- add /etc/fonts/local.conf [bnc#722427]

Wed Oct 5 14:00:00 2011 uliAATTsuse.com
- cross-build fix: force host architecture

Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Apply packaging guidelines (remove redundant/obsolete
tags/sections from specfile, etc.)

Fri Jan 21 13:00:00 2011 cooloAATTnovell.com
- regenerate doc tar ball

Tue Dec 7 13:00:00 2010 pgajdosAATTsuse.cz
- DejaVu Mono before Andale Mono [bnc#656184]

Thu Nov 25 13:00:00 2010 pgajdosAATTsuse.cz
- \"Liberation Mono\" instead of \"Liberation Sans\" in
monospace

Tue Nov 9 13:00:00 2010 pgajdosAATTsuse.cz
- prefer Nanum fonts before Un fonts [bnc#647355]

* modified suse-post-user.conf
- turn autohinting for unfonts on [bnc#647355]

* modified suse-hinting.conf

Tue Aug 31 14:00:00 2010 pgajdosAATTsuse.cz
- add AvantGarde, NewCenturySchoolbook, ZapfChancery and
ZapfDingbats aliases into 30-urw-aliases.conf as
workaround to [bnc#434676]
- -> added urw-aliases-whitespaces.patch
- see http://bugs.freedesktop.org/show_bug.cgi?id=19128

Fri Jul 23 14:00:00 2010 mxwuAATTnovell.com
- add 10-lcdfilter-lcddefault.conf.

* enable lcdfilter.

Fri Jun 4 14:00:00 2010 cooloAATTnovell.com
- revert the previous change after I reenabled the freetype2 patch

Tue Apr 6 14:00:00 2010 cooloAATTnovell.com
- disable patch that \'fixes\' make check for a patched freetype2

Thu Feb 11 13:00:00 2010 mxwuAATTnovell.com
- Add support for WenQuanYi Bitmap Song.

Mon Dec 14 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source

Mon Dec 7 13:00:00 2009 pgajdosAATTsuse.cz
- updated to version 2.8.0 (see README)

Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0

Mon Aug 31 14:00:00 2009 tiwaiAATTsuse.de
- add wqy-zenhei fonts to suse-post-user.conf (bnc#519059)

Thu Jul 9 14:00:00 2009 tiwaiAATTsuse.de
- updated to version 2.7.0:

* update Thai default families

* add ~/.fonts.conf.d to default config

* fc-list --verbose and --quiet options

* added fc-scan and fc-query

* see details below
http://fontconfig.org/release/ChangeLog-2.7.0

Mon Feb 23 13:00:00 2009 crrodriguezAATTsuse.de
- fontconfig leaks memory [bnc#302498]

Thu Feb 5 13:00:00 2009 mfabianAATTsuse.de
- cleanup old patches:
• remove obsolete fc-app-dir-fix-new-new.diff
• remove obsolete fontconfig-minmaxabs.patch
• remove obsolete fc-cache.patch.
• remove obsolete bugzilla-160226-multiarch-cache-file-problem.patch
• remove fc-match.patch which reversed the order of
FcDefaultSubstitute() and FcConfigSubstitute(), this was only
experimental and always commented out in the fontconfig.spec file.
• remove obsolete
bugzilla-128937-turn-off-embedded-bitmaps-by-default.patch
• remove obsolete fc-verbose.diff.

Tue Feb 3 13:00:00 2009 mfabianAATTsuse.de
- bnc#468407: add the Arabic font \"KacstBook\" to the preference
lists for serif, sans-serif, and monospace. Until now there was
no font at all preferred for Arabic when the dejavu fonts were
not installed and even if they were installed there was still no
preferred Arabic font for serif. This caused a certain
randomness in the fonts used by YaST2.

Mon Jan 26 13:00:00 2009 mfabianAATTsuse.de
- bnc#466068: insert \"VL Gothic\" in the preference lists between
\"IPA Gothic\" and \"Sazanami Gothic\".

Wed Dec 10 13:00:00 2008 olhAATTsuse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)

Mon Nov 24 13:00:00 2008 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293, bnc#439840)

Fri Nov 7 13:00:00 2008 mfabianAATTsuse.de
- bnc#438855: make FcInitReinitialize() work again. This function
is important to make it possible for YaST2 to load new fonts
which are copied into instsys after YaST2 is already running.

Wed Oct 29 13:00:00 2008 mfabianAATTsuse.de
- bnc#433591: make \"Lohit Oriya\" the default font for Oriya. See
also:
https://bugzilla.mozilla.org/show_bug.cgi?id=461155
- change /usr/share/doc/fontconfig to /usr/share/doc/packages/fontconfig
in the documentation (man-pages and sgml).

Tue Sep 23 14:00:00 2008 mfabianAATTsuse.de
- kill \"la\" files and static libraries
*only
* for versions >
openSUSE 11.0.

Wed Sep 10 14:00:00 2008 mfabianAATTsuse.de
- update to 2.6.0. Some changes from the ChangeLog:
• new configurables for sub-pixel filter configuration.
• Don\'t check cache file time stamps when cleaning cache dir.
Cache file mtime is meaningless now that the directory time is
encoded in
the cache.
• Also check configDirs mtimes in FcConfigUptoDate
Checking only config files and font directories can miss
changes which affect only a configuration directory. Check
those to catch any changes.
• Update CaseFolding.txt to Unicode 5.1.0
- remove fix-pattern-duplicate.diff (included upstream).

Tue Aug 26 14:00:00 2008 crrodriguezAATTsuse.de
- kill \"la\" files and static libraries

Mon May 26 14:00:00 2008 mfabianAATTsuse.de
- bnc#246804: remove workaround to force the detection of FreeMono
as monospace, freefont >= 0.20080323 has the spacing problem
fixed.

Wed May 21 14:00:00 2008 mfabianAATTsuse.de
- bnc#378463:
• accept \"Liberation Serif\", \"Liberation Sans\", and
\"Liberation Mono\" as fallbacks for \"Times New Roman\", \"Arial\",
and \"Courier New\" respectively.
• Mark the \"Liberation\" fonts with their generics to get
reasonable fallbacks if they are not installed.
• Add these fonts to the preference lists (below DejaVu).

Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support

Tue Dec 18 13:00:00 2007 mfabianAATTsuse.de
- add \"Lucida Sans Typewriter\", \"Lucida Sans\", and \"Lucida Bright\"
to the list of fonts which should always use the byte code
interpreter if anti-aliasing is off. Suggested by
Bernhard Walle .

Tue Oct 16 14:00:00 2007 mfabianAATTsuse.de
- Bugzilla #334154: make \"Lohit Punjabi\" the default font for
Punjabi (move ugly FreeSans, FreeSerif, FreeMono down in
the preference lists to make this possible).

Tue Oct 16 14:00:00 2007 mfabianAATTsuse.de
- Bugzilla #308961 comment #24: give \"AR PL ShanHeiSun Uni\" higher
priority than FZMingTi because the latter one doesn’t have
embedded bitmaps.

Mon Oct 15 14:00:00 2007 mfabianAATTsuse.de
- Bugzilla #308961: make \"AR PL ShanHeiSun Uni\" the default font
for traditional and simplified Chinese (unless the commercial
fonts FZ
* or CMEX
* are installed which still have higher
priority).

Fri Apr 27 14:00:00 2007 ajAATTsuse.de
- Add libexpat-devel to BuildRequires.

Fri Mar 23 13:00:00 2007 mfabianAATTsuse.de
- Bugzilla #118131 comment #93: set the autohinter default
matching on \"font\" instead of on \"pattern\".
If an autohint value is set in pattern, OpenOffice 2.1 will use
that even if there are fontconfig rules matching on \"font\" which
should override it again). This doesn\'t cause any problems for
Cairo/Gnome (see bug #104365) because Cairo/Gnome don\'t try to
change the autohint value anyway.

Mon Mar 12 13:00:00 2007 mfabianAATTsuse.de
- duplicate patterns correctly (fixes some parts of bug #244579
for Qt4).
fix-pattern-duplicate.diff (by Stephan Kulow ).

Wed Feb 21 13:00:00 2007 mfabianAATTsuse.de
- Bugzilla #246783: avoid crashes when config files contain
some incorrect expressions.

Tue Feb 20 13:00:00 2007 mfabianAATTsuse.de
- Bugzilla #246804: force detection of FreeMono as monospace as
well, recent versions of this font are broken and have glyphs
with wrong width.

Tue Feb 20 13:00:00 2007 mfabianAATTsuse.de
- update to 2.4.2.
+ remove do-not-clean-cache-files-for-different-architectures.patch
(included upstream).
+ remove improve-monospace-detection.patch and fix this in
the setup instead of in the c-code using the feature
match target=\"scan\" (see bugzilla #246804).

Tue Feb 6 13:00:00 2007 mfabianAATTsuse.de
- fix order of changelog entries.

Wed Jan 24 13:00:00 2007 mfabianAATTsuse.de
- Bugzilla #237347: make Pothana2000 the default font for Telugu.

Mon Nov 20 13:00:00 2006 mfabianAATTsuse.de
- Meiryo is not good for monospace.

Wed Nov 15 13:00:00 2006 mfabianAATTsuse.de
- sync hinting and bitmap setup with fonts-config:
+ Bugzilla #215602: don\'t use the embedded bitmaps in the IPA
fonts because they are only available in 12, 14, and 16 pixels.
+ Bugzilla #215602: Don\'t use the autohinter for fonts where it
it distorts the metrics so badly that even the digits which
should be monospaced are not monospaced at all anymore.
+ Don\'t use the autohinter for good quality TrueType fonts.
- add some new fonts to the prefer lists.

Fri Nov 10 13:00:00 2006 mfabianAATTsuse.de
- choose nicer default fonts for sans-serif, serif, and monospace.
It is not necessary anymore to choose fonts which are metric
compatible to the Adobe fonts as the default, the bug in kpdf
is apparently fixed (see Bugzilla #129081). The default fonts
for all three styles are now Déjà Vu on openSUSE.

Fri Oct 27 14:00:00 2006 mfabianAATTsuse.de
- make last patch a little bit nicer to get it included upstream.

Tue Oct 24 14:00:00 2006 mfabianAATTsuse.de
- do not delete cache files for different architectures.

Fri Oct 20 14:00:00 2006 mfabianAATTsuse.de
- Bugzilla #213616: make suse-font-dirs.conf work again
by symlinking it into /etc/fonts/conf.d.

Wed Oct 18 14:00:00 2006 mfabianAATTsuse.de
- Bugzilla #213190, Fate #300430: \"Use CMEXSong font as the
default font for zh_TW locale\"

Mon Oct 16 14:00:00 2006 mfabianAATTsuse.de
- update to 2.4.1.
+ cache files for different architectures are in different
files now
+ the user specific cache has been split from a single file
in to seperate files for each font directory which are now
stored in ~/.fontconfig/.


 
ICM