summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-02-13 13:20:06 -0500
committerGlenn Morris <rgm@gnu.org>2015-02-13 13:20:06 -0500
commit0077b36e2ed14e484c1f736496db9314ef7ca177 (patch)
treefcb063313269013da00aa2f1872faf8c2e6bc4bd
parent3ca2ff367aa09db7b122ee73d168f47fb8a8f819 (diff)
downloademacs-0077b36e2ed14e484c1f736496db9314ef7ca177.tar.gz
# NEWS copyedits
-rw-r--r--etc/NEWS36
1 files changed, 18 insertions, 18 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3a071ede8be..cec45fa8339 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,7 +28,7 @@ otherwise leave it unmarked.
** The default value of `history-length' has increased to 100.
+++
-** `redisplay-dont-pause' is declared as obsolete.
+** The variable `redisplay-dont-pause' is obsolete.
* Changes in Specialized Modes and Packages in Emacs 24.5
@@ -37,6 +37,23 @@ otherwise leave it unmarked.
** `call-process-shell-command' and `process-file-shell-command'
don't take "&rest args" any more.
+** ERC
+
++++
+*** New option `erc-rename-buffers'.
+
+---
+*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.
+
++++
+*** `erc-format-@nick' displays all user modes instead of only op and voice.
+
+---
+*** The display of irc commands in the current buffer has been disabled.
+
+---
+*** `erc-version' now follows the Emacs version.
+
** Obsolete packages
---
@@ -54,23 +71,6 @@ These emulations of old editors are believed to be no longer relevant
*** vi.el, vip.el (try M-x viper instead)
-* ERC Changes in Emacs 24.5
-
-+++
-** `erc-rename-buffers' if non-nil will rename buffers to reflect the
-current network name instead of using SERVER:PORT
----
-** `erc-version' now follows current emacs version
-+++
-** `erc-format-@nick' displays all user modes instead of only op and
-voice
----
-** `erc-my-nick-prefix-face' and `erc-nick-prefix-face' for changing
-the faces for user mode prefixes
----
-** display of irc commands in current buffer has been disabled
-
-
* Installation Changes in Emacs 24.4
** Emacs can now be compiled with ACL (access control list) support.