aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-06-09 08:35:02 +0200
committerMartin Rudalics2011-06-09 08:35:02 +0200
commit1a13852e906ca4f4f98a65106496d2cb1c517d64 (patch)
treeed4ed7a0b5ae9c961570bb41479a2bdf57763adf /src/ChangeLog
parente8b08aeecad0dc735d8f40ddabc8c0c249dedb21 (diff)
downloademacs-1a13852e906ca4f4f98a65106496d2cb1c517d64.tar.gz
emacs-1a13852e906ca4f4f98a65106496d2cb1c517d64.zip
Final preparations for new window resize code.
* window.c (replace_window): Rename second argument REPLACEMENT to NEW. New third argument SETFLAG. Rewrite. (delete_window, make_dummy_parent): Call replace_window with third argument 1. (window_list_1): Move down in code. (run_window_configuration_change_hook): Move set_buffer part before select_frame_norecord part in order to unwind correctly. Rename count1 to count. (recombine_windows, delete_deletable_window, resize_root_window) (Fdelete_other_windows_internal) (Frun_window_configuration_change_hook, make_parent_window) (resize_window_check, resize_window_apply, Fresize_window_apply) (resize_frame_windows, Fsplit_window_internal) (Fdelete_window_internal, Fresize_mini_window_internal): New functions. (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
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 -