Index: slime/ChangeLog diff -u slime/ChangeLog:1.483 slime/ChangeLog:1.485 --- slime/ChangeLog:1.483 Wed Jul 21 12:56:54 2004 +++ slime/ChangeLog Thu Jul 22 09:55:26 2004 @@ -1,3 +1,13 @@ +2004-07-22 Luke Gorrie luke@bluetail.com + + * swank.lisp (carefully-find-package): Return *BUFFER-PACKAGE* if + no other package can be found. This is reverting a previous change + that broke completion in buffers with no known package. + + * slime.el (slime-maybe-start-lisp): Check that *inferior-lisp* + exists /and/ has a running process. Fixes a startup problem if + your inferior-lisp has died and you want to restart SLIME. + 2004-07-21 Luke Gorrie luke@bluetail.com
* slime.el (slime-sync-package-and-default-directory): Sync