aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-04-02 17:24:19 +0400
committerDmitry Antipov2014-04-02 17:24:19 +0400
commitaf1a69f4d17a482c359d98c00ef86fac835b5fac (patch)
tree48d1ec3fed1ab0b5db94c43e1e8702329d5020a2 /src/ChangeLog
parent200c532bd04a67a89db602462d74706051c61178 (diff)
downloademacs-af1a69f4d17a482c359d98c00ef86fac835b5fac.tar.gz
emacs-af1a69f4d17a482c359d98c00ef86fac835b5fac.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 entity itself (Bug#17125).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6889fa9b4e6..2f028c48247 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-04-02 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 entity itself (Bug#17125).
6
12014-04-01 Paul Eggert <eggert@cs.ucla.edu> 72014-04-01 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * fns.c (validate_subarray): Rename from validate_substring, 9 * fns.c (validate_subarray): Rename from validate_substring,