[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Thu Jan 1 03:33:01 UTC 2009


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1610 slime/ChangeLog:1.1615
--- slime/ChangeLog:1.1610	Tue Dec 30 18:57:54 2008
+++ slime/ChangeLog	Wed Dec 31 11:25:46 2008
@@ -1,3 +1,37 @@
+2008-12-31  Helmut Eller  <heller at common-lisp.net>
+
+	* swank.lisp (maybe-redirect-global-io): Don't consider
+	connections without streams.
+	(*new-connection-hook*): Don't add MAYBE-REDIRECT-GLOBAL-IO.
+	(create-repl): Call MAYBE-REDIRECT-GLOBAL-IO here.
+
+2008-12-31  Helmut Eller  <heller at common-lisp.net>
+
+	* swank-openmcl.lisp ([method] source-locations (symbol)): Drop
+	the unused _; the compiler dosn't like it.
+
+2008-12-31  Helmut Eller  <heller at common-lisp.net>
+
+	* swank-openmcl.lisp ([method] source-locations (symbol)): 
+
+	* slime.el (slime-cd, slime-pwd): New commands.
+	(slime-change-directory): New function.
+	(slime-change-directory-hooks): New hook.
+
+2008-12-31  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el ([test] find-definition.2): Also fails for Lispworks.
+	([test] interrupt-at-toplevel, [test] interrupt-in-debugger): Those
+	don't work well if there's no REPL thread.
+
+	* swank-backend.lisp (wait-for-input, wait-for-one-stream): Don't
+	use PEEK-CHAR because we can't interrupt that cleanly.
+	* swank.lisp (simple-serve-requests): Run the REPL inside
+	WITH-CONNECTION.
+	* swank-lispworks.lisp (emacs-connected): Don't install the signal
+	handler here ...
+	(install-sigint-handler): ... use this instead
+
 2008-12-30  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	As of now, `C-u C-c C-c' compiled a function with maximum debug
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.156 slime/contrib/ChangeLog:1.160
--- slime/contrib/ChangeLog:1.156	Tue Dec 30 19:04:06 2008
+++ slime/contrib/ChangeLog	Wed Dec 31 16:55:26 2008
@@ -1,3 +1,21 @@
+2008-12-31  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-arglists.lisp (format-arglist-for-echo-area): Catch errors
+	and die gracefully.
+
+2008-12-31  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-sbcl-exts.lisp: Wrap file in a big #+sbcl (PROGN ...), so
+	users can use the `slime-sbcl-exts' contrib in their .emacs
+	nevermind what implementation they actually use.
+	(Reported by Stas Boukarev)
+
+2008-12-31  Helmut Eller  <heller at common-lisp.net>
+
+	* inferior-slime.el (inferior-slime-change-directory): New
+	function.
+	(inferior-slime-init): Hook it in.
+
 2008-12-30  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime-repl.lisp (slime-repl-set-package): Set




More information about the slime-devel mailing list