diff options
| author | Stefan Kangas | 2019-06-09 04:27:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-06-22 12:12:34 +0300 |
| commit | 54256143ef770a48ece146e1f7884447fce8cfd8 (patch) | |
| tree | cbc19dce868bdb753b157317069a4b024e9eac5a /etc | |
| parent | efda44fb72d0f1ed7f8a6506f2cb1ddd504d93b8 (diff) | |
| download | emacs-54256143ef770a48ece146e1f7884447fce8cfd8.tar.gz emacs-54256143ef770a48ece146e1f7884447fce8cfd8.zip | |
Make toolbar show keyboard equivalents in its tooltips
* src/keyboard.c (parse_tool_bar_item): Add equivalent key binding to
the tooltip string of toolbar buttons.
* etc/NEWS: Announce it.
* etc/TODO: Remove its entry. (Bug#36156)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | etc/TODO | 2 |
2 files changed, 3 insertions, 2 deletions
| @@ -125,6 +125,9 @@ This is intended mostly to help developers. | |||
| 125 | ** Emacs now requires GTK 2.24 and GTK 3.10 for the GTK 2 and GTK 3 | 125 | ** Emacs now requires GTK 2.24 and GTK 3.10 for the GTK 2 and GTK 3 |
| 126 | builds respectively. | 126 | builds respectively. |
| 127 | 127 | ||
| 128 | --- | ||
| 129 | ** The toolbar now shows the equivalent key binding in its tooltips. | ||
| 130 | |||
| 128 | 131 | ||
| 129 | * Startup Changes in Emacs 27.1 | 132 | * Startup Changes in Emacs 27.1 |
| 130 | 133 | ||
| @@ -176,8 +176,6 @@ See the 'test' directory for examples. | |||
| 176 | ** In Emacs Info, examples of using Customize should be clickable | 176 | ** In Emacs Info, examples of using Customize should be clickable |
| 177 | and they should create Custom buffers. | 177 | and they should create Custom buffers. |
| 178 | 178 | ||
| 179 | ** The toolbar should show keyboard equivalents in its tooltips. | ||
| 180 | |||
| 181 | ** Add function to redraw the tool bar. | 179 | ** Add function to redraw the tool bar. |
| 182 | 180 | ||
| 183 | ** Redesign the load-history data structure so it can cope better | 181 | ** Redesign the load-history data structure so it can cope better |