# HG changeset patch # User Gerd Moellmann # Date 980867925 0 # Node ID a91f1582424544704e49e64427e8a32ec8f97883 # Parent 7b487e8455472b5345aa32692b7bd3189457f0dd *** empty log message *** diff -r 7b487e845547 -r a91f15824245 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 30 15:18:13 2001 +0000 +++ b/lisp/ChangeLog Tue Jan 30 15:18:45 2001 +0000 @@ -1,5 +1,8 @@ 2001-01-30 Gerd Moellmann + * frame.el (frame-notice-user-settings): Do the tool-bar + stuff only for graphical displays. Fix a braino. + * frame.el (frame-initialize): Create initial frame visible. (frame-notice-user-settings): When tool-bar has been switched off, correct the frame size and sync too-bar-mode. diff -r 7b487e845547 -r a91f15824245 src/ChangeLog --- a/src/ChangeLog Tue Jan 30 15:18:13 2001 +0000 +++ b/src/ChangeLog Tue Jan 30 15:18:45 2001 +0000 @@ -1,3 +1,15 @@ +2001-01-30 Gerd Moellmann + + * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp): Use + DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF. + + * dispextern.h (Vtool_bar_button_margin:): Declare extern. + (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF) + (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines. + + * xfns.c (Fx_create_frame): Add the tool bar height to the frame + height. + 2001-01-30 Dave Love * bytecode.c (Fbyte_code) : Add BEFORE_POTENTIAL_GC and