Index: slime/ChangeLog diff -u slime/ChangeLog:1.1303 slime/ChangeLog:1.1305 --- slime/ChangeLog:1.1303 Sat Feb 23 05:29:06 2008 +++ slime/ChangeLog Sun Feb 24 11:50:47 2008 @@ -1,3 +1,19 @@ +2008-02-24 Helmut Eller heller@common-lisp.net + + Work harder to avoid wrong guesses for slime-repl-set-package. + + * slime.el (slime-repl-set-package): Use slime-pretty-package-name + to strip double quotes from slime-current-package before comparing + it with slime-lisp-package. Still doesn't deal with nicknames and + other reader tricks. + +2008-02-23 Ariel Badichi abadichi@bezeqint.net + + Allow ED-IN-EMACS to edit new files. + + * swank.lisp (ed-in-emacs): Accept non-existing files. + (canonicalize-filename): Merged into ed-in-emacs. + 2008-02-23 Nikodemus Siivola nikodemus@random-state.net
If there is no connection, offer the option to start SLIME.