aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-06-15 13:20:36 -0400
committerStefan Monnier2011-06-15 13:20:36 -0400
commitefdcdbf8231deaa720db91f45073d6c00574c240 (patch)
tree3f47f25d50f79ecf914db987600575c2fd4f39f5 /lisp/ChangeLog
parent50328a1b27f9770f378ca4595a5c5f2a341eac95 (diff)
downloademacs-efdcdbf8231deaa720db91f45073d6c00574c240.tar.gz
emacs-efdcdbf8231deaa720db91f45073d6c00574c240.zip
Don't encourage the use of display-buffer-alist from Elisp code.
* lisp/window.el (same-window-buffer-names, same-window-regexps) (special-display-frame-alist, special-display-popup-frame) (special-display-function, special-display-buffer-names) (special-display-regexps, pop-up-frame-alist) (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames) (pop-up-windows, split-window-preferred-function) (split-height-threshold, split-width-threshold, even-window-heights) (display-buffer-mark-dedicated): Fix obsolescence info.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 04fa02dbfcc..7b49352a178 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.el (same-window-buffer-names, same-window-regexps)
4 (special-display-frame-alist, special-display-popup-frame)
5 (special-display-function, special-display-buffer-names)
6 (special-display-regexps, pop-up-frame-alist)
7 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8 (pop-up-windows, split-window-preferred-function)
9 (split-height-threshold, split-width-threshold, even-window-heights)
10 (display-buffer-mark-dedicated): Don't encourage the use of
11 display-buffer-alist from Elisp code.
12
12011-06-15 Dan Nicolaescu <dann@ics.uci.edu> 132011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2 14
3 * progmodes/python.el (python-mode): Derive from prog-mode. 15 * progmodes/python.el (python-mode): Derive from prog-mode.