diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 38f4b21d30b..4fdf461b57d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,7 +5,9 @@ | |||
| 5 | (display_last_displayed_message_p, message_buf_print) | 5 | (display_last_displayed_message_p, message_buf_print) |
| 6 | (message_cleared_p, help_echo_showing_p, hourglass_shown_p): | 6 | (message_cleared_p, help_echo_showing_p, hourglass_shown_p): |
| 7 | Use bool for boolean. | 7 | Use bool for boolean. |
| 8 | * dispextern.h (help_echo_showing_p, hourglass_shown_p): | 8 | * dispextern.h (cancel_line, init_desired_glyphs): |
| 9 | Remove ancient leftover. | ||
| 10 | (help_echo_showing_p, hourglass_shown_p): | ||
| 9 | * lisp.h (noninteractive_need_newline): Adjust declaration. | 11 | * lisp.h (noninteractive_need_newline): Adjust declaration. |
| 10 | 12 | ||
| 11 | 2013-09-23 Dmitry Antipov <dmantipov@yandex.ru> | 13 | 2013-09-23 Dmitry Antipov <dmantipov@yandex.ru> |