From d00e399ac9e1c0184a888846ea3fcd511edb7a82 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 22 Jan 2005 01:43:55 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 18 +++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b78aa00b925..62a2b85bb81 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-01-22 Kim F. Storm + + * simple.el (line-move-1): Rename from line-move. + (line-move): New function that adjusts vscroll for partially + visible rows, and calls line-move-1 otherwise. + 2005-01-21 Ren,Ai(B Kyllingstad * pcomplete.el: define pcomplete-read-event instead of read-event, diff --git a/src/ChangeLog b/src/ChangeLog index f095ec14981..00f8e15aff2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2005-01-22 Kim F. Storm + + * window.c (auto_window_vscroll_p): New boolean. + (syms_of_window): DEFVAR_BOOL it. + (Fpos_visible_in_window_p): Extend return value to include RTOP + and RBOT values if FULLY is nil. + (window_scroll_pixel_based): Adjust vscroll for partially visible + rows if auto_window_vscroll_p is set. + (Fset_window_vscroll): Do nothing if vscroll is not modified. + + * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args + to return number of partially invisible pixels at top and bottom + of the dislay row at POS. + + * lisp.h (pos_visible_p): Fix prototype. + 2005-01-21 Richard M. Stallman * fileio.c (Fcopy_file): Doc fix. @@ -23,7 +39,7 @@ (init_editfns): Assign new variable operating-system-release based on call to uname if available. (get_operating_system_release): Added function to - allow c-level access to operating system release. + allow c-level access to operating system release. * config.h: Regenerated. -- 2.39.2