aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2009-08-16 17:35:44 +0000
committerMichael Albinus <[email protected]>2009-08-16 17:35:44 +0000
commitca4f31ea158896bcca9020b15489340df6ccba38 (patch)
tree7d353d49e2b09c45b6dd9e774dc7ac660245fb3b /src/ChangeLog
parent556594956bdd178569ea6e1fe0b5c3034be0f3a1 (diff)
* dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d3d85a8502..123e7a845c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
* 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.
+ (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2009-08-15 Michael Albinus <[email protected]>