[sawfish] Minor doc change. Slight README fix, and comment in source.



commit adff63515671a84a0179c8a9b706b36e8df9caed
Author: Teika kazura <teika lavabit com>
Date:   Sat Mar 13 13:27:15 2010 +0900

    Minor doc change.
    Slight README fix, and comment in source.

 README                                 |    8 ++++----
 lisp/sawfish/wm/ext/old-window-menu.jl |    3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 18bd10b..59dc16a 100644
--- a/README
+++ b/README
@@ -3,8 +3,9 @@ This is sawfish, a highly configurable window manager for X11.
 It is released under the terms of the GNU GPL, 
 	copyright (c) John Harper <jsh users sourceforge net>
 
-Maintainer until Dec '08 was: Janek Kozicki <cosurgi gmail com>
-Maintainer since Dec '08 is: Christopher Bratusek <zanghar freenet de>
+Maintainer until 2007 was: John Harper
+Maintainer until Dec 2008 was: Janek Kozicki <cosurgi gmail com>
+Maintainer since Dec 2008 is: Christopher Bratusek <zanghar freenet de>
 
 For more details, see the sawfish wiki: http://sawfish.wikia.com/
 
@@ -14,8 +15,7 @@ Manifesto
 Sawfish is an extensible window manager using an Emacs Lisp-like
 scripting language--all window decorations are configurable, the basic
 idea is to have as much user-interface policy as possible controlled
-through the Lisp language. This is no layer on top of twm, but a wholly
-new architecture.
+through the Lisp language.
 
 Despite this extensibility its policy is currently very minimal
 compared to most window managers. Its aim is simply to manage windows
diff --git a/lisp/sawfish/wm/ext/old-window-menu.jl b/lisp/sawfish/wm/ext/old-window-menu.jl
index a738fcf..a1e52e2 100644
--- a/lisp/sawfish/wm/ext/old-window-menu.jl
+++ b/lisp/sawfish/wm/ext/old-window-menu.jl
@@ -18,6 +18,9 @@
 ;; along with sawfish; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;; This is the "old" window menu. By default, beos-window-menu is used
+;; instead. This file is orphan now.
+
 (define-structure sawfish.wm.ext.old-window-menu
 
     (export old-window-menu)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]