diff options
Diffstat (limited to '')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -507,12 +507,12 @@ for a window. The result is the `window-use-time' of a frame's most | |||
| 507 | recently used window. | 507 | recently used window. |
| 508 | 508 | ||
| 509 | +++ | 509 | +++ |
| 510 | *** New function 'get-mru-frame'. | 510 | *** New functions 'get-mru-frames' and 'get-mru-frame'. |
| 511 | This function returns the most recently used frame from among all | 511 | 'get-mru-frames' returns a list of frames sorted by their most recent |
| 512 | frames, or those visible or iconified on the same terminal as the | 512 | use time from among all frames, or those visible or iconified on the |
| 513 | selected frame. A frame can be excluded, for example, the selected | 513 | same terminal as the selected frame. Child frames can be excluded. A |
| 514 | frame, as it will always be the most recently used frame on the current | 514 | single frame can be excluded, for example, the selected frame. |
| 515 | terminal. | 515 | 'get-mru-frame' returns the single most recently used frame. |
| 516 | 516 | ||
| 517 | --- | 517 | --- |
| 518 | *** After deleting, 'delete-frame' now selects the most recently used frame. | 518 | *** After deleting, 'delete-frame' now selects the most recently used frame. |