From 02b28a215a5436bd4bfe93a3924ea543bcd31bc3 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 10 Jan 2011 10:40:20 +0100 Subject: [PATCH] * NEWS: Add new function dbus-register-service. --- etc/ChangeLog | 4 ++++ etc/NEWS | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 133604f9bc0..60c841867d3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-10 Jan Moringen + + * NEWS: Add new function dbus-register-service. + 2011-01-09 Chong Yidong * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind diff --git a/etc/NEWS b/etc/NEWS index 2db17e550d0..a4b39da3c60 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -565,7 +565,12 @@ threads simultaneously. *** It is possible now, to access alternative buses than the default system or session bus. -*** dbus-register-{method,property} do not necessarily register names anymore. +*** dbus-register-{service,method,property} +The -method and -property functions do not automatically register +names anymore. + +The new function dbus-register-service registers a service known name +on a D-Bus without simultaneously registering a property or a method. ** Tramp -- 2.11.4.GIT