[sawfish/sawfish-2.90] NEWS
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish/sawfish-2.90] NEWS
- Date: Thu, 28 Oct 2010 19:53:40 +0000 (UTC)
commit da55e1557b2bfd7f05dc16a8e8f02887c56b4a46
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Thu Oct 28 21:52:51 2010 +0200
NEWS
ChangeLog | 2 +-
man/news.texi | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 65820a4..2697eb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2010-10-29 Christopher Bratusek <zanghar freenet de>
+2010-10-28 Christopher Bratusek <zanghar freenet de>
* lisp/sawfish/wm/edge/infinite-desktop.jl: make infinite-desktop work while moving a window
2010-10-26 Christopher Bratusek <zanghar freenet de>
diff --git a/man/news.texi b/man/news.texi
index 7340787..65fcf29 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -59,6 +59,57 @@ It is ensured that SawfishPager builds correctly, by improving @file{sawfish.pc}
@item @code{set-tab-adjustments} function [Christopher Bratusek]
This function for tab-enabled themes allows them to change the decoration margins on their
own, rather than having the user to calculat them. [NOT YET IN USE]
+
+ item Jump-Or-Exec rework [Christopher Bratusek]
+The syntax of @code{jump-or-exec} has changed a bit. See the introduction part of the file
+ code{lisp/sawfish/wm/commands/jump-or-exec.jl} for more informations.
+
+Previously the optional @code{onfocused}-function was only called when the name of the window
+matched the regex given to @code{jump-or-exec}, now it also checks the window-class.
+
+ code{toggle-or-exec} was merged into @code{jump-or-exec}. It turns windows into drop-down-terminal-like
+ones. (This means, it starts the application or foucses the window on first key-press, and hides it on
+second press while the cursor is in the window. Optionally the window can also be hidden when the cursor
+leaves it.)
+
+ item @code{iconify-on-leave} window-matcher [Christopher Bratusek]
+This window-matcher is used by @code{toggle-or-exec} to determin whether a window which the cursor
+left needs to be iconified or not.
+
+ end itemize
+ item Grand Edge-Actions rework [Christopher Bratusek]
+ itemize @minus
+ item Module restructureing:
+ itemize +
+ item moved @code{sawfish.wm.util.flippers} to @code{sawfish.wm.edge.flippers}
+ item moved @code{sawfish.wm.ext.edge-flip} to @code{sawfish.wm.edge.flip}
+ item moved @code{sawfish.wm.ext.infinite-desktop} to @code{sawfish.wm.edge.infinite-desktop}
+ end itemize
+
+ item Edge-Utils
+The new module @code{sawfish.wm.edge.util} has been added. It contains helper functions for
+Hot-Spots and Infinite-Desktop, which help to drop their requirement on Edge-Flip to be active.
+Functions are @code{flippers-activate}, @code{get-active-corner} and @code{get-active-edge}.
+
+ item Hot-Spots added
+Hot-Spots brings the concept of sensitive spots of edges to Sawfish. 8 spots are defined (the 4
+corners and the 4 sides). The size of the corner hot-spots and the delay can be adjusted. This
+allows you -for example- to start a given application by hitting the top-left corner with the cursor.
+
+ item Infinite-Desktop refinements
+ itemize +
+ item Infinite-Desktop now no longer depends on Edge-Flip to be enabled
+ item Infinite-Desktop now works while moving a window
+ item improved the hook-function and the initialization
+ item renamed option @code{infinite-desktop.move-distance} to @code{infinite-desktop-move-distance}
+ item renamed option @code{infinite-desktop.move-cursor-distance} to @code{infinite-desktop-move-cursor-distance}
+ item do not auto-enable Infinite-Desktop by just loading the file
+ end itemize
+
+ item Edge-Flip refinements
+ item improved initialization
+ item removed some code deprecated by @code{sawfish.wm.edge.util}
+ item do not auto-enable Edge-Flip by just loading the file
@end itemize
@item Misc Changes
@itemize @minus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]