diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-12-16 Andreas Schwab <schwab@suse.de> | 15 | 2007-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 |