aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d9a5345746d..01c102c3bc0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12011-06-09 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (replace_window): Rename second argument REPLACEMENT to
4 NEW. New third argument SETFLAG. Rewrite.
5 (delete_window, make_dummy_parent): Call replace_window with
6 third argument 1.
7 (window_list_1): Move down in code.
8 (run_window_configuration_change_hook): Move set_buffer part
9 before select_frame_norecord part in order to unwind correctly.
10 Rename count1 to count.
11 (recombine_windows, delete_deletable_window, resize_root_window)
12 (Fdelete_other_windows_internal)
13 (Frun_window_configuration_change_hook, make_parent_window)
14 (resize_window_check, resize_window_apply, Fresize_window_apply)
15 (resize_frame_windows, Fsplit_window_internal)
16 (Fdelete_window_internal, Fresize_mini_window_internal): New
17 functions.
18 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
19
12011-06-08 Martin Rudalics <rudalics@gmx.at> 202011-06-08 Martin Rudalics <rudalics@gmx.at>
2 21
3 * window.h (window): Add some new members to window structure - 22 * window.h (window): Add some new members to window structure -