diff options
| author | Stefan Kangas | 2024-07-24 23:52:34 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-07-24 23:57:52 +0200 |
| commit | 2f5af5cab3869af426631735f12acf30798136bf (patch) | |
| tree | 3103869505390dbd6b4874ee7ed7984806839e7d | |
| parent | 0ae70433eabe9cf672a7f0f0803f72ad136b1344 (diff) | |
| download | emacs-2f5af5cab3869af426631735f12acf30798136bf.tar.gz emacs-2f5af5cab3869af426631735f12acf30798136bf.zip | |
; * etc/NEWS: Fix header level.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 166 | A new ':authorizable t' parameter has been added to 'dbus-call-method' | 166 | A new ':authorizable t' parameter has been added to 'dbus-call-method' |
| 167 | and 'dbus-call-method-asynchronously' to allow the user to interactively | 167 | and 'dbus-call-method-asynchronously' to allow the user to interactively |
| 168 | authorize the invoked D-Bus method (e.g., via polkit). | 168 | authorize 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. |
| 171 | It has been obsolete since Emacs 26.1. Use the group 'text' instead. | 171 | It has been obsolete since Emacs 26.1. Use the group 'text' instead. |