[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Wed Aug 13 04:35:01 UTC 2008
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1442 slime/ChangeLog:1.1449
--- slime/ChangeLog:1.1442 Mon Aug 11 13:41:59 2008
+++ slime/ChangeLog Tue Aug 12 13:54:43 2008
@@ -1,3 +1,49 @@
+2008-08-12 Helmut Eller <heller at common-lisp.net>
+
+ Add a dump-image function to the loader.
+
+ * swank-loader.lisp (dump-image): New.
+
+ * swank-backend.lisp (save-image): New interface.
+
+ * swank-cmucl.lisp, swank-clisp.lisp, swank-sbcl.lisp
+ (save-image): Implemented.
+
+2008-08-12 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-repl-send-input): Disable modification hooks
+ when marking old input.
+ (slime-check-version): Use y-or-n-p.
+
+2008-08-12 Helmut Eller <heller at common-lisp.net>
+
+ Finally handle reader-errors without disconnecting.
+
+ * swank.lisp (decode-message): Convert reader-error conditions
+ into :reader-error events.
+ (dispatch-event): Send :reader-error events to Emacs.
+
+ * slime.el (slime-dispatch-event): Display reader-errors.
+
+2008-08-12 Helmut Eller <heller at common-lisp.net>
+
+ * swank.lisp (with-buffer-syntax): Take package as argument.
+ (defslimefun): Derive the package for exporting from the symbol.
+
+2008-08-12 Helmut Eller <heller at common-lisp.net>
+
+ Let SIGINT create a synthetic event.
+
+ * swank.lisp (install-fd-handler,simple-serve-requests): Dispatch
+ a :emacs-interrupt event in the SIGINT handler.
+
+ * slime.el (slime-interrupt): Send nothing over the wire when
+ SIGINT is used.
+
+2008-08-11 Helmut Eller <heller at common-lisp.net>
+
+ * test.sh: Use batch mode by default.
+
2008-08-11 Helmut Eller <heller at common-lisp.net>
Improve interrupt safety for single-threaded lisps.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.117 slime/contrib/ChangeLog:1.120
--- slime/contrib/ChangeLog:1.117 Thu Aug 7 11:24:08 2008
+++ slime/contrib/ChangeLog Tue Aug 12 13:54:37 2008
@@ -1,3 +1,17 @@
+2008-08-12 Helmut Eller <heller at common-lisp.net>
+
+ * slime-clipboard.el (slime-clipboard-insert-ref): Set
+ read-nonsticky to t to work better with kill/yank.
+ * swank-clipboard.lisp (:swank-clipboard): List exports to avoid
+ compiler warnings.
+
+2008-08-12 Helmut Eller <heller at common-lisp.net>
+
+ Add a simple object clipboard.
+
+ * swank-clipboard.lisp: New file.
+ * slime-clipboard.el: New file.
+
2008-08-07 Tobias C. Rittweiler <tcr at freebits.de>
* slime-fancy.el: Add slime-mdot-fu and slime-package-fu.
More information about the slime-devel
mailing list