[clfswm-cvs] r400 - clfswm
Philippe Brochard
pbrochard at common-lisp.net
Sun Feb 6 20:50:09 UTC 2011
Author: pbrochard
Date: Sun Feb 6 15:50:09 2011
New Revision: 400
Log:
Fix a README spelling error
Modified:
clfswm/ChangeLog
clfswm/README
Modified: clfswm/ChangeLog
==============================================================================
--- clfswm/ChangeLog (original)
+++ clfswm/ChangeLog Sun Feb 6 15:50:09 2011
@@ -1,3 +1,7 @@
+2011-02-05 Philippe Brochard <pbrochard at common-lisp.net>
+
+ * *: **** Release 1102 ****
+
2011-02-05 Desmond O. Chang <dochang at gmail.com>
* src/keysyms.lisp: Add extended keysyms from stumpwm.
@@ -497,6 +501,8 @@
2009-06-29 Philippe Brochard <pbrochard at common-lisp.net>
+ * *: **** Release 0906 ****
+
* contrib/cd-player.lisp: New file to handle the CD player.
* contrib/xmms.lisp: New file to handle the xmms player.
@@ -754,6 +760,7 @@
deleted child.
2008-09-23 Philippe Brochard <pbrochard at common-lisp.net>
+
* *: **** Release 0809 ****
2008-09-23 Philippe Brochard <pbrochard at common-lisp.net>
Modified: clfswm/README
==============================================================================
--- clfswm/README (original)
+++ clfswm/README Sun Feb 6 15:50:09 2011
@@ -14,19 +14,19 @@
frames are created/deleted on the fly. A window can be in more than
one frame, so it can have multiple views of the same windows.
- Using CLFSWM is like walking throw a tree of frames and windows.
+ Using CLFSWM is like walking through a tree of frames and windows.
Enter in a child to make it the current root and make it fullscreen
maximized. Leave it to make its parent the current root.
- Here is the default key binding to navigate throw this tree:
+ Here is the default key binding to navigate through this tree:
- * Alt-Tab: circulate throw children of the current child.
+ * Alt-Tab: circulate through children of the current child.
* Alt-Left/Right: circulate through brother children (ie: this is like
workspaces for a more conventional window manager)
* Alt-Up: select the first child of the current frame.
* Alt-Down: select the parent of the current child.
* Alt-Enter: Make the current selected child the current root (ie
- maximize it)
+ maximize it)
* Alt+Shift-Enter: Make the parent of the current root the current
root (ie unmaximize the current root).
@@ -36,7 +36,7 @@
A main mode with minimal keys and mouse grabbing to avoid conflicts
with others applications.
And a second mode with more keys and mouse actions.
- For details of its usage, have a look at the files doc/keys.txt or
+ For details of its usage, have a look at the files doc/keys.txt or
doc/keys.html
A lot of functions to manage CLFSWM can be found in the second mode
menu. See the file menu-def.lisp for an overview.
More information about the clfswm-cvs
mailing list