]> code.delx.au - gnu-emacs/commitdiff
* NEWS: Extended behaviour of dbus-register-{method,property}.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Jan 2011 12:44:17 +0000 (13:44 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Jan 2011 12:44:17 +0000 (13:44 +0100)
etc/ChangeLog
etc/NEWS

index 3e21a4fd2cbece702e4ad0c3b15cbde9fcaf3889..77c17aed94a14b81c0b6761641bc8a283248cbdd 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
+
+       * NEWS: Extended behaviour of dbus-register-{method,property}.
+
 2011-01-02  Kenichi Handa  <handa@m17n.org>
 
        * NEWS.23: Describe the changes for rmail's MIME handling.
index b944c2f1bf18a584d6f3e5cb1387e8557d40c1d9..c16925b11e94266e2c0614cb14f2c6932eba9481 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,6 +1,6 @@
 GNU Emacs NEWS -- history of user-visible changes.
 
-Copyright (C) 2010, 2011  Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
@@ -557,6 +557,8 @@ 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.
+
 ** Tramp
 
 *** There exists a new inline access method "ksu" (kerberized su).
@@ -713,8 +715,8 @@ by the Graphic Control Extension of the image.
 
 *** If Emacs is compiled with libxml2 support (which is the default),
 two new Emacs Lisp-level functions are defined:
-`libxml-parse-html-region' (which will parse "real world" HTML)
-and `libxml-parse-xml-region' (which parses XML).  Both return an
+`xml-parse-html-string-internal' (which will parse "real world" HTML)
+and `xml-parse-string-internal' (which parses XML).  Both return an
 Emacs Lisp parse tree.
 
 FIXME: These should be front-ended by xml.el.