From: Kim F. Storm Date: Sat, 30 Dec 2006 21:39:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=249844e0d54a237941763d2c0d56bf723f60902e;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index b26921fcf75..c419831b285 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -916,6 +916,11 @@ Due to technical limitations in how Emacs interacts with windowing systems, these constructs often failed to render properly, and could even cause Emacs to crash. ++++ +*** If value of `auto-resize-tool-bars' is `grow-only', the tool bar +will expand as needed, but not contract automatically. To contract +the tool bar, you must type C-l. + ** Cursor display changes: +++ diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0b04e0704b1..7cf5f461079 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-12-30 Kim F. Storm + + * keymaps.texi (Tool Bar): Describe `grow-only' value of + `auto-resize-tool-bars'. + 2006-12-30 Richard Stallman * keymaps.texi (Active Keymaps): Fix previous change. diff --git a/man/ChangeLog b/man/ChangeLog index 30da4ff1314..b9b51165ba3 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-12-30 Kim F. Storm + + * xresources.texi (Table of Resources): Mention grow-only value for + auto-resize-tool-bars. + 2006-12-30 Michael Albinus Sync with Tramp 2.0.55.