diff options
| author | Andrew Tropin | 2023-07-27 16:43:17 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-07-27 16:43:17 +0200 |
| commit | 42a911c61e67caa807750cd40887b729f09aaf52 (patch) | |
| tree | b3af85c6de4cf3665e81ec700a8669890e70ce8c /etc | |
| parent | 184fc9b0200cf991c250bb3d6b158eaea2ee7806 (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -567,6 +567,16 @@ Similarly to buffer restoration by Desktop, 'recentf-mode' checking | |||
| 567 | of the accessibility of remote files can now time out if | 567 | of 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 | ||
| 574 | You can use a symbol as the value for ':app-icon' to provide icon name | ||
| 575 | without 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 | ||