comparison src/ChangeLog @ 103114:fa8e2c663118

* xfaces.c (face_at_buffer_position): New arg base_face_id. * xdisp.c (handle_face_prop): Pass base_face_id of iterator to face_at_buffer_position. (face_before_or_after_it_pos, get_next_display_element) (note_mouse_highlight): Update face_at_buffer_position call. * term.c (term_mouse_highlight): * msdos.c (IT_note_mouse_highlight): * fontset.c (Finternal_char_font): * font.c (font_at, font_range): Update face_at_buffer_position call. * dispextern.h (face_at_buffer_position): Update prototype.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 30 Apr 2009 05:01:57 +0000
parents 9e5db9760121
children bd0deaeb4b5d
comparison
equal deleted inserted replaced
103113:9e5db9760121 103114:fa8e2c663118
1 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4
5 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6 face_at_buffer_position.
7 (face_before_or_after_it_pos, get_next_display_element)
8 (note_mouse_highlight): Update face_at_buffer_position call.
9
10 * term.c (term_mouse_highlight):
11 * msdos.c (IT_note_mouse_highlight):
12 * fontset.c (Finternal_char_font):
13 * font.c (font_at, font_range): Update face_at_buffer_position
14 call.
15
16 * dispextern.h (face_at_buffer_position): Update prototype.
17
1 2009-04-30 Kenichi Handa <handa@m17n.org> 18 2009-04-30 Kenichi Handa <handa@m17n.org>
2 19
3 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or 20 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or
4 not. 21 not.
5 22