Index: slime/ChangeLog diff -u slime/ChangeLog:1.2385 slime/ChangeLog:1.2387 --- slime/ChangeLog:1.2385 Wed Jan 9 06:29:50 2013 +++ slime/ChangeLog Fri Jan 11 01:00:30 2013 @@ -1,3 +1,12 @@ +2013-01-11 Helmut Eller heller@common-lisp.net + + * swank.lisp (swank-compile-file*): Renamed from + compile-file-with-compile-file. + +2013-01-10 Helmut Eller heller@common-lisp.net + + * swank-ecl.lisp (frame-var-value): Return the value without name. + 2013-01-09 Helmut Eller heller@common-lisp.net
* swank.lisp (frame-locals-for-emacs): Print variable names in Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.562 slime/contrib/ChangeLog:1.563 --- slime/contrib/ChangeLog:1.562 Fri Jan 4 10:22:01 2013 +++ slime/contrib/ChangeLog Thu Jan 10 03:45:48 2013 @@ -1,3 +1,9 @@ +2013-01-10 Helmut Eller heller@common-lisp.net + + * slime-autodoc.el (slime-autodoc): Remove :gnu-emacs-only. + Suggested by Raymond Toy. + (slime-autodoc): Fix long lines. + 2013-01-04 Stas Boukarev stassats@gmail.com
* slime-fancy-inspector.el (slime-edit-inspector-part): New