[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1106-3-g5eed5d3

Philippe Brochard pbrochard at common-lisp.net
Mon Jun 13 19:12:09 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".

The branch, master has been updated
       via  5eed5d3b6877a956036b22f0a032db3e0006160c (commit)
      from  aee2c88643e4fc35bae78a3575766822b47c7cff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5eed5d3b6877a956036b22f0a032db3e0006160c
Author: Sylvain HENRY <hsyl20 at gmail.com>
Date:   Mon Jun 13 21:12:33 2011 +0200

    *.*: Minor spelling fix.

diff --git a/AUTHORS b/AUTHORS
index 563cdaf..4fb00f2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,6 +9,8 @@ Contributors
 
 Xavier Maillard     xma at gnu dot org
 Cyrille THOUVENIN
+Desmond O. Chang <dochang at gmail dot com>
+Sylvain HENRY <hsyl20 at gmail dot com>
 
 
 -----------------------------------
diff --git a/ChangeLog b/ChangeLog
index 21dfb53..4f8765f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-13  Sylvain HENRY <hsyl20 at gmail.com>
+
+	*  *.*: Minor spelling fix.
+
 2011-06-12  Philippe Brochard  <pbrochard at common-lisp.net>
 
 	* src/clfswm.lisp (:unmap-notify, :destroy-notify): Show all
@@ -214,7 +218,7 @@
 	Remove all hide-all unnecessary calls.
 
 	* src/clfswm-configuration.lisp (save-variables-in-conf-file):
-	Save only variables with a different value than there original
+	Save only variables with a different value than their original
 	value.
 
 2011-03-07  Philippe Brochard  <pbrochard at common-lisp.net>
@@ -838,7 +842,7 @@
 2009-06-28  Philippe Brochard  <pbrochard at common-lisp.net>
 
 	* src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
-	Maximize windows in there frame - Leave frames to there	actual
+	Maximize windows in their frame - Leave frames to their	actual
 	size.
 
 	* src/bindings-second-mode.lisp (set-default-second-keys): Bind
@@ -944,7 +948,7 @@
 	Maximize/Unmaximize the current frame in its parent frame.
 
 	* src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
-	windows and frames in there parent frame.
+	windows and frames in their parent frame.
 
 2009-05-05  Philippe Brochard  <pbrochard at common-lisp.net>
 
@@ -1410,7 +1414,7 @@
 	* src/config.lisp (*default-window-width/height*): New parameters.
 
 	* src/clfswm-internal.lisp (place-window-from-hints): Center
-	windows in the screen instead of in there frame.
+	windows in the screen instead of in their frame.
 
 	* src/bindings-second-mode.lisp (tile-space-current-frame): New
 	binding on C-t.
@@ -1861,7 +1865,7 @@
 
 	* clfswm.lisp (handle-exposure): Redisplay groups on exposure
 	event but do not clear the root window.
-	(handle-configure-request): Adjust unmanaged window from there
+	(handle-configure-request): Adjust unmanaged window from their
 	request.
 
 	* clfswm-internal.lisp (process-new-window): Adjust new window
diff --git a/doc/menu.html b/doc/menu.html
index c045c95..d71786a 100644
--- a/doc/menu.html
+++ b/doc/menu.html
@@ -1953,13 +1953,13 @@
       a: <a href="#FRAME-FAST-LAYOUT-MENU">< Frame fast layout menu ></a>
     </p>
     <p>
-      b: No layout: Maximize windows in there frame - Leave frames to there original size
+      b: No layout: Maximize windows in their frame - Leave frames to their original size
     </p>
     <p>
-      c: No layout: Maximize windows in there frame - Leave frames to there actual size
+      c: No layout: Maximize windows in their frame - Leave frames to their actual size
     </p>
     <p>
-      d: Maximize layout: Maximize windows and frames in there parent frame
+      d: Maximize layout: Maximize windows and frames in their parent frame
     </p>
     <p>
       e: <a href="#FRAME-TILE-LAYOUT-MENU">< Frame tile layout menu ></a>
@@ -2500,7 +2500,7 @@
       F2: Save all configuration variables in clfswmrc
     </p>
     <p>
-      F3: Reset all configuration variables to there default values
+      F3: Reset all configuration variables to their default values
     </p>
     <hr>
     <h3>
diff --git a/doc/menu.txt b/doc/menu.txt
index c54ff51..7d990df 100644
--- a/doc/menu.txt
+++ b/doc/menu.txt
@@ -663,9 +663,9 @@ p: Add a placed frame in the current frame
 
 Frame-Layout-Menu
 a: < Frame fast layout menu >
-b: No layout: Maximize windows in there frame - Leave frames to there original size
-c: No layout: Maximize windows in there frame - Leave frames to there actual size
-d: Maximize layout: Maximize windows and frames in there parent frame
+b: No layout: Maximize windows in their frame - Leave frames to their original size
+c: No layout: Maximize windows in their frame - Leave frames to their actual size
+d: Maximize layout: Maximize windows and frames in their parent frame
 e: < Frame tile layout menu >
 f: < Tile in one direction layout menu >
 g: < Tile with some space on one side menu >
@@ -860,7 +860,7 @@ m: < Hook Group >
 n: < Main Mode Group >
 o: < Miscellaneous Group >
 F2: Save all configuration variables in clfswmrc
-F3: Reset all configuration variables to there default values
+F3: Reset all configuration variables to their default values
 
 Conf-Gimp-Layout
 a: Configure GIMP-LAYOUT-NOTIFY-WINDOW-DELAY
diff --git a/src/clfswm-configuration.lisp b/src/clfswm-configuration.lisp
index 0185445..9e91851 100644
--- a/src/clfswm-configuration.lisp
+++ b/src/clfswm-configuration.lisp
@@ -190,8 +190,8 @@
 
 
 (defun reset-all-config-variables ()
-  "Reset all configuration variables to there default values"
-  (when (query-yes-or-no "Do you really want to reset all values to there default?")
+  "Reset all configuration variables to their default values"
+  (when (query-yes-or-no "Do you really want to reset all values to their default?")
     (maphash (lambda (key val)
                (declare (ignore val))
                (reset-config-to-default-value key))
diff --git a/src/clfswm-layout.lisp b/src/clfswm-layout.lisp
index a6e1d2c..449e1c6 100644
--- a/src/clfswm-layout.lisp
+++ b/src/clfswm-layout.lisp
@@ -152,7 +152,7 @@
 
 ;;; No layout
 (defgeneric no-layout (child parent)
-  (:documentation "No layout: Maximize windows in there frame - Leave frames to there original size"))
+  (:documentation "No layout: Maximize windows in their frame - Leave frames to their original size"))
 
 (defmethod no-layout ((child xlib:window) parent)
   (with-slots (rx ry rw rh) parent
@@ -170,14 +170,14 @@
 
 
 (defun set-no-layout ()
-  "No layout: Maximize windows in there frame - Leave frames to there original size"
+  "No layout: Maximize windows in their frame - Leave frames to their original size"
   (set-layout #'no-layout))
 
 (register-layout 'set-no-layout)
 
 ;;; No layout remember size
 (defun set-no-layout-remember-size ()
-  "No layout: Maximize windows in there frame - Leave frames to there actual size"
+  "No layout: Maximize windows in their frame - Leave frames to their actual size"
   (fixe-real-size-current-child)
   (set-no-layout))
 
@@ -187,7 +187,7 @@
 
 ;;; Maximize layout
 (defgeneric maximize-layout (child parent)
-  (:documentation "Maximize layout: Maximize windows and frames in there parent frame"))
+  (:documentation "Maximize layout: Maximize windows and frames in their parent frame"))
 
 (defmethod maximize-layout (child parent)
   (with-slots (rx ry rw rh) parent
@@ -198,7 +198,7 @@
 
 
 (defun set-maximize-layout ()
-  "Maximize layout: Maximize windows and frames in there parent frame"
+  "Maximize layout: Maximize windows and frames in their parent frame"
   (set-layout #'maximize-layout))
 
 (register-layout 'set-maximize-layout)

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                       |    2 ++
 ChangeLog                     |   14 +++++++++-----
 doc/menu.html                 |    8 ++++----
 doc/menu.txt                  |    8 ++++----
 src/clfswm-configuration.lisp |    4 ++--
 src/clfswm-layout.lisp        |   10 +++++-----
 6 files changed, 26 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
CLFSWM - A(nother) Common Lisp FullScreen Window Manager




More information about the clfswm-cvs mailing list