[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Wed Mar 10 08:33:01 UTC 2010


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2029 slime/ChangeLog:1.2032
--- slime/ChangeLog:1.2029	Tue Mar  9 03:15:05 2010
+++ slime/ChangeLog	Tue Mar  9 19:02:53 2010
@@ -1,3 +1,12 @@
+2010-03-09  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-ccl.lisp (emacs-inspect function): Print closed over variables
+	in case of closure.
+
+2010-03-09  Stas Boukarev  <stassats at gmail.com>
+
+	* slime.el (slime-parse-context): Add defclass.
+
 2010-03-09  Helmut Eller  <heller at common-lisp.net>
 
 	Some more fixes for Allegro
@@ -10,6 +19,8 @@
 	vs. buffer issue.
 	(ldb-code-to-src-loc): Don't use *temp-file-map* before it is
 	declared.
+	(pc-source-location): Be a bit more fuzzy when searching the
+	code-location for a pc.
 
 2010-03-08  Stas Boukarev  <stassats at gmail.com>
 
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.353 slime/contrib/ChangeLog:1.356
--- slime/contrib/ChangeLog:1.353	Mon Mar  8 11:35:06 2010
+++ slime/contrib/ChangeLog	Tue Mar  9 18:26:23 2010
@@ -1,3 +1,19 @@
+2010-03-09  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-arglists.lisp (arglist-ref): Don't error if a &key name isn't
+	a :keyword symbol. And also handle non-:keyword keyword parameters.
+
+2010-03-09  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-presentations.lisp (inspect-presentation): Throw an error when
+	trying to access unrecorded object.
+	(lookup-presented-object-or-lose): Rename from `get-repl-result'.
+
+2010-03-09  Stas Boukarev  <stassats at gmail.com>
+
+	* slime-repl.el (slime-call-defun): When on defclass insert
+	 (make-instance 'name).
+
 2010-03-08  Stas Boukarev  <stassats at gmail.com>
 
 	* swank-fancy-inspector.lisp (all-slots-for-inspector): Sort class




More information about the slime-devel mailing list