[sawfish] export shrink-yank commands



commit 644db663c7da96b598a51253613763a675084b3d
Author: chrisb <zanghar freenet de>
Date:   Thu Aug 27 21:06:28 2009 +0200

    export shrink-yank commands

 ChangeLog                               |    2 ++
 lisp/sawfish/wm/commands/shrink-yank.jl |    9 +++++++++
 man/news.texi                           |    4 ++++
 3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b2a148f..8871f2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@
 
 	* lisp/sawfish/gtk/widget.jl: fixed issue with translated tooltip strings [Teika Kazura]
 
+	* lisp/sawfish/wm/commands/shrink-yank.jl: export commands
+
 2009-08-09  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/ext/match-window.jl: move rename-window here, as it requires prompt but this either does not 
 	                                       load properly in windows.jl or breaks sawfish-ui if require'ed instead of open'ed
diff --git a/lisp/sawfish/wm/commands/shrink-yank.jl b/lisp/sawfish/wm/commands/shrink-yank.jl
index 709adf7..22a4f39 100644
--- a/lisp/sawfish/wm/commands/shrink-yank.jl
+++ b/lisp/sawfish/wm/commands/shrink-yank.jl
@@ -24,6 +24,15 @@
 
 (define-structure sawfish.wm.commands.shrink-yank ()
 
+  (export shrink-window-left
+          shrink-window-right
+	  shrink-window-up
+	  shrink-window-down
+	  yank-window-left
+	  yank-window-right
+	  yank-window-up
+	  yank-window-down)
+
   (open   rep
 	  sawfish.wm.commands
 	  sawfish.wm.commands.grow-pack
diff --git a/man/news.texi b/man/news.texi
index 1649fe9..0792e8c 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -97,6 +97,10 @@ they occurred between. For more detailed information see the
 @item Distclean rule for po/Makefile.in [Christopher Bratusek]
 
 @item Fixed the license-header of tabbed-windowing files [Christopher Bratusek]
+
+ item Export shrink-yank commands [Christopher Bratusek]
+
+ item Doc updates [Christopher Bratusek, Jeremy Hankins]
 @end itemize
 @end itemize
 



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