aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bef21ad3bdd..8e2594d8ace 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -213,6 +213,14 @@ automatically added to the primary window selection.
213 213
214** Archive Mode has basic support to browse 7z archives. 214** Archive Mode has basic support to browse 7z archives.
215 215
216** ERC changes
217
218*** New vars `erc-autojoin-timing' and `erc-autojoin-delay'.
219If the value of `erc-autojoin-timing' is 'ident, ERC autojoins after a
220successful NickServ identification, or after `erc-autojoin-delay'
221seconds. The default value, 'ident, means to autojoin immediately
222after connecting.
223
216** In ido-mode, C-v is no longer bound to ido-toggle-vc. 224** In ido-mode, C-v is no longer bound to ido-toggle-vc.
217The reason is that this interferes with cua-mode. 225The reason is that this interferes with cua-mode.
218 226