[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Thu Jan 25 05:35:02 UTC 2007
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1055 slime/ChangeLog:1.1058
--- slime/ChangeLog:1.1055 Sat Jan 20 10:49:48 2007
+++ slime/ChangeLog Wed Jan 24 17:56:19 2007
@@ -1,3 +1,24 @@
+2007-01-24 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (sldb-recenter-region): Use count-screen-lines instead
+ of count-lines.
+
+ * swank.lisp (unparse-name): New function.
+ (list-all-package-names): Use it. This fixes a bug related to
+ readtable-case and makes package name completions look prettier.
+ Suggested by Harald Hanche-Olsen <hanche at math.ntnu.no>.
+
+2007-01-24 Bill Clementson <billclem at gmail.com>
+
+ * slime.el (slime-call-defun): Put the docstring before
+ the (interactive) form so that "C-h f slime-call-defun" will
+ return it.
+
+ * slime.el (slime-scratch-mode-map): Changed parent keymap to
+ lisp-mode-map to prevent unnecessary duplication of slime-mode-map
+ bindings and so that lisp-mode-map key bindings are present in the
+ slime scratch buffer. Change identified by Ariel Badichi.
+
2007-01-20 Luke Gorrie <luke at synap.se>
* slime.el (slime): Use COMMAND and CODING-SYSTEM parameters
More information about the slime-devel
mailing list