[sawfish/sawfish-2.90] OPTIONS / NEWS



commit 9a7b9c79f18febb29e4de6f4ceece6fa9b2f1b64
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sun Oct 24 19:14:16 2010 +0200

    OPTIONS / NEWS

 ChangeLog |   22 ++++++++++++++++++++--
 OPTIONS   |    4 ++--
 2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e99fe99..672f8a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 	* src/flippers.c: add edge-flip-enabled as global symbol
 	                  add recreate-flippers function
 			  don't auto-enable flippers when loading
+			  renamed module to sawfish.wm.edge.flippers
 
 	* src/sawfish_subrs.h
 	* lisp/sawfish/wm/gaol.jl: add edge-flip-eanbled
@@ -10,8 +11,25 @@
 	                                    remove the eval-when-compile call
 					    removed three unneeded exports
 					    remove restart-flippers
-					    add flippers-activate (=> user-modules should use THIS,
-					    not recreate-flippers (as it handles the hooks))
+
+	* lisp/sawfish/wm/ext/infinite-desktop.jl
+	* lisp/sawfish/wm/edge/infinite-desktop.jl: moved file
+
+	* lisp/sawfish/wm/ext/edge-flip.jl
+	* lisp/sawfish/wm/edge/flip.jl: moved file
+
+	* lisp/sawfish/wm/edge/util.jl: added, contains flippers-activate (=> user-modules
+	should use THIS, not recreate-flippers (as it handles the hooks))
+
+	* OPTIONS
+	* src/fake-libexec
+	* lisp/Makefile.in
+	* src/Makefile.in: updated
+
+	* lisp/sawfish/wm/edge/infinite-desktop.jl: renamed infinite-desktop.move-distance to
+	infinite-desktop-move-distance and renamed infinite-desktop.move-cursor-distance to
+	infinite-desktop-move-cursor-distance (note `.' VS `-')
+	                                            improved infinite-desktop-enable
 
 2010-10-23  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/tabs/util.jl: set-tab-adjustment function for tabbed-themes
diff --git a/OPTIONS b/OPTIONS
index b8f2cec..7b14204 100644
--- a/OPTIONS
+++ b/OPTIONS
@@ -667,10 +667,10 @@
 ;; (defvar-setq infinite-desktop-p t
 ;;   "\"Infinite desktop\", or smooth viewport motion with mouse (Conflicts edge-flipping).")
 
-;; (defvar-setq infinite-desktop.move-distance 64
+;; (defvar-setq infinite-desktop-move-distance 64
 ;;   "Amount to move the viewport when the pointer hits the screen edge.")
 
-;; (defvar-setq infinite-desktop.move-cursor-distance 32
+;; (defvar-setq infinite-desktop-move-cursor-distance 32
 ;;   "Amount to pull back the cursor after moving the viewport.")
 
 ;; poweroff options



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