diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4fe34cb5944..74931328585 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,37 @@ | |||
| 3 | * font.c (font_open_entity): Cancel previous change. | 3 | * font.c (font_open_entity): Cancel previous change. |
| 4 | (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object. | 4 | (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object. |
| 5 | 5 | ||
| 6 | 2010-07-13 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | Remove subprocesses #ifdefs. | ||
| 9 | * process.c <inhibit_sentinels>: Move to the common part. | ||
| 10 | (Fwaiting_for_user_input_p): Move to the common part; return nil | ||
| 11 | if async subprocesses aren't supported. | ||
| 12 | * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on | ||
| 13 | MS-DOS. Remove "#ifdef subprocesses". | ||
| 14 | (sys_subshell, sys_select): Remove "#ifdef subprocesses". | ||
| 15 | (gettimeofday): Remove "#ifdef subprocesses". | ||
| 16 | (wait_without_blocking): Remove function. | ||
| 17 | (flush_pending_output, child_setup_tty): Don't compile on MS-DOS. | ||
| 18 | Remove "#ifdef subprocesses". | ||
| 19 | (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not | ||
| 20 | compiled on MS-DOS. | ||
| 21 | * callproc.c (Fcall_process) [!MSDOS]: Don't call | ||
| 22 | wait_for_termination on MS-DOS. | ||
| 23 | * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from | ||
| 24 | initialization of inhibit_sentinels. | ||
| 25 | * keyboard.c (record_asynch_buffer_change): Remove "#ifdef | ||
| 26 | subprocesses" conditional. | ||
| 27 | * callproc.c (Fcall_process) [!subprocesses]: Don't call | ||
| 28 | wait_for_termination, since `buffer' cannot be an integer when | ||
| 29 | async subprocesses are not supported | ||
| 30 | * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses' | ||
| 31 | for ifdefing away the call to Fprocess_status. | ||
| 32 | |||
| 33 | * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef | ||
| 34 | away the entire body of the function. | ||
| 35 | >>>>>>> MERGE-SOURCE | ||
| 36 | |||
| 6 | 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu> | 37 | 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | 38 | ||
| 8 | Remove subprocesses #ifdefs from term.c. | 39 | Remove subprocesses #ifdefs from term.c. |