Index: slime/ChangeLog diff -u slime/ChangeLog:1.1543 slime/ChangeLog:1.1545 --- slime/ChangeLog:1.1543 Wed Sep 24 05:14:13 2008 +++ slime/ChangeLog Fri Sep 26 19:14:10 2008 @@ -1,3 +1,16 @@ +2008-09-27 Tobias C. Rittweiler tcr@freebits.de + + Improve ECL's arglist support somewhat. + + * swank-ecl.lisp (grovel-docstring-for-arglist): New function. + (arglist): Use it. Now also try to find an arglist for special + operators, and macros. + +2008-09-26 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-cycle-connections): Do not make the new + connection buffer-local if we're currently in a REPL buffer. + 2008-09-24 Knut Olav Bøhmer knut-olav.bohmer@telenor.com
* slime.el (slime-cycle-connections): New command.