Index: slime/ChangeLog diff -u slime/ChangeLog:1.1590 slime/ChangeLog:1.1592 --- slime/ChangeLog:1.1590 Tue Dec 2 22:00:41 2008 +++ slime/ChangeLog Fri Dec 5 20:01:54 2008 @@ -1,3 +1,17 @@ +2008-12-05 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-macroexpansion-minor-mode-map): Bind keybindings + of `undo' to `slime-macroexpansion-undo'. + (slime-show-macroexpansion): Renamed to + `slime-initialize-macroexpansion-buffer' + (slime-initialize-macroexpansion-buffer): Make sure that the user + can't undo past the initial insertion. + (slime-macroexpand-undo): New function. Tries to undo-only. + +2008-12-05 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-trace-query): SPEC argument can be a symbol. + 2008-12-02 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-compute-modeline-connection-state): Fix