diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu> | 13 | 2011-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. |