summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-10-02 01:15:46 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-10-02 01:15:46 +0200
commit487ffd7a8cb70b7f6fd1cf60b5d8c09ac7d1e0d7 (patch)
tree769fd9f0573dd160e2f953b279ff781fcc14eadd
parent717a1362e3827ab9254ad853849e0c04f02c6336 (diff)
downloademacs-487ffd7a8cb70b7f6fd1cf60b5d8c09ac7d1e0d7.tar.gz
emacs-487ffd7a8cb70b7f6fd1cf60b5d8c09ac7d1e0d7.tar.bz2
emacs-487ffd7a8cb70b7f6fd1cf60b5d8c09ac7d1e0d7.zip
etc/NEWS: Fix typo. Remove duplicate info.
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS9
2 files changed, 6 insertions, 9 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e7d32b64ce4..bbb765ef58f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-01 Juanma Barranquero <lekktu@gmail.com>
+
+ * NEWS: Fix typo. Remove duplicate info.
+
2011-09-23 Martin Rudalics <rudalics@gmx.at>
* NEWS: Document some window code changes.
@@ -148,7 +152,7 @@
2011-06-21 Leo Liu <sdl.web@gmail.com>
- * NEWS: Mention the new primtive secure-hash.
+ * NEWS: Mention the new primitive secure-hash.
2011-06-14 Chong Yidong <cyd@stupidchicken.com>
diff --git a/etc/NEWS b/etc/NEWS
index 4a3667a2138..332d12cb540 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1055,15 +1055,8 @@ split. Any other value of SIDE will cause `split-window' to split the
window into two side-by-side windows as before.
+++
-*** `split-window-above-each-other' and `split-window-side-by-side'.
-The commands `split-window-vertically' and `split-window-horizontally'
-have been renamed to `split-window-above-each-other' and
-`split-window-side-by-side' respectively. The old names are provided as
-aliases.
-
-+++
*** Window resizing functions.
-A new standard function for resizing windows called `resize-window' has
+A new standard function for resizing windows called `window-resize' has
been introduced. This and all other functions for resizing windows no
longer delete any windows when they become too small.