diff options
| author | Michael Albinus | 2010-11-10 09:48:18 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-11-10 09:48:18 +0100 |
| commit | da1fec2bc11a790e56d3473228f25c3dcfd59e59 (patch) | |
| tree | baa9935e8b24e8e568ab7a322ef13a6ac8da0f84 /src/ChangeLog | |
| parent | 6f8fc60c41b69cfbf1ff4340978ca3a9ce43e551 (diff) | |
| download | emacs-da1fec2bc11a790e56d3473228f25c3dcfd59e59.tar.gz emacs-da1fec2bc11a790e56d3473228f25c3dcfd59e59.zip | |
* dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
(XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
(xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
(Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
(syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e1e66c0c249..d3bf1b58643 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-11-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbusbind.c (QCdbus_type_unix_fd): New Lisp object. | ||
| 4 | (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature) | ||
| 5 | (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD. | ||
| 6 | (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string. | ||
| 7 | (syms_of_dbusbind): Initialize QCdbus_type_unix_fd). | ||
| 8 | |||
| 1 | 2010-11-10 Glenn Morris <rgm@gnu.org> | 9 | 2010-11-10 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * emacs.c (syms_of_emacs) <system-type>: Doc fix. | 11 | * emacs.c (syms_of_emacs) <system-type>: Doc fix. |