From 2f5af5cab3869af426631735f12acf30798136bf Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 24 Jul 2024 23:52:34 +0200 Subject: [PATCH] ; * etc/NEWS: Fix header level. --- etc/NEWS | 4 ++-- 1 file 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)'. * Lisp Changes in Emacs 31.1 +++ -*** Support interactive D-Bus authorization. +** Support interactive D-Bus authorization. A new ':authorizable t' parameter has been added to 'dbus-call-method' and 'dbus-call-method-asynchronously' to allow the user to interactively -authorize the invoked D-Bus method (e.g., via polkit). +authorize the invoked D-Bus method (for example via polkit). ** The customization group 'wp' has been removed. It has been obsolete since Emacs 26.1. Use the group 'text' instead.