Mercurial > emacs
comparison lisp/ChangeLog @ 60592:d046438c3ed4
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 14 Mar 2005 01:13:33 +0000 |
parents | 0ccf49b15e52 |
children | 75f0e28dfa38 8395880305fe |
comparison
equal
deleted
inserted
replaced
60591:e1ebbef182c4 | 60592:d046438c3ed4 |
---|---|
2 | 2 |
3 * simple.el (next-line, previous-line): Add optional try-vscroll | 3 * simple.el (next-line, previous-line): Add optional try-vscroll |
4 arg to recognize interactive use. Pass it on to line-move. | 4 arg to recognize interactive use. Pass it on to line-move. |
5 (line-move): Don't perform auto-window-vscroll when defining or | 5 (line-move): Don't perform auto-window-vscroll when defining or |
6 executing keyboard macro to ensure consistent behaviour. | 6 executing keyboard macro to ensure consistent behaviour. |
7 | |
8 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
9 | |
10 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace. | |
7 | 11 |
8 2005-03-13 Lute Kamstra <lute@gnu.org> | 12 2005-03-13 Lute Kamstra <lute@gnu.org> |
9 | 13 |
10 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling | 14 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling |
11 debugger-setup-buffer so that backtrace marks the frames set to | 15 debugger-setup-buffer so that backtrace marks the frames set to |