Mercurial > emacs
comparison etc/NEWS @ 33620:62859e71806e EMACS_PRETEST_21_0_91
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 19 Nov 2000 15:30:07 +0000 |
parents | beb961476e7f |
children | a4bef8dfb930 |
comparison
equal
deleted
inserted
replaced
33619:d0482eab29e1 | 33620:62859e71806e |
---|---|
2054 It takes the unconverted (i.e. XEmacs) form of the menu and the result | 2054 It takes the unconverted (i.e. XEmacs) form of the menu and the result |
2055 is automatically converted to Emacs' form. | 2055 is automatically converted to Emacs' form. |
2056 | 2056 |
2057 ** The new function `window-list' has been defined | 2057 ** The new function `window-list' has been defined |
2058 | 2058 |
2059 - Function: window-list &optional WINDOW MINIBUF ALL-FRAMES | 2059 - Function: window-list &optional FRAME WINDOW MINIBUF |
2060 | 2060 |
2061 Return a list of windows in canonical order. The parameters WINDOW, | 2061 Return a list of windows on FRAME, starting with WINDOW. FRAME nil or |
2062 MINIBUF and ALL-FRAMES are defined like for `next-window'. | 2062 omitted means use the selected frame. WINDOW nil or omitted means use |
2063 the selected window. MINIBUF t means include the minibuffer window, | |
2064 even if it isn't active. MINIBUF nil or omitted means include the | |
2065 minibuffer window only if it's active. MINIBUF neither nil nor t | |
2066 means never include the minibuffer window. | |
2063 | 2067 |
2064 ** There's a new function `some-window' defined as follows | 2068 ** There's a new function `some-window' defined as follows |
2065 | 2069 |
2066 - Function: some-window PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT | 2070 - Function: some-window PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT |
2067 | 2071 |