diff options
| author | Martin Rudalics | 2011-11-07 10:51:08 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2011-11-07 10:51:08 +0100 |
| commit | be7f55452c6d510d4ace634af0ada198a844b0ec (patch) | |
| tree | cbec4dd675bff85a253bfac8438a950d5da0b06f /src/ChangeLog | |
| parent | ca78dc431fff3bc2a4f33f2a0fc1449608568d23 (diff) | |
| download | emacs-be7f55452c6d510d4ace634af0ada198a844b0ec.tar.gz emacs-be7f55452c6d510d4ace634af0ada198a844b0ec.zip | |
Remove term "subwindow" from code and documentation.
* window.h: Declare delete_all_child_windows instead of
delete_all_subwindows.
* window.c (Fwindow_nest, Fset_window_nest)
(Fset_window_new_total, Fset_window_new_normal)
(Fwindow_resize_apply): Don't use term subwindow in doc-strings.
(delete_all_subwindows): Rename to delete_all_child_windows.
(Fdelete_other_windows_internal, Fset_window_configuration):
Call delete_all_child_windows instead of delete_all_subwindows.
* frame.c (delete_frame): Call delete_all_child_windows instead
of delete_all_subwindows.
* window.el (window-combinations): Make WINDOW argument
mandatory. Rewrite doc-string.
(walk-window-subtree, window-atom-check, window-min-delta)
(window-max-delta, window--resize-this-window)
(window--resize-root-window-vertically, window-tree)
(balance-windows, window-state-put): Rewrite doc-strings as to
not mention the term "subwindow".
(window--resize-subwindows-skip-p): Rename to
window--resize-child-windows-skip-p.
(window--resize-subwindows-normal): Rename to
window--resize-child-windows-normal.
(window--resize-subwindows): Rename to
window--resize-child-windows.
(window-or-subwindow-p): Rename to window--in-subtree-p.
* windows.texi (Resizing Windows, Splitting Windows)
(Window Configurations): Use "child window" instead of
"subwindow".
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3711292ad35..5b406a7bc46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-11-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.h: Declare delete_all_child_windows instead of | ||
| 4 | delete_all_subwindows. | ||
| 5 | * window.c (Fwindow_nest, Fset_window_nest) | ||
| 6 | (Fset_window_new_total, Fset_window_new_normal) | ||
| 7 | (Fwindow_resize_apply): Don't use term subwindow in doc-strings. | ||
| 8 | (delete_all_subwindows): Rename to delete_all_child_windows. | ||
| 9 | (Fdelete_other_windows_internal, Fset_window_configuration): | ||
| 10 | Call delete_all_child_windows instead of delete_all_subwindows. | ||
| 11 | * frame.c (delete_frame): Call delete_all_child_windows instead | ||
| 12 | of delete_all_subwindows. | ||
| 13 | |||
| 1 | 2011-11-07 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2011-11-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 15 | ||
| 3 | * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926). | 16 | * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926). |