emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 29 Dec 2006 23:29:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/29 23:29:12

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5484
retrieving revision 1.5485
diff -u -b -r1.5484 -r1.5485
--- ChangeLog   29 Dec 2006 19:45:55 -0000      1.5484
+++ ChangeLog   29 Dec 2006 23:29:11 -0000      1.5485
@@ -1,3 +1,21 @@
+2006-12-29  Kim F. Storm  <address@hidden>
+
+       * frame.h (struct frame): New member minimize_tool_bar_window_p.
+
+       * xdisp.c (auto_resize_tool_bars_p): Replace with ...
+       (Vauto_resize_tool_bars): ... this.
+       (syms_of_xdisp): DEFVAR_LISP and initialize it.  Update doc string
+       to describe new value `grow-only', and use of C-l.
+       (display_tool_bar_line): Only use default face for border below
+       toolbar if not grow-only (to get acceptable visual appearence).
+       Explicitly set visible_height for empty toolbar lines.
+       (redisplay_tool_bar): Handle `grow-only' setting.  Check and clear
+       minimize_tool_bar_window_p flag.
+
+       * window.c (Frecenter): Set minimize_tool_bar_window_p flag
+       when called without arg to redraw with minimum toolbar height.
+       Update doc string.
+
 2006-12-29  Jason Rumney  <address@hidden>
 
        * s/ms-w32.h (tzname): Do not define in msvc8.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]