[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Mon May 18 07:33:12 UTC 2009


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1758 slime/ChangeLog:1.1764
--- slime/ChangeLog:1.1758	Sat May 16 14:17:10 2009
+++ slime/ChangeLog	Sun May 17 15:12:53 2009
@@ -1,3 +1,41 @@
+2009-05-17  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-dispatch-event): New event
+	`:read-from-minibuffer'.
+	(slime-read-from-minibuffer-for-swank): New.
+
+	* swank.lisp (dispatch-event): Pass through :read-from-minibuffer
+	event.
+	(read-from-minibuffer-in-emacs): Now uses new event rather than
+	eval-in-emacs.
+
+2009-05-17  Helmut Eller  <heller at common-lisp.net>
+
+	* swank-openmcl.lisp (compile-temp-file): Remove backward
+	compatibility code.
+	(eval-in-frame, frame-source-location-for-emacs)
+	(return-from-frame, restart-frame)
+	(disassemble-frame, xref-locations): Simplify.
+	(list-callers): Use ccl::caller-functions which gives us more precise
+	src-locs than ccl::callers.
+	(canonicalize-location, remove-filename-quoting)
+	(maybe-method-location): Deleted.  No longer used.
+	(who-specializes): Simplify.
+
+2009-05-17  Helmut Eller  <heller at common-lisp.net>
+
+	More precise compiler-message location.
+
+	* swank-openmcl.lisp (handle-compiler-warning): Use the
+	source-note slot of the condition as source location, which is
+	more precise than the stream-position slot.
+	(compiler-warning-severity): New function. The distinction between
+	warning and style-warning is rather arbitrary but let's try it.
+	(swank-compile-file): Pass the external-format arg down to
+	compile file.
+	(*buffer-name*, *buffer-offset*, condition-source-position):
+	Deleted. No longer used.
+
 2009-05-16  Helmut Eller  <heller at common-lisp.net>
 
 	Minor refactoring.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.211 slime/contrib/ChangeLog:1.212
--- slime/contrib/ChangeLog:1.211	Sat May 16 09:12:03 2009
+++ slime/contrib/ChangeLog	Sun May 17 12:23:30 2009
@@ -1,3 +1,9 @@
+2009-05-17  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime-fontifying-fu.el (slime-search-for-suppressed-forms):
+	Shadow SBCL-specific #!+, #!- conditionals correctly.
+	(slime-compute-region-for-font-lock): Fix small thinko.
+
 2009-05-16  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime-fontifying-fu.el (slime-beginning-of-tlf): Make sure to




More information about the slime-devel mailing list