aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-12-30 21:39:05 +0000
committerKim F. Storm2006-12-30 21:39:05 +0000
commit249844e0d54a237941763d2c0d56bf723f60902e (patch)
treea2e1718069599a3d8409a8033d9930fe42157c43
parentc6aea8f8c74e59afdc8986d6d69fb1b15ecb5c0b (diff)
downloademacs-249844e0d54a237941763d2c0d56bf723f60902e.tar.gz
emacs-249844e0d54a237941763d2c0d56bf723f60902e.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lispref/ChangeLog5
-rw-r--r--man/ChangeLog5
3 files changed, 15 insertions, 0 deletions
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
916systems, these constructs often failed to render properly, and could 916systems, these constructs often failed to render properly, and could
917even cause Emacs to crash. 917even cause Emacs to crash.
918 918
919+++
920*** If value of `auto-resize-tool-bars' is `grow-only', the tool bar
921will expand as needed, but not contract automatically. To contract
922the tool bar, you must type C-l.
923
919** Cursor display changes: 924** Cursor display changes:
920 925
921+++ 926+++
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 0b04e0704b1..7cf5f461079 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-12-30 Kim F. Storm <storm@cua.dk>
2
3 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4 `auto-resize-tool-bars'.
5
12006-12-30 Richard Stallman <rms@gnu.org> 62006-12-30 Richard Stallman <rms@gnu.org>
2 7
3 * keymaps.texi (Active Keymaps): Fix previous change. 8 * 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 @@
12006-12-30 Kim F. Storm <storm@cua.dk>
2
3 * xresources.texi (Table of Resources): Mention grow-only value for
4 auto-resize-tool-bars.
5
12006-12-30 Michael Albinus <michael.albinus@gmx.de> 62006-12-30 Michael Albinus <michael.albinus@gmx.de>
2 7
3 Sync with Tramp 2.0.55. 8 Sync with Tramp 2.0.55.