From fa8a67e67454a900e4cf7b93fed96f27ea41b1b8 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 7 Jun 2011 14:51:07 +0200 Subject: Make delete_all_subwindows argument a Lisp_Object. * window.c (delete_window, Fset_window_configuration): Call delete_all_subwindows with window as argument. (delete_all_subwindows): Take a window as argument and not a structure. Rewrite. * window.h: delete_all_subwindows now takes a Lisp_Object as argument. * frame.c (delete_frame): Call delete_all_subwindows with root window as argument. --- src/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 5e51d8c6a76..c7bcdec0512 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,13 +6,21 @@ (window_box_text_cols): Replace with window_body_cols. (Fwindow_width, Fscroll_left, Fscroll_right): Use window_body_cols instead of window_box_text_cols. + (delete_window, Fset_window_configuration): Call + delete_all_subwindows with window as argument. + (delete_all_subwindows): Take a window as argument and not a + structure. Rewrite. * window.h: Extern window_body_cols instead of - window_box_text_cols. + window_box_text_cols. delete_all_subwindows now takes a + Lisp_Object as argument. * indent.c (compute_motion, Fcompute_motion): Use window_body_cols instead of window_box_text_cols. + * frame.c (delete_frame): Call delete_all_subwindows with root + window as argument. + 2011-06-07 Daniel Colascione * fns.c (Fputhash): Document return value. -- cgit v1.2.1