[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. b188c017d6302c3e2e8e52b020d29c9a7ad05bef
Philippe Brochard
pbrochard at common-lisp.net
Wed Jun 8 19:52:57 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".
The branch, master has been updated
via b188c017d6302c3e2e8e52b020d29c9a7ad05bef (commit)
from 04eb71e13410ef28f3ef8cf027cf50be4dae998a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b188c017d6302c3e2e8e52b020d29c9a7ad05bef
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date: Wed Jun 8 21:53:28 2011 +0200
load.lisp: remove unprotected test case
diff --git a/ChangeLog b/ChangeLog
index 86ab774..6ed6989 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-06-08 Philippe Brochard <pbrochard at common-lisp.net>
+ * *: **** Release 1106 ****
+
+2011-06-08 Philippe Brochard <pbrochard at common-lisp.net>
+
* src/clfswm-internal.lisp (clean-windows-in-all-frames): New
function to prevent xlib error when a window is deleted.
diff --git a/load.lisp b/load.lisp
index 094cb45..aa2baeb 100644
--- a/load.lisp
+++ b/load.lisp
@@ -63,9 +63,6 @@
(in-package :clfswm)
-(main-unprotected :read-conf-file-p t)
-(quit)
-
#-:BUILD-DOC
(ignore-errors
(main :read-conf-file-p t))
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
load.lisp | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
CLFSWM - A(nother) Common Lisp FullScreen Window Manager
More information about the clfswm-cvs
mailing list