# HG changeset patch # User Kim F. Storm # Date 1167514745 0 # Node ID 091a17e8cb830d195690f17cd069d2da465c7209 # Parent f2f6a4b1bf8070e5b68ec6f02f92533d25278be9 *** empty log message *** diff -r f2f6a4b1bf80 -r 091a17e8cb83 etc/NEWS --- a/etc/NEWS Sat Dec 30 21:38:01 2006 +0000 +++ b/etc/NEWS Sat Dec 30 21:39:05 2006 +0000 @@ -916,6 +916,11 @@ 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 -r f2f6a4b1bf80 -r 091a17e8cb83 lispref/ChangeLog --- a/lispref/ChangeLog Sat Dec 30 21:38:01 2006 +0000 +++ b/lispref/ChangeLog Sat Dec 30 21:39:05 2006 +0000 @@ -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 -r f2f6a4b1bf80 -r 091a17e8cb83 man/ChangeLog --- a/man/ChangeLog Sat Dec 30 21:38:01 2006 +0000 +++ b/man/ChangeLog Sat Dec 30 21:39:05 2006 +0000 @@ -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.