[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Tue Nov 9 10:28:28 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv23905
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Tue Nov 9 11:28:26 2004
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.565 slime/ChangeLog:1.566
--- slime/ChangeLog:1.565 Sun Nov 7 16:07:00 2004
+++ slime/ChangeLog Tue Nov 9 11:28:26 2004
@@ -1,3 +1,16 @@
+2004-11-09 Helmut Eller <heller at common-lisp.net>
+
+ * swank.lisp (features-for-emacs): New function to avoid
+ keyword/string confusion. Case doesn't matter since Emacs will
+ downcase them anyway.
+ (connection-info, sync-features-to-emacs): Use it. Should fix
+ highlighting bug reported by Edi Weitz.
+
+ * slime.el (slime-eval-feature-conditional): Convert AND, OR, and
+ NOT to lowercase keywords.
+ (slime-net-read3): Silly optimization: give char-after the offset
+ as argument to avoid save-excursion and forward-char.
+
2004-11-07 Brian Downing <bdowning at lavos.net>
* slime.el (slime-fuzzy-explanation): Added line to describe
More information about the slime-cvs
mailing list