emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 21 Jan 2005 20:41:17 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4173 emacs/src/ChangeLog:1.4174
*** emacs/src/ChangeLog:1.4173  Fri Jan 21 20:53:02 2005
--- emacs/src/ChangeLog Sat Jan 22 01:41:16 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-01-22  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * fileio.c (Fcopy_file): Doc fix.
***************
*** 23,29 ****
        (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.       
  
        * config.h: Regenerated.
  
--- 39,45 ----
        (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.
  
        * config.h: Regenerated.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]