aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-02-21 07:57:06 +0000
committerGlenn Morris2008-02-21 07:57:06 +0000
commit424c157fc59dd4719224b632dc640d861e8af5ab (patch)
tree23b070555ad33eae65d4537ea1e2eeb815cc5219 /src/ChangeLog
parentb3af4b289355ace85f0221fe33697ef7f595df2d (diff)
downloademacs-424c157fc59dd4719224b632dc640d861e8af5ab.tar.gz
emacs-424c157fc59dd4719224b632dc640d861e8af5ab.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d8f026fb9a..e1b8d8a5cef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1617,7 +1617,7 @@
1617 * term.c: Include "composite.h". 1617 * term.c: Include "composite.h".
1618 (encode_terminal_code): Output all components of composition. 1618 (encode_terminal_code): Output all components of composition.
1619 Check the size of encode_terminal_src. 1619 Check the size of encode_terminal_src.
1620 (produce_glyphs): For compostion, call produce_composite_glyph. 1620 (produce_glyphs): For composition, call produce_composite_glyph.
1621 (append_composite_glyph, produce_composite_glyph): New functions. 1621 (append_composite_glyph, produce_composite_glyph): New functions.
1622 1622
1623 * xdisp.c (x_produce_glyphs): In handling composition, if a font 1623 * xdisp.c (x_produce_glyphs): In handling composition, if a font
@@ -1818,7 +1818,7 @@
1818 (syms_of_font): Defsubr Sfont_at. 1818 (syms_of_font): Defsubr Sfont_at.
1819 1819
1820 * xdisp.c (it_props): Move the entry for Qauto_composed to just 1820 * xdisp.c (it_props): Move the entry for Qauto_composed to just
1821 before the entry for Qcompostion. 1821 before the entry for Qcomposition.
1822 (handle_auto_composed_prop): Call auto-composition-function with 4 args. 1822 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
1823 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from 1823 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
1824 the font in gstring. 1824 the font in gstring.
@@ -3055,7 +3055,7 @@
3055 3055
30562008-02-01 Kenichi Handa <handa@m17n.org> 30562008-02-01 Kenichi Handa <handa@m17n.org>
3057 3057
3058 * composite.c (syms_of_composite): Don't make the compostion hash 3058 * composite.c (syms_of_composite): Don't make the composition hash
3059 table weak. 3059 table weak.
3060 3060
3061 * fontset.c (Fset_fontset_font): Fix docstring. 3061 * fontset.c (Fset_fontset_font): Fix docstring.