aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-12-08 18:12:48 +0000
committerMiles Bader2000-12-08 18:12:48 +0000
commit5cdb3cf38f1c0fbd8468fc54d77159bf0b6fa97d (patch)
treec2d29c71f7d867e4c677447ade532bf728f1b443 /src/ChangeLog
parent2103c9fb65e691687b538749fd3fe9e757475036 (diff)
downloademacs-5cdb3cf38f1c0fbd8468fc54d77159bf0b6fa97d.tar.gz
emacs-5cdb3cf38f1c0fbd8468fc54d77159bf0b6fa97d.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12000-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
12000-12-08 Gerd Moellmann <gerd@gnu.org> 102000-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.