aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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>