aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8fa3ee97b78..88ed0a7f4c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 * font.h (enum lgstring_indices, enum lglyph_indices): New enums. 3 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
4 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros. 4 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
5 * font.c (check_gstring): Use them and AREF to access the vector before
6 we know it's really a gstring.
7 (Ffont_shape_text): Fix typo.
8 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
5 9
6 * composite.h (Fcompose_region_internal, Fcompose_string_internal): 10 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
7 Declare. 11 Declare.