diff options
author | Kim F. Storm <storm@cua.dk> | 2004-05-17 23:05:33 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-05-17 23:05:33 +0000 |
commit | 89d199887d412595cfacd166cb6ac33a5bfbf4d6 (patch) | |
tree | f6ac60c727c373e2681919c656da9436e7aa74f2 | |
parent | 2ba49441af2401cc7f5a2eaec8aeeb9dd9edeea0 (diff) | |
download | emacs-89d199887d412595cfacd166cb6ac33a5bfbf4d6.tar.gz emacs-89d199887d412595cfacd166cb6ac33a5bfbf4d6.tar.bz2 emacs-89d199887d412595cfacd166cb6ac33a5bfbf4d6.zip |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 5 |
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 @@ 2004-05-18 Kim F. Storm <storm@cua.dk> + * blockinput.h (INPUT_BLOCKED_P): New macros. + + * keyboard.c (Frecursive_edit): Return immediately if input blocked. + (Ftop_level): Unblock input if blocked. + * buffer.h (GET_OVERLAYS_AT): New macro. * msdos.c (IT_note_mouse_highlight): Use it. * textprop.c (get_char_property_and_overlay): Use it. |