From: Kim F. Storm Date: Mon, 17 Jun 2002 21:32:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~226 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be0ab70f9e1dfcf76c11a97cce34e192478d0da9;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index bececc6a1ec..dd200650c10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2002-06-18 Kim F. Storm + + * insdel.c (insert_1_both, insert_from_string_1) + (insert_from_buffer_1): Recalculate END_UNCHANGED in case the + insert happened in the end_unchanged region. Otherwise, the + redisplay may be confused and duplicate the last line in the + buffer [seen after save-buffer when require-final-newline==t]. + 2002-06-16 Eli Zaretskii * strftime.c: [__hpux]: Include sys/_mbstate_t.h.