; * etc/NEWS: Move item to "Lisp Changes".
authorStefan Kangas <stefankangas@gmail.com>
Sat, 29 Jun 2024 14:36:17 +0000 (16:36 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 29 Jun 2024 14:36:17 +0000 (16:36 +0200)
etc/NEWS

index f8e55b9e33cc35e1ec74c98b21603982b2241c48..3683837ed8f98ac1b2e48ee73ef0c5af62c3cb67 100644 (file)
--- 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.