diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 72db989910f..a0a0cd81ed2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,10 @@ | |||
| 4 | Signal error if window is not internal. Adjust docstring. | 4 | Signal error if window is not internal. Adjust docstring. |
| 5 | (delete_all_child_windows): Use combination_limit to save the buffer. | 5 | (delete_all_child_windows): Use combination_limit to save the buffer. |
| 6 | (Fset_window_configuration): Adjust accordingly. | 6 | (Fset_window_configuration): Adjust accordingly. |
| 7 | * print.c (syms_of_print): Initialize debugging output not here... | ||
| 8 | (init_print_once): ...but in a new function here. | ||
| 9 | * lisp.h (init_print_once): Add prototype. | ||
| 10 | * emacs.c (main): Add call to init_print_once. Adjust comments. | ||
| 7 | 11 | ||
| 8 | 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru> | 12 | 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru> |
| 9 | 13 | ||