Mercurial > hg > xemacs-beta
changeset 4961:b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 31 Jan 2010 21:11:44 -0600 |
parents | 45b6288416e3 |
children | e813cf16c015 |
files | ChangeLog configure configure.ac |
diffstat | 3 files changed, 17 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Jan 29 23:38:50 2010 -0600 +++ b/ChangeLog Sun Jan 31 21:11:44 2010 -0600 @@ -1,3 +1,12 @@ +2010-01-31 Ben Wing <ben@xemacs.org> + + * configure.ac (TAB): + Say "This Xft feature" rather than just "This feature" to make it + possible to more safely filter out the warning in my `runcc' + script without the possibility of filtering out genuinely + important warnings. + * configure: Regenerate. + 2010-01-23 Ben Wing <ben@xemacs.org> * configure:
--- a/configure Fri Jan 29 23:38:50 2010 -0600 +++ b/configure Sun Jan 31 21:11:44 2010 -0600 @@ -20869,7 +20869,7 @@ esac 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." + echo " WARNING: This Xft feature will be replaced with a face." fi case "$with_scrollbars" in gtk ) echo " Using GTK scrollbars." ;; @@ -20898,12 +20898,12 @@ esac 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." + echo " WARNING: This Xft feature will be replaced with a face." fi if test "$with_xft_gauges" = "yes"; then echo " - Using Xft to render antialiased fonts in progress bars." - echo " WARNING: This feature will be replaced with a face." - echo " WARNING: This feature not yet implemented; setting ignored." + echo " WARNING: This Xft feature will be replaced with a face." + echo " WARNING: This Xft feature not yet implemented; setting ignored." fi if test "$with_dragndrop" = yes; then echo " Compiling in support for Drag'n'Drop (EXPERIMENTAL)."
--- a/configure.ac Fri Jan 29 23:38:50 2010 -0600 +++ b/configure.ac Sun Jan 31 21:11:44 2010 -0600 @@ -5681,7 +5681,7 @@ esac 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." + echo " WARNING: This Xft feature will be replaced with a face." fi case "$with_scrollbars" in gtk ) echo " Using GTK scrollbars." ;; @@ -5710,12 +5710,12 @@ esac 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." + echo " WARNING: This Xft feature will be replaced with a face." fi if test "$with_xft_gauges" = "yes"; then echo " - Using Xft to render antialiased fonts in progress bars." - echo " WARNING: This feature will be replaced with a face." - echo " WARNING: This feature not yet implemented; setting ignored." + echo " WARNING: This Xft feature will be replaced with a face." + echo " WARNING: This Xft feature not yet implemented; setting ignored." fi if test "$with_dragndrop" = yes; then echo " Compiling in support for Drag'n'Drop (EXPERIMENTAL)."