aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c95b29e4ec6..cd9e767035f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12004-05-18 Kim F. Storm <storm@cua.dk> 12004-05-18 Kim F. Storm <storm@cua.dk>
2 2
3 * blockinput.h (INPUT_BLOCKED_P): New macros.
4
5 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
6 (Ftop_level): Unblock input if blocked.
7
3 * buffer.h (GET_OVERLAYS_AT): New macro. 8 * buffer.h (GET_OVERLAYS_AT): New macro.
4 * msdos.c (IT_note_mouse_highlight): Use it. 9 * msdos.c (IT_note_mouse_highlight): Use it.
5 * textprop.c (get_char_property_and_overlay): Use it. 10 * textprop.c (get_char_property_and_overlay): Use it.