# HG changeset patch # User Daniel Pfeiffer # Date 1081896378 0 # Node ID 7a95e549105067d962954c0935c450006aadbd19 # Parent eb5c70ae728c0cb6c2f0677e72553f7e70b1fdd9 *** empty log message *** diff -r eb5c70ae728c -r 7a95e5491050 lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 13 22:42:43 2004 +0000 +++ b/lisp/ChangeLog Tue Apr 13 22:46:18 2004 +0000 @@ -1,3 +1,17 @@ +2004-04-14 Daniel Pfeiffer + + * progmodes/compile.el (compilation-setup): Localize + overlay-arrow-position. + (compilation-sentinel): Restructure code equivalently. + (compilation-next-error): Find message on same line after point if + not found before point. + (compile-mouse-goto-error): Restore function so that compilation + buffer need not be current and use compile-goto-error. + (compile-goto-error): Restore function. + (next-error): Set overlay-arrow-position. + (compilation-forget-errors): Don't localize already local + compilation-locs and remove FIXME about refontifying. + 2004-04-14 Kim F. Storm * startup.el (emacs-quick-startup): New defvar (set by -Q).