[sawfish] added missing autoload-entry for cycle-or-exec



commit 3a2d4bcaad58c008f6bb05ac6ea30fa563c08eed
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sat Sep 18 23:01:22 2010 +0200

    added missing autoload-entry for cycle-or-exec

 ChangeLog                   |    2 ++
 lisp/sawfish/wm/autoload.jl |    1 +
 man/news.texi               |    4 ++++
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e328ce0..f851d83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@
 	* lisp/sawfish/gtk/widgets/simple-dialog.jl: merged widget-dialog.jl
 	into simple-dialog.jl
 
+	* lisp/sawfish/wm/autoload.jl: missing autoload for `cycle-or-exec' added
+
 2010-09-17  Christopher Brautsek <zanghar freenet de>
 	* lisp/sawfish/wm/ext/match-window.jl
 	* lisp/sawfish/wm/windows.jl: added `never-delete' window-matcher.
diff --git a/lisp/sawfish/wm/autoload.jl b/lisp/sawfish/wm/autoload.jl
index 17122ad..441f532 100644
--- a/lisp/sawfish/wm/autoload.jl
+++ b/lisp/sawfish/wm/autoload.jl
@@ -214,4 +214,5 @@
 (autoload-command 'set-viewport-linear:9 'sawfish.wm.commands.viewport-linear)
 (autoload-command 'set-window-viewport-linear:9 'sawfish.wm.commands.viewport-linear)
 (autoload-command 'jump-or-exec 'sawfish.wm.commands.jump-or-exec)
+(autoload-command 'cycle-or-exec 'sawfish.wm.commands.cycle-or-exec)
 ;;; ::autoload-end::
diff --git a/man/news.texi b/man/news.texi
index ba132f2..d5c3552 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -130,6 +130,10 @@ configurator, but this is fixed.
 The function @code{make-url-widget}, which has been removed in
 version 1.6.0 was still exported by it's former modules, it's fixed.
 
+ item Missing autoload-entry added [Christopher Bratusek]
+
+The missing autoload-entry for @code{cycle-or-exec} has been added.
+
 @item Command @code{xterm} fix [Teika kazura] *
 It couldn't be invoked as a key binging if the optional ``command''
 argument was unset by the configurator, i.e. if it was an empty



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