aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDaniel Pfeiffer2004-04-01 10:48:40 +0000
committerDaniel Pfeiffer2004-04-01 10:48:40 +0000
commite5c644da1287c3dbcbc39999d2f969e5e3e71bd4 (patch)
treed62a41b31d625872793bd379d4451f7aa59d8895 /lisp
parent51c8ad03e04265489438cb50e6af26935fffe446 (diff)
downloademacs-e5c644da1287c3dbcbc39999d2f969e5e3e71bd4.tar.gz
emacs-e5c644da1287c3dbcbc39999d2f969e5e3e71bd4.zip
message deletion note added to M-x compile
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
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 @@
12004-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
12004-04-01 Nick Roberts <nick@nick.uklinux.net> 112004-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)