comparison etc/NEWS @ 111410:15a32889e96c

Decode utf-8 strings in mixed environments by default. Done via the new `erc-coding-system-precedence' variable.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Fri, 05 Nov 2010 15:17:46 +0100
parents a2ba77c845e9
children d9d916379aff
comparison
equal deleted inserted replaced
111409:b5cc0d963641 111410:15a32889e96c
300 *** New vars `erc-autojoin-timing' and `erc-autojoin-delay'. 300 *** New vars `erc-autojoin-timing' and `erc-autojoin-delay'.
301 If the value of `erc-autojoin-timing' is 'ident, ERC autojoins after a 301 If the value of `erc-autojoin-timing' is 'ident, ERC autojoins after a
302 successful NickServ identification, or after `erc-autojoin-delay' 302 successful NickServ identification, or after `erc-autojoin-delay'
303 seconds. The default value, 'ident, means to autojoin immediately 303 seconds. The default value, 'ident, means to autojoin immediately
304 after connecting. 304 after connecting.
305
306 *** New variable `erc-coding-system-precedence': If we use `undecided'
307 as the server coding system, this variable will then be consulted.
308 The default is to decode strings that can be decoded as utf-8 as
309 utf-8, and do the normal `undecided' decoding for the rest.
305 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.
307 The reason is that this interferes with cua-mode. 312 The reason is that this interferes with cua-mode.
308 313
309 ** partial-completion-mode is now obsolete. 314 ** partial-completion-mode is now obsolete.