diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7c737edb91..0e79605f144 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-09-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * frame.c (Vdefault_frame_scroll_bars): New variable. | ||
| 4 | (x_set_vertical_scroll_bars): Use it instead of hardcoded values. | ||
| 5 | (syms_of_frame): DEFVAR_LISP it, and initialize according to | ||
| 6 | window-system default scroll bar position. | ||
| 7 | |||
| 1 | 2003-09-19 Dave Love <fx@gnu.org> | 8 | 2003-09-19 Dave Love <fx@gnu.org> |
| 2 | 9 | ||
| 3 | * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | 10 | * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. |