aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-02-13 13:20:06 -0500
committerGlenn Morris2015-02-13 13:20:06 -0500
commit0077b36e2ed14e484c1f736496db9314ef7ca177 (patch)
treefcb063313269013da00aa2f1872faf8c2e6bc4bd
parent3ca2ff367aa09db7b122ee73d168f47fb8a8f819 (diff)
downloademacs-0077b36e2ed14e484c1f736496db9314ef7ca177.tar.gz
emacs-0077b36e2ed14e484c1f736496db9314ef7ca177.zip
# 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.
28** The default value of `history-length' has increased to 100. 28** The default value of `history-length' has increased to 100.
29 29
30+++ 30+++
31** `redisplay-dont-pause' is declared as obsolete. 31** The variable `redisplay-dont-pause' is obsolete.
32 32
33 33
34* Changes in Specialized Modes and Packages in Emacs 24.5 34* Changes in Specialized Modes and Packages in Emacs 24.5
@@ -37,6 +37,23 @@ otherwise leave it unmarked.
37** `call-process-shell-command' and `process-file-shell-command' 37** `call-process-shell-command' and `process-file-shell-command'
38don't take "&rest args" any more. 38don't take "&rest args" any more.
39 39
40** ERC
41
42+++
43*** New option `erc-rename-buffers'.
44
45---
46*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.
47
48+++
49*** `erc-format-@nick' displays all user modes instead of only op and voice.
50
51---
52*** The display of irc commands in the current buffer has been disabled.
53
54---
55*** `erc-version' now follows the Emacs version.
56
40** Obsolete packages 57** Obsolete packages
41 58
42--- 59---
@@ -54,23 +71,6 @@ These emulations of old editors are believed to be no longer relevant
54*** vi.el, vip.el (try M-x viper instead) 71*** vi.el, vip.el (try M-x viper instead)
55 72
56 73
57* ERC Changes in Emacs 24.5
58
59+++
60** `erc-rename-buffers' if non-nil will rename buffers to reflect the
61current network name instead of using SERVER:PORT
62---
63** `erc-version' now follows current emacs version
64+++
65** `erc-format-@nick' displays all user modes instead of only op and
66voice
67---
68** `erc-my-nick-prefix-face' and `erc-nick-prefix-face' for changing
69the faces for user mode prefixes
70---
71** display of irc commands in current buffer has been disabled
72
73
74* Installation Changes in Emacs 24.4 74* Installation Changes in Emacs 24.4
75 75
76** Emacs can now be compiled with ACL (access control list) support. 76** Emacs can now be compiled with ACL (access control list) support.