aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2024-07-24 23:52:34 +0200
committerStefan Kangas2024-07-24 23:57:52 +0200
commit2f5af5cab3869af426631735f12acf30798136bf (patch)
tree3103869505390dbd6b4874ee7ed7984806839e7d
parent0ae70433eabe9cf672a7f0f0803f72ad136b1344 (diff)
downloademacs-2f5af5cab3869af426631735f12acf30798136bf.tar.gz
emacs-2f5af5cab3869af426631735f12acf30798136bf.zip
; * etc/NEWS: Fix header level.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a1e0d3ab935..87645de3184 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -162,10 +162,10 @@ That convention was: '(error &rest ARGS)'.
162* Lisp Changes in Emacs 31.1 162* Lisp Changes in Emacs 31.1
163 163
164+++ 164+++
165*** Support interactive D-Bus authorization. 165** Support interactive D-Bus authorization.
166A new ':authorizable t' parameter has been added to 'dbus-call-method' 166A new ':authorizable t' parameter has been added to 'dbus-call-method'
167and 'dbus-call-method-asynchronously' to allow the user to interactively 167and 'dbus-call-method-asynchronously' to allow the user to interactively
168authorize the invoked D-Bus method (e.g., via polkit). 168authorize the invoked D-Bus method (for example via polkit).
169 169
170** The customization group 'wp' has been removed. 170** The customization group 'wp' has been removed.
171It has been obsolete since Emacs 26.1. Use the group 'text' instead. 171It has been obsolete since Emacs 26.1. Use the group 'text' instead.