aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2010-06-09 09:26:38 +0200
committerMichael Albinus2010-06-09 09:26:38 +0200
commitf9e78150eeb1fa13916e9c694744a0a943223d64 (patch)
tree58cbe767fa1461e8aa27c24c5d0be6d73114b54d /etc
parent41a863541cd2af64bc8cee4b79144f2cb43de9c3 (diff)
downloademacs-f9e78150eeb1fa13916e9c694744a0a943223d64.tar.gz
emacs-f9e78150eeb1fa13916e9c694744a0a943223d64.zip
* NEWS: Add notifications.el.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 135db74b9e0..872615c43e3 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-06-09 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Add notifications.el.
4
12010-05-28 Glenn Morris <rgm@gnu.org> 52010-05-28 Glenn Morris <rgm@gnu.org>
2 6
3 * MACHINES: Remove some old information no longer of relevance. 7 * MACHINES: Remove some old information no longer of relevance.
diff --git a/etc/NEWS b/etc/NEWS
index 2742c3535f9..f4eef5a6eae 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -244,6 +244,9 @@ Secret Service API requires D-Bus for communication. The command
244`secrets-show-secrets' offers a buffer with a visualization of the 244`secrets-show-secrets' offers a buffer with a visualization of the
245secrets. 245secrets.
246 246
247** notifications.el provides an implementation of the Desktop
248Notifications API. It requires D-Bus for communication.
249
247 250
248* Incompatible Lisp Changes in Emacs 24.1 251* Incompatible Lisp Changes in Emacs 24.1
249 252