From: Juanma Barranquero Date: Sat, 1 Oct 2011 23:15:46 +0000 (+0200) Subject: etc/NEWS: Fix typo. Remove duplicate info. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/487ffd7a8cb70b7f6fd1cf60b5d8c09ac7d1e0d7 etc/NEWS: Fix typo. Remove duplicate info. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index e7d32b64ce..bbb765ef58 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-01 Juanma Barranquero + + * NEWS: Fix typo. Remove duplicate info. + 2011-09-23 Martin Rudalics * NEWS: Document some window code changes. @@ -148,7 +152,7 @@ 2011-06-21 Leo Liu - * NEWS: Mention the new primtive secure-hash. + * NEWS: Mention the new primitive secure-hash. 2011-06-14 Chong Yidong diff --git a/etc/NEWS b/etc/NEWS index 4a3667a213..332d12cb54 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1054,16 +1054,9 @@ new window appear on the corresponding side of the window that shall be 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.