diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02c928f8f82..cadb7e11ce8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2013-03-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | print.c, process.c: Use bool for booleans. | ||
| 4 | * lisp.h (wait_reading_process_output): | ||
| 5 | * print.c (print_output_debug_flag, PRINTDECLARE, printchar) | ||
| 6 | (strout, debug_output_compilation_hack, float_to_string, print) | ||
| 7 | (print_object): | ||
| 8 | * process.c (kbd_is_on_hold, inhibit_sentinels, process_output_skip) | ||
| 9 | (decode_status, status_message, create_process, create_pty) | ||
| 10 | (Fmake_network_process, Fnetwork_interface_info) | ||
| 11 | (wait_reading_process_output, read_process_output) | ||
| 12 | (write_queue_push, write_queue_pop, process_send_signal) | ||
| 13 | (handle_child_signal, keyboard_bit_set, kbd_on_hold_p): | ||
| 14 | * process.h (struct Lisp_Process, inhibit_sentinels, kbd_on_hold_p): | ||
| 15 | Use bool for booleans. | ||
| 16 | * process.c (Fnetwork_interface_list): Remove unused local. | ||
| 17 | (connect_counter): Now EMACS_INT, not int. | ||
| 18 | |||
| 1 | 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru> | 19 | 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 20 | ||
| 3 | * bidi.c (bidi_fetch_char): Swap first and second arguments | 21 | * bidi.c (bidi_fetch_char): Swap first and second arguments |