[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Mon Jan 4 08:33:02 UTC 2010


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1948 slime/ChangeLog:1.1952
--- slime/ChangeLog:1.1948	Wed Dec 23 03:52:01 2009
+++ slime/ChangeLog	Sun Jan  3 10:58:29 2010
@@ -1,3 +1,33 @@
+2010-01-03  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-backend.lisp (frame-call): New function.
+	Returns a string representing a call to the entry point of a frame.
+	* swank-ccl.lisp (frame-call): Implementation of the above.
+	* swank-sbcl.lisp (frame-call): Ditto.
+
+2010-01-03  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* swank.lisp (with-swank-protocol-error-handler): Remove debugging
+	bits.
+
+2010-01-03  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* slime.el (slime-next-read-or-lose): Call `debug' with the error
+	condition, so we can see what actually caused the losage.
+
+2010-01-03  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* slime.el (compile-defun [test]): Also test proper notification
+	after reader-error. Additionally: bind font-lock-verbose to nil to
+	prevent annoying font-lock messages during the test.
+
+	* swank-sbcl.lisp (signal-compiler-condition): Make sure
+	READER-ERROR comes before ERROR in typecase.
+	(swank-compile-file): Remove handling FATAL-COMPILER-HANDLER
+	because a) this handling prevents sbcl from printing the
+	diagnostics to the repl, and b) sbcl itself should handle this and
+	translate it into proper return value for compile-file.
+
 2009-12-23  Tobias C. Rittweiler <tcr at freebits.de>
 
 	* slime.el (complete-symbol [test]): Fix test case.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.325 slime/contrib/ChangeLog:1.331
--- slime/contrib/ChangeLog:1.325	Wed Dec 30 05:30:13 2009
+++ slime/contrib/ChangeLog	Sun Jan  3 15:50:42 2010
@@ -1,3 +1,40 @@
+2010-01-03  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime-autodoc.el (slime-autodoc-mode): Only display
+	"enabled"/"disabled" message if called interactively.
+
+2010-01-03  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime-autodoc.el (slime-autodoc): Renamed from
+	`slime-compute-autodoc'; now also interactive.
+	(slime-autodoc-mode): Implement toggling properly. Make modeline
+	string "Autodoc" rather than "Eldoc".
+	(slime-autodoc-maybe-enable): Adapted accordingly.
+
+2010-01-03  Stas Boukarev  <stassats at gmail.com>
+
+	* slime-repl.el (sldb-insert-frame-call-to-repl): New function
+	for inserting a call to a frame into the REPL. Bound to C-y in SLDB.
+
+2010-01-03  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-arglists.lisp (arglist-index): Return NIL if more
+	arguments were provided than are allowed.
+	(form-path-to-arglist-path): Adapted accordingly.
+
+	* slime-autodoc.el (autodoc.1 [test]): Add relevant test cases.
+
+2010-01-03  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime-indentation-fu.el, swank-indentation-fu.lisp: Delete
+	contrib. Never worked quite right, and the necessary
+	infrastructure has since been gone.
+
+2010-01-03  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-asdf.lisp (asdf-system-loaded-p): Don't return a
+	generalized boolean, because numbers may be too large for Emacs.
+
 2009-12-30  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime-c-p-c.el (complete-form [test]): Set




More information about the slime-devel mailing list