[slime-cvs] CVS slime

heller heller at common-lisp.net
Thu Nov 23 23:14:41 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv14181

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***

--- /project/slime/cvsroot/slime/ChangeLog	2006/11/22 15:29:23	1.1005
+++ /project/slime/cvsroot/slime/ChangeLog	2006/11/23 23:14:37	1.1006
@@ -1,3 +1,18 @@
+2006-11-24  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-search-buffer-package): Prettify the package
+	name if it is written as string or keyword.
+
+2006-11-23  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-in-expression-p): Use `read' and `eq' to test
+	the first element of the list.  Previuosly, the pattern (foo)
+	wrongly matched (foobar) because we used (looking-at <symbol>).
+
+	* swank-cmucl.lisp (setf-definitions): Also include defs which
+	were created with (defun (setf NAME) ...).  Previously we only
+	found definitions created with defsetf or define-setf-expander.
+
 2006-11-22  Helmut Eller  <heller at common-lisp.net>
 
 	* slime.el (slime-edit-definition): Don't hide error messages.




More information about the slime-cvs mailing list