aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 83e83509c4d..b9794a8566e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,22 @@
12000-12-20 Gerd Moellmann <gerd@gnu.org> 12000-12-20 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (hscroll_window_tree): Take window's min_hscroll
4 into account.
5
6 * window.c (make_window): Initialize window's min_hscroll.
7 (Fset_window_hscroll): Set window's hscroll and min_hscroll.
8 (set_window_buffer, temp_output_buffer_show): Set min_hscroll
9 to zero.
10 (struct saved_window): New member min_hscroll.
11 (SAVED_WINDOW_VECTOR_SIZE): Set to 17.
12 (Fset_window_configuration): Set window's min_hscroll.
13 (save_window_save): Save window's min_hscroll.
14 (compare_window_configurations): Compare min_hscroll values.
15
16 * window.h (struct window): New member min_hscroll.
17
18 * keyboard.c (echo_prompt): Prevent a compiler warning.
19
3 * xdisp.c (try_cursor_movement): Fix last change. The real 20 * xdisp.c (try_cursor_movement): Fix last change. The real
4 condition is that PT is at the end of the row, and should 21 condition is that PT is at the end of the row, and should
5 be displayed at the start of the next row. 22 be displayed at the start of the next row.