diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 57d548a315c..85fb6b357c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-12-19 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean) | ||
| 4 | (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32) | ||
| 5 | (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64) | ||
| 6 | (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path) | ||
| 7 | (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant) | ||
| 8 | (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type | ||
| 9 | symbols. | ||
| 10 | (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro. | ||
| 11 | (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types. | ||
| 12 | (xd_retrieve_value): Removed. Functionality included in ... | ||
| 13 | (xd_append_arg): New function. | ||
| 14 | (Fdbus_call_method, Fdbus_send_signal): Apply it. | ||
| 15 | |||
| 1 | 2007-12-16 Michael Albinus <michael.albinus@gmx.de> | 16 | 2007-12-16 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 17 | ||
| 3 | * dbusbind.c (top): Include <stdio.h>. | 18 | * dbusbind.c (top): Include <stdio.h>. |