Index: slime/ChangeLog diff -u slime/ChangeLog:1.481 slime/ChangeLog:1.483 --- slime/ChangeLog:1.481 Mon Jul 19 17:53:57 2004 +++ slime/ChangeLog Wed Jul 21 12:56:54 2004 @@ -1,3 +1,12 @@ +2004-07-21 Luke Gorrie luke@bluetail.com + + * slime.el (slime-sync-package-and-default-directory): Sync + `default-directory' in the REPL buffer too. + (slime-set-state): Convenience function for setting a connection's + state-name and updating the modeline if appropriate. This function + is called in the right places. + (slime-to-lisp-filename): Use `expand-file-name'. + 2004-07-20 Luke Gorrie luke@bluetail.com
* slime.el (slime-repl-update-banner): Restore old behaviour of @@ -86,6 +95,9 @@ * slime.el (package-updating): Fixing this and other tests I broke with my change to how emacs keeps track of the package prompt string. + (arglist): Fix an test failure under Allegro due to a slight + difference in the way EXCL:ARGLIST returns arglist (no default + values of &optional parameters)
2004-07-16 Luke Gorrie luke@bluetail.com