diff options
author | Kelvin White <kwhite@gnu.org> | 2016-01-24 15:19:08 -0500 |
---|---|---|
committer | l3thal <kwhite@gnu.org> | 2016-01-24 15:20:10 -0500 |
commit | 12eeaa877c4396880c926c26b4010a059b6a3325 (patch) | |
tree | 343f1236a6b0e8df2a3a11a21b3bc13e510991df | |
parent | 05a630484fd652f67ce06679fb3f890f5fdd65ea (diff) | |
download | emacs-12eeaa877c4396880c926c26b4010a059b6a3325.tar.gz |
Add NEWS entry for asynchronous reconnect in ERC
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -428,6 +428,9 @@ additionally need to add `getSelection' to `xterm-extra-capabilities'. `erc-network-hide-list' and `erc-channel-hide-list' will only hide the specified message types for the respective specified targets. +--- +*** Reconnection is now asynchronous. + ** Midnight-mode --- |