sawfish r4416 - in trunk: . lisp/sawfish/wm



Author: chrisb
Date: Sun Feb 15 22:08:30 2009
New Revision: 4416
URL: http://svn.gnome.org/viewvc/sawfish?rev=4416&view=rev

Log:
configure.in: print message at the end that README.IMPORTANT should be read

viewport.jl: changed a string


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/lisp/sawfish/wm/viewport.jl

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Feb 15 22:08:30 2009
@@ -471,6 +471,16 @@
   == == == == == == == == == == == == ==
   "
 
+echo "  ***** ***** ***** ***** ***** ***** *****
+
+  Please read 
+  
+  README.IMPORTANT 
+  
+  if this is an upgrade
+
+  ***** ***** ***** ***** ***** ***** *****"
+
 dnl If it doesn't look like GNU Make is being used, give a friendly warning
 tem=`make --version -f /dev/null 2>&1 | grep GNU`
 if test "x$tem" = "x"; then

Modified: trunk/lisp/sawfish/wm/viewport.jl
==============================================================================
--- trunk/lisp/sawfish/wm/viewport.jl	(original)
+++ trunk/lisp/sawfish/wm/viewport.jl	Sun Feb 15 22:08:30 2009
@@ -64,7 +64,7 @@
     :group (workspace viewport))
 
   (defcustom scroll-viewport-steps 1
-    "Number of steps in which to scroll between viewports (less steps = faster scrolling)."
+    "Number of steps for viewport scrolling."
     :group (workspace viewport)
     :type number
     :range (1 . 50))



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