aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-23 16:22:00 +0000
committerGerd Moellmann2001-03-23 16:22:00 +0000
commitac90c44f600318090df0f111005dc06f005c8e10 (patch)
tree46bc5c8ae99357ed733eedd5faf22f9d218cfe04 /src/ChangeLog
parentec4054f004dca3f84c30e60646ec5bd71dae9c56 (diff)
downloademacs-ac90c44f600318090df0f111005dc06f005c8e10.tar.gz
emacs-ac90c44f600318090df0f111005dc06f005c8e10.zip
(try_window_id): Disable rows below the window end.
(try_window_reusing_current_matrix): Use cursor_row_p. (try_window_reusing_current_matrix) <scrolling up>: Fix disabling of rows. (init_from_display_pos): If POS specifies a position in a display vector, maybe get the iterator set up for that ellipsis.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2cd44be9171..c416942165e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12001-03-23 Gerd Moellmann <gerd@gnu.org> 12001-03-23 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c Use make_number, for readability.
4 (try_window_id): Disable rows below the window end.
5 (try_window_reusing_current_matrix): Use cursor_row_p.
6 (try_window_reusing_current_matrix) <scrolling up>: Fix disabling
7 of rows.
8 (init_from_display_pos): If POS specifies a position in a display
9 vector, maybe get the iterator set up for that ellipsis.
10
3 * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2. 11 * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2.
4 12
52001-03-23 Eli Zaretskii <eliz@is.elta.co.il> 132001-03-23 Eli Zaretskii <eliz@is.elta.co.il>