aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-04 19:06:23 +0000
committerJuanma Barranquero2009-01-04 19:06:23 +0000
commitd66c02414328a8aa8c305853cea8c591c0278a11 (patch)
tree41b7fa353db25eccb3e0860b627b8f344c27234c /src/ChangeLog
parente331bbf3be9e142fcd6d2024d5ec26c31de5b35c (diff)
downloademacs-d66c02414328a8aa8c305853cea8c591c0278a11.tar.gz
emacs-d66c02414328a8aa8c305853cea8c591c0278a11.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c0cf92eb945..11b9c5b6f15 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -290,10 +290,10 @@
290 (xfont_list_family): Likewise. 290 (xfont_list_family): Likewise.
291 (xfont_open): Likewise. 291 (xfont_open): Likewise.
292 292
293 * ftfont.c (ftfont_open): Genarate a multibyte string if given 293 * ftfont.c (ftfont_open): Generate a multibyte string if given
294 names are utf-8. 294 names are utf-8.
295 295
296 * xftfont.c (xftfont_open): Genarate a multibyte string if given 296 * xftfont.c (xftfont_open): Generate a multibyte string if given
297 names are utf-8. 297 names are utf-8.
298 298
2992008-12-18 Jan Djärv <jan.h.d@swipnet.se> 2992008-12-18 Jan Djärv <jan.h.d@swipnet.se>
@@ -1728,10 +1728,10 @@
1728 1728
17292008-09-01 Kenichi Handa <handa@m17n.org> 17292008-09-01 Kenichi Handa <handa@m17n.org>
1730 1730
1731 * ftfont.c (ftfont_spec_pattern): Don't create a charset of the 1731 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
1732 representative chars of the script is a vector. 1732 representative chars of the script is a vector.
1733 (ftfont_list): Handle the case the representative chars of the 1733 (ftfont_list): Handle the case where the representative chars of
1734 script is a vector. 1734 the script is a vector.
1735 1735
1736 * character.c (syms_of_character): Docstring of 1736 * character.c (syms_of_character): Docstring of
1737 script-representative-chars fixed. 1737 script-representative-chars fixed.
@@ -1830,7 +1830,7 @@
1830 (composition_update_it, composition_adjust_point): Extern them. 1830 (composition_update_it, composition_adjust_point): Extern them.
1831 (Fcomposition_get_gstring): EXFUN it. 1831 (Fcomposition_get_gstring): EXFUN it.
1832 1832
1833 * composite.c: Include window.h, frame.h, dispextern.h font.h. 1833 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
1834 (Vcomposition_function_table) 1834 (Vcomposition_function_table)
1835 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING. 1835 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
1836 (gstring_hash_table, gstring_work, gstring_work_headers): 1836 (gstring_hash_table, gstring_work, gstring_work_headers):
@@ -1925,8 +1925,8 @@
1925 (next_element_from_string): Check if the character at the current 1925 (next_element_from_string): Check if the character at the current
1926 position is composed by CHAR_COMPOSED_P. 1926 position is composed by CHAR_COMPOSED_P.
1927 (next_element_from_buffer): Likewise. 1927 (next_element_from_buffer): Likewise.
1928 (next_element_from_composition): Adjust for the change of struct 1928 (next_element_from_composition): Adjust for the change of struct it.
1929 it. Update it->cmp_it. 1929 Update it->cmp_it.
1930 (dump_glyph): Adjust for the change of struct glyph. 1930 (dump_glyph): Adjust for the change of struct glyph.
1931 (fill_composite_glyph_string): Adjust for the change of struct 1931 (fill_composite_glyph_string): Adjust for the change of struct
1932 it and struct glyph. Don't handle automatic composition here. 1932 it and struct glyph. Don't handle automatic composition here.