changeset 38637:4d180178bb00

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 01 Aug 2001 13:58:03 +0000
parents c1dc55683398
children cf3c48886ed0
files lisp/gnus/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Wed Aug 01 13:55:36 2001 +0000
+++ b/lisp/gnus/ChangeLog	Wed Aug 01 13:58:03 2001 +0000
@@ -1,3 +1,8 @@
+2001-08-01  Gerd Moellmann  <gerd@gnu.org>
+
+	* mm-view.el (autoload): Don't autoload `diff-mode' if it's 
+	already fboundp.  Add INTERACTIVE arg to autoload form. 
+
 2001-08-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 	* gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
--- a/src/ChangeLog	Wed Aug 01 13:55:36 2001 +0000
+++ b/src/ChangeLog	Wed Aug 01 13:58:03 2001 +0000
@@ -1,5 +1,8 @@
 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
 
+	* xdisp.c (redisplay_internal): Add a check for the last
+	displayed message.
+	
 	* xdisp.c (message_cleared_p): New variable.
 	(clear_message): Set message_cleared_p when clearing the current
 	message.