changeset 70057:08c02110e935

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 17 Apr 2006 21:50:43 +0000
parents 7a7da1db58d4
children 12c8842436ef
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Apr 17 20:26:27 2006 +0000
+++ b/src/ChangeLog	Mon Apr 17 21:50:43 2006 +0000
@@ -3,6 +3,8 @@
 	* window.c (coordinates_in_window): On the vertical border,
 	calculate the row number measured from the top of the window, not
 	the top of the frame.
+	(window_loop): Test w->dedicated with !NILP instead of EQ Qt.
+	(window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
 
 2006-04-16  Eli Zaretskii  <eliz@gnu.org>