aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2014-04-30 21:54:52 +0200
committerJuanma Barranquero2014-04-30 21:54:52 +0200
commit09b911adf4e22bbcac8c588bc14ade801276732e (patch)
tree0d9eb9708479bb491d7e1e2bb030aa3e90299526 /src/ChangeLog
parentb0e36b7048c88aa24f6955c53fbe790bb9ebc54f (diff)
parent426b5dafdd837328d624a8ec5bfd567f2865c9f5 (diff)
downloademacs-09b911adf4e22bbcac8c588bc14ade801276732e.tar.gz
emacs-09b911adf4e22bbcac8c588bc14ade801276732e.zip
Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.org
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0fba7894443..152bcad9470 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12014-04-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 * term.c (tty_menu_activate): Don't assume row and col are initialized.
4 GCC 4.9.0 warned about this, and I couldn't easily prove to my own
5 satisfaction that they would always be initialized.
6
72014-04-30 Eli Zaretskii <eliz@gnu.org>
8
9 * term.c (tty_menu_display): Move the cursor to the active menu item.
10 (tty_menu_activate): Return the cursor to the active menu item
11 after displaying the menu and after displaying help-echo. See
12 http://lists.gnu.org/archive/html/emacs-devel/2014-04/msg00402.html
13 for the details of why this is needed by screen readers and
14 Braille displays.
15
162014-04-30 Glenn Morris <rgm@gnu.org>
17
18 * process.c (handle_child_signal):
19 Handle systems without WCONTINUED. (Bug#15110, 17339)
20
12014-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 212014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 22
3 * window.c (struct saved_window): Remove mark. 23 * window.c (struct saved_window): Remove mark.