diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
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 @@ | |||
| 1 | 2014-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 | |||
| 7 | 2014-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 | |||
| 16 | 2014-04-30 Glenn Morris <rgm@gnu.org> | ||
| 17 | |||
| 18 | * process.c (handle_child_signal): | ||
| 19 | Handle systems without WCONTINUED. (Bug#15110, 17339) | ||
| 20 | |||
| 1 | 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | 21 | 2014-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. |