diff src/ChangeLog @ 1708:a19b0eb5dfc1

[xemacs-hg @ 2003-09-22 04:21:42 by james] Add new pos-visible-in-window-p parameter for Emacs compatibility.
author james
date Mon, 22 Sep 2003 04:21:43 +0000
parents 9fc738581a9d
children 022d0f785096
line wrap: on
line diff
--- a/src/ChangeLog	Mon Sep 22 03:22:16 2003 +0000
+++ b/src/ChangeLog	Mon Sep 22 04:21:43 2003 +0000
@@ -1,3 +1,14 @@
+2003-09-09  Jerry James  <james@xemacs.org>
+
+	* redisplay.c (point_would_be_visible): Add PARTIALLY parameter to
+	support new Fpos_visible_in_window_p parameter.
+	* redisplay.h: Ditto.
+	* scrollbar.c (scrollbar_reset_cursor): Use new
+	point_would_be_visible parameter.
+	* window.c (Fpos_visible_in_window_p): Add PARTALLY parameter for
+	Emacs compatibility.
+	(window_scroll): Use new point_would_be_visible parameter.
+
 2003-09-21  Jerry James  <james@xemacs.org>
 
 	* device-x.c (x_init_device): dll_open now takes a Lisp_Object.