diff options
| author | Kenichi Handa | 2010-07-14 12:52:10 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-07-14 12:52:10 +0900 |
| commit | 73a4405a3539be595a6360c9e207d6ee2995a0c4 (patch) | |
| tree | bc88158d4b38262950717832d2a4bea2ab6c6409 /src/ChangeLog | |
| parent | f6c1c771dee561ddc00a114d17c44d8edeaf2f77 (diff) | |
| parent | 0c4371fe36c081259c29f6952c1b83b0dcddc3d6 (diff) | |
| download | emacs-73a4405a3539be595a6360c9e207d6ee2995a0c4.tar.gz emacs-73a4405a3539be595a6360c9e207d6ee2995a0c4.zip | |
merge trunk
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. |