summaryrefslogtreecommitdiff
path: root/lisp/net/dbus.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix last dbus changeDaniel Colascione2014-02-171-1/+3
* Improve dbus performance on synchronous callsDaniel Colascione2014-02-171-5/+14
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Minor changes, detected by test suite.Michael Albinus2013-12-051-13/+15
* * net/dbus.el (dbus-byte-array-to-string): Accept also byte arraysMichael Albinus2013-12-041-3/+10
* * lisp/dired-x.el:Daniel Hackney2013-09-041-3/+1
* Add comment for last change.Michael Albinus2013-05-281-0/+2
* * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'Michael Albinus2013-05-271-1/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-2/+4
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-11/+10
* * net/dbus.el (dbus-call-method): Use timeout for `read-event'.Michael Albinus2012-06-131-1/+1
* * net/dbus.el (dbus-call-method): Restore events not from D-Bus. (Bug#11447)Michael Albinus2012-05-131-6/+8
* Spelling fixes.Paul Eggert2012-04-221-1/+1
* Move functions from C to Lisp. Make non-blocking method callsMichael Albinus2012-04-221-223/+842
* lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-2/+2
* * net/dbus.el: (dbus-property-handler): Return empty array ifMichael Albinus2012-03-091-1/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Fix typos.Juanma Barranquero2011-11-161-1/+1
* Spelling fixes.Paul Eggert2011-11-121-1/+1
* * net/dbus.el (dbus-unregister-object): Don't release services forMichael Albinus2011-09-251-10/+12
* * net/dbus.el (dbus-unregister-object): Remove match rule of signals.Michael Albinus2011-09-241-13/+20
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-24/+24
* * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.Michael Albinus2011-02-071-4/+5
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* * net/dbus.el (dbus-unregister-service): Complete doc. FixMichael Albinus2011-01-101-2/+13
* * net/dbus.el (dbus-register-property): Use `dont-register' keyword.Michael Albinus2011-01-101-5/+5
* * net/dbus.el (dbus-unregister-service): Translate returnedMichael Albinus2011-01-101-11/+19
* * net/dbus.el (dbus-register-property): Added optional parameterMichael Albinus2011-01-041-15/+28
* Don't be so lax with spelling.Glenn Morris2010-11-021-2/+1
* Use `declare' in defmacros.Stefan Monnier2010-08-301-3/+1
* * net/dbus.el: Accept UNIX domain sockets as bus address.Michael Albinus2010-08-231-27/+28
* * net/dbus.el (dbus-send-signal): Declare function.Juanma Barranquero2010-07-041-0/+1
* * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).Michael Albinus2010-07-041-13/+44