diff options
| author | Michael Albinus | 2009-08-16 17:35:44 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-08-16 17:35:44 +0000 |
| commit | ca4f31ea158896bcca9020b15489340df6ccba38 (patch) | |
| tree | 7d353d49e2b09c45b6dd9e774dc7ac660245fb3b /src/ChangeLog | |
| parent | 556594956bdd178569ea6e1fe0b5c3034be0f3a1 (diff) | |
| download | emacs-ca4f31ea158896bcca9020b15489340df6ccba38.tar.gz emacs-ca4f31ea158896bcca9020b15489340df6ccba38.zip | |
* dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d3d85a8502b..123e7a845cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * dbusbind.c (xd_initialize): Add connection file descriptor to | 3 | * dbusbind.c (xd_initialize): Add connection file descriptor to |
| 4 | input_wait_mask, in order to let select() detect, whether a new | 4 | input_wait_mask, in order to let select() detect, whether a new |
| 5 | message has been arrived. | 5 | message has been arrived. |
| 6 | (Fdbus_call_method_asynchronously): Allow nil HANDLER. | ||
| 6 | 7 | ||
| 7 | 2009-08-15 Michael Albinus <michael.albinus@gmx.de> | 8 | 2009-08-15 Michael Albinus <michael.albinus@gmx.de> |
| 8 | 9 | ||