diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f668b87e4d8..a665944fa97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-12-09 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fpos_visible_in_window_p): Replace FULLY parameter | ||
| 4 | with PARTIALLY, inverting the sense. | ||
| 5 | (window_scroll_pixel_based): Scroll partially visible lines into | ||
| 6 | place if we hit the beginning or end of the buffer. | ||
| 7 | (displayed_window_lines): Don't include partially visible line at | ||
| 8 | bottom. | ||
| 9 | |||
| 1 | 2000-12-08 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-12-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * keymap.c (current_minor_maps): Use malloc. Prevent a leak. | 12 | * keymap.c (current_minor_maps): Use malloc. Prevent a leak. |