Mercurial > emacs
changeset 34382:b9f1f42531a6
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 08 Dec 2000 18:12:48 +0000 |
parents | f9d7bc96177b |
children | 87e249cf993b |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Dec 08 18:10:29 2000 +0000 +++ b/src/ChangeLog Fri Dec 08 18:12:48 2000 +0000 @@ -1,3 +1,12 @@ +2000-12-09 Miles Bader <miles@gnu.org> + + * window.c (Fpos_visible_in_window_p): Replace FULLY parameter + with PARTIALLY, inverting the sense. + (window_scroll_pixel_based): Scroll partially visible lines into + place if we hit the beginning or end of the buffer. + (displayed_window_lines): Don't include partially visible line at + bottom. + 2000-12-08 Gerd Moellmann <gerd@gnu.org> * keymap.c (current_minor_maps): Use malloc. Prevent a leak.