]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 30 Jan 2001 15:18:45 +0000 (15:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 30 Jan 2001 15:18:45 +0000 (15:18 +0000)
lisp/ChangeLog
src/ChangeLog

index d43a7b527659f55efde413470a1424de0c3172a4..bf83c18cd8b91f49cbd0fbf33be5e893068d0726 100644 (file)
@@ -1,5 +1,8 @@
 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.
index 706ff7979b17fabd9465839a654221b5343f49a7..54dbe552901a9d8302279f0209cc64cf0c81dbf4 100644 (file)
@@ -1,3 +1,15 @@
+2001-01-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and