diff options
| author | Michael Albinus | 2009-08-16 12:23:23 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-08-16 12:23:23 +0000 |
| commit | a0645cddf04b22c60dd3291fe6f83c18958995ad (patch) | |
| tree | 6a899611fb0fe275271fd6a83cabd7632b34c740 /src/ChangeLog | |
| parent | 19261da4e2cdfbe382c931c97c8745727ab8ab4d (diff) | |
| download | emacs-a0645cddf04b22c60dd3291fe6f83c18958995ad.tar.gz emacs-a0645cddf04b22c60dd3291fe6f83c18958995ad.zip | |
* dbusbind.c (xd_initialize): Add connection file descriptor to
input_wait_mask, in order to let select() detect, whether a new
message has been arrived.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12154bc0bb7..d3d85a8502b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-08-16 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c (xd_initialize): Add connection file descriptor to | ||
| 4 | input_wait_mask, in order to let select() detect, whether a new | ||
| 5 | message has been arrived. | ||
| 6 | |||
| 1 | 2009-08-15 Michael Albinus <michael.albinus@gmx.de> | 7 | 2009-08-15 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New | 9 | * dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New |