X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c10d2217d84466465d8b5eb4fa65627a3ec4a73e..40fb2103c2986cbb91add4afed635886c4f87ae5:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec709fe6a5..5901c35c2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,33 @@ +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 Stefan Monnier + + * pcvs-util.el (cvs-string->strings): Strip trailing whitespace. + +2005-03-13 Lute Kamstra + + * emacs-lisp/debug.el (debug): Set debug-on-exit before calling + debugger-setup-buffer so that backtrace marks the frames set to + 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 + lisp-indent-function throughout. + (with-no-warnings): Set lisp-indent-function property. + +2005-03-12 Thien-Thi Nguyen + + * progmodes/dcl-mode.el (dcl-mode-syntax-table): + Add entry for backslash. + 2005-03-12 Juri Linkov * info.el (Info-search): Four fixes for backward search. @@ -5522,11 +5552,6 @@ (ibuffer-kill-line): Set arg `interactive-p' in interactive spec rather than use function `interactive-p'. -2004-10-22 Kenichi Handa - - * international/mule.el (translate-region): Implement it in Lisp - as a front end of translate-region-internal. - 2004-10-21 Jay Belanger * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):