comparison lisp/ChangeLog @ 54678:db4c0d22d62b

*** empty log message ***
author Daniel Pfeiffer <occitan@esperanto.org>
date Thu, 01 Apr 2004 10:48:40 +0000
parents 32aae36e32af
children 88e54f50860f
comparison
equal deleted inserted replaced
54677:bf0752d84f5a 54678:db4c0d22d62b
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)
4 (gdb-source-info): Don't display source at startup, if required. 14 (gdb-source-info): Don't display source at startup, if required.
5 (gdb-show-main): New option. 15 (gdb-show-main): New option.