# HG changeset patch # User Daniel Pfeiffer # Date 1080816520 0 # Node ID db4c0d22d62bbfffbf4d7da9e6410277bfa7ea39 # Parent bf0752d84f5a5eb0892af1a27aa98622183e6e27 *** empty log message *** diff -r bf0752d84f5a -r db4c0d22d62b lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 01 10:46:37 2004 +0000 +++ b/lisp/ChangeLog Thu Apr 01 10:48:40 2004 +0000 @@ -1,3 +1,13 @@ +2004-04-01 Daniel Pfeiffer + + * compile.el (compilation-current-error): New var. + (compilation-setup, compile-mouse-goto-error) + (compile-goto-error, next-error): Use it. + (compilation-skip-to-next-location): Default to t, which gives + contiguous skipping like old compile (where this was redundant). + (compilation-next-error): Prevent previous-* commands from moving + back to message at or just before point. + 2004-04-01 Nick Roberts * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)