[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Sat Mar 12 16:02:29 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv20040
Modified Files:
ChangeLog
Log Message:
Date: Sat Mar 12 17:02:28 2005
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.633 slime/ChangeLog:1.634
--- slime/ChangeLog:1.633 Sat Mar 12 03:48:03 2005
+++ slime/ChangeLog Sat Mar 12 17:02:28 2005
@@ -1,5 +1,14 @@
2005-03-12 Luke Gorrie <luke at synap.se>
+ * slime.el (slime-edit-value): New function on `C-c E'. Prompts
+ for a Lisp expression, evaluates and displays the result in a new
+ buffer for editing, and then setf's the edited value in Lisp after
+ you press C-c C-c. Usage example: `C-c E asdf:*central-registry*'
+ Minor docstring and pull-down-menu changes.
+
+ * swank.lisp (value-for-editing, commit-edited-value): New
+ functions for slime-edit-value.
+
* swank-allegro.lisp (toggle-trace): Fix from Antonio Menezes
Leitao.
More information about the slime-cvs
mailing list