comparison src/ChangeLog @ 79342:c1f94cada75f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Nov 2007 16:33:18 +0000
parents 07b3310d9342
children 87545512510a
comparison
equal deleted inserted replaced
79341:07b3310d9342 79342:c1f94cada75f
1 2007-11-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2007-11-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and 3 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
4 abort with a message on unhandled store_type values. 4 abort with a message on unhandled store_type values.
5 5
6 2007-11-04 Richard Stallman <rms@gnu.org>
7
8 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
9 not just for after-strings and before-strings.
10 Call face_for_overlay_string and pass the overlay to it.
11 (handle_display_prop): Determine whether property came from an overlay.
12 Pass OVERLAY arg to handle_single_display_spec.
13 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
14 (load_overlay_strings): Fill in it->string_overlays.
15 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
16
17 * xfaces.c (face_for_overlay_string): Function renamed from
18 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19
20 * dispextern.h (struct it): New elt string_overlays.
21 New elt from_overlay, also in stack.
22 Rearrange a few elements.
23 (face_for_overlay_string): Decl renamed from
24 face_at_buffer_position_no_overlays, and add argument.
25
6 2007-11-03 Richard Stallman <rms@gnu.org> 26 2007-11-03 Richard Stallman <rms@gnu.org>
7 27
8 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays 28 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
9 to get the base face for an overlay string. 29 to get the base face for an overlay string.
10 30