diff options
| author | Chong Yidong | 2012-08-26 21:42:18 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-26 21:42:18 +0800 |
| commit | 77f1f99cb0d69c1cddb0f1c5ef264fe5cd62d210 (patch) | |
| tree | 4ea19d124db49db4c0aa4159cab3296cf9b7a172 /etc | |
| parent | 8b2e00a3297607e38e2be686bd2c7cab28f082d1 (diff) | |
| download | emacs-77f1f99cb0d69c1cddb0f1c5ef264fe5cd62d210.tar.gz emacs-77f1f99cb0d69c1cddb0f1c5ef264fe5cd62d210.zip | |
Make special-display-* and display-buffer-reuse-frames obsolete.
* lisp/window.el (special-display-regexps, special-display-frame-alist)
(special-display-buffer-names, special-display-function)
(display-buffer-reuse-frames): Mark as obsolete.
* lisp/progmodes/compile.el: Don't use display-buffer-reuse-frames.
* help.el (help-print-return-message): Don't treat
display-buffer-reuse-frames specially.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -622,6 +622,16 @@ display action functions to avoid changing which frame is selected. | |||
| 622 | *** New display action alist `pop-up-frame-parameters', if non-nil, | 622 | *** New display action alist `pop-up-frame-parameters', if non-nil, |
| 623 | specifies frame parameters to give any newly-created frame. | 623 | specifies frame parameters to give any newly-created frame. |
| 624 | 624 | ||
| 625 | *** The following variables are obsolete, as they can be replaced by | ||
| 626 | appropriate entries in the `display-buffer-alist' function introduced | ||
| 627 | in Emacs 24.1: | ||
| 628 | |||
| 629 | **** `display-buffer-reuse-frames' | ||
| 630 | **** `special-display-regexps' | ||
| 631 | **** `special-display-frame-alist' | ||
| 632 | **** `special-display-buffer-names' | ||
| 633 | **** `special-display-function' | ||
| 634 | |||
| 625 | ** Completion | 635 | ** Completion |
| 626 | 636 | ||
| 627 | *** New function `completion-table-with-quoting' to handle completion | 637 | *** New function `completion-table-with-quoting' to handle completion |