aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAndrew Tropin2023-07-27 16:43:17 +0200
committerMichael Albinus2023-07-27 16:43:17 +0200
commit42a911c61e67caa807750cd40887b729f09aaf52 (patch)
treeb3af85c6de4cf3665e81ec700a8669890e70ce8c /etc
parent184fc9b0200cf991c250bb3d6b158eaea2ee7806 (diff)
downloademacs-42a911c61e67caa807750cd40887b729f09aaf52.tar.gz
emacs-42a911c61e67caa807750cd40887b729f09aaf52.zip
notifications: Allow to use Icon Naming Specification for app-icon
* doc/lispref/os.texi (Desktop Notifications): Extend meaning of :app-icon. * etc/NEWS: Allow to use Icon Naming Specification for app-icon in notifications-notify. * lisp/notifications.el (notifications-notify): Allow to use Icon Naming Specification for app-icon.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d0dab755212..44ffbaf78f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -567,6 +567,16 @@ Similarly to buffer restoration by Desktop, 'recentf-mode' checking
567of the accessibility of remote files can now time out if 567of the accessibility of remote files can now time out if
568'remote-file-name-access-timeout' is set to a positive number. 568'remote-file-name-access-timeout' is set to a positive number.
569 569
570** Notifications
571
572+++
573*** Allow to use Icon Naming Specification for app-icon
574You can use a symbol as the value for ':app-icon' to provide icon name
575without specifying a file, like this:
576
577 (notifications-notify
578 :title "I am playing music" :app-icon 'multimedia-player)
579
570 580
571* New Modes and Packages in Emacs 30.1 581* New Modes and Packages in Emacs 30.1
572 582