[sawfish/sawfish-2.90] removed a defcustom from edge.util ChangeLog



commit b0c8d80d12b4e9ce7a1b403be6da7037587150bd
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sun Oct 24 21:09:55 2010 +0200

    removed a defcustom from edge.util
    ChangeLog

 ChangeLog                    |   12 +++++++++++-
 lisp/sawfish/wm/edge/util.jl |    5 -----
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 63960d7..efcfdd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,8 +18,12 @@
 	* 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
+	* lisp/sawfish/wm/edge/util.jl: added. flippers-activate (=> user-modules
 	should use THIS, not recreate-flippers (as it handles the hooks))
+	                                added get-active-corner function
+					added get-active-edge function
+					added defcustom for hot-spots-area here
+					 -- (as it's used by get-active-corner)
 
 	* OPTIONS
 	* src/fake-libexec
@@ -30,11 +34,17 @@
 	infinite-desktop-move-distance and renamed infinite-desktop.move-cursor-distance to
 	infinite-desktop-move-cursor-distance (note `.' VS `-')
 	                                            improved infinite-desktop-enable
+						    ported get-active-edge function
+						    no longer open edge.flip (still required!)
 
 	* README.IMPORTANT: updated
 
 	* configure.in: display a red warning
 
+	* lisp/sawfish/wm/edge/flip.jl: move add-hook calls to edge-flip-enable
+
+	* lisp/sawfish/wm/edge/hot-spots.jl: added hot-spots version 2.0.0
+
 2010-10-23  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/tabs/util.jl: set-tab-adjustment function for tabbed-themes
 
diff --git a/lisp/sawfish/wm/edge/util.jl b/lisp/sawfish/wm/edge/util.jl
index e18320c..11c2254 100644
--- a/lisp/sawfish/wm/edge/util.jl
+++ b/lisp/sawfish/wm/edge/util.jl
@@ -49,11 +49,6 @@
 
   (defgroup hot-spot "Hot Spots" :group workspace)
 
-  (defcustom hot-spot-delay 150
-    "Milliseconds to delay before activating hot-spot."
-    :type number
-    :group (workspace hot-spot))
-
   (defcustom hot-spots-area 50
     "Lenght in px (in both x and y direction) wich is used as hot-spots-area."
     :type number



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