diff options
| author | Martin Rudalics <rudalics@gmx.at> | 2011-06-07 14:51:07 +0200 |
|---|---|---|
| committer | Martin Rudalics <rudalics@gmx.at> | 2011-06-07 14:51:07 +0200 |
| commit | fa8a67e67454a900e4cf7b93fed96f27ea41b1b8 (patch) | |
| tree | 3508a1b1b1d4a18ad171cf885e8f378b115955cc /src/ChangeLog | |
| parent | 81d63f1a46e650d576a071c7126acde3e886c078 (diff) | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
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 <dan.colascione@gmail.com> * fns.c (Fputhash): Document return value. |
