From: Michael Albinus Date: Mon, 10 Jan 2011 09:40:20 +0000 (+0100) Subject: * NEWS: Add new function dbus-register-service. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~239^2~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c3d4f5bda0144f9c07778dbc3e1307de9dd0063;p=emacs.git * NEWS: Add new function dbus-register-service. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index a27d3e640cc..d690c963fba 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