aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-12-29 23:29:11 +0000
committerKim F. Storm2006-12-29 23:29:11 +0000
commit05a699b664f7aa639914f7f8e3bf81f9bb4771ca (patch)
tree9de553d7aa260ec15139117410a51825a7bbed8c /src
parentfafc582ba85b776f121da2639544afac04c33dc4 (diff)
downloademacs-05a699b664f7aa639914f7f8e3bf81f9bb4771ca.tar.gz
emacs-05a699b664f7aa639914f7f8e3bf81f9bb4771ca.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 60a948617a1..64cb24baca1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12006-12-29 Kim F. Storm <storm@cua.dk>
2
3 * frame.h (struct frame): New member minimize_tool_bar_window_p.
4
5 * xdisp.c (auto_resize_tool_bars_p): Replace with ...
6 (Vauto_resize_tool_bars): ... this.
7 (syms_of_xdisp): DEFVAR_LISP and initialize it. Update doc string
8 to describe new value `grow-only', and use of C-l.
9 (display_tool_bar_line): Only use default face for border below
10 toolbar if not grow-only (to get acceptable visual appearence).
11 Explicitly set visible_height for empty toolbar lines.
12 (redisplay_tool_bar): Handle `grow-only' setting. Check and clear
13 minimize_tool_bar_window_p flag.
14
15 * window.c (Frecenter): Set minimize_tool_bar_window_p flag
16 when called without arg to redraw with minimum toolbar height.
17 Update doc string.
18
12006-12-29 Jason Rumney <jasonr@gnu.org> 192006-12-29 Jason Rumney <jasonr@gnu.org>
2 20
3 * s/ms-w32.h (tzname): Do not define in msvc8. 21 * s/ms-w32.h (tzname): Do not define in msvc8.