diff options
| author | Kim F. Storm | 2004-05-17 23:05:33 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-05-17 23:05:33 +0000 |
| commit | 89d199887d412595cfacd166cb6ac33a5bfbf4d6 (patch) | |
| tree | f6ac60c727c373e2681919c656da9436e7aa74f2 /src | |
| parent | 2ba49441af2401cc7f5a2eaec8aeeb9dd9edeea0 (diff) | |
| download | emacs-89d199887d412595cfacd166cb6ac33a5bfbf4d6.tar.gz emacs-89d199887d412595cfacd166cb6ac33a5bfbf4d6.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 @@ | |||
| 1 | 2004-05-18 Kim F. Storm <storm@cua.dk> | 1 | 2004-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. |