[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Fri Jul 16 17:12:58 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv11777
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Fri Jul 16 10:12:58 2004
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.470 slime/ChangeLog:1.471
--- slime/ChangeLog:1.470 Wed Jul 14 22:02:32 2004
+++ slime/ChangeLog Fri Jul 16 10:12:58 2004
@@ -1,3 +1,18 @@
+2004-07-16 Luke Gorrie <luke at bluetail.com>
+
+ * slime.el (slime-setup): New function for installing a
+ lisp-mode-hook. You can call this from ~/.emacs to setup SLIME.
+ Takes a `autodoc' keyword argument to enable
+ slime-autodoc-mode. We can add more keywords in future.
+ (slime-keys): Moved `slime-reindent-defun' from C-M-q to
+ C-cM-q. This avoids overriding the standard binding of C-M-q to
+ index-sexp.
+ (slime-typeout-frame-properties): Removed some properties:
+ `name', because it interacts badly with X properties, `left' and
+ `top' because they don't put the frame anywhere terribly
+ convenient, and (width . 40) because it makes the frame narrower
+ than the usual word-wrapping width.
+
2004-07-14 Peter Seibel <peter at javamonkey.com>
* slime.el (slime-lisp-package-prompt-string): Separate SLIME's
More information about the slime-cvs
mailing list