[sawfish] string-change in viewport.jl -- updated OPTIONS
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] string-change in viewport.jl -- updated OPTIONS
- Date: Tue, 22 Sep 2009 19:43:23 +0000 (UTC)
commit 326214a4687ffb36ad8734b204e6b3543469771a
Author: chrisb <zanghar freenet de>
Date: Tue Sep 22 21:42:25 2009 +0200
string-change in viewport.jl -- updated OPTIONS
ChangeLog | 5 +++++
OPTIONS | 8 +++++---
lisp/sawfish/wm/viewport.jl | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 70ecd6c..a2b8750 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-22 Christopher Bratusek <zanghar freenet de>
+ * lisp/sawfish/wm/viewport.jl: string-change
+
+ * OPTIONS: updated
+
2009-09-21 Christopher Bratusek <zanghar freenet de>
* lisp/sawfish/wm/util/prompt.jl: temporary solution of previous work [Jeremy Hankins]
diff --git a/OPTIONS b/OPTIONS
index da45afe..1708230 100644
--- a/OPTIONS
+++ b/OPTIONS
@@ -55,8 +55,7 @@
;; "Show variable names of each customization option.")
;; (define-special-variable customize-command-classes '(default)
-;; "Also include commands of these classes the key bindings panel.
-;;Add the `viewport' keyboard to make viewport commands show up.")
+;; "Also include commands of these classes the key bindings panel.)
;; focus options
@@ -169,11 +168,14 @@
;; (define-special-variable viewport-dimensions '(1 . 1)
;; "Size of each virtual workspace.")
+;; (defcustom viewport-minimum-dimensions '(1 . 1)
+;; "Minimum number of columns and rows in each virtual workspace (if boundary-mode is dynamic")
+
;; (define-special-variable uniconify-to-current-viewport t
;; "Windows uniconify to the current viewport.")
;; (define-special-variable viewport-boundary-mode 'stop
-;; "How to act when passing the first or last workspace stop or wrap-around")
+;; "How to act when passing the first or last viewport stop, wrap-around or dynamic")
;; (define-special-variable scroll-viewport-steps 1
;; "Number of steps in which to scroll between viewports (less steps = faster scrolling)."
diff --git a/lisp/sawfish/wm/viewport.jl b/lisp/sawfish/wm/viewport.jl
index 87add30..5cfb152 100644
--- a/lisp/sawfish/wm/viewport.jl
+++ b/lisp/sawfish/wm/viewport.jl
@@ -61,7 +61,7 @@
:after-set (lambda () (viewport-size-changed t)))
(defcustom viewport-minimum-dimensions '(1 . 1)
- "Minimum number of columns and rows in each virtual workspace: \\w"
+ "Minimum number of columns and rows in each virtual workspace (if boundary mode is dynamic): \\w"
:group (workspace viewport)
:type (pair (number 1) (number 1))
:after-set (lambda () (viewport-minimum-size-changed)))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]