comparison 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
comparison
equal deleted inserted replaced
1707:fca75a427ae3 1708:a19b0eb5dfc1
1 2003-09-09 Jerry James <james@xemacs.org>
2
3 * redisplay.c (point_would_be_visible): Add PARTIALLY parameter to
4 support new Fpos_visible_in_window_p parameter.
5 * redisplay.h: Ditto.
6 * scrollbar.c (scrollbar_reset_cursor): Use new
7 point_would_be_visible parameter.
8 * window.c (Fpos_visible_in_window_p): Add PARTALLY parameter for
9 Emacs compatibility.
10 (window_scroll): Use new point_would_be_visible parameter.
11
1 2003-09-21 Jerry James <james@xemacs.org> 12 2003-09-21 Jerry James <james@xemacs.org>
2 13
3 * device-x.c (x_init_device): dll_open now takes a Lisp_Object. 14 * device-x.c (x_init_device): dll_open now takes a Lisp_Object.
4 * emacs.c (make_arg_list_1): Remove useless call to dll_init. 15 * emacs.c (make_arg_list_1): Remove useless call to dll_init.
5 * emacs.c (main_1): Ditto. 16 * emacs.c (main_1): Ditto.