aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12009-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
12009-06-21 Chong Yidong <cyd@stupidchicken.com> 112009-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