diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7e3b4a97820..6db73ca7f69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-06-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Avoid hangs in accept-process-output (Bug#17647). | ||
| 4 | * lisp.h, process.c (wait_reading_process_input): | ||
| 5 | Return int, not bool. All uses changed. | ||
| 6 | * process.c (SELECT_CANT_DO_WRITE_MASK): | ||
| 7 | Remove macro, replacing with ... | ||
| 8 | (SELECT_CAN_DO_WRITE_MASK): ... new constant, with inverted sense. | ||
| 9 | All uses changed. | ||
| 10 | (status_notify): New arg WAIT_PROC. Return int, not void. | ||
| 11 | All uses changed. | ||
| 12 | |||
| 1 | 2014-06-13 Eli Zaretskii <eliz@gnu.org> | 13 | 2014-06-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * menu.c (Fx_popup_menu): Don't call the frame's menu_show_hook if | 15 | * menu.c (Fx_popup_menu): Don't call the frame's menu_show_hook if |