comparison etc/NEWS @ 30038:9a141c819d48

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Jul 2000 19:01:01 +0000
parents c4958e8c427f
children 2381ee2fec5b
comparison
equal deleted inserted replaced
30037:79b4fa5288c3 30038:9a141c819d48
1233 *** ph.el has been obsoleted by EUDC and removed. 1233 *** ph.el has been obsoleted by EUDC and removed.
1234 1234
1235 1235
1236 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 1236 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
1237 (Display-related features are described in a page of their own below.) 1237 (Display-related features are described in a page of their own below.)
1238
1239 ** The new function `window-list' has been defined
1240
1241 - Function: window-list &optional WINDOW MINIBUF ALL-FRAMES
1242
1243 Return a list of windows in canonical order. The parameters WINDOW,
1244 MINIBUF and ALL-FRAMES are defined like for `next-window'.
1238 1245
1239 ** There's a new function `some-window' defined as follows 1246 ** There's a new function `some-window' defined as follows
1240 1247
1241 - Function: some-window PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT 1248 - Function: some-window PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT
1242 1249