[clfswm-cvs] r372 - in clfswm: . src
Philippe Brochard
pbrochard at common-lisp.net
Sat Oct 30 20:23:46 UTC 2010
Author: pbrochard
Date: Sat Oct 30 16:23:46 2010
New Revision: 372
Log:
TODO update
Modified:
clfswm/TODO
clfswm/src/bindings.lisp
Modified: clfswm/TODO
==============================================================================
--- clfswm/TODO (original)
+++ clfswm/TODO Sat Oct 30 16:23:46 2010
@@ -7,18 +7,22 @@
===============
Should handle these soon.
-- handle cursor with too long lines in info mode
- info mode: complet on [tab] without living the info mode.
+
+FOR THE NEXT RELEASE
+====================
+
- Make frame/window border size variable.
+- Switch to a reparenting window manager to prevent remaining flickering.
+
+
MAYBE
=====
- cd/pwd a la shell to navigate through frames.
-- Switch to a reparenting window manager to prevent remaining flickering.
-
- Zoom:
Concept:
* zoom out: Behave as if the application window is bigger for the application but
Modified: clfswm/src/bindings.lisp
==============================================================================
--- clfswm/src/bindings.lisp (original)
+++ clfswm/src/bindings.lisp Sat Oct 30 16:23:46 2010
@@ -35,10 +35,6 @@
(add-hook *binding-hook* 'init-*main-keys* 'init-*main-mouse*)
-(defun test-hello ()
- (info-mode '("Hello" "World")))
-
-
(defun help-on-clfswm ()
"Open the help and info window"
(open-menu (find-menu 'help-menu)))
More information about the clfswm-cvs
mailing list