diff options
| author | Kenichi Handa | 2013-03-20 17:08:34 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-03-20 17:08:34 +0900 |
| commit | 47077837aff40030430e3d1d0522fee5db62ee1e (patch) | |
| tree | 330da0edce9c8fc596e0d9f2ee8284ba9560422f /src/ChangeLog | |
| parent | c0a17406acd4b9db561ba99f8a02bf5461130e82 (diff) | |
| parent | faaecb52470ebc949e2e01e221270656c6f39b70 (diff) | |
| download | emacs-47077837aff40030430e3d1d0522fee5db62ee1e.tar.gz emacs-47077837aff40030430e3d1d0522fee5db62ee1e.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6de0212109a..2779e5a6ea8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,17 @@ | |||
| 4 | to 1 (temporary workaround until a bug related to ASCII | 4 | to 1 (temporary workaround until a bug related to ASCII |
| 5 | optimization is fixed). | 5 | optimization is fixed). |
| 6 | 6 | ||
| 7 | 2013-03-19 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 9 | * window.c (Fwindow_combination_limit, Fset_window_combination_limit): | ||
| 10 | Signal error if window is not internal. Adjust docstring. | ||
| 11 | (delete_all_child_windows): Use combination_limit to save the buffer. | ||
| 12 | (Fset_window_configuration): Adjust accordingly. | ||
| 13 | * print.c (syms_of_print): Initialize debugging output not here... | ||
| 14 | (init_print_once): ...but in a new function here. | ||
| 15 | * lisp.h (init_print_once): Add prototype. | ||
| 16 | * emacs.c (main): Add call to init_print_once. Adjust comments. | ||
| 17 | |||
| 7 | 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru> | 18 | 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru> |
| 8 | 19 | ||
| 9 | * window.c (window_resize_check, window_resize_apply) | 20 | * window.c (window_resize_check, window_resize_apply) |