# HG changeset patch # User Miles Bader # Date 976299168 0 # Node ID b9f1f42531a6b4d8555b98c9ec9a06a6107411e5 # Parent f9d7bc96177b55ca3e824102157a7f5c5b926b8b *** empty log message *** diff -r f9d7bc96177b -r b9f1f42531a6 src/ChangeLog --- 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 + + * 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 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.