changeset 46999:efdf72a789fc

Revert part of rev. 1.761 change.
author Kim F. Storm <storm@cua.dk>
date Thu, 22 Aug 2002 16:52:22 +0000
parents 9d6aef07c793
children 005cc008b551
files src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 22 15:16:08 2002 +0000
+++ b/src/ChangeLog	Thu Aug 22 16:52:22 2002 +0000
@@ -1,3 +1,12 @@
+2002-08-22  Kim F. Storm  <storm@cua.dk>
+
+	* xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
+	end up on a partially visible line; this reverts a specific part
+	of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
+	display error which has been reported several times now.
+	However it introduces the problem that changes was supposed to fix.
+	See my comments in the source if you want to debug this further.
+
 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
 
 	* abbrev.c (Fexpand_abbrev): Fix for the multibyte case.