[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS [EMACS_21_1_RC]
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS [EMACS_21_1_RC] |
Date: |
Fri, 20 Jun 2003 22:03:49 -0400 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.478.4.28 emacs/etc/NEWS:1.478.4.29
*** emacs/etc/NEWS:1.478.4.28 Tue May 6 02:51:13 2003
--- emacs/etc/NEWS Fri Jun 20 22:03:48 2003
***************
*** 8,21 ****
* 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
--- 8,18 ----
* Changes in Emacs 21.4
! ** New UTF-16 based coding systems mule-utf-16le, mule-utf-16be,
! mule-utf-16le-with-signature, and mule-utf-16be-with-signature has
! been added. And for backward compatiblity, these aliases are added:
! mule-utf-16-le -> mule-utf-16le-with-signature, mule-utf-16-be ->
! mule-utf-16be-with-signature.
* Installation changes in Emacs 21.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/etc/NEWS [EMACS_21_1_RC],
Kenichi Handa <=