Index: slime/ChangeLog diff -u slime/ChangeLog:1.583 slime/ChangeLog:1.585 --- slime/ChangeLog:1.583 Thu Dec 2 18:14:12 2004 +++ slime/ChangeLog Sun Dec 5 22:15:26 2004 @@ -1,3 +1,21 @@ +2004-12-05 Helmut Eller heller@common-lisp.net + + * slime.el (slime-global-variable-name-p): Also return true for + names of constants like +foo+. Suggested by Christian Lynbech. + + * swank-allegro.lisp (handle-compiler-warning): Handle + undefined-functions warnings by looking the fromat-arguments of + the condition. + (compiler-undefined-functions-called-warning-p) + (location-for-warning, handle-undefined-functions-warning): New + functions. + + * swank-cmucl.lisp (*install-gc-hooks*): New user variable. + (sending-safe-p): New predicate. + (pre-gc-hook, post-gc-hook): Use it. + + * swank.lisp (eval-region): Use a simple loop. + 2004-12-02 Helmut Eller heller@common-lisp.net
* swank.lisp: (inspect-for-emacs (symbol)): Handle non-interned