aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-20 15:37:23 +0000
committerGerd Moellmann2000-12-20 15:37:23 +0000
commit03ff8aabc3abe5d64bfec53cdb82cebc45cc8e49 (patch)
treee109d4e9ba2cf1262799a21037e157c9bc3aeccb /src
parent3172f70b5186d88bd4bb12da05dcf15a172c631a (diff)
downloademacs-03ff8aabc3abe5d64bfec53cdb82cebc45cc8e49.tar.gz
emacs-03ff8aabc3abe5d64bfec53cdb82cebc45cc8e49.zip
*** empty log message ***
Diffstat (limited to 'src')
-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.