comparison src/ChangeLog @ 96470:2af6e85f13d5

Implement display-time wrap/line-prefix feature Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1305
author Miles Bader <miles@gnu.org>
date Tue, 01 Jul 2008 09:39:28 +0000
parents 0bf8fdc6b5b3
children e347ed611dcf
comparison
equal deleted inserted replaced
96469:40d413a9e07b 96470:2af6e85f13d5
1 2008-06-30 Miles Bader <Miles Bader <miles@gnu.org>>
2
3 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
4 Add `avoid_cursor_p' field.
5
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.
8 (append_glyph, append_composite_glyph, produce_image_glyph)
9 (append_stretch_glyph): Initialize avoid_cursor_p
10 (get_it_property): Renamed from `get_line_height_property'.
11 (x_produce_glyphs): Use get_it_property.
12 (handle_line_prefix, push_display_prop): New functions.
13 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix): New
15 variables.
16 (syms_of_xdisp): Initialize them.
17
1 2008-06-30 Kenichi Handa <handa@m17n.org> 18 2008-06-30 Kenichi Handa <handa@m17n.org>
2 19
3 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and 20 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
4 XftDefaultSubstitute (they are called in XftFontMatch). 21 XftDefaultSubstitute (they are called in XftFontMatch).
5 (xftfont_open): Fix args to ftfont_font_format. 22 (xftfont_open): Fix args to ftfont_font_format.