Index: slime/ChangeLog diff -u slime/ChangeLog:1.1882 slime/ChangeLog:1.1887 --- slime/ChangeLog:1.1882 Fri Oct 23 15:40:14 2009 +++ slime/ChangeLog Sat Oct 24 07:32:18 2009 @@ -1,3 +1,52 @@ +2009-10-24 Tobias C. Rittweiler tcr@freebits.de + + * swank-ccl.lisp (who-specializes): Do not signal an error if + argument does not name a class. + +2009-10-24 Tobias C. Rittweiler tcr@freebits.de + + * swank.lisp (xref): Deal with non-yet-interned names gracefully. + +2009-10-24 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-search-property): Add parameter to get value at + point propery changed. + (slime-find-next-note): Use it. + (slime-find-previous-note): Ditto. + +2009-10-24 Tobias C. Rittweiler tcr@freebits.de + + New command C-M-, to go to previous xref location. + + [Old command C-M-. to go to next xref location.] + + Xref buffers are not automatically selected anymore; it's more + ergonomic to cycle through them via C-M-. and C-M-, from + within the source buffer. + + * slime.el (slime-search-property): Simplify slightly. + (slime-find-next-note): Use it. + (slime-find-previous-note): Use it, too. + (slime-find-note): Deleted. + (slime-editing-keys): Add C-M-,. + (slime-previous-location-function): New variable. + (slime-previous-location): New command. + (slime-with-xref-buffer): Do not select Xref buffer. + (slime-show-xref-buffer): Adapted accordingly. + (slime-goto-next-xref): Highlight current item on C-M-. and C-M-,. + (slime-goto-previous-xref): New. + (slime-highlight-sexp): Renamed from `sldb-highlight-sexp'. + (slime-highlight-line): New. + +2009-10-24 Helmut Eller heller@common-lisp.net + + * slime.el (sldb-insert-restarts): Insert the proper numbers for + the --more-- button. + (sldb-restart-number-at-point): Rename back to + sldb-restart-at-point. Don't use + confisingly-verbose-names-for-no-good-reason. + (sldb-restart-number-for-swank): Deleted. + 2009-10-23 Tobias C. Rittweiler tcr@freebits.de
Restarts in SLDB are now numbered reversely. The rationale is that