| Age | Commit message (Expand) | Author |
| 2011-05-23 | * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg. | Paul Eggert |
| 2011-05-07 | * dbusbind.c (QCdbus_type_unix_fd): Declare static. | Michael Albinus |
| 2011-04-29 | * dbusbind.c: Do not use XPNTR on a value that may be an integer. | Paul Eggert |
| 2011-04-27 | * dbusbind.c: Don't possibly lose pointer info when converting. | Paul Eggert |
| 2011-04-18 | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert |
| 2011-04-11 | * dired.c (file_name_completion): Now static. | Paul Eggert |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert |
| 2011-03-26 | Variadic C functions now count arguments with size_t, not int. | Paul Eggert |
| 2011-03-13 | * dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused v... | Paul Eggert |
| 2011-03-13 | * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning | Paul Eggert |
| 2011-03-13 | * dbusbind.c: Pointer signedness fixes. | Paul Eggert |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris |
| 2011-01-10 | * dbusbind.c (Fdbus_register_service): Raise an error in case of | Michael Albinus |
| 2011-01-10 | * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol; | Michael Albinus |
| 2011-01-04 | * dbusbind.c (Fdbus_register_method): Added optional parameter | Michael Albinus |
| 2010-11-10 | Fix syntax error in previous commit. | Michael Albinus |
| 2010-11-10 | * dbusbind.c (QCdbus_type_unix_fd): New Lisp object. | Michael Albinus |
| 2010-11-01 | Fix error in last merge from branch. | Chong Yidong |
| 2010-10-31 | Merge changes from emacs-23 branch | Chong Yidong |
| 2010-10-25 | * dbusbind.c (Fdbus_call_method_asynchronously) | Michael Albinus |
| 2010-10-08 | * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object. | Michael Albinus |
| 2010-10-08 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-10-03 | * dbusbind.c (syms_of_dbusbind): Move putenv call ... | Michael Albinus |
| 2010-10-01 | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu |
| 2010-09-28 | * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it | Michael Albinus |
| 2010-09-28 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-09-27 | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status) | Michael Albinus |
| 2010-09-27 | * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". | Michael Albinus |
| 2010-09-27 | * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". | Michael Albinus |
| 2010-09-27 | * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS. | Michael Albinus |
| 2010-09-26 | Add fd handling with callbacks to select, dbus needs it for async operation. | Jan D |
| 2010-08-23 | * dbusbind.c: Accept UNIX domain sockets as bus address. | Michael Albinus |
| 2010-07-12 | * dbusbind.c (xd_initialize): Don't compare boolean with a constant. | Andreas Schwab |
| 2010-07-09 | * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which | Michael Albinus |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu |
| 2010-06-10 | Merge from emacs-23 | Andreas Schwab |
| 2010-06-09 | * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. | Stefan Monnier |
| 2010-06-01 | Fix config.h includes. | Dan Nicolaescu |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris |
| 2010-01-04 | (xd_remove_watch): Avoid trying to convert a void* to | Stefan Monnier |
| 2010-01-03 | * dbusbind.c (xd_add_watch): Improve debug message. | Michael Albinus |
| 2009-12-15 | * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to | Michael Albinus |
| 2009-11-13 | * dbusbind.c (Vdbus_registered_objects_table): Renamed from | Michael Albinus |
| 2009-11-06 | * xterm.c (syms_of_xterm): | Dan Nicolaescu |
| 2009-10-24 | (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and | Andreas Schwab |
| 2009-10-19 | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu |
| 2009-10-13 | (dbus-method-return-internal, dbus-method-error-internal): Use long format in... | Adrian Robert |