Index: slime/ChangeLog diff -u slime/ChangeLog:1.490 slime/ChangeLog:1.492 --- slime/ChangeLog:1.490 Thu Jul 29 20:48:36 2004 +++ slime/ChangeLog Fri Jul 30 14:41:25 2004 @@ -1,3 +1,16 @@ +2004-07-30 Helmut Eller e9626484@stud3.tuwien.ac.at + + * slime.el (slime-connection): Say "No default connection + selected" if there are open connections but no default connection. + (slime-tree-indent-item): Point wasn't updated correctly if the + last line was empty. Use insert-before-markers instead of insert + to do it properly. + (slime-draw-connection-list): Don't break if there is no default + connection. + + * swank-cmucl.lisp (call-with-debugging-environment): Only handle + DI::UNHANDLED-CONDITION not all DI:DEBUG-CONDITIONs. + 2004-07-30 Luke Gorrie luke@bluetail.com
* slime.el (slime-choose-overlay-region): Tweaked the