Index: slime/ChangeLog diff -u slime/ChangeLog:1.1855 slime/ChangeLog:1.1856 --- slime/ChangeLog:1.1855 Thu Sep 17 02:23:03 2009 +++ slime/ChangeLog Thu Sep 17 11:51:52 2009 @@ -1,3 +1,14 @@ +2009-09-17 Tobias C. Rittweiler tcr@freebits.de + + * swank-abcl.lisp (sys::break): Fix typo. + (slot-definition-documentation, slot-definition-type) + (class-prototype, generic-function-declarations) + (specializers-direct-methods, slot-boundp-using-class) + (slot-value-using-class): Add IGNORE declarations. Compiling + swank-abcl.lisp is now free of warnings. + (swank-compile-file): Load the compiled file even though warnings + were signalled during compilation. + 2009-09-17 Mark Evenson evenson@panix.com
* swank-abcl.lisp (source-location): Emacs buffers start at 1, Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.245 slime/contrib/ChangeLog:1.246 --- slime/contrib/ChangeLog:1.245 Tue Sep 15 18:30:13 2009 +++ slime/contrib/ChangeLog Thu Sep 17 10:56:22 2009 @@ -1,3 +1,8 @@ +2009-09-17 Stas Boukarev stassats@gmail.com + + * slime-repl.el (slime-repl-clear-buffer): Don't change cursor + position if is already at the prompt. + 2009-09-16 Tobias C. Rittweiler tcr@freebits.de
* slime-references.el: Largely refactored: decoupled code from