summaryrefslogtreecommitdiff
path: root/lisp/net/dbus.el
Commit message (Expand)AuthorAgeFilesLines
* Handle several children of PATH in dbus-managed-objects-handlerMichael Albinus2020-10-291-24/+27
* Add interface arg to D-Bus PropertiesChanged signal.Hugh Daschbach2020-10-121-0/+2
* Make dbus-unregister-object work for monitorsMichael Albinus2020-10-041-4/+8
* Add D-Bus introspection testsHugh Daschbach2020-09-301-0/+3
* More strict D-Bus type checkingMichael Albinus2020-09-291-3/+7
* Improve D-Bus monitorMichael Albinus2020-09-281-7/+59
* Document D-Bus monitoringMichael Albinus2020-09-271-102/+122
* Add D-Bus monitorMichael Albinus2020-09-261-61/+234
* Add D-Bus testsMichael Albinus2020-09-211-8/+13
* Make D-Bus properties type safeMichael Albinus2020-09-201-73/+81
* Work on D-Bus properties etcMichael Albinus2020-09-171-9/+14
* D-Bus: keep type information in D-Bus eventsMichael Albinus2020-09-161-32/+58
* Cleanup in dbus.el, dbus-tests.elMichael Albinus2020-09-121-29/+38
* D-Bus: Implement other compound types of propertiesMichael Albinus2020-09-111-14/+34
* Implement D-Bus properties with compound type.Michael Albinus2020-09-101-39/+54
* Fix thinko in dbus.elMichael Albinus2020-09-091-2/+2
* Implement typed D-Bus properties (Bug#43252)Michael Albinus2020-09-081-86/+138
* More work on D-Bus error messagesMichael Albinus2020-09-061-19/+26
* ; Minor touchups to recent D-Bus changesBasil L. Contovounesios2020-09-061-3/+3
* Extend dbus.el by error messages, and :write access typeMichael Albinus2020-09-041-81/+149
* Fix bug in dbus.elMichael Albinus2020-09-021-8/+18
* Various dbus.el cleanups (bug#41744)Basil L. Contovounesios2020-06-181-164/+107
* Clean up D-Bus documentation (bug#41744)Basil L. Contovounesios2020-06-081-113/+115
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-5/+5
* Update some URLsPaul Eggert2019-09-231-5/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-09-281-4/+5
|\|
| * Fix Bug#32828Michael Albinus2018-09-281-4/+5
* | Make dbus.el fitter for Emacs configured --without-dbusMichael Albinus2018-04-061-1/+8
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Turn on lexical-binding in some net libsMark Oteiza2016-10-311-36/+29
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-20/+20
* Escape ` and ' in docPaul Eggert2015-09-011-2/+2
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-14/+14
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-3/+3
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-3/+3
* dbus.el: fix ":argN" keyword recognitionDaiki Ueno2015-02-261-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix Bug#17858Michael Albinus2014-07-041-1/+21
* Fix a regression bug in D-Bus event handling.Michael Albinus2014-06-151-4/+6
* * net/dbus.el (dbus-init-bus, dbus-call-method)Michael Albinus2014-05-161-0/+12
* * net/dbus.el (dbus--init-bus): Declare function.Michael Albinus2014-02-271-17/+31
* Spelling fixes.Paul Eggert2014-02-221-1/+1
* Improve dbus error handling; detect bus failureDaniel Colascione2014-02-201-24/+99