Index: slime/ChangeLog diff -u slime/ChangeLog:1.1824 slime/ChangeLog:1.1828 --- slime/ChangeLog:1.1824 Sat Aug 8 17:45:11 2009 +++ slime/ChangeLog Sun Aug 9 15:22:42 2009 @@ -1,3 +1,44 @@ +2009-08-09 Tobias C. Rittweiler tcr@freebits.de + + Make C-x ` work again. + + M-n and C-x ` are now very similiar; but the former operates + relative to point in the source buffer, while the latter works + relative to the compilation log. + + * slime.el (slime-insert-compilation-log): No do set + `compilation-skip-to-next-location'. + +2009-08-09 Tobias C. Rittweiler tcr@freebits.de + + M-n/M-p in .lisp buffers do not show the note in the minibuffer + anymore if a compilation log is displayed to the user. + + In the compilation log, sort and group the notes by line/column + number. + + * slime.el (slime-insert-compilation-log): Sort the notes by their + line/column numbers; group notes of same location and display them + as one entry. + (slime-compilation-loc): Removed. + (slime-canonicalized-location), + (slime-canonicalized-location-to-string): Extracted from + `slime-compilation-loc'. + (slime-group-and-sort-notes): Does the sorting/grouping. + (slime-show-note): Do not show note in minibuffer if compilation + log is displayed to the user. + +2009-08-09 Stas Boukarev stassats@gmail.com + + * swank.asd (asdf:perform): don't call `swank-loader:init' with + :setup nil, because it doesn't get contribs compiled, and some other + configuration steps are omitted. + + * slime.el (slime-profile-by-substring): new function for profiling + functions by matching a substring. + + * swank.lisp (profile-by-substring): ditto. + 2009-08-08 Tobias C. Rittweiler tcr@freebits.de
M-n / M-p in a .lisp buffer now also jump to the respective note Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.230 slime/contrib/ChangeLog:1.231 --- slime/contrib/ChangeLog:1.230 Wed Aug 5 13:15:35 2009 +++ slime/contrib/ChangeLog Sun Aug 9 10:07:48 2009 @@ -1,3 +1,9 @@ +2009-08-09 Stas Boukarev stassats@gmail.com + + * slime-fuzzy.el (slime-fuzzy-complete-symbol): change + `comint-completion-addsuffix' to not add space after completing + a filename. + 2009-08-05 Stas Boukarev stassats@gmail.com
* swank-fancy-inspector.lisp (emacs-inspect): add buttons for removing