[sawfish] improve configures help message for better readability ; s/sawmill/sawfish/



commit 94e5bf40df7916ded07c2b2f1f703e997fbf8a3c
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sun Dec 27 18:22:54 2009 +0100

    improve configures help message for better readability ; s/sawmill/sawfish/

 ChangeLog                    |    6 ++++++
 configure.in                 |   18 +++++++++---------
 lisp/sawfish/wm/workspace.jl |    2 +-
 src/display.c                |    2 +-
 4 files changed, 17 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d28c0fb..f2fe35e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-27  Christopher Bratusek <zanghar freenet de>
+	* configure.in: improve configures help message for better readability [Kim B. Heino]
+
+	* lisp/sawfish/wm/workspace.jl
+	* src/display.c: s/sawmill/sawfish/ [Kim B. Heino]
+
 2009-12-22  Christopher Bratusek <zanghar freenet de>
 	* man/news.texi: revised
 
diff --git a/configure.in b/configure.in
index 2bd65f4..8437f0d 100644
--- a/configure.in
+++ b/configure.in
@@ -68,8 +68,8 @@ _cppflags="${CPPFLAGS}"
 CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
 
 AC_ARG_WITH(xorg-x11r7,
-	    [  --with-xorg-x11r7	  Use X.Org X11R7
-	     --without-xorg-x11r7	  Use X.Org/XFree86 X11R6 instead], [], [with_xorg_x11r7=yes])
+  [  --with-xorg-x11r7	  Use X.Org X11R7
+  --without-xorg-x11r7	  Use X.Org/XFree86 X11R6 instead], [], [with_xorg_x11r7=yes])
 
 if test "$with_xorg_x11r7" != "no"; then
 
@@ -176,7 +176,7 @@ fi
 dnl Checks for pango
 
 AC_ARG_WITH(pango,
-  [  --with-pango Use Pango instead of Xft
+  [  --with-pango		  Use Pango instead of Xft
   --without-pango], [], [with_pango=yes])
 
 if test "$with_pango" = "yes"; then
@@ -232,8 +232,8 @@ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= ${GTK_MIN_VER}
 
 dnl Check for image handling libraries
 AC_ARG_WITH(gdk-pixbuf,
-	    [  --with-gdk-pixbuf	  Use gdk-pixbuf for image management
-	     --without-gdk-pixbuf	  Use Imlib1 instead], [], [with_gdk_pixbuf=yes])
+  [  --with-gdk-pixbuf	  Use gdk-pixbuf for image management
+  --without-gdk-pixbuf	  Use Imlib1 instead], [], [with_gdk_pixbuf=yes])
 
 if test "$with_gdk_pixbuf" != "no"; then
 	PKG_CHECK_MODULES(GDK_PIXBUF, gdk-pixbuf-xlib-2.0 >= ${GTK_MIN_VER}
@@ -264,8 +264,8 @@ fi
 dnl Check wether to add 9 mouse buttons support
 
 AC_ARG_WITH(nine-mousebuttons,
-	    [ --with-nine-mousebuttons	Add support for mouse-buttons 6 - 9
-	     --without-nine-mousebuttons], [], [with_nine_mbtns=yes])
+  [  --with-nine-mousebuttons  Add support for mouse-buttons 6 - 9
+  --without-nine-mousebuttons], [], [with_nine_mbtns=yes])
 
 if test "$with_nine_mbtns" = "yes"; then
 	AC_DEFINE(HAVE_NINE_MOUSEBUTTONS, 1, [Support for 9 Mouse Buttons])
@@ -277,8 +277,8 @@ fi
 dnl Check wether to install mo files
 
 AC_ARG_WITH(nls,
-	   [ --with-nls		Install translations
-	    --without-nls], [], [with_nls=yes])
+  [  --with-nls		  Install translations
+  --without-nls], [], [with_nls=yes])
 
 if test "$with_nls" = "yes"; then
 	SUBDIRS="${SUBDIRS} po"
diff --git a/lisp/sawfish/wm/workspace.jl b/lisp/sawfish/wm/workspace.jl
index 08fb2f0..c1c67b4 100644
--- a/lisp/sawfish/wm/workspace.jl
+++ b/lisp/sawfish/wm/workspace.jl
@@ -20,7 +20,7 @@
 
 ;; Commentary:
 
-;; Sawmill's workspace are organised as a 1-dimensional continuum, from
+;; Sawfish's workspace are organised as a 1-dimensional continuum, from
 ;; -infinity to +infinity. Normally the user only sees a small part of
 ;; this continuum, from the first non-empty workspace to the last
 ;; non-empty workspace
diff --git a/src/display.c b/src/display.c
index 97b2719..41624e0 100644
--- a/src/display.c
+++ b/src/display.c
@@ -369,7 +369,7 @@ sys_init(char *program_name)
 	    }
 
 	    /* This should _never_ be used in Real Life; only for
-	       debugging. Sawmill tries to work out when the error
+	       debugging. Sawfish tries to work out when the error
 	       handle might be called (i.e. after any XGet, XQuery, XFetch
 	       type function) and then call emit_pending_destroys ()
 	       as soon as possible, so that there's as small as possible



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]