comparison src/ChangeLog @ 34385:59e724d55566

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Fri, 08 Dec 2000 18:57:37 +0000
parents b9f1f42531a6
children 4521921a599e
comparison
equal deleted inserted replaced
34384:9669bb49fca2 34385:59e724d55566
2 2
3 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter 3 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter
4 with PARTIALLY, inverting the sense. 4 with PARTIALLY, inverting the sense.
5 (window_scroll_pixel_based): Scroll partially visible lines into 5 (window_scroll_pixel_based): Scroll partially visible lines into
6 place if we hit the beginning or end of the buffer. 6 place if we hit the beginning or end of the buffer.
7 (displayed_window_lines): Don't include partially visible line at 7 (displayed_window_lines): Don't include partially visible lines.
8 bottom. 8 (Fmove_to_window_line): Skip past any partially visible first line.
9 9
10 2000-12-08 Gerd Moellmann <gerd@gnu.org> 10 2000-12-08 Gerd Moellmann <gerd@gnu.org>
11 11
12 * keymap.c (current_minor_maps): Use malloc. Prevent a leak. 12 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
13 13