Index: slime/ChangeLog diff -u slime/ChangeLog:1.2369 slime/ChangeLog:1.2371 --- slime/ChangeLog:1.2369 Tue Nov 13 07:44:39 2012 +++ slime/ChangeLog Fri Nov 23 09:51:15 2012 @@ -1,3 +1,10 @@ +2012-11-23 Stas Boukarev stassats@gmail.com + + * slime.el (slime-edit-definition): Don't ask the user for a name + to search if it's missing before running slime-edit-definition-hooks + (slime-open-inspector): pop-to-buffer before inserting anything, + otherwise the point is not moved into the desired position. + 2012-11-13 Francois-Rene Rideau tunes@google.com
* swank.lisp (*compile-file-for-emacs-hook*): A hook for Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.554 slime/contrib/ChangeLog:1.556 --- slime/contrib/ChangeLog:1.554 Thu Nov 22 04:41:26 2012 +++ slime/contrib/ChangeLog Fri Nov 23 03:37:53 2012 @@ -1,3 +1,13 @@ +2012-11-23 Stas Boukarev stassats@gmail.com + + * slime-repl.el (slime-repl-auto-right-margin): + New variable, defaults to NIL. + (slime-repl-eval-string): Respect the above variable. + * swank-repl.lisp (listener-eval): New keyword parameter, + window-width, if supplied binds *print-right-margin* to its + value. + Based on a patch by Marco Baringer. + 2012-11-22 Stas Boukarev stassats@gmail.com
* slime-package-fu.el (slime-determine-symbol-style): Fix the