Mercurial > emacs
comparison src/ChangeLog @ 34749:3a0a4c2b6633
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 20 Dec 2000 15:37:23 +0000 |
parents | 5f14759be2d0 |
children | 771465e672d6 |
comparison
equal
deleted
inserted
replaced
34748:e978a3fb2690 | 34749:3a0a4c2b6633 |
---|---|
1 2000-12-20 Gerd Moellmann <gerd@gnu.org> | 1 2000-12-20 Gerd Moellmann <gerd@gnu.org> |
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. | |
2 | 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. |
6 | 23 |