diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b9fae62468..354012dc488 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 2 | |||
| 3 | * compile.el (compilation-current-error): New var. | ||
| 4 | (compilation-setup, compile-mouse-goto-error) | ||
| 5 | (compile-goto-error, next-error): Use it. | ||
| 6 | (compilation-skip-to-next-location): Default to t, which gives | ||
| 7 | contiguous skipping like old compile (where this was redundant). | ||
| 8 | (compilation-next-error): Prevent previous-* commands from moving | ||
| 9 | back to message at or just before point. | ||
| 10 | |||
| 1 | 2004-04-01 Nick Roberts <nick@nick.uklinux.net> | 11 | 2004-04-01 Nick Roberts <nick@nick.uklinux.net> |
| 2 | 12 | ||
| 3 | * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler) | 13 | * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler) |