aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 493095e9621..31d14b96d94 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-04-13 Stephen Berman <stephen.berman@gmx.net>
2
3 * NEWS: Mention fixing `split-window' to be non-interactive.
4
12013-04-09 Tassilo Horn <tsdh@gnu.org> 52013-04-09 Tassilo Horn <tsdh@gnu.org>
2 6
3 * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces. 7 * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.
diff --git a/etc/NEWS b/etc/NEWS
index 6014ee36219..1e072afaaf1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -76,6 +76,11 @@ of the buffer is visible).
76 76
77* Editing Changes in Emacs 24.4 77* Editing Changes in Emacs 24.4
78 78
79** `split-window' is no longer a command, just a non-interactive function.
80As a command it was a special case of `split-window-below', and as such
81superfluous. After being reimplemented in Lisp, its interactive form
82was mistakenly retained.
83
79** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', 84** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized',
80bound to <f11> and M-<f10>, respectively. 85bound to <f11> and M-<f10>, respectively.
81 86