diff options
| author | Eli Zaretskii | 2014-06-24 00:10:47 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-24 00:10:47 -0700 |
| commit | b950752961eb3d9207e4b4bd61a57071cdbe31eb (patch) | |
| tree | 3b0fe3f04113964948bf0731bc3ba11f430bcadc /lisp/ChangeLog | |
| parent | ab2da6e13454e7fbf65ba3c4ae06ef00ffd5354f (diff) | |
| download | emacs-b950752961eb3d9207e4b4bd61a57071cdbe31eb.tar.gz emacs-b950752961eb3d9207e4b4bd61a57071cdbe31eb.zip | |
Backport Unicode 7 update of character- and script-related databases
* lisp/international/characters.el (char-script-table):
Update for scripts added and codepoint ranges changed in Unicode 7.0.
* lisp/international/fontset.el (script-representative-chars):
Add representative characters for scripts added in Unicode 7.0.
(otf-script-alist): Synchronize with the latest registry of OTF script tags.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38dbdfbd8f1..379e5ed4d30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-06-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * international/fontset.el (script-representative-chars): | ||
| 4 | Add representative characters for scripts added in Unicode 7.0. | ||
| 5 | (otf-script-alist): Synchronize with the latest registry of OTF | ||
| 6 | script tags. | ||
| 7 | |||
| 8 | * international/characters.el (char-script-table): Update for | ||
| 9 | scripts added and codepoint ranges changed in Unicode 7.0. | ||
| 10 | |||
| 1 | 2014-06-23 Leo Liu <sdl.web@gmail.com> | 11 | 2014-06-23 Leo Liu <sdl.web@gmail.com> |
| 2 | 12 | ||
| 3 | * align.el (align-adjust-col-for-rule): Unbreak due to defaulting | 13 | * align.el (align-adjust-col-for-rule): Unbreak due to defaulting |