aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-08-26 21:42:18 +0800
committerChong Yidong2012-08-26 21:42:18 +0800
commit77f1f99cb0d69c1cddb0f1c5ef264fe5cd62d210 (patch)
tree4ea19d124db49db4c0aa4159cab3296cf9b7a172 /etc
parent8b2e00a3297607e38e2be686bd2c7cab28f082d1 (diff)
downloademacs-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/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3c2857f3a8c..fb8722ab8f8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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,
623specifies frame parameters to give any newly-created frame. 623specifies frame parameters to give any newly-created frame.
624 624
625*** The following variables are obsolete, as they can be replaced by
626appropriate entries in the `display-buffer-alist' function introduced
627in 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