[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Tue Sep 23 04:35:02 UTC 2008
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1536 slime/ChangeLog:1.1539
--- slime/ChangeLog:1.1536 Sun Sep 21 07:18:00 2008
+++ slime/ChangeLog Mon Sep 22 18:56:18 2008
@@ -1,3 +1,25 @@
+2008-09-22 Nikodemus Siivola <nikodemus at random-state.net>
+
+ * swank.lisp (guess-package): Return NIL if string designator is
+ NIL: makes files without IN-PACKAGE forms more *BREAK-ON-SIGNALS*
+ friendly.
+
+2008-09-22 Helmut Eller <heller at common-lisp.net>
+
+ * swank-sbcl.lisp (wait-for-input): Implement this in backend,
+ since read-char-no-hang doesn't work in fd-handlers.
+ (install-sigint-handler): Go through invoke-interruption and
+ with-interrupts to support nested interrupts.
+
+ * slime.el (slime-lisp-implementations): Mention :env keyword
+ in docstring.
+
+2008-09-21 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-repl-input-end-mark): Deleted. It was always at
+ the end of buffer. Use point-max instead.
+ (slime-repl-eol): Removed. The usual end-of-line does the same.
+
2008-09-21 Helmut Eller <heller at common-lisp.net>
* slime.el (slime-eol-conversion-fixup): Return 0 (not nil) for
More information about the slime-devel
mailing list