diff options
| author | Paul Eggert | 2013-03-07 18:32:21 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-07 18:32:21 -0800 |
| commit | 0bce5d9eb88ed1020385874ca8b3367ad6ee4359 (patch) | |
| tree | 27b8a950e134236b42e0ce055cabd94f9c1d1684 /src/ChangeLog | |
| parent | 6d7ebb726dd39b5e5e9f12e0341a4bb350caf637 (diff) | |
| download | emacs-0bce5d9eb88ed1020385874ca8b3367ad6ee4359.tar.gz emacs-0bce5d9eb88ed1020385874ca8b3367ad6ee4359.zip | |
print.c, process.c: Use bool for booleans.
* lisp.h (wait_reading_process_output):
* print.c (print_output_debug_flag, PRINTDECLARE, printchar)
(strout, debug_output_compilation_hack, float_to_string, print)
(print_object):
* process.c (kbd_is_on_hold, inhibit_sentinels, process_output_skip)
(decode_status, status_message, create_process, create_pty)
(Fmake_network_process, Fnetwork_interface_info)
(wait_reading_process_output, read_process_output)
(write_queue_push, write_queue_pop, process_send_signal)
(handle_child_signal, keyboard_bit_set, kbd_on_hold_p):
* process.h (struct Lisp_Process, inhibit_sentinels, kbd_on_hold_p):
Use bool for booleans.
* process.c (Fnetwork_interface_list): Remove unused local.
(connect_counter): Now EMACS_INT, not int.
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 |