+2000-10-21 Miles Bader <miles@gnu.org>
+
+ * window.c (pos_fully_visible_in_window_p): New function.
+ (Fpos_visible_in_window_p): Add FULLY argument.
+ Use pos_fully_visible_in_window_p.
+ (window_scroll_pixel_based, window_scroll_line_based): Update
+ calls to Fpos_visible_in_window_p.
+ * lisp.h (Fpos_visible_in_window_p): Update prototype
+
2000-10-20 Gerd Moellmann <gerd@gnu.org>
* alloc.c (toplevel): Conditionalize compilation of mem_*
extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int));
EXFUN (Fcoordinates_in_window_p, 2);
EXFUN (Fwindow_at, 3);
-EXFUN (Fpos_visible_in_window_p, 2);
+EXFUN (Fpos_visible_in_window_p, 3);
extern void mark_window_cursors_off P_ ((struct window *));
extern int window_internal_height P_ ((struct window *));
extern int window_internal_width P_ ((struct window *));