# HG changeset patch # User stephent # Date 1135350702 0 # Node ID 483af4dd065b8749290951595fbe4bd6ad950d83 # Parent 8f3f6e3dfad9076dc6d944c52b968999434f6ad1 [xemacs-hg @ 2005-12-23 15:11:41 by stephent] Xft configure-ation improvements <87acer26jj.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 8f3f6e3dfad9 -r 483af4dd065b ChangeLog --- a/ChangeLog Fri Dec 23 15:08:14 2005 +0000 +++ b/ChangeLog Fri Dec 23 15:11:42 2005 +0000 @@ -1,3 +1,8 @@ +2005-12-23 Stephen J. Turnbull + + * configure.ac (Xft): Fix typo preventing report of Xft buffers. + Remove now-irrelevant comments. + 2005-12-22 Stephen J. Turnbull * configure.ac: Three typos fixed. diff -r 8f3f6e3dfad9 -r 483af4dd065b configure.ac --- a/configure.ac Fri Dec 23 15:08:14 2005 +0000 +++ b/configure.ac Fri Dec 23 15:11:42 2005 +0000 @@ -4423,9 +4423,7 @@ test "$enable_dialogs" = "motif" && AC_DEFINE(LWLIB_DIALOGS_MOTIF) test "$enable_widgets" = "motif" && AC_DEFINE(LWLIB_WIDGETS_MOTIF) -dnl this is not in xft reloaded #3 test "$with_xft_menubars" = "yes" && AC_DEFINE(USE_XFT_MENUBARS) -dnl these are new in sjt-xft test "$with_xft_tabs" = "yes" && AC_DEFINE(USE_XFT_TABS) test "$with_xft_gauge" = "yes" && AC_DEFINE(USE_XFT_GAUGE) @@ -5906,7 +5904,7 @@ if test "$with_wmcommand" != no; then echo " - Handling WM_COMMAND properly." fi - if test "$with_xft" = "yes"; then + if test "$with_xft_emacs" = "yes"; then echo " - Compiling in support for Xft antialiased fonts (EXPERIMENTAL)." fi fi @@ -5934,7 +5932,6 @@ echo " Re-run configure with --enable-menubars='lucid'." ;; msw ) echo " Using MS-Windows menubars." ;; esac -dnl this is not in xft reloaded #3 if test "$with_xft_menubars" = "yes"; then echo " - Using Xft to render antialiased fonts in menubars." echo " WARNING: This feature will be replaced with a face." @@ -5964,12 +5961,10 @@ athena ) echo " Using Athena native widgets." ;; msw ) echo " Using MS-Windows native widgets." ;; esac -dnl this is not in xft reloaded #3 if test "$with_xft_tabs" = "yes"; then echo " - Using Xft to render antialiased fonts in tab controls." echo " WARNING: This feature will be replaced with a face." fi -dnl this is not in xft reloaded #3 if test "$with_xft_gauge" = "yes"; then echo " - Using Xft to render antialiased fonts in progress bars." echo " WARNING: This feature will be replaced with a face."