Index: slime/ChangeLog diff -u slime/ChangeLog:1.485 slime/ChangeLog:1.486 --- slime/ChangeLog:1.485 Thu Jul 22 09:55:26 2004 +++ slime/ChangeLog Fri Jul 23 09:36:36 2004 @@ -1,3 +1,13 @@ +2004-07-23 Luke Gorrie luke@bluetail.com + + * slime.el (slime-set-state): Show the message in the modeline in + the case where we aren't connected. Otherwise the "not connected" + status is ignored. + (slime-net-sentinel): Close the connection before changing the + status message. The old behaviour of this combined with the old + behaviour of `slime-set-state' could generally cause spurious + errors after a connection was closed. + 2004-07-22 Luke Gorrie luke@bluetail.com
* swank.lisp (carefully-find-package): Return *BUFFER-PACKAGE* if