aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorUlrich Müller2023-07-28 23:04:43 +0200
committerUlrich Müller2023-07-31 17:58:34 +0200
commit077c34edfe8f8a826dcb85e5c7036e6bbbef7ff2 (patch)
tree72addce74b9492648002f416ca9744911ccf327f /etc
parent18b176280db58932f7a321a1c7af3863b3e9f67a (diff)
downloademacs-077c34edfe8f8a826dcb85e5c7036e6bbbef7ff2.tar.gz
emacs-077c34edfe8f8a826dcb85e5c7036e6bbbef7ff2.zip
Drop duplicate vietnamese-tcvn coding system
* lisp/language/vietnamese.el (vietnamese-vscii): Update docstring. (vietnamese-tcvn, tcvn, tcvn-5712): Make them aliases of vietnamese-vscii. ("Vietnamese"): Drop vietnamese-tcvn from coding-system values. Update docstring. * etc/NEWS: Announce this change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 39b4a35930a..7b521f3e6fe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -665,6 +665,15 @@ previous behavior of showing 'U' in the mode line for 'koi8-u':
665 665
666 (coding-system-put 'koi8-u :mnemonic ?U) 666 (coding-system-put 'koi8-u :mnemonic ?U)
667 667
668---
669** 'vietnamese-tcvn' is now a coding system alias for 'vietnamese-vscii'.
670VSCII-1 and TCVN-5712 are different names for the same character
671encoding. Therefore, the duplicate coding system definition has been
672dropped in favor of an alias.
673
674The mode-line mnemonic for 'vietnamese-vscii' and its aliases is the
675lowercase letter 'v'.
676
668+++ 677+++
669** Infinities and NaNs no longer act as symbols on non-IEEE platforms. 678** Infinities and NaNs no longer act as symbols on non-IEEE platforms.
670On old platforms like the VAX that do not support IEEE floating-point, 679On old platforms like the VAX that do not support IEEE floating-point,