]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Add D-Bus changes.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 8 Sep 2020 14:24:22 +0000 (16:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 8 Sep 2020 14:24:22 +0000 (16:24 +0200)
etc/NEWS

index 407e1c419839d81a09b7550c8e758dae6a9cc6ea..fd6cdbe3b474197d34503a76067c5c34ae18233f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -953,9 +953,9 @@ window after starting).  This variable defaults to nil.
 ** Miscellaneous
 
 ---
-*** 'icomplete-show-matches-on-no-input' behavior change
+*** 'icomplete-show-matches-on-no-input' behavior change.
 Previously, choosing a different completion with commands like 'C-.'
-and then hitting enter would choose the default completion.  Doing
+and then hitting  'RET' would choose the default completion.  Doing
 this will now choose the completion under point.
 
 +++
@@ -1083,12 +1083,21 @@ The old names are now obsolete.
 
 ** D-Bus
 
++++
+*** Property values can be typed explicitly.
+'dbus-register-property' and 'dbus-set-property' accept now optional
+type symbols.
+
 +++
 *** Registered properties can have the new access type ':write'.
 
 +++
 *** In case of problems, handlers can emit proper D-Bus error messages now.
 
+---
+*** D-Bus errors, which have been converted from incoming D-Bus error
+messages, contain the error name of that message now.
+
 \f
 * New Modes and Packages in Emacs 28.1