[slime-devel] Daily ChangeLog diff

Index: slime/ChangeLog diff -u slime/ChangeLog:1.1665 slime/ChangeLog:1.1669 --- slime/ChangeLog:1.1665 Thu Jan 15 17:07:21 2009 +++ slime/ChangeLog Fri Jan 16 15:50:03 2009 @@ -4,6 +4,24 @@ slot-boundp-using-class, slot-value-using-class and slot-makunbound-using-class to account for MOP differences. +2009-01-16 Helmut Eller <heller@common-lisp.net> + + * slime.el (slime-keys): Put C-c C-i and M-* back. + +2009-01-16 Helmut Eller <heller@common-lisp.net> + + * swank.lisp (pprint-eval): Also return the output produced during + evaluation. + +2009-01-16 Helmut Eller <heller@common-lisp.net> + + * swank-openmcl.lisp (break-in-sldb): Display the argument. + +2009-01-16 Helmut Eller <heller@common-lisp.net> + + * swank-backend.lisp (warn-unimplemented-interfaces): Print the + names with pprint-fill. + 2009-01-10 Helmut Eller <heller@common-lisp.net> * swank-openmcl.lisp (install-debugger-globally): Set *break-in-sldb*. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.165 slime/contrib/ChangeLog:1.166 --- slime/contrib/ChangeLog:1.165 Sat Jan 10 10:09:47 2009 +++ slime/contrib/ChangeLog Fri Jan 16 15:48:53 2009 @@ -1,3 +1,8 @@ +2009-01-16 David Reitter <david.reitter@gmail.com> + + * slime-repl.el (slime-repl-clear-buffer): Call recenter with t as + argument (to avoid erasing the entire frame). + 2009-01-10 Tobias C. Rittweiler <tcr@freebits.de> * swank-fancy-inspector.lisp (emacs-inspect [package]): Also
participants (1)
-
Helmut Eller