diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 25 |
1 files changed, 16 insertions, 9 deletions
| @@ -645,6 +645,8 @@ The interpretation of the DECLS is determined by `defun-declarations-alist'. | |||
| 645 | 645 | ||
| 646 | ** New error type and new function `user-error'. Doesn't trigger the debugger. | 646 | ** New error type and new function `user-error'. Doesn't trigger the debugger. |
| 647 | 647 | ||
| 648 | ** New option `debugger-bury-or-kill'. | ||
| 649 | |||
| 648 | +++ | 650 | +++ |
| 649 | ** New utility function `buffer-narrowed-p'. | 651 | ** New utility function `buffer-narrowed-p'. |
| 650 | 652 | ||
| @@ -653,20 +655,25 @@ The interpretation of the DECLS is determined by `defun-declarations-alist'. | |||
| 653 | *** The functions get-lru-window, get-mru-window and get-largest-window | 655 | *** The functions get-lru-window, get-mru-window and get-largest-window |
| 654 | now accept a third argument to avoid choosing the selected window. | 656 | now accept a third argument to avoid choosing the selected window. |
| 655 | 657 | ||
| 656 | *** New macro with-temp-buffer-window. | 658 | *** New macro `with-temp-buffer-window'. |
| 659 | |||
| 660 | *** New option `temp-buffer-resize-frames'. | ||
| 657 | 661 | ||
| 658 | *** New option temp-buffer-resize-frames. | 662 | *** New function `fit-frame-to-buffer' and new option |
| 663 | `fit-frame-to-buffer-bottom-margin'. | ||
| 659 | 664 | ||
| 660 | *** New function fit-frame-to-buffer and new option | 665 | *** New display action functions `display-buffer-below-selected' and |
| 661 | fit-frame-to-buffer-bottom-margin. | 666 | `display-buffer-in-previous-window'. |
| 662 | 667 | ||
| 663 | *** New display action function display-buffer-below-selected. | 668 | *** New display action alist entry `inhibit-switch-frame', if non-nil, |
| 669 | tells display action functions to avoid changing which frame is | ||
| 670 | selected. | ||
| 664 | 671 | ||
| 665 | *** New display action alist `inhibit-switch-frame', if non-nil, tells | 672 | *** New display action alist entry `pop-up-frame-parameters', if |
| 666 | display action functions to avoid changing which frame is selected. | 673 | non-nil, specifies frame parameters to give any newly-created frame. |
| 667 | 674 | ||
| 668 | *** New display action alist `pop-up-frame-parameters', if non-nil, | 675 | *** New display action alist entry `previous-window', if non-nil, |
| 669 | specifies frame parameters to give any newly-created frame. | 676 | specifies window to reuse in `display-buffer-in-previous-window'. |
| 670 | 677 | ||
| 671 | *** The following variables are obsolete, as they can be replaced by | 678 | *** The following variables are obsolete, as they can be replaced by |
| 672 | appropriate entries in the `display-buffer-alist' function introduced | 679 | appropriate entries in the `display-buffer-alist' function introduced |