diff options
| author | Stefan Monnier | 2008-02-06 03:14:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-06 03:14:46 +0000 |
| commit | f9ffa1eabb499f073b72015041ac2ed1d10f34e7 (patch) | |
| tree | b4ff2a07acfa90ebe15edcb9f68e1eb80dd740a3 /src/ChangeLog | |
| parent | 76860cbbf52f2ffb7c4a970fd3c27e341a9efd4f (diff) | |
| download | emacs-f9ffa1eabb499f073b72015041ac2ed1d10f34e7.tar.gz emacs-f9ffa1eabb499f073b72015041ac2ed1d10f34e7.zip | |
(check_gstring): Use them and AREF to access the vector before
we know it's really a gstring.
(Ffont_shape_text): Fix typo.
(Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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. |