aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-10-08 15:52:16 +0200
committerMartin Rudalics2011-10-08 15:52:16 +0200
commitc557cd6b97df3989fda0b2d19cff80bb7a9a5c70 (patch)
treea49d93a69a5c5e32c684b4af107c0a62bb69655c /lisp/ChangeLog
parent7061c986301ecc3d69c73a9d8b6a51299bd4fb6a (diff)
downloademacs-c557cd6b97df3989fda0b2d19cff80bb7a9a5c70.tar.gz
emacs-c557cd6b97df3989fda0b2d19cff80bb7a9a5c70.zip
Delete dedicated frame when killing its buffer. (Bug#9699)
* window.el (window--delete): Delete dedicated frame unconditionally when argument KILL is non-nil. (Bug#9699)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fdc61721a13..7bd71260763 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-10-08 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (window--delete): Delete dedicated frame
4 unconditionally when argument KILL is non-nil. (Bug#9699)
5
12011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com> 62011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 7
3 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks. 8 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.