[sawfish] extended window-history menu
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] extended window-history menu
- Date: Sat, 5 Dec 2009 10:53:10 +0000 (UTC)
commit 420aa87cb3c0b84ca81c3572968c034219dd23cf
Author: Christopher Roy Bratusek <chris nanolx org>
Date: Sat Dec 5 11:52:11 2009 +0100
extended window-history menu
ChangeLog | 2 ++
lisp/sawfish/wm/ext/window-history.jl | 8 ++++++--
man/news.texi | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 68fec3d..bc488cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2009-12-05 Christopher Bratusek <zanghar freenet de>
* lisp/sawfish/wm/commands/x-cycle.jl: make cycle-class don't ignore window-order [Daniel M. German]
+ * lisp/sawfish/wm/ext/window-history.jl: more commands in the window-history-menu
+
2009-12-05 Teika Kazura <teika lavabit com>
* lisp/sawfish/wm/custom-defaults.jl
* lisp/sawfish/wm/ext/match-window.jl
diff --git a/lisp/sawfish/wm/ext/window-history.jl b/lisp/sawfish/wm/ext/window-history.jl
index 893eac4..7abc7d5 100644
--- a/lisp/sawfish/wm/ext/window-history.jl
+++ b/lisp/sawfish/wm/ext/window-history.jl
@@ -40,7 +40,8 @@
window-history-save-attributes
window-history-forget
window-history-load
- window-history-save)
+ window-history-save
+ window-history-clear)
(open rep
rep.system
@@ -82,8 +83,11 @@
`((,(_ "Remember _position") window-history-save-position)
(,(_ "Remember _dimensions") window-history-save-dimensions)
(,(_ "Remember _attributes") window-history-save-attributes)
+ (,(_ "_Forget saved state") window-history-forget)
()
- (,(_ "_Forget saved state") window-history-forget)))
+ (,(_ "_Clear window-istory") window-history-clear)
+ (,(_ "_Save window-history") window-history-save)
+ (,(_ "_Reload window-history") window-history-load)))
;;; customizations
diff --git a/man/news.texi b/man/news.texi
index bee7da7..67ebd27 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -192,7 +192,7 @@ Sawfish now generates application menu automatically, by reading
own applications menu and auto generated one, then set your own in
@code{user-apps-menu} instead of @code{apps-menu}.
-Root menu is revamped, too. [Christopher Bratusek]
+Root and Window-History menus are revamped, too. [Christopher Bratusek]
Now you can reboot and shutdown your computer from the root menu ->
``session'', but the user needs the appropriate privilege. For a way
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]