[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Thu Dec 4 08:00:07 UTC 2003


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.132 slime/ChangeLog:1.135
--- slime/ChangeLog:1.132	Tue Dec  2 09:02:03 2003
+++ slime/ChangeLog	Thu Dec  4 02:43:43 2003
@@ -1,3 +1,38 @@
+2003-12-04  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* swank-lispworks.lisp (toggle-trace-fdefinition, tracedp): New
+	support functions for toggle-trace command.  Written by Alain
+	Picard.
+	(compile-from-temp-file): Don't delete the binary file if there is
+	none.
+	(lispworks-severity): Map all ERRORs to :error.
+
+	* slime.el (slime-eval-defun): Use slime-re-evaluate-defvar if the
+	defun starts with "defvar".  C-M-x in elisp does this too.
+	(slime-re-evaluate-defvar): Take the form as argument.
+
+2003-12-03  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* slime.el (slime-debugging-state): Initialize the sldb-buffer if
+	(/= sldb-level level).
+	(slime-who-specializes): New command.
+
+	* swank-cmucl.lisp (create-swank-server): Set reuse-address to t
+	by default.
+	(resolve-note-location): Add method for warnings in interpreted
+	code.
+	(who-specializes): New function.
+	(dd-source-location): Handle case without constructors more
+	correctly.
+	(source-path-source-position): Skip ambigous entries in
+	source-map.
+	(source-location-from-code-location): Simplified.
+
+2003-12-03  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (slime-completing-read-internal): Fix from Sean
+	O'Rourke.
+
 2003-12-02  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* swank-sbcl.lisp (find-function-locations): Return a non-empty
@@ -15,7 +50,7 @@
 	last and entire output in the *slime-repl* buffer
 	(slime-documentation): pop up a buffer with a symbol's
 	documentation instead of its description, if found.
-	(slime-complete-symbol): tweak to completion, taken from ilisp, to
+	(slime-complete-symbol): tweak the completion, taken from ilisp, to
 	complete filenames inside strings.
 	(slime-set-default-directory): also set *slime-repl*'s
 	default-directory, so e.g. find-file makes sense.




More information about the slime-devel mailing list