diff options
| author | Kim F. Storm | 2005-03-13 23:20:29 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-03-13 23:20:29 +0000 |
| commit | 40821110d733562f0fabb01b257e14ad4ca670c6 (patch) | |
| tree | 6b800a044c99dcdbf71f7a039963df97adc12e7b | |
| parent | c4fbcb018256696aa38d2c76e3b414de19977c3b (diff) | |
| download | emacs-40821110d733562f0fabb01b257e14ad4ca670c6.tar.gz emacs-40821110d733562f0fabb01b257e14ad4ca670c6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3dd1ae0dd0e..98410285828 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-03-14 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (next-line, previous-line): Add optional try-vscroll | ||
| 4 | arg to recognize interactive use. Pass it on to line-move. | ||
| 5 | (line-move): Don't perform auto-window-vscroll when defining or | ||
| 6 | executing keyboard macro to ensure consistent behaviour. | ||
| 7 | |||
| 1 | 2005-03-13 Lute Kamstra <lute@gnu.org> | 8 | 2005-03-13 Lute Kamstra <lute@gnu.org> |
| 2 | 9 | ||
| 3 | * emacs-lisp/debug.el (debug): Set debug-on-exit before calling | 10 | * emacs-lisp/debug.el (debug): Set debug-on-exit before calling |
| @@ -5,7 +12,7 @@ | |||
| 5 | debug-on-exit and we don't have to do it manually. Set an extra | 12 | debug-on-exit and we don't have to do it manually. Set an extra |
| 6 | debug-on-exit for macro's. | 13 | debug-on-exit for macro's. |
| 7 | (debugger-setup-buffer): Don't mark the top frame manually. | 14 | (debugger-setup-buffer): Don't mark the top frame manually. |
| 8 | 15 | ||
| 9 | 2005-03-12 Lute Kamstra <lute@gnu.org> | 16 | 2005-03-12 Lute Kamstra <lute@gnu.org> |
| 10 | 17 | ||
| 11 | * emacs-lisp/byte-run.el: Replace lisp-indent-hook with | 18 | * emacs-lisp/byte-run.el: Replace lisp-indent-hook with |