diff options
| author | Dmitry Antipov | 2014-10-03 07:46:53 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-10-03 07:46:53 +0400 |
| commit | e197284d4789d7caa613fc406516f58fbec02547 (patch) | |
| tree | 68f5403b1bd41ebc3b19784f969fbc815b9430b6 /src/ChangeLog | |
| parent | f0db3488160698cb48206d53742f938b71d1aeeb (diff) | |
| download | emacs-e197284d4789d7caa613fc406516f58fbec02547.tar.gz emacs-e197284d4789d7caa613fc406516f58fbec02547.zip | |
* font.c (font_list_entities): Do not add empty vector to font cache.
(font_matching_entity): Likewise. If matching entity is found, insert
1-item vector with this entity instead of an entity itself (Bug#17125).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 331da12aa13..9354aa09fa4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-10-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * font.c (font_list_entities): Do not add empty vector to font cache. | ||
| 4 | (font_matching_entity): Likewise. If matching entity is found, insert | ||
| 5 | 1-item vector with this entity instead of an entity itself (Bug#17125). | ||
| 6 | |||
| 1 | 2014-10-02 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-10-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * xdisp.c (move_it_by_lines): Call reseat_1 after moving the | 9 | * xdisp.c (move_it_by_lines): Call reseat_1 after moving the |