# HG changeset patch # User Richard M. Stallman # Date 1054719767 0 # Node ID 5d1558b29b67e16fb8ce488ba3c8c91cbfaa4a98 # Parent bfb4dca9f80ea7beb058a1f00bc87354954f70db *** empty log message *** diff -r bfb4dca9f80e -r 5d1558b29b67 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 04 09:42:37 2003 +0000 +++ b/lisp/ChangeLog Wed Jun 04 09:42:47 2003 +0000 @@ -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 -r bfb4dca9f80e -r 5d1558b29b67 man/ChangeLog --- a/man/ChangeLog Wed Jun 04 09:42:37 2003 +0000 +++ b/man/ChangeLog Wed Jun 04 09:42:47 2003 +0000 @@ -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.