[sawfish/edge-actions] ChangeLog updated two copyright headers



commit 19b61f873a1046c89cb0d8048027ee95bb36bf63
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Thu Nov 4 20:22:15 2010 +0100

    ChangeLog
    updated two copyright headers

 ChangeLog                                |   42 ++++++++++++++++++++++++++++++
 lisp/sawfish/wm/commands/jump-or-exec.jl |    2 +
 lisp/sawfish/wm/edge/flip.jl             |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2697eb5..09b0b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2010-11-04  Christopher Bratusek <zanghar freenet de>
+	* lisp/sawfish/wm/edge/infinite-desktop
+	* lisp/sawfish/wm/edge/viewport-drag.jl: renamed module (and remaining functions)
+						 added structure-alias
+
+	* lisp/sawfish/wm/edge/actions.jl: updated for above change
+
+	* lisp/sawfish/wm/tabs/util.jl: removed => check new tabs-ng branch
+
+2010-11-02  Christopher Bratusek <zanghar freenet de>
+	* lisp/sawfish/wm/edge/flip.jl: removed all defcustoms
+					removed now unused variables
+					removed most functions (only before-flip, after-flip
+					and edge-flip-activate remain)
+					changed the way it's activated
+					removed the delay timer
+
+	* lisp/sawfish/wm/edge/hot-spots.jl: removed all defcustoms
+					     renamed hot-spot-call to hot-spot-activate
+					     removed hot-spot-hook function
+					     changed the way it's activated
+					     removed the delay timer
+
+	* lisp/sawfish/wm/edge/infinite-desktop.jl: removed most defcustoms (only for distances are
+	left and moved from "Edge Flip/Infinite Desktop" to "Edge Actions" group in SawfishConfig)
+						    began to rename to viewport-drag
+						    removed infinite-desktop-enable
+						    renamed infinite-desktop-hook to infinite-desktop-activate
+						    changed the way it's activated
+
+	* lisp/sawfish/wm/edge/actions.jl: added edge-actions (unified edge-flip, hot-spots and
+	viewport-drag (ex infinite-desktop)). Each edge can now have a different action. Currently
+	there are: - hot-spot
+		   - flip-workspace
+		   - flip-viewport
+		   - viewort-drag
+		   - none
+	corners are preserved to hot-spot. edge-action is also responsible for properly activating
+	the eges and adding the required hooks to make flip and viewpor-drag work while moving a window
+	too. Now only one timer is being used to delay the activation (same for all actions now).
+	All configuration options now reside in the "Edge Actions" group in SawfishConfig.
+
 2010-10-28  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/edge/infinite-desktop.jl: make infinite-desktop work while moving a window
 
diff --git a/lisp/sawfish/wm/commands/jump-or-exec.jl b/lisp/sawfish/wm/commands/jump-or-exec.jl
index 7ed1fb3..cb39e5c 100644
--- a/lisp/sawfish/wm/commands/jump-or-exec.jl
+++ b/lisp/sawfish/wm/commands/jump-or-exec.jl
@@ -1,6 +1,8 @@
 ;;; jump-or-exec.jl 1.0.0 -- flexible application shortcut keys
 
 ;; Copyright (C) 2002 Damien Elmes <resolve repose cx>
+;; Copyright (C) 2010 Christopher Roy Bratusek <zanghar freenet de>
+;; Copyright (C) 2010 Teika Kazura <teika lavabit com>
 
 ;; This file is part of sawfish.
 
diff --git a/lisp/sawfish/wm/edge/flip.jl b/lisp/sawfish/wm/edge/flip.jl
index 32d5521..1676ffd 100644
--- a/lisp/sawfish/wm/edge/flip.jl
+++ b/lisp/sawfish/wm/edge/flip.jl
@@ -1,6 +1,7 @@
 ;; edge-flip.jl -- move viewports by pushing pointer against screen edges
 
 ;; Copyright (C) 1999 John Harper <john dcs warwick ac uk>
+;; Copyright (C) 2010 Christopher Roy Bratusek <zanghar freenet de>
 
 ;; This file is part of sawfish.
 



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