aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2cf968505af..622831cb31f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,36 @@
12011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * subr.el (process-live-p): Renamed from `process-alive-p' for
4 consistency with other `-live-p' functions.
5
62011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * window.el (same-window-buffer-names, same-window-regexps)
9 (special-display-frame-alist, special-display-popup-frame)
10 (special-display-function, special-display-buffer-names)
11 (special-display-regexps, pop-up-frame-alist)
12 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13 (pop-up-windows, split-window-preferred-function)
14 (split-height-threshold, split-width-threshold, even-window-heights)
15 (display-buffer-mark-dedicated): Don't encourage the use of
16 display-buffer-alist from Elisp code.
17
182011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
19
20 * progmodes/python.el (python-mode): Derive from prog-mode.
21 * progmodes/ps-mode.el (ps-mode):
22 * progmodes/mixal-mode.el (mixal-mode):
23 * progmodes/cfengine.el (cfengine-mode):
24 * progmodes/ld-script.el (ld-script-mode): Likewise.
25
262011-06-15 Martin Rudalics <rudalics@gmx.at>
27
28 * window.el (display-buffer-alist): Trim default value to avoid
29 popping up a new frame (Bug#8857) or reusing an arbitrary window
30 on another frame.
31 (display-buffer): Do not fall back on popping up a new frame in
32 batch mode (Bug#8857).
33
12011-06-14 Chong Yidong <cyd@stupidchicken.com> 342011-06-14 Chong Yidong <cyd@stupidchicken.com>
2 35
3 * cus-theme.el (describe-theme-1): Use custom-theme-p. 36 * cus-theme.el (describe-theme-1): Use custom-theme-p.