diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2014-11-23 10:00:28 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2014-11-23 10:00:28 +0100 |
commit | 709a5173cd98d1e67724d1d02c437fa63681c3b6 (patch) | |
tree | 0c2a289089d10c1f00ed813176163267a6c093f2 /lisp/erc/ChangeLog | |
parent | 116be2828b1c36a02471019d6a6ed68b67a32497 (diff) | |
download | emacs-709a5173cd98d1e67724d1d02c437fa63681c3b6.tar.gz |
* erc-desktop-notifications.el (erc-notifications-bus):
New customer option. Supports cases when Emacs hasn't been
invoked in the same environment where the notifications shall go to.
(erc-notifications-notify): Use it.
Diffstat (limited to 'lisp/erc/ChangeLog')
-rw-r--r-- | lisp/erc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 9b8ec66ff55..2004de41d0b 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,10 @@ +2014-11-23 Michael Albinus <michael.albinus@gmx.de> + + * erc-desktop-notifications.el (erc-notifications-bus): + New customer option. Supports cases when Emacs hasn't been + invoked in the same environment where the notifications shall go to. + (erc-notifications-notify): Use it. + 2014-11-10 Kelvin White <kwhite@gnu.org> * erc-stamp.el (erc-timestamp-intangible): Change version tag to 24.5. |