[slime-cvs] CVS slime
heller
heller at common-lisp.net
Sat Aug 9 19:57:38 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv20788
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
--- /project/slime/cvsroot/slime/ChangeLog 2008/08/09 19:57:31 1.1427
+++ /project/slime/cvsroot/slime/ChangeLog 2008/08/09 19:57:37 1.1428
@@ -1,21 +1,3 @@
-2008-08-09 Tobias C. Rittweiler <tcr at freebits.de>
-
- M-x slime doesn't destroy the window layout anymore when you
- switch windows/frames while the connection is being set up.
-
- * slime.el (slime-hide-inferior-lisp-buffer): Search for the
- inferior-lisp buffer's window in all frames.
- (slime-repl-update-banner): Do not pop to the REPL buffer.
-
-2008-08-08 Tobias C. Rittweiler <tcr at freebits.de>
-
- * slime.el: Fixing `q' in Xref buffers.
-
- (slime-popup-buffer-snapshot-unchanged-p): New.
- (slime-popup-buffer-restore-snapshot): New.
- (slime-xref-quit): Can't use slime-popup-buffer directly. Instead
- implement its own quit behaviour using the above functions.
-
2008-08-09 Helmut Eller <heller at common-lisp.net>
* slime.el (slime-quit-lisp): Optionally send kill signal.
@@ -38,7 +20,8 @@
2008-08-09 Helmut Eller <heller at common-lisp.net>
- Display the "Use default debugger" restart more prominently.
+ Display the "Use default debugger" restart more prominently
+ for testing.
* swank.lisp (swank-debugger-hook): Bind a user visible restart
to invoke the native debugger.
@@ -62,6 +45,24 @@
* swank-lispworks.lisp (disassemble-frame): Implemented.
+2008-08-09 Tobias C. Rittweiler <tcr at freebits.de>
+
+ M-x slime doesn't destroy the window layout anymore when you
+ switch windows/frames while the connection is being set up.
+
+ * slime.el (slime-hide-inferior-lisp-buffer): Search for the
+ inferior-lisp buffer's window in all frames.
+ (slime-repl-update-banner): Do not pop to the REPL buffer.
+
+2008-08-08 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el: Fixing `q' in Xref buffers.
+
+ (slime-popup-buffer-snapshot-unchanged-p): New.
+ (slime-popup-buffer-restore-snapshot): New.
+ (slime-xref-quit): Can't use slime-popup-buffer directly. Instead
+ implement its own quit behaviour using the above functions.
+
2008-08-08 Helmut Eller <heller at common-lisp.net>
Use wait-for-event instead of catch/throw where needed.
More information about the slime-cvs
mailing list