aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9d9d564fa15..6d64950d64b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12011-09-08 Juri Linkov <juri@jurta.org>
2
3 * progmodes/compile.el (compilation-environment): Make it
4 a defcustom (bug#8340).
5
62011-09-08 Martin Rudalics <rudalics@gmx.at>
7
8 * window.el (frame-auto-delete): Rename to window-auto-delete.
9 Make it control auto-deletion of windows and/or frames.
10 (window-deletable-p): New argument FORCE. Rewrite conditions
11 for deleting window/frame. (Bug#9419)
12 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13 Rewrite handling of case when window/frame can be deleted.
14 (delete-windows-on): Call window-deletable-p with new FORCE
15 argument t. (Bug#9456)
16
12011-09-07 Chong Yidong <cyd@stupidchicken.com> 172011-09-07 Chong Yidong <cyd@stupidchicken.com>
2 18
3 * help-mode.el (help-mode): Restore autoload. 19 * help-mode.el (help-mode): Restore autoload.