[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Tue May 24 09:44:01 UTC 2011


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2191 slime/ChangeLog:1.2194
--- slime/ChangeLog:1.2191	Sun May 22 00:18:52 2011
+++ slime/ChangeLog	Mon May 23 23:27:55 2011
@@ -1,3 +1,25 @@
+2011-05-24  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (destructure-case): Fix "`_' not left unused" warnings.
+	Insert an (ignore) form for empty bodies; this inhibts the
+	compiler transformation that leads to the spurios warning.  This
+	has no runtime cost in compiled code, since the compiler
+	recognizes (ignore) and emits no code for it.
+	(slime-flatten-tree): Deleted. No longer used.
+
+2011-05-23  Stas Boukarev  <stassats at gmail.com>
+
+	* swank.lisp (sdlb-print-condition): New (or old new)
+	function. It was bound by P in sldb-mode, but for some reason it
+	was lost.
+
+2011-05-23  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-apropos-label-properties): Deleted.  Just
+	auto-load apropos-mode.
+	(slime-print-apropos): Use the variable apropos-label-face
+	which seems to exist in all relevant Emacsen.
+
 2011-05-22  Helmut Eller  <heller at common-lisp.net>
 
 	Turn on lexical-binding for slime.el.




More information about the slime-devel mailing list