[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Wed Apr 21 21:52:18 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv1856
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Wed Apr 21 17:52:18 2004
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.341 slime/ChangeLog:1.342
--- slime/ChangeLog:1.341 Tue Apr 20 18:38:59 2004
+++ slime/ChangeLog Wed Apr 21 17:52:18 2004
@@ -1,3 +1,36 @@
+2004-04-21 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+
+ * slime.el: Suppress byte-compiler warnings by binding
+ byte-compiler-warnings to nil.
+ (slime-repl-shortcut): Use a structure instead of a list for the
+ short cut info. Update the users accordingly.
+
+ * swank-cmucl.lisp (arglist): Return a list instead of the string.
+
+2004-04-21 Edi Weitz <edi at agharta.de>
+
+ * slime.el (slime-apropos): Add support for regexp-based apropos.
+ We use nregex, so the regexp syntax is different from Emacs'
+ regexps and bit restricted (alternation '|' and optional groups
+ '(xy)?' are not implemented).
+ (slime-insert-arglist): New command - stolen from ILISP. I always
+ thought this was quite useful.
+ (slime-oos): Fix typo.
+
+ * swank.lisp (apropos-symbols): Use regexp and support
+ case-sensitive matching.
+ (arglist-for-echo-area): New argument to control if the operator
+ name should be included.
+
+ * nregex.lisp: New file.
+
+ * swank-loader.lisp (*sysdep-pathnames*): Load it.
+
+2004-04-21 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+
+ * doc/slime.texi (Compilation): slime-remove-notes is bound to C-c
+ M-c not M-c. Noted by Edi Weitz.
+
2004-04-21 Edi Weitz <edi at agharta.de>
* swank.lisp (list-all-package-names): Optionally include
More information about the slime-cvs
mailing list