diff src/ChangeLog @ 99423:ba5206ebe3ff

* xdisp.c (try_window_reusing_current_matrix): Ensure that window cursor position is valid after scrolling.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 07 Nov 2008 00:28:31 +0000
parents 7ef18b2a2781
children 05580ce7beab
line wrap: on
line diff
--- a/src/ChangeLog	Thu Nov 06 22:39:39 2008 +0000
+++ b/src/ChangeLog	Fri Nov 07 00:28:31 2008 +0000
@@ -1,3 +1,8 @@
+2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
+
+	* xdisp.c (try_window_reusing_current_matrix): Ensure that window
+	cursor position is valid after scrolling.
+
 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
 
 	* fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.