From 35c46663e49b51dcc3b56bed317c01bd45d6df25 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 29 Jun 2024 16:36:17 +0200 Subject: [PATCH] ; * etc/NEWS: Move item to "Lisp Changes". --- etc/NEWS | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index f8e55b9e33c..3683837ed8f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1779,16 +1779,6 @@ Similarly to buffer restoration by Desktop, 'recentf-mode' checking of the accessibility of remote files can now time out if 'remote-file-name-access-timeout' is set to a positive number. -** Notifications - -+++ -*** Allow using Icon Naming Specification for ':app-icon'. -You can use a symbol as the value for ':app-icon' to provide icon name -without specifying a file, like this: - - (notifications-notify - :title "I am playing music" :app-icon 'multimedia-player) - ** Image Dired *** New user option 'image-dired-thumb-naming'. @@ -2641,6 +2631,14 @@ See the Info node "(elisp) Drag and Drop". The function 'dnd-handle-one-url' has been made obsolete, since it cannot take these new handlers into account. ++++ +** 'notifications-notify' can use Icon Naming Specification for ':app-icon'. +You can use a symbol as the value for ':app-icon' to provide icon name +without specifying a file, like this: + + (notifications-notify + :title "I am playing music" :app-icon 'multimedia-player) + ** New function 're-disassemble' to see the innards of a regexp. If you built Emacs with '--enable-checking', you can use this to help debug either your regexp performance problems or the regexp engine.