diff options
| author | Eli Zaretskii | 2014-04-12 11:41:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-04-12 11:41:39 +0300 |
| commit | ac387dd13eaa4249a54dd1c3a72f3efed2ee7ce9 (patch) | |
| tree | 7847726f4fdea83649e2ebbb09ce105cbf6ad021 /lisp/ChangeLog | |
| parent | 2e611da66e0192a8a63437dbc8f116314cadb71d (diff) | |
| download | emacs-ac387dd13eaa4249a54dd1c3a72f3efed2ee7ce9.tar.gz emacs-ac387dd13eaa4249a54dd1c3a72f3efed2ee7ce9.zip | |
Fix bug #17243 with case table entries for Coptic letters
lisp/international/characters.el <standard-case-table>: Add entries
for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ccf81c9c35..94a3f61c1c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-04-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * international/characters.el <standard-case-table>: Add entries | ||
| 4 | for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243) | ||
| 5 | |||
| 1 | 2014-04-12 Leo Liu <sdl.web@gmail.com> | 6 | 2014-04-12 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * progmodes/octave.el (completion-table-with-cache): Define if not | 8 | * progmodes/octave.el (completion-table-with-cache): Define if not |