diff options
| author | Ulrich Müller | 2023-07-28 23:04:43 +0200 |
|---|---|---|
| committer | Ulrich Müller | 2023-07-31 17:58:34 +0200 |
| commit | 077c34edfe8f8a826dcb85e5c7036e6bbbef7ff2 (patch) | |
| tree | 72addce74b9492648002f416ca9744911ccf327f /etc | |
| parent | 18b176280db58932f7a321a1c7af3863b3e9f67a (diff) | |
| download | emacs-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/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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'. | ||
| 670 | VSCII-1 and TCVN-5712 are different names for the same character | ||
| 671 | encoding. Therefore, the duplicate coding system definition has been | ||
| 672 | dropped in favor of an alias. | ||
| 673 | |||
| 674 | The mode-line mnemonic for 'vietnamese-vscii' and its aliases is the | ||
| 675 | lowercase 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. |
| 670 | On old platforms like the VAX that do not support IEEE floating-point, | 679 | On old platforms like the VAX that do not support IEEE floating-point, |