1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 12:51:54 -08:00
emacs/doc
Po Lu 6b40d557c4 Port more notification senders to non-XDG systems
* doc/lispref/os.texi (Desktop Notifications): Document that
`:timeout' is now implemented.

* java/org/gnu/emacs/EmacsDesktopNotification.java
(EmacsDesktopNotification): New field delay.
(display1): Set delay on Android 8.0 and up.

* lisp/erc/erc-desktop-notifications.el
(erc-notifications-notify): Call Android or Haiku notification
functions on those systems.

* lisp/gnus/gnus-notifications.el (gnus-notifications-action)
(gnus-notification-close): Remove dismissed notifications from
the notification to message map.
(gnus-notifications-notify): Call android-notifications-notify
if possible.

* src/androidselect.c (android_init_emacs_desktop_notification):
Update accordingly.
(android_notifications_notify_1): New argument TIMEOUT.
(Fandroid_notifications_notify): New argument QCtimeout.
(syms_of_androidselect) <QCtimeout>: New symbol.
2024-03-13 11:01:39 +08:00
..
emacs Declare 124 new Android permissions 2024-03-08 10:58:17 +08:00
lispintro Fix info-xref-tests 2024-01-13 20:38:34 +02:00
lispref Port more notification senders to non-XDG systems 2024-03-13 11:01:39 +08:00
man Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
misc When navigating through history in EWW, don't keep adding to 'eww-history' 2024-03-06 14:36:23 -08:00
translations ; Further copyedits of doc/translations/README. 2024-02-19 15:19:54 +02:00