diff options
author | marha <marha@users.sourceforge.net> | 2009-10-11 18:59:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-11 18:59:59 +0000 |
commit | e4bc1b2bff00254f5782928d5b7b15b4db2e774c (patch) | |
tree | 9bcc1cad2fa55b8ae22d94cfbaf2a2487041fcd8 /xorg-server/fonts.src/font-util/ChangeLog | |
parent | 026bf5d0c0bbcc109bfe2b2c58fc930a2e42753e (diff) | |
download | vcxsrv-e4bc1b2bff00254f5782928d5b7b15b4db2e774c.tar.gz vcxsrv-e4bc1b2bff00254f5782928d5b7b15b4db2e774c.tar.bz2 vcxsrv-e4bc1b2bff00254f5782928d5b7b15b4db2e774c.zip |
Updated following packages:
encodings-1.0.3
font-adobe-75dpi-1.0.1
font-adobe-100dpi-1.0.1
font-adobe-utopia-75dpi-1.0.2
font-adobe-utopia-100dpi-1.0.2
font-adobe-utopia-type1-1.0.2
font-alias-1.0.2
font-arabic-misc-1.0.1
font-bh-75dpi-1.0.1
font-bh-100dpi-1.0.1
font-bh-lucidatypewriter-75dpi-1.0.1
font-bh-lucidatypewriter-100dpi-1.0.1
font-bh-ttf-1.0.1
font-bh-type1-1.0.1
font-bitstream-75dpi-1.0.1
font-bitstream-100dpi-1.0.1
font-bitstream-speedo-1.0.1
font-bitstream-type1-1.0.1
font-cronyx-cyrillic-1.0.1
font-cursor-misc-1.0.1
font-daewoo-misc-1.0.1
font-dec-misc-1.0.1
font-ibm-type1-1.0.1
font-isas-misc-1.0.1
font-jis-misc-1.0.1
font-micro-misc-1.0.1
font-misc-cyrillic-1.0.1
font-misc-ethiopic-1.0.1
font-misc-meltho-1.0.1
font-misc-misc-1.1.0
font-mutt-misc-1.0.1
font-schumacher-misc-1.1.0
font-screen-cyrillic-1.0.2
font-sony-misc-1.0.1
font-sun-misc-1.0.1
font-util-1.1.0
font-winitzki-cyrillic-1.0.1
font-xfree86-type1-1.0.2
libXfont-1.4.1
mkfontscale-1.0.7
Diffstat (limited to 'xorg-server/fonts.src/font-util/ChangeLog')
-rw-r--r-- | xorg-server/fonts.src/font-util/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/xorg-server/fonts.src/font-util/ChangeLog b/xorg-server/fonts.src/font-util/ChangeLog index b2c2c8180..875844a14 100644 --- a/xorg-server/fonts.src/font-util/ChangeLog +++ b/xorg-server/fonts.src/font-util/ChangeLog @@ -1,3 +1,45 @@ +commit b10044e1cdb8f1656b6f61d79512bf4d49ee3339 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Wed Oct 7 20:23:36 2009 -0700 + + font-util 1.1.0: Add new macros to replace code common to many font modules + + XORG_FONT_MACROS_VERSION(required-version) + XORG_FONT_CHECK_ENCODING(encoding) + XORG_FONT_CHECK_ENCODING_LIST(encoding1 encoding2....) + XORG_FONT_REQUIRED_PROG(VARNAME, progname) + XORG_FONT_FCCACHE() + XORG_FONT_COMMON_UTILS() + XORG_FONT_BDF_UTILS() + XORG_FONT_SCALED_UTILS() + XORG_FONT_CHECK_COMPRESSION() + XORG_FONT_UCS2ANY() + XORG_FONTROOTDIR() + XORG_FONTSUBDIR(variable, flag, subdir) + XORG_FONTDIR(subdir) + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + Acked-by: Dan Nicholson <dbn.lists@gmail.com> + Acked-by: RĂ©mi Cardona <remi@gentoo.org> + +commit 59557a6f4a28f38edcb6251ac04c9cb0e582bb3e +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Tue Oct 6 14:19:57 2009 -0700 + + Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 032e3cb6c41c720412ab3403dad2ab800f45a817 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Wed Sep 23 23:12:08 2009 -0700 + + Fix parsing of hexadecimal arguments to bdftruncate + + Since bdftruncate suggests running itself with "0x3200", that should work. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + commit ca16bc230e73bfbf651acb9010ba695bbbef0e8a Author: Julien Cristau <jcristau@debian.org> Date: Fri Aug 7 21:47:25 2009 +0200 |