aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2011-01-04 13:44:17 +0100
committerMichael Albinus2011-01-04 13:44:17 +0100
commit412b9ee578cda7bfc5ec6a0187e313b53f307cd5 (patch)
tree2b9b48f19af1c14c6a66eb28e0ccc4912047a198
parent0fadf00e5407105579c551f495a6d2424536184a (diff)
downloademacs-412b9ee578cda7bfc5ec6a0187e313b53f307cd5.tar.gz
emacs-412b9ee578cda7bfc5ec6a0187e313b53f307cd5.zip
* NEWS: Extended behaviour of dbus-register-{method,property}.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS8
2 files changed, 9 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3e21a4fd2cb..77c17aed94a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2
3 * NEWS: Extended behaviour of dbus-register-{method,property}.
4
12011-01-02 Kenichi Handa <handa@m17n.org> 52011-01-02 Kenichi Handa <handa@m17n.org>
2 6
3 * NEWS.23: Describe the changes for rmail's MIME handling. 7 * NEWS.23: Describe the changes for rmail's MIME handling.
diff --git a/etc/NEWS b/etc/NEWS
index b944c2f1bf1..c16925b11e9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,6 +1,6 @@
1GNU Emacs NEWS -- history of user-visible changes. 1GNU Emacs NEWS -- history of user-visible changes.
2 2
3Copyright (C) 2010, 2011 Free Software Foundation, Inc. 3Copyright (C) 2010 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6Please send Emacs bug reports to bug-gnu-emacs@gnu.org. 6Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
@@ -557,6 +557,8 @@ threads simultaneously.
557*** It is possible now, to access alternative buses than the default 557*** It is possible now, to access alternative buses than the default
558system or session bus. 558system or session bus.
559 559
560*** dbus-register-{method,property} do not necessarily register names anymore.
561
560** Tramp 562** Tramp
561 563
562*** There exists a new inline access method "ksu" (kerberized su). 564*** There exists a new inline access method "ksu" (kerberized su).
@@ -713,8 +715,8 @@ by the Graphic Control Extension of the image.
713 715
714*** If Emacs is compiled with libxml2 support (which is the default), 716*** If Emacs is compiled with libxml2 support (which is the default),
715two new Emacs Lisp-level functions are defined: 717two new Emacs Lisp-level functions are defined:
716`libxml-parse-html-region' (which will parse "real world" HTML) 718`xml-parse-html-string-internal' (which will parse "real world" HTML)
717and `libxml-parse-xml-region' (which parses XML). Both return an 719and `xml-parse-string-internal' (which parses XML). Both return an
718Emacs Lisp parse tree. 720Emacs Lisp parse tree.
719 721
720FIXME: These should be front-ended by xml.el. 722FIXME: These should be front-ended by xml.el.