Index: slime/ChangeLog diff -u slime/ChangeLog:1.1360 slime/ChangeLog:1.1365 --- slime/ChangeLog:1.1360 Wed Jul 2 06:02:14 2008 +++ slime/ChangeLog Fri Jul 4 19:30:44 2008 @@ -1,4 +1,35 @@ -2008-07-02 Martin Simmons martin@lispworks.com +2008-07-04 Gábor Melis mega@retes.hu + + * swank.lisp (call-with-redirected-io): Rebind only standard + streams if *GLOBALLY-REDIRECT-IO*. Fixes lost output after + disconnect, reconnect. + +2008-07-04 Willem Broekema metawilm@gmail.com + + * slime-allegro.lisp (fspec-definition-locations): Workaround for + the issue that Allegro does not record the source file location + for methods defined inside a defgeneric form. The idea is that if + the source location of a method is not found, then the defgeneric + form is almost certainly the right place. + +2008-07-04 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-call-defun): Properly signal error message when + used in a context that is not a function definition. + +2008-07-04 Richard M Kreuter kreuter@progn.net + + * swank-sbcl.lisp (code-location-source-location), + (code-location-debug-source-name): Patched for incompatible + structure change in SBCL 1.0.18.10. + +2008-07-04 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-call-defun): Broken on DEFMETHOD forms. Fix + that. Also, don't insert package qualifier anymore if the inserted + qualifier is the same as the current REPL package. + +2008-07-02 Martin Simmons martin@lispworks.com * swank-lispworks.lisp (install-debugger-globally): hook into the environment globally to catch BREAK.
@@ -21,8 +52,8 @@ (slime-cl-symbol-package), (slime-qualify-cl-symbol-name): Resurrected from the `slime-parse' contrib, as they've been used by `slime-call-defun'. - -2008-06-02 Raymond Toy toy.raymond@gmail.com + +2008-06-02 Raymond Toy toy.raymond@gmail.com
Unicode support for CMUCL.