aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2007-12-16 22:36:47 +0000
committerMichael Albinus2007-12-16 22:36:47 +0000
commitf5306ca30f8b9b4ab8a19eb15a42174ae8a91c20 (patch)
tree8dc54667344d855efbbe5707dcdb3dd2f7e2cec0 /src/ChangeLog
parente7bdf123c4abe2945ec5a13bfb97cefcf6b7496f (diff)
downloademacs-f5306ca30f8b9b4ab8a19eb15a42174ae8a91c20.tar.gz
emacs-f5306ca30f8b9b4ab8a19eb15a42174ae8a91c20.zip
* dbusbind.c (top): Include <stdio.h>.
(Fdbus_call_method, Fdbus_send_signal): Apply type cast in dbus_message_new_method_call and dbus_message_new_signal. (Fdbus_register_signal): Rename unique_name to uname. Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of non-existing unique name. Fix typos in matching rule. Return an object which is useful in Fdbus_unregister_signal. (Fdbus_unregister_signal): Reimplementation, in order to remove only the corresponding entry. (Vdbus_registered_functions_table): Change the order of entries. Apply these changes in xd_read_message and Fdbus_register_signal.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 21e1f9c9df2..51c19d79197 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12007-12-16 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbusbind.c (top): Include <stdio.h>.
4 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
5 dbus_message_new_method_call and dbus_message_new_signal.
6 (Fdbus_register_signal): Rename unique_name to uname. Check
7 handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
8 non-existing unique name. Fix typos in matching rule. Return an
9 object which is useful in Fdbus_unregister_signal.
10 (Fdbus_unregister_signal): Reimplementation, in order to remove
11 only the corresponding entry.
12 (Vdbus_registered_functions_table): Change the order of entries.
13 Apply these changes in xd_read_message and Fdbus_register_signal.
14
12007-12-16 Andreas Schwab <schwab@suse.de> 152007-12-16 Andreas Schwab <schwab@suse.de>
2 16
3 * fileio.c (Finsert_file_contents): Fix overflow check to not 17 * fileio.c (Finsert_file_contents): Fix overflow check to not