diff options
| author | Eli Zaretskii | 2020-03-14 14:54:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-03-14 14:54:59 +0200 |
| commit | 5beb269505273ac045790ea97c619ac0bb935bd2 (patch) | |
| tree | 0ee27d24a8f6a651e5adadd3f967411ec4683072 /etc | |
| parent | 3a671ad7ede0d1459ae60d7340632d8d210b4308 (diff) | |
| download | emacs-5beb269505273ac045790ea97c619ac0bb935bd2.tar.gz emacs-5beb269505273ac045790ea97c619ac0bb935bd2.zip | |
Support Unicode 13.0
* admin/unidata/BidiBrackets.txt:
* admin/unidata/BidiMirroring.txt:
* admin/unidata/Blocks.txt:
* admin/unidata/NormalizationTest.txt:
* admin/unidata/SpecialCasing.txt:
* admin/unidata/UnicodeData.txt:
* admin/unidata/copyright.html:
* test/manual/BidiCharacterTest.txt: Updated files imported from
Unicode v13.0.
* admin/unidata/blocks.awk: Add "Symbols for Legacy Computing" to
known aliases.
* lisp/international/fontset.el (script-representative-chars)
(setup-default-fontset): Add new scripts.
* lisp/international/characters.el: Set syntax for Symbols for
Legacy Computing characters. Update setting of char-width-table.
* lisp/international/mule-cmds.el (ucs-names): Update ranges of
characters for which we want names in 'ucs-names'.
* test/lisp/international/ucs-normalize-tests.el
(ucs-normalize-tests--failing-lines-part1)
(ucs-normalize-tests--failing-lines-part2): Update according to
'ucs-normalize-check-failing-lines'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -229,6 +229,9 @@ the new version of the file again.) | |||
| 229 | 229 | ||
| 230 | * Changes in Emacs 27.1 | 230 | * Changes in Emacs 27.1 |
| 231 | 231 | ||
| 232 | --- | ||
| 233 | ** Emacs now supports Unicode Standard version 13.0. | ||
| 234 | |||
| 232 | +++ | 235 | +++ |
| 233 | ** Emacs now supports resizing and rotating images without ImageMagick. | 236 | ** Emacs now supports resizing and rotating images without ImageMagick. |
| 234 | All modern systems support this feature. (On GNU and Unix systems, | 237 | All modern systems support this feature. (On GNU and Unix systems, |