aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-11-05 15:17:46 +0100
committerLars Magne Ingebrigtsen2010-11-05 15:17:46 +0100
commit5c0c0f77b0b3af28653a6a8e798f69d132425c0e (patch)
tree6c484c9782fc9a92497fc9674fb2b6f4bf56adb1 /etc
parente06918d22b68821e7c1aa8148622232f106fbfc5 (diff)
downloademacs-5c0c0f77b0b3af28653a6a8e798f69d132425c0e.tar.gz
emacs-5c0c0f77b0b3af28653a6a8e798f69d132425c0e.zip
Decode utf-8 strings in mixed environments by default.
Done via the new `erc-coding-system-precedence' variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b0f6a76cc2f..2acca998e3a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -303,6 +303,11 @@ successful NickServ identification, or after `erc-autojoin-delay'
303seconds. The default value, 'ident, means to autojoin immediately 303seconds. The default value, 'ident, means to autojoin immediately
304after connecting. 304after connecting.
305 305
306*** New variable `erc-coding-system-precedence': If we use `undecided'
307as the server coding system, this variable will then be consulted.
308The default is to decode strings that can be decoded as utf-8 as
309utf-8, and do the normal `undecided' decoding for the rest.
310
306** In ido-mode, C-v is no longer bound to ido-toggle-vc. 311** In ido-mode, C-v is no longer bound to ido-toggle-vc.
307The reason is that this interferes with cua-mode. 312The reason is that this interferes with cua-mode.
308 313