]> git.eshelyaron.com Git - emacs.git/commit
Add command 'dbus-monitor'
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 5 Feb 2021 13:32:41 +0000 (14:32 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 5 Feb 2021 13:32:41 +0000 (14:32 +0100)
commitd5b1deb62e7fe56ccd88348e885a589ff8098106
treeab02a0d2bc4ae964851babc3d678ed4b9110189d
parenta14811fc96d63157acbf398034ef7f1b5fd14d5d
Add command 'dbus-monitor'

* doc/misc/dbus.texi: (Monitoring Messages): Document 'dbus-monitor'.

* etc/NEWS: Mention 'dbus-monitor' but 'dbus-register-monitor'.
Fix typos and other oddities.

* lisp/net/dbus.el (dbus-monitor): New command.

* test/lisp/net/dbus-tests.el (dbus--test-register-service): Extend test.
doc/misc/dbus.texi
etc/NEWS
lisp/net/dbus.el
test/lisp/net/dbus-tests.el