# HG changeset patch # User Kim F. Storm # Date 1110756029 0 # Node ID 0ccf49b15e52f315f7885c5f80d0712b68999e74 # Parent 7de80cde5f141a33380e6bc1dbd053d1487d3715 *** empty log message *** diff -r 7de80cde5f14 -r 0ccf49b15e52 lisp/ChangeLog --- a/lisp/ChangeLog Sun Mar 13 20:54:14 2005 +0000 +++ b/lisp/ChangeLog Sun Mar 13 23:20:29 2005 +0000 @@ -1,3 +1,10 @@ +2005-03-14 Kim F. Storm + + * simple.el (next-line, previous-line): Add optional try-vscroll + arg to recognize interactive use. Pass it on to line-move. + (line-move): Don't perform auto-window-vscroll when defining or + executing keyboard macro to ensure consistent behaviour. + 2005-03-13 Lute Kamstra * emacs-lisp/debug.el (debug): Set debug-on-exit before calling @@ -5,7 +12,7 @@ debug-on-exit and we don't have to do it manually. Set an extra debug-on-exit for macro's. (debugger-setup-buffer): Don't mark the top frame manually. - + 2005-03-12 Lute Kamstra * emacs-lisp/byte-run.el: Replace lisp-indent-hook with