Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jun 21 14:35:26 2009 +0000 +++ b/src/ChangeLog Mon Jun 22 01:53:11 2009 +0000 @@ -1,3 +1,13 @@ +2009-06-22 Chong Yidong <cyd@stupidchicken.com> + + * 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. + 2009-06-21 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for