diff options
| author | Chong Yidong | 2009-06-22 01:53:11 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-06-22 01:53:11 +0000 |
| commit | 8a668709c216fe2deab4e22967c89a66381fd9de (patch) | |
| tree | fc05798d0570941b12ca0e5cbca40f9e8661b67a /src/ChangeLog | |
| parent | 70243478757ed60bfdc1a6ec26997409d8619a5a (diff) | |
| download | emacs-8a668709c216fe2deab4e22967c89a66381fd9de.tar.gz emacs-8a668709c216fe2deab4e22967c89a66381fd9de.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index da3c09d2501..5ffadfb9f86 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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 |