* NEWS: Add new function dbus-register-service.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Jan 2011 09:40:20 +0000 (10:40 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Jan 2011 09:40:20 +0000 (10:40 +0100)
etc/ChangeLog
etc/NEWS

index a27d3e6..d690c96 100644 (file)
@@ -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
index 2db17e5..a4b39da 100644 (file)
--- 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