diff options
| author | Michael Albinus | 2011-01-04 13:44:17 +0100 |
|---|---|---|
| committer | Michael Albinus | 2011-01-04 13:44:17 +0100 |
| commit | 412b9ee578cda7bfc5ec6a0187e313b53f307cd5 (patch) | |
| tree | 2b9b48f19af1c14c6a66eb28e0ccc4912047a198 /etc | |
| parent | 0fadf00e5407105579c551f495a6d2424536184a (diff) | |
| download | emacs-412b9ee578cda7bfc5ec6a0187e313b53f307cd5.tar.gz emacs-412b9ee578cda7bfc5ec6a0187e313b53f307cd5.zip | |
* NEWS: Extended behaviour of dbus-register-{method,property}.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 8 |
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 @@ | |||
| 1 | 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> | ||
| 2 | |||
| 3 | * NEWS: Extended behaviour of dbus-register-{method,property}. | ||
| 4 | |||
| 1 | 2011-01-02 Kenichi Handa <handa@m17n.org> | 5 | 2011-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. |
| @@ -1,6 +1,6 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. | 1 | GNU Emacs NEWS -- history of user-visible changes. |
| 2 | 2 | ||
| 3 | Copyright (C) 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. | 6 | Please 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 |
| 558 | system or session bus. | 558 | system 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), |
| 715 | two new Emacs Lisp-level functions are defined: | 717 | two 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) |
| 717 | and `libxml-parse-xml-region' (which parses XML). Both return an | 719 | and `xml-parse-string-internal' (which parses XML). Both return an |
| 718 | Emacs Lisp parse tree. | 720 | Emacs Lisp parse tree. |
| 719 | 721 | ||
| 720 | FIXME: These should be front-ended by xml.el. | 722 | FIXME: These should be front-ended by xml.el. |