comparison src/ChangeLog @ 34291:2271500f483e

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 06 Dec 2000 17:15:05 +0000
parents 6e9280c17a63
children 19d808b1f586
comparison
equal deleted inserted replaced
34290:2f5e050486ce 34291:2271500f483e
8 (w32_list_fonts): Don't choke if pattern doesn't specify a 8 (w32_list_fonts): Don't choke if pattern doesn't specify a
9 codepage. 9 codepage.
10 10
11 2000-12-06 Gerd Moellmann <gerd@gnu.org> 11 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12 12
13 * xdisp.c (underlying_face_id): New function.
14 (handle_face_prop, face_before_or_after_it_pos): Use it
15 to determine the face ``under'' a string. Let strings inherit
16 the face of the buffer under them.
17
18 * xfaces.c (face_at_string_position): Update function comment.
19
13 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current 20 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
14 matrix if the window's left position has changed; we need to 21 matrix if the window's left position has changed; we need to
15 redraw it in this case. 22 redraw it in this case.
16 23
17 * dispextern.h (struct glyph_matrix): Add member window_left_x. 24 * dispextern.h (struct glyph_matrix): Add member window_left_x.