Mercurial > emacs
comparison src/ChangeLog @ 103508:b3c1a923f213
* xdisp.c (Qbefore_string, Qafter_string): Add externs.
(load_overlay_strings): Remove externs.
(fast_find_position): Function deleted.
(mouse_face_from_buffer_pos): New function, based on
fast_find_position. Correctly handle before-strings,
display-strings, and after-strings (Bug#1220).
(note_mouse_highlight): Use mouse_face_from_buffer_pos.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 22 Jun 2009 01:53:11 +0000 |
parents | 973e0a71638b |
children | 9c0aa5262fc9 |
comparison
equal
deleted
inserted
replaced
103507:973e0a71638b | 103508:b3c1a923f213 |
---|---|
1 2009-06-22 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * xdisp.c (Qbefore_string, Qafter_string): Add externs. | |
4 (load_overlay_strings): Remove externs. | |
5 (fast_find_position): Function deleted. | |
6 (mouse_face_from_buffer_pos): New function, based on | |
7 fast_find_position. Correctly handle before-strings, | |
8 display-strings, and after-strings (Bug#1220). | |
9 (note_mouse_highlight): Use mouse_face_from_buffer_pos. | |
10 | |
1 2009-06-21 Chong Yidong <cyd@stupidchicken.com> | 11 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
2 | 12 |
3 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for | 13 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for |
4 !HAVE_WINDOW_SYSTEM. | 14 !HAVE_WINDOW_SYSTEM. |
5 (move_it_in_display_line_to, move_it_in_display_line_to) | 15 (move_it_in_display_line_to, move_it_in_display_line_to) |