emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102753: * NEWS: Extended behaviour o


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102753: * NEWS: Extended behaviour of dbus-register-{method, property}.
Date: Tue, 04 Jan 2011 13:44:17 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102753
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2011-01-04 13:44:17 +0100
message:
  * NEWS: Extended behaviour of dbus-register-{method,property}.
modified:
  etc/ChangeLog
  etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-01-02 20:28:40 +0000
+++ b/etc/ChangeLog     2011-01-04 12:44:17 +0000
@@ -1,3 +1,7 @@
+2011-01-04  Jan Moringen  <address@hidden>
+
+       * NEWS: Extended behaviour of dbus-register-{method,property}.
+
 2011-01-02  Kenichi Handa  <address@hidden>
 
        * NEWS.23: Describe the changes for rmail's MIME handling.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-01-03 01:18:33 +0000
+++ b/etc/NEWS  2011-01-04 12:44:17 +0000
@@ -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 address@hidden
@@ -557,6 +557,8 @@
 *** 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 @@
 
 *** 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]