diff options
| author | Kim F. Storm | 2006-12-30 21:39:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-30 21:39:05 +0000 |
| commit | 249844e0d54a237941763d2c0d56bf723f60902e (patch) | |
| tree | a2e1718069599a3d8409a8033d9930fe42157c43 | |
| parent | c6aea8f8c74e59afdc8986d6d69fb1b15ecb5c0b (diff) | |
| download | emacs-249844e0d54a237941763d2c0d56bf723f60902e.tar.gz emacs-249844e0d54a237941763d2c0d56bf723f60902e.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
3 files changed, 15 insertions, 0 deletions
| @@ -916,6 +916,11 @@ Due to technical limitations in how Emacs interacts with windowing | |||
| 916 | systems, these constructs often failed to render properly, and could | 916 | systems, these constructs often failed to render properly, and could |
| 917 | even cause Emacs to crash. | 917 | even cause Emacs to crash. |
| 918 | 918 | ||
| 919 | +++ | ||
| 920 | *** If value of `auto-resize-tool-bars' is `grow-only', the tool bar | ||
| 921 | will expand as needed, but not contract automatically. To contract | ||
| 922 | the 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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-12-30 Richard Stallman <rms@gnu.org> | 6 | 2006-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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-12-30 Michael Albinus <michael.albinus@gmx.de> | 6 | 2006-12-30 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | Sync with Tramp 2.0.55. | 8 | Sync with Tramp 2.0.55. |