[sawfish] NEWS, DOC, ChangeLog
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] NEWS, DOC, ChangeLog
- Date: Sat, 29 Aug 2009 17:07:44 +0000 (UTC)
commit 3f3365cb065280fe62389cda0882e81dea754a8a
Author: chrisb <zanghar freenet de>
Date: Sat Aug 29 19:06:46 2009 +0200
NEWS, DOC, ChangeLog
ChangeLog | 5 +++++
man/news.texi | 4 ++++
man/sawfish.texi | 8 ++++++++
3 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 65dcc43..4e1390e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
* lisp/sawfish/wm/autoload.jl: unify entry syntax
* lisp/sawfish/wm/gaol.jl: make default-directory safe-special
+
+ * lisp/sawfish/wm/commands/move-resize.jl: added halve/double-window-size functions
+ added resize-by-factor meta functions
+
+ * lisp/sawfish/wm/user.jl: rename .sawmillrc to .sawfishrc if the former exists, but the later not
2009-08-28 Christopher Bratusek <zanghar freenet de>
* lisp/sawfish/wm/ext/match-window.jl: accidently also commited keymap-trans window-matcher (...)
diff --git a/man/news.texi b/man/news.texi
index db33163..d4aa447 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -50,6 +50,8 @@ they occurred between. For more detailed information see the
@item 5 new move-cursor commands (move-cursor -northwest, -northeast, -southwest, -southeast), and move-cursor-center [Christopher Bratusek]
+ item Added resize-by-factor meta-function and double/halve-window-size functions making use of it [Christopher Bratusek]
+
@item Added fullscreen, fullscreen-xinerama, new-workspace and new-viewport window-matchers [Jeremy Hankins]
@item Added window-name window-matcher [Christopher Bratusek]
@@ -80,6 +82,8 @@ they occurred between. For more detailed information see the
@item Other Changes:
@itemize @minus
+ item If ~/.sawmillrc exists but ~/.sawfishrc not, rename the former to the later [Christopher Bratusek]
+
@item Make sure docks/panels are unframed [Timo Korvola]
@item Make sure window-type of docks/panels is dock [Timo Korvola]
diff --git a/man/sawfish.texi b/man/sawfish.texi
index ef1726b..bb7bcf6 100644
--- a/man/sawfish.texi
+++ b/man/sawfish.texi
@@ -1754,6 +1754,14 @@ resize that window.
The interactive move and resize behavior can be customized through the
following variables:
+ deffn Command double-window-size window
+Double the size of @var{window}
+ end deffn
+
+ deffn Command halve-window-size window
+Halve the size of @var{window}
+ end deffn
+
@defvar move-outline-mode
A symbol defining the visual method of interactively moving windows.
Current options include @code{box} for a wire-frame grid, and
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]