[clfswm-cvs] r187 - clfswm

Philippe Brochard pbrochard at common-lisp.net
Sun Oct 12 19:48:48 UTC 2008


Author: pbrochard
Date: Sun Oct 12 19:48:48 2008
New Revision: 187

Log:
test sender

Modified:
   clfswm/TODO
   clfswm/load.lisp

Modified: clfswm/TODO
==============================================================================
--- clfswm/TODO	(original)
+++ clfswm/TODO	Sun Oct 12 19:48:48 2008
@@ -10,6 +10,9 @@
 - Handle numlock properly (add :mod-2 in bindings if necessary)
    (with-numlock)  -> add :mod-2 in *default-modifiers*
    (without-numlock)
+  alias :mod-1 -> :alt   :mod-2 -> :numlock
+
+- hook to create bindings and menu
 
 - Show config -> list and display documentation for all tweakable global variables. [Philippe]
    TODO :

Modified: clfswm/load.lisp
==============================================================================
--- clfswm/load.lisp	(original)
+++ clfswm/load.lisp	Sun Oct 12 19:48:48 2008
@@ -23,6 +23,8 @@
 ;;;
 ;;; --------------------------------------------------------------------------
 
+;;test
+
 (defparameter *base-dir* (directory-namestring *load-truename*))
 (export '*base-dir*)
 




More information about the clfswm-cvs mailing list