diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d43a7b52765..bf83c18cd8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-01-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * frame.el (frame-notice-user-settings): Do the tool-bar | ||
| 4 | stuff only for graphical displays. Fix a braino. | ||
| 5 | |||
| 3 | * frame.el (frame-initialize): Create initial frame visible. | 6 | * frame.el (frame-initialize): Create initial frame visible. |
| 4 | (frame-notice-user-settings): When tool-bar has been switched off, | 7 | (frame-notice-user-settings): When tool-bar has been switched off, |
| 5 | correct the frame size and sync too-bar-mode. | 8 | correct the frame size and sync too-bar-mode. |
diff --git a/src/ChangeLog b/src/ChangeLog index 706ff7979b1..54dbe552901 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2001-01-30 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp): Use | ||
| 4 | DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF. | ||
| 5 | |||
| 6 | * dispextern.h (Vtool_bar_button_margin:): Declare extern. | ||
| 7 | (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF) | ||
| 8 | (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines. | ||
| 9 | |||
| 10 | * xfns.c (Fx_create_frame): Add the tool bar height to the frame | ||
| 11 | height. | ||
| 12 | |||
| 1 | 2001-01-30 Dave Love <fx@gnu.org> | 13 | 2001-01-30 Dave Love <fx@gnu.org> |
| 2 | 14 | ||
| 3 | * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and | 15 | * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and |