[clfswm-cvs] r367 - in clfswm: . contrib/server
Philippe Brochard
pbrochard at common-lisp.net
Wed Oct 27 20:15:13 UTC 2010
Author: pbrochard
Date: Wed Oct 27 16:15:13 2010
New Revision: 367
Log:
contrib/server: Remove uneeded files
Removed:
clfswm/contrib/server/Makefile.template
clfswm/contrib/server/configure
clfswm/contrib/server/test.sh
clfswm/contrib/server/test2.sh
clfswm/contrib/server/util-server.asd
Modified:
clfswm/TODO
clfswm/contrib/server/load.lisp
Modified: clfswm/TODO
==============================================================================
--- clfswm/TODO (original)
+++ clfswm/TODO Wed Oct 27 16:15:13 2010
@@ -7,7 +7,6 @@
===============
Should handle these soon.
-- remove uneeded files in contrib/server
- handle cursor with too long lines in info mode
- info mode: complet on [tab] without living the info mode.
Modified: clfswm/contrib/server/load.lisp
==============================================================================
--- clfswm/contrib/server/load.lisp (original)
+++ clfswm/contrib/server/load.lisp Wed Oct 27 16:15:13 2010
@@ -54,6 +54,5 @@
(in-package :clfswm-client)
-#-BUILD
-(start-client)
+(start-client nil)
More information about the clfswm-cvs
mailing list