diff options
| author | Michael Albinus | 2009-08-15 18:31:49 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-08-15 18:31:49 +0000 |
| commit | 485db0ba8618f888187586963d73ed2e36ae585d (patch) | |
| tree | 4292db5d4ef17ae61a2cf87b694b596e1d01faa9 /src/ChangeLog | |
| parent | f573d5886c10d1312e77c6d7e8bee35b15840d85 (diff) | |
| download | emacs-485db0ba8618f888187586963d73ed2e36ae585d.tar.gz emacs-485db0ba8618f888187586963d73ed2e36ae585d.zip | |
* keyboard.c (readable_events): Call xd_pending_messages.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4162842008..11c371b6cca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-08-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New | ||
| 4 | functions. | ||
| 5 | |||
| 6 | * lisp.h (xd_pending_messages): Declare. | ||
| 7 | |||
| 8 | * keyboard.c (readable_events): Call xd_pending_messages. | ||
| 9 | |||
| 1 | 2009-08-15 Chong Yidong <cyd@stupidchicken.com> | 10 | 2009-08-15 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 11 | ||
| 3 | * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131). | 12 | * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131). |