aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-03-25 17:50:07 +0000
committerStefan Monnier2008-03-25 17:50:07 +0000
commit4972c36128d52df96dbb441a2785247fffe419db (patch)
tree5e730c5b420143f9b165f0fbb10e69227c43e9ef /etc
parent5431bd6a789edd0ef05b5be0a1a33355849c164f (diff)
downloademacs-4972c36128d52df96dbb441a2785247fffe419db.tar.gz
emacs-4972c36128d52df96dbb441a2785247fffe419db.zip
(Decoding Output): Remove process-filter-multibyte functions.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fbec1b7b5a5..41bf517b960 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -600,6 +600,10 @@ for the list of extra keys that are available.
600 600
601* Incompatible Lisp Changes in Emacs 23.1 601* Incompatible Lisp Changes in Emacs 23.1
602 602
603** The multibyteness of process filters is determined by the coding-system
604used for decoding. The functions `process-filter-multibyte-p' and
605`set-process-filter-multibyte' are obsolete.
606
603** The behavior of map-char-table has changed. It may call the 607** The behavior of map-char-table has changed. It may call the
604specified function with a cons (FROM . TO) as a key if characters in 608specified function with a cons (FROM . TO) as a key if characters in
605that range have the same value. 609that range have the same value.