summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-09-08 16:24:22 +0200
committerMichael Albinus <michael.albinus@gmx.de>2020-09-08 16:24:22 +0200
commit6f3067936560c1a91917eb797fcc0e3d61283b60 (patch)
tree0e945d7a59fa442df68f22396e76fd769bef4a9a /etc
parent39230fadbc7eb5428246334d7e41936e5c06254d (diff)
downloademacs-6f3067936560c1a91917eb797fcc0e3d61283b60.tar.gz
* etc/NEWS: Add D-Bus changes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 407e1c41983..fd6cdbe3b47 100644
--- 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.
+++
@@ -1084,11 +1084,20 @@ 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.
+
* New Modes and Packages in Emacs 28.1