[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Sun Sep 2 04:35:01 UTC 2007


Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.21 slime/contrib/ChangeLog:1.26
--- slime/contrib/ChangeLog:1.21	Fri Aug 31 18:40:31 2007
+++ slime/contrib/ChangeLog	Sat Sep  1 12:58:05 2007
@@ -1,3 +1,30 @@
+2007-09-01  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	* slime-fancy.el: New meta-contrib.
+
+2007-09-01  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	* slime-presentations.el (slime-dispatch-presentation-event):
+	Explicitly return t to indicate the events have been handled,
+	rather than relying on the return values of the called functions.
+
+2007-09-01  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	* slime-typeout-frame.el (slime-typeout-autodoc-message): Fix for
+	messages that contain "%".  Reported by Martin Simmons.
+
+2007-09-01  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	Makes `slime-complete-form' work on `(eval-when |'; doesn't work
+	on `(eval-when (|' yet.
+	
+	* slime-parse.el (slime-parse-sexp-at-point): Guard against
+	`(char-after)' being NIL at end of buffer (especially important
+	for use on the REPL.)
+
+	* swank-arglist.lisp (arglist-dispatch 'eval-when): Fix typo.
+	(print-decoded-arglist-as-template): Print keywords with PRIN1.
+	
 2007-08-31  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	Added extended arglist display for EVAL-WHEN, viz:



More information about the slime-devel mailing list