diff options
| author | Juanma Barranquero | 2008-07-01 12:09:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-07-01 12:09:33 +0000 |
| commit | c2786a3dd5dc7ccf8c5975d26c045e006f13545d (patch) | |
| tree | 27b4e730ae6c52abe5c702d6734168b7ca6409c2 | |
| parent | c4f4682b57dae3d869fe2764e9d6c00143bed1d2 (diff) | |
| download | emacs-c2786a3dd5dc7ccf8c5975d26c045e006f13545d.tar.gz emacs-c2786a3dd5dc7ccf8c5975d26c045e006f13545d.zip | |
Fix typos.
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a4f08e00cc..41fe6579690 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2008-06-30 Miles Bader <Miles Bader <miles@gnu.org>> | 1 | 2008-06-30 Miles Bader <miles@gnu.org> |
| 2 | 2 | ||
| 3 | * dispextern.h (struct glyph, struct it, struct iterator_stack_entry): | 3 | * dispextern.h (struct glyph, struct it, struct iterator_stack_entry): |
| 4 | Add `avoid_cursor_p' field. | 4 | Add `avoid_cursor_p' field. |
| @@ -6,13 +6,13 @@ | |||
| 6 | * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field. | 6 | * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field. |
| 7 | (set_cursor_from_row): Skip glyphs with avoid_cursor_p set. | 7 | (set_cursor_from_row): Skip glyphs with avoid_cursor_p set. |
| 8 | (append_glyph, append_composite_glyph, produce_image_glyph) | 8 | (append_glyph, append_composite_glyph, produce_image_glyph) |
| 9 | (append_stretch_glyph): Initialize avoid_cursor_p | 9 | (append_stretch_glyph): Initialize avoid_cursor_p. |
| 10 | (get_it_property): Renamed from `get_line_height_property'. | 10 | (get_it_property): Rename from `get_line_height_property'. |
| 11 | (x_produce_glyphs): Use get_it_property. | 11 | (x_produce_glyphs): Use get_it_property. |
| 12 | (handle_line_prefix, push_display_prop): New functions. | 12 | (handle_line_prefix, push_display_prop): New functions. |
| 13 | (display_line, move_it_in_display_line_to): Handle line/wrap prefixes. | 13 | (display_line, move_it_in_display_line_to): Handle line/wrap prefixes. |
| 14 | (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix): New | 14 | (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix): |
| 15 | variables. | 15 | New variables. |
| 16 | (syms_of_xdisp): Initialize them. | 16 | (syms_of_xdisp): Initialize them. |
| 17 | 17 | ||
| 18 | 2008-06-30 Kenichi Handa <handa@m17n.org> | 18 | 2008-06-30 Kenichi Handa <handa@m17n.org> |
| @@ -35,15 +35,14 @@ | |||
| 35 | 35 | ||
| 36 | 2008-06-29 Jason Rumney <jasonr@gnu.org> | 36 | 2008-06-29 Jason Rumney <jasonr@gnu.org> |
| 37 | 37 | ||
| 38 | * w32term.c (x_set_frame_alpha): Fix logic. | 38 | * w32term.c (x_set_frame_alpha): Fix logic. |
| 39 | 39 | ||
| 40 | 2008-06-29 Kenichi Handa <handa@m17n.org> | 40 | 2008-06-29 Kenichi Handa <handa@m17n.org> |
| 41 | 41 | ||
| 42 | * fontset.c (Finternal_char_font): Return font-object instead of | 42 | * fontset.c (Finternal_char_font): Return font-object instead of |
| 43 | font-name. | 43 | font-name. |
| 44 | 44 | ||
| 45 | * composite.c (get_composition_id): Fix the width calculation for | 45 | * composite.c (get_composition_id): Fix the width calculation for TAB. |
| 46 | TAB. | ||
| 47 | 46 | ||
| 48 | 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca> | 47 | 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 49 | 48 | ||