diff options
| author | Dmitry Antipov | 2013-03-19 13:21:31 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-03-19 13:21:31 +0400 |
| commit | 095d384da66c2b227803a0540d9bde9df52a97e1 (patch) | |
| tree | 5d11a1b12f0bc6904146599aa3b3181cfc47771e /src/ChangeLog | |
| parent | 7ec31b02ef777b3174ca5be807d2987c69f061cd (diff) | |
| download | emacs-095d384da66c2b227803a0540d9bde9df52a97e1.tar.gz emacs-095d384da66c2b227803a0540d9bde9df52a97e1.zip | |
* window.c (Fwindow_combination_limit, Fset_window_combination_limit):
Signal error if window is not internal. Adjust docstring.
(delete_all_child_windows): Use combination_limit to save the buffer.
(Fset_window_configuration): Adjust accordingly.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1814a699b4b..72db989910f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-03-19 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * window.c (Fwindow_combination_limit, Fset_window_combination_limit): | ||
| 4 | Signal error if window is not internal. Adjust docstring. | ||
| 5 | (delete_all_child_windows): Use combination_limit to save the buffer. | ||
| 6 | (Fset_window_configuration): Adjust accordingly. | ||
| 7 | |||
| 1 | 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | * window.c (window_resize_check, window_resize_apply) | 10 | * window.c (window_resize_check, window_resize_apply) |