diff options
| author | Troels Nielsen | 2012-03-23 08:23:14 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-23 08:23:14 -0400 |
| commit | 5063c0e1a29078fb72ef5e48e1eeed6a863128ac (patch) | |
| tree | 6895409e31f91197c4ef98bfef09fa4e30694a76 /src/ChangeLog | |
| parent | 005a89ffd3550983ca3c85334d79c7fad633c9c0 (diff) | |
| download | emacs-5063c0e1a29078fb72ef5e48e1eeed6a863128ac.tar.gz emacs-5063c0e1a29078fb72ef5e48e1eeed6a863128ac.zip | |
* src/process.c (wait_reading_process_output): Handle pty disconnect
by refraining from sending oneself a SIGCHLD.
Fixes: debbugs:10933
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3407a45514..40186c65496 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_output): Handle pty disconnect | ||
| 4 | by refraining from sending oneself a SIGCHLD (bug#10933). | ||
| 5 | |||
| 1 | 2012-03-22 Chong Yidong <cyd@gnu.org> | 6 | 2012-03-22 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * dispextern.h (struct it): New member string_from_prefix_prop_p. | 8 | * dispextern.h (struct it): New member string_from_prefix_prop_p. |
| 4 | 9 | ||
| 5 | * xdisp.c (push_prefix_prop): Renamed from push_display_prop. | 10 | * xdisp.c (push_prefix_prop): Rename from push_display_prop. |
| 6 | Mark string as coming from a prefix property. | 11 | Mark string as coming from a prefix property. |
| 7 | (handle_face_prop): Use default face for prefix strings (Bug#4281). | 12 | (handle_face_prop): Use default face for prefix strings (Bug#4281). |
| 8 | (pop_it, reseat_1): Save and restore string_from_prefix_prop_p. | 13 | (pop_it, reseat_1): Save and restore string_from_prefix_prop_p. |
| @@ -14,8 +19,8 @@ | |||
| 14 | 2012-03-20 Eli Zaretskii <eliz@gnu.org> | 19 | 2012-03-20 Eli Zaretskii <eliz@gnu.org> |
| 15 | 20 | ||
| 16 | * w32proc.c (Fw32_set_console_codepage) | 21 | * w32proc.c (Fw32_set_console_codepage) |
| 17 | (Fw32_set_console_output_codepage, Fw32_get_codepage_charset): Doc | 22 | (Fw32_set_console_output_codepage, Fw32_get_codepage_charset): |
| 18 | fixes. | 23 | Doc fixes. |
| 19 | 24 | ||
| 20 | 2012-03-20 Chong Yidong <cyd@gnu.org> | 25 | 2012-03-20 Chong Yidong <cyd@gnu.org> |
| 21 | 26 | ||