]> git.wh0rd.org - fontconfig.git/commitdiff
Josselin Mouette:
authorKeith Packard <keithp@keithp.com>
Sat, 5 Mar 2005 20:58:39 +0000 (20:58 +0000)
committerKeith Packard <keithp@keithp.com>
Sat, 5 Mar 2005 20:58:39 +0000 (20:58 +0000)
Include 2.3 release information in changelog Add Josselin Mouette as an
    Uploader Set hinting_type to low priority configuration option
Manish Singh:
yes_bitmaps.conf -> yes-bitmaps.conf
Funda Wang:
Johap -> Johab

ChangeLog
debian/changelog
debian/control
debian/fontconfig.config
debian/fontconfig.postinst
debian/fontconfig.templates
debian/rules
src/fcfreetype.c

index f12660e75d3f9cd726d90b27d1c73f9e03fa549b..d1c80286e5eccd7c87875571f17edc284529f729 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2005-03-05  Keith Packard  <keithp@keithp.com>
+
+       Josselin Mouette:
+       * debian/changelog:
+       * debian/control:
+       * debian/fontconfig.config:
+       * debian/fontconfig.templates:
+       * debian/rules:
+               Include 2.3 release information in changelog
+               Add Josselin Mouette as an Uploader
+               Set hinting_type to low priority configuration option
+               
+       Manish Singh:
+       * debian/fontconfig.postinst:
+               yes_bitmaps.conf -> yes-bitmaps.conf
+               
+       Funda Wang:
+       * src/fcfreetype.c:
+               Johap -> Johab
+               
 2005-03-02  Keith Packard  <keithp@keithp.com>
 
        * Makefile.am:
index 4afe36649319b2fe730c91618c4584e96eb80492..160fceda8c2b505dd8bb5d89c56568b6bc509a9a 100644 (file)
@@ -1,8 +1,17 @@
-fontconfig (2.3.0-1) unstable; urgency=low
+fontconfig (2.3.0-1) experimental; urgency=low
 
   * Change of maintainer
   * New upstream release
-
+  * Support for current Freetype versions
+  * Multi-lingual family/style/fullname values with parallel language
+    tags to enable locale-sensitive presentation of these names.
+  * Font black- and white-listing in the configuration file
+    enables users to select their desired font attributes without
+    having to carefully construct the font directory list.
+  * Support for local configuration directory provides a place for system
+    distributors and administrators to make local changes to the font 
+    configuration without having to edit any configuration files.
+                                             
  -- Keith Packard <keithp@debian.org>  Wed,  2 Mar 2005 00:03:56 -0800
 
 fontconfig (2.2.3-4) unstable; urgency=low
index 3059202c565713e6e3efcde429b7eb934debf782..1db85cfa0642b41c07b1e039d94cc0c40fe4bfd2 100644 (file)
@@ -2,6 +2,7 @@ Source: fontconfig
 Section: devel
 Priority: optional
 Maintainer: Keith Packard <keithp@debian.org>
+Uploaders: Keith Packard <keithp@debian.org>, Josselin Mouette <joss@debian.org>
 Build-Depends: cdbs (>= 0.4.5.4), debhelper (>= 4.1.76), libfreetype6-dev (>= 2.1.7), libexpat1-dev, docbook-utils (>= 0.6.13), docbook-to-man, defoma (>= 0.7.0), binutils (>= 2.12.90.0.9)
 Standards-Version: 3.6.1
 
index dd119e135a866819844712b35e7e9c88477883a4..6e364ab270a28846376bf255df03a63a8da81ba4 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 . /usr/share/debconf/confmodule
 
-db_input medium fontconfig/hinting_type || true
+db_input low fontconfig/hinting_type || true
 db_input low fontconfig/subpixel_rendering || true
 db_input low fontconfig/enable_bitmaps || true
 db_go
index bf6b06e0b0838759a830be27c5088b04a5a99666..34f91769eaaa7bd2d7f4b6a4213312968d406216 100755 (executable)
@@ -64,7 +64,7 @@ db_get fontconfig/enable_bitmaps
 enable_bitmaps="$RET"
 
 bitmaps_prio="30-debconf-"
-yes_bitmaps="yes_bitmaps.conf"
+yes_bitmaps="yes-bitmaps.conf"
 no_bitmaps="no-bitmaps.conf"
 
 if [ -h $CONFDIR/$bitmaps_prio$yes_bitmaps ]; then
index eea8802d78a837ae5128d5018c29edfe4e7742b6..1b5fba739b851c86a7559dfec8dc07cc66870754 100644 (file)
@@ -18,8 +18,8 @@ _Description: With what method should fonts be hinted?
  such hints, then the Autohinter will work better.  Yes, FreeType should do
  this automatically.
  .
- You can also select None to disable all hinting and make your screen look
- like Mac OS X. 
+ You can also select None to disable all hinting, causing all text
+ to look fuzzy on even the sharpest monitors.
  .
 
 Template: fontconfig/subpixel_rendering
index ed4afd62df82941756c61e6621ae55bc7255db0e..06922bb0e772d6af6c63bfc4ee7653bf3705f506 100755 (executable)
@@ -9,11 +9,11 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/local/share/fonts
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs --with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts
 
 # tight versioning
 DEB_DH_MAKESHLIBS_ARGS_fontconfig-udeb := --no-act
-DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.2.1)"
+DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.3.0)"
 
 DEB_SHLIBDEPS_LIBRARY_fontconfig := libfontconfig1
 DEB_SHLIBDEPS_INCLUDE_fontconfig := debian/libfontconfig1/usr/lib/
index 2446170d576202b09e512086b00effead77ed7f0..39aaa794da7ff85953b8c6a5f1ebef7d563c280b 100644 (file)
@@ -128,7 +128,7 @@ static const FcFtEncoding   fcFtEncoding[] = {
  {  TT_PLATFORM_MICROSOFT,     TT_MS_ID_GB2312,        "GB3212" },
  {  TT_PLATFORM_MICROSOFT,     TT_MS_ID_BIG_5,         "BIG-5" },
  {  TT_PLATFORM_MICROSOFT,     TT_MS_ID_WANSUNG,       "Wansung" },
- {  TT_PLATFORM_MICROSOFT,     TT_MS_ID_JOHAB,         "Johap" },
+ {  TT_PLATFORM_MICROSOFT,     TT_MS_ID_JOHAB,         "Johab" },
  {  TT_PLATFORM_MICROSOFT,     TT_MS_ID_UCS_4,         "UCS4" },
  {  TT_PLATFORM_ISO,           TT_ISO_ID_7BIT_ASCII,   "ASCII" },
  {  TT_PLATFORM_ISO,           TT_ISO_ID_10646,        "UCS-2BE" },