Index: slime/ChangeLog diff -u slime/ChangeLog:1.355 slime/ChangeLog:1.357 --- slime/ChangeLog:1.355 Tue Apr 27 18:49:45 2004 +++ slime/ChangeLog Wed Apr 28 18:25:05 2004 @@ -1,3 +1,23 @@ +2004-04-28 Helmut Eller e9626484@stud3.tuwien.ac.at + + * swank-loader.lisp (*lisp-name*): Add versioning support for + CLISP. + + * swank-clisp.lisp (arglist): Trap exceptions and return + :not-available in that case. + + * swank.lisp (arglist-for-insertion): Don't use ~< ..~:@>. + CLISP's pretty printer can't handle it. + +2004-04-28 Luke Gorrie luke@bluetail.com + + * NEWS: Created a NEWS file for recording changes that we want + users to read about. + + * slime.el (slime-log-event): Use outline-minor-mode in + *slime-events* instead of hideshow-mode. It's more + reliable. (Patch from Lawrence Mitchell.) + 2004-04-28 Helmut Eller e9626484@stud3.tuwien.ac.at
* slime.el (slime-net-connect): Bind inhibit-quit to nil, so that @@ -25,7 +45,7 @@ (slime-oneway-eval): Removed unused function.
* swank.lisp (oneway-eval-string): Removed unused function. - + 2004-04-26 Luke Gorrie luke@bluetail.com
* swank.lisp: Move definition of `with-io-redirection' above