From e9ab58b198336a6d1f6a8fc0d02cca2b7979080c Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 6 May 2003 06:51:13 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 5535f1261e7..336c881f240 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -5,6 +5,18 @@ See the end for copying conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. For older news, see the file ONEWS + +* Changes in Emacs 21.4 + +** UTF-16 coding systems changed their behaviour. Coding systems +`mule-utf-16-le' and `mule-utf-16-be' now don't skip the first two +bytes as BOM on decoding, and don't produce BOM bytes on encoding. +The new coding systems `mule-utf-16-le-with-signature' and +`mule-utf-16-be-with-signature' behave the same way as the previous +`mule-utf-16-le' and `mule-utf-16-be' respectively. So, +`utf-16-le-with-signature-dos' is useful as the value of +`selection-coding-system' in MS Windows.a + * Installation changes in Emacs 21.3 -- 2.39.5