Index: slime/ChangeLog diff -u slime/ChangeLog:1.2093 slime/ChangeLog:1.2094 --- slime/ChangeLog:1.2093 Sun May 16 00:15:18 2010 +++ slime/ChangeLog Tue May 18 05:12:46 2010 @@ -1,3 +1,15 @@ +2010-05-18 Stas Boukarev stassats@gmail.com + + * slime.el (sldb-insert-condition): Don't create a mouse tooltip + for long error message, tooltip shows the same text and doesn't + add any value. + (slime-definition-at-point): factor out of `slime-inspect-definition'. + (slime-disassemble-definition): New, similar to `slime-inspect-definition'. + + * swank.lisp (disassemble-form): rename from disassemble-symbol, + do the same as before but evaluate the argument. + + 2010-05-16 Stas Boukarev stassats@gmail.com
* slime.el (slime-close-popup-window): Don't kill Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.382 slime/contrib/ChangeLog:1.383 --- slime/contrib/ChangeLog:1.382 Sun May 16 02:11:44 2010 +++ slime/contrib/ChangeLog Wed May 19 02:55:15 2010 @@ -1,3 +1,8 @@ +2010-05-19 Stas Boukarev stassats@gmail.com + + * slime-repl.el (slime-list-repl-short-cuts): Don't scroll to the + bottom, don't error if a shortcut has no documentation. + 2010-05-16 Stas Boukarev stassats@gmail.com
* swank-arglists.lisp (decode-arglist): Handle (x . y) macro arglists.