diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 89df449c281..492a3c41e75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -218,7 +218,7 @@ | |||
| 218 | the frame. | 218 | the frame. |
| 219 | (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point | 219 | (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point |
| 220 | is within a composition. | 220 | is within a composition. |
| 221 | (Fcomposition_get_gstring): Fix the the terminal case. | 221 | (Fcomposition_get_gstring): Fix the terminal case. |
| 222 | 222 | ||
| 223 | * term.c (encode_terminal_code): Fix handling of composition. | 223 | * term.c (encode_terminal_code): Fix handling of composition. |
| 224 | (produce_composite_glyph): For static composition, get pixel_width | 224 | (produce_composite_glyph): For static composition, get pixel_width |
| @@ -9095,7 +9095,7 @@ | |||
| 9095 | * ftfont.c (struct OpenTypeSpec): Rename members script_tag to | 9095 | * ftfont.c (struct OpenTypeSpec): Rename members script_tag to |
| 9096 | script, langsys_tag to langsys, new member script. | 9096 | script, langsys_tag to langsys, new member script. |
| 9097 | (OTF_TAG_STR): Terminate by '\0'. | 9097 | (OTF_TAG_STR): Terminate by '\0'. |
| 9098 | (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the | 9098 | (ftfont_get_open_type_spec): If :otf prop is spec, limit the |
| 9099 | listing to the script specified in that property. Fix arg to | 9099 | listing to the script specified in that property. Fix arg to |
| 9100 | OTF_check_features. | 9100 | OTF_check_features. |
| 9101 | 9101 | ||