changeset 112180:a48c0a71829b

* NEWS: Add new function dbus-register-service.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 10 Jan 2011 10:40:20 +0100
parents 57d3123a1003
children af71852e09a2
files etc/ChangeLog etc/NEWS
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <jan.moringen@uni-bielefeld.de>
+
+	* NEWS: Add new function dbus-register-service.
+
 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
 
 	* themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind
--- 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