aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-29 18:33:37 +0300
committerEli Zaretskii2014-04-29 18:33:37 +0300
commita55ea27f60f94ff3fc3e02e253056137fc56c35b (patch)
treec453f04cf112482b1467d2b5317d7a2dd025e571 /src/ChangeLog
parent119bf2f4b11567f918c0ae3a052f63328b9dd36a (diff)
downloademacs-a55ea27f60f94ff3fc3e02e253056137fc56c35b.tar.gz
emacs-a55ea27f60f94ff3fc3e02e253056137fc56c35b.zip
Place hardware TTY cursor at the active menu item when displaying a menu.
src/term.c (tty_menu_display): Move the cursor to the active menu item. (tty_menu_activate): Return the cursor to the active menu item after displaying the menu and after displaying help-echo. See http://lists.gnu.org/archive/html/emacs-devel/2014-04/msg00402.html for the details of why this is needed by screen readers and Braille displays.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index af9270fb7a4..c98b8546788 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-04-29 Eli Zaretskii <eliz@gnu.org>
2
3 * term.c (tty_menu_display): Move the cursor to the active menu
4 item.
5 (tty_menu_activate): Return the cursor to the active menu item
6 after displaying the menu and after displaying help-echo. See
7 http://lists.gnu.org/archive/html/emacs-devel/2014-04/msg00402.html
8 for the details of why this is needed by screen readers and
9 Braille displays.
10
12014-04-29 Glenn Morris <rgm@gnu.org> 112014-04-29 Glenn Morris <rgm@gnu.org>
2 12
3 * process.c (handle_child_signal): 13 * process.c (handle_child_signal):