changeset 51455:5d1558b29b67

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Jun 2003 09:42:47 +0000
parents bfb4dca9f80e
children ec176c8dbf38
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rms@gnu.org>
 
+	* 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.
 
--- 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  <rms@gnu.org>
+
+	* 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  <rms@gnu.org>
 
 	* indent.texi (Indentation): Condense, simplify, clarify prev change.