diff options
| author | Martin Rudalics | 2011-06-07 15:23:08 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-06-07 15:23:08 +0200 |
| commit | 190b47e683f61b30533bcc548f8be9d3b861029e (patch) | |
| tree | 0cf48df3e7dba31caad6abe2a81e0f5936ff5c4e /src/ChangeLog | |
| parent | fa8a67e67454a900e4cf7b93fed96f27ea41b1b8 (diff) | |
| download | emacs-190b47e683f61b30533bcc548f8be9d3b861029e.tar.gz emacs-190b47e683f61b30533bcc548f8be9d3b861029e.zip | |
Move get-lru-window and get-largest-window to window.el.
* window.c (window_loop): Remove handling of GET_LRU_WINDOW and
GET_LARGEST_WINDOW.
(Fget_lru_window, Fget_largest_window): Move to window.el.
* window.el (get-lru-window, get-largest-window): Move here from
window.c. Rename first argument to ALL-FRAMES. Rephrase
doc-strings.
(get-buffer-window-list): Rewrite using window-list-1. Rephrase
doc-string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7bcdec0512..435b5ea7468 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,6 +10,9 @@ | |||
| 10 | delete_all_subwindows with window as argument. | 10 | delete_all_subwindows with window as argument. |
| 11 | (delete_all_subwindows): Take a window as argument and not a | 11 | (delete_all_subwindows): Take a window as argument and not a |
| 12 | structure. Rewrite. | 12 | structure. Rewrite. |
| 13 | (window_loop): Remove handling of GET_LRU_WINDOW and | ||
| 14 | GET_LARGEST_WINDOW. | ||
| 15 | (Fget_lru_window, Fget_largest_window): Move to window.el. | ||
| 13 | 16 | ||
| 14 | * window.h: Extern window_body_cols instead of | 17 | * window.h: Extern window_body_cols instead of |
| 15 | window_box_text_cols. delete_all_subwindows now takes a | 18 | window_box_text_cols. delete_all_subwindows now takes a |