[sawfish] Minor doc.
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] Minor doc.
- Date: Tue, 8 Mar 2011 12:40:02 +0000 (UTC)
commit 2194549904bd33ebe9e88c4590b1945b6d394155
Author: Teika kazura <teika lavabit com>
Date: Tue Mar 8 13:31:52 2011 +0900
Minor doc.
lisp/sawfish/wm/frames.jl | 1 +
man/news.texi | 12 ++++++++----
man/sawfish.texi | 7 ++++---
themes/StyleTab/theme.jl | 8 ++++----
themes/mxflat/CHANGELOG | 3 +++
5 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/lisp/sawfish/wm/frames.jl b/lisp/sawfish/wm/frames.jl
index ac78814..079edd4 100644
--- a/lisp/sawfish/wm/frames.jl
+++ b/lisp/sawfish/wm/frames.jl
@@ -593,6 +593,7 @@ generate.")
(setcdr item (delete-if (lambda (it) (eq (car it) key))
(cdr item))))))
+ ;; Example:
;; (def-frame-class shade-button '((cursor . foo) ...)
;; (bind-keys shade-button-keymap
;; "Button1-Off" 'toggle-window-shaded))
diff --git a/man/news.texi b/man/news.texi
index ac9203f..b9045b1 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -9,6 +9,8 @@ between. For more detailed information see the @file{ChangeLog} file
in the Sawfish source tree, or git log. (See the Wiki on how to
access git repository.)
+Each release lists incompatible changes at its top.
+
@c @heading x.y.z ``Code name''
@c @itemize @bullet
@@ -41,7 +43,7 @@ access git repository.)
@itemize @bullet
- item Notes
+ item Incompatible changes
@itemize @minus
@item Infinite-desktop and edge-flip needs updates.
@@ -63,9 +65,11 @@ Even if the old names still remain, it is highly recommended to update.
@item Syntax-change in @code{jump-or-exec} [Christopher Bratusek]
-The @code{class} and @code{onfocused} parameters are now keys, so pass them as
-#:class ''value'' or #:onfocused ''value''. Check @file{jump-or-exec.jl} for
-more detailed examples.
+The previous @code{class} and @code{onfocused} parameters are now
+keys, and pass them as ``#:match-class t/nil'' or ``#:onfocused
+value''. Note that @code{match-class} is @emph{boolean}; To pass a
+class, set @code{#:match-class t} and pass the class name to the
+argument @code{regex}. (@pxref{Application Invocation})
@item Apps-menu options @code{apps-menu-show-all} is deleted. See below for more.
diff --git a/man/sawfish.texi b/man/sawfish.texi
index 3f4c2d9..414d750 100644
--- a/man/sawfish.texi
+++ b/man/sawfish.texi
@@ -7321,9 +7321,10 @@ Jump to a window, or if it doesn't exist, start a program. Main use of
this function is as a binding to keys. Defined in the
module @code{sawfish.wm.commands.jump-or-exec}.
-Window is searched by matching the name with a regex @var{regex}, or
-if @var{match-class} is non-nil, by window's WM_CLASS. When no window
-matches, action specified by @var{prog} is taken.
+Window is searched by matching the name with a regex @var{regex}. If
+ emph{boolean}@var{match-class} is non-nil, the value of @var{regex}
+is matched with window's WM_CLASS. When no window matches, action
+specified by @var{prog} is taken.
If @var{prog} is a string, then it should be a program name, and
executed from a shell in the background. (I.e. Sawfish adds ''&''.)
diff --git a/themes/StyleTab/theme.jl b/themes/StyleTab/theme.jl
index db70147..f75b40d 100644
--- a/themes/StyleTab/theme.jl
+++ b/themes/StyleTab/theme.jl
@@ -379,7 +379,7 @@
(rotate-tab 'vert 'opposite))))
(define (tabbartoggle)
- "To opposite, move tab-bar. (Swap top & bottom, or left & right)"
+ " Move tab-bar to the opposite side. (Swap top & bottom, or left & right)"
(let ((w (current-event-window)))
(if (not (window-get w 'title-position))
(window-put w 'title-position styletab:titlebar-place))
@@ -520,15 +520,15 @@
(define (set-frame-default-and-default/transient)
- "Set frametype default and toggle default/transient with resize"
+ "Set frametype to `default' and toggle transient-ness with resize."
(f-type 'def-tra))
(define (set-frame-unframed-and-unframed/shaped-transient)
- "Set frametype unframed and toggle unframed/shaped-transient with resize"
+ "Set frametype to 'unframed' and toggle transient-ness with resize"
(f-type 'unf-def))
(define (set-frame-shaped-and-shaped/shaped-transient)
- "Set frametype shaped and toggle shaped/shaped-transient with resize"
+ "Set frametype to shaped and toggle transient-ness with resize"
(f-type 'sha-tra))
(define-command-gaol 'set-frame-default-and-default/transient-toggle set-frame-default-and-default/transient)
diff --git a/themes/mxflat/CHANGELOG b/themes/mxflat/CHANGELOG
index 11a29de..3af3726 100644
--- a/themes/mxflat/CHANGELOG
+++ b/themes/mxflat/CHANGELOG
@@ -1,3 +1,6 @@
+2008 Aug
+ - Incorporated to Sawfish
+
v0.7.4 (ta) 2003-04-09
-added periodic title string update option; the interval is adjustable
-fixed bug with button positions where gaps in the titlebar could be
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]