# HG changeset patch # User Michael Albinus # Date 1294652420 -3600 # Node ID a48c0a71829b990efaa636cce67dd1ff5f989473 # Parent 57d3123a1003359949cb3cb053a5c7421985bcdd * NEWS: Add new function dbus-register-service. diff -r 57d3123a1003 -r a48c0a71829b etc/ChangeLog --- a/etc/ChangeLog Mon Jan 10 10:35:44 2011 +0100 +++ b/etc/ChangeLog Mon Jan 10 10:40:20 2011 +0100 @@ -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 -r 57d3123a1003 -r a48c0a71829b etc/NEWS --- a/etc/NEWS Mon Jan 10 10:35:44 2011 +0100 +++ b/etc/NEWS Mon Jan 10 10:40:20 2011 +0100 @@ -565,7 +565,12 @@ *** 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