[sawfish] Make move-cursor.jl export all functions described in the doc
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Subject: [sawfish] Make move-cursor.jl export all functions described in the doc
- Date: Mon, 25 May 2009 13:47:02 -0400 (EDT)
commit 6fc7a22f1adcdc0ce0de4d438c8b943cfb07d380
Author: chrisb <zanghar freenet de>
Date: Mon May 25 19:46:10 2009 +0200
Make move-cursor.jl export all functions described in the doc
---
ChangeLog | 3 +++
lisp/sawfish/wm/commands/move-cursor.jl | 10 +++++++++-
man/news.texi | 2 ++
3 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1480d30..3e5dd5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-05-25 Christopher Bratusek <zanghar freenet de>
+ * lisp/sawfish/wm/commands/move-cursor.jl: export all functions
+
2009-05-16 Christopher Bratusek <zanghar freenet de>
* lisp/sawfish/wm/util/prompt.jl: improved prompt.jl [Sergey I. Sharybi]
diff --git a/lisp/sawfish/wm/commands/move-cursor.jl b/lisp/sawfish/wm/commands/move-cursor.jl
index 4d88448..9d7ee26 100644
--- a/lisp/sawfish/wm/commands/move-cursor.jl
+++ b/lisp/sawfish/wm/commands/move-cursor.jl
@@ -21,7 +21,15 @@
(define-structure sawfish.wm.commands.move-cursor
- (export move-cursor)
+ (export move-cursor
+ move-cursor-left-fine
+ move-cursor-right-fine
+ move-cursor-up-fine
+ move-cursor-down-fine
+ move-cursor-left
+ move-cursor-right
+ move-cursor-up
+ move-cursor-down)
(open rep
sawfish.wm.misc
diff --git a/man/news.texi b/man/news.texi
index 7852714..4f199e6 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -147,6 +147,8 @@ To use the old style, put @code{(define-special-variable customize-program "sawf
@item Updated compat.jl [Teika Kazura]
@item Removed all old ChangeLog files [Christohper Bratusek]
+
+ item Make move-cursor.jl export all functions described in the doc [Christopher Bratusek]
@end itemize
@end itemize
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]