diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 035902e1021..e381d63f344 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-06-10 Michael Albinus + + * notifications.el: Move file from lisp/net, because it is + supposed to talk locally to the user. + 2010-06-10 Julien Danjou * net/notifications.el (notifications-on-action-signal) diff --git a/lisp/net/notifications.el b/lisp/notifications.el similarity index 100% rename from lisp/net/notifications.el rename to lisp/notifications.el