Index: slime/ChangeLog diff -u slime/ChangeLog:1.1640 slime/ChangeLog:1.1642 --- slime/ChangeLog:1.1640 Mon Jan 5 21:58:14 2009 +++ slime/ChangeLog Wed Jan 7 09:21:54 2009 @@ -1,3 +1,18 @@ +2009-01-07 Helmut Eller heller@common-lisp.net + + * slime.el (slime-show-buffer-position): Use reposition-window. + +2009-01-07 Helmut Eller heller@common-lisp.net + + * slime.el (slime-keys): Remove the binding for C-c C-i. M-TAB + can also be pressed with M-C-i which is probably not taken + by the window manager. ESC TAB would also work. Maybe we + should reuse C-c C-i for slime-inspect. + Move C-c C-y to slime-repl.e. + Remove C-c C-f: it's already on C-c C-d f. + Remove C-c M-0: slime-restore-window-configuration doesn't exist. + Remove M-g: slime-quit doesn't work since ages. + 2009-01-05 Helmut Eller heller@common-lisp.net
Create a compilation-log buffer so that next-error works but Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.163 slime/contrib/ChangeLog:1.164 --- slime/contrib/ChangeLog:1.163 Sun Jan 4 20:53:06 2009 +++ slime/contrib/ChangeLog Wed Jan 7 09:21:44 2009 @@ -1,3 +1,12 @@ +2009-01-07 Helmut Eller heller@common-lisp.net + + * slime-repl.el (slime-mode-map): Bind C-c~ not ~. + Reported by James Wright. + (slime-repl-mode-map): Bind M-TAB. + Remove C-c C-k: compiling the REPL buffer doesn't work anyway. + Remove C-cC-b, C-c:, C-cE, C-cC-d, C-cC-w, C-M-x, C-cC-t, C-cC-l: + those are already bound in slime-parent-map. + 2009-01-04 Helmut Eller heller@common-lisp.net
* slime-repl.el, slime-mrepl.el: Byte-compile the output