Mercurial > emacs
comparison src/ChangeLog @ 102151:328f4b370b74
Remove duplicate words.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 20 Feb 2009 12:36:50 +0000 |
parents | 8b8ff4bab8c0 |
children | 7b5135847f38 |
comparison
equal
deleted
inserted
replaced
102150:8b8ff4bab8c0 | 102151:328f4b370b74 |
---|---|
216 (fill_gstring_body): Likewise. | 216 (fill_gstring_body): Likewise. |
217 (autocmp_chars): For terminal, call Fcomposition_get_gstring with | 217 (autocmp_chars): For terminal, call Fcomposition_get_gstring with |
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 |
225 from struct composition. | 225 from struct composition. |
226 | 226 |
9093 2008-02-01 Kenichi Handa <handa@m17n.org> | 9093 2008-02-01 Kenichi Handa <handa@m17n.org> |
9094 | 9094 |
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 |
9102 2008-02-01 Jason Rumney <jasonr@gnu.org> | 9102 2008-02-01 Jason Rumney <jasonr@gnu.org> |
9103 | 9103 |