Mercurial > emacs
comparison src/ChangeLog @ 52559:f773f7b8fa3f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 20 Sep 2003 23:36:00 +0000 |
parents | ce06c92d0b1e |
children | 26d1a4665f6c |
comparison
equal
deleted
inserted
replaced
52558:3fb606ea8bf6 | 52559:f773f7b8fa3f |
---|---|
2 | 2 |
3 * frame.c (Vdefault_frame_scroll_bars): New variable. | 3 * frame.c (Vdefault_frame_scroll_bars): New variable. |
4 (x_set_vertical_scroll_bars): Use it instead of hardcoded values. | 4 (x_set_vertical_scroll_bars): Use it instead of hardcoded values. |
5 (syms_of_frame): DEFVAR_LISP it, and initialize according to | 5 (syms_of_frame): DEFVAR_LISP it, and initialize according to |
6 window-system default scroll bar position. | 6 window-system default scroll bar position. |
7 | |
8 * window.c (Fwindow_scroll_bars): Doc fix. | |
7 | 9 |
8 2003-09-19 Dave Love <fx@gnu.org> | 10 2003-09-19 Dave Love <fx@gnu.org> |
9 | 11 |
10 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | 12 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. |
11 | 13 |