From: Richard M. Stallman Date: Wed, 4 Jun 2003 09:42:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~9750 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77887832026b73dd1ff98e849367e30220d70e3b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 648dac8500d..3b25c6c47ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2003-06-04 Richard M. Stallman + * gud.el (gud-minor-mode-type): Move defvar up. + * progmodes/compile.el (compilation-next-error): When moving fwd, compare position of point with the errors. diff --git a/man/ChangeLog b/man/ChangeLog index 54cc0762763..0be38c22bc6 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,12 @@ +2003-06-04 Richard M. Stallman + + * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output. + comint-move-point-for-output renamed from + comint-scroll-to-bottom-on-output. + + * custom.texi (Init Rebinding): Replace previous change with xref. + (Non-ASCII Rebinding): Explain that issue more briefly here. + 2003-05-28 Richard M. Stallman * indent.texi (Indentation): Condense, simplify, clarify prev change.