emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110360: Rename erc-notifications.el


From: Julien Danjou
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110360: Rename erc-notifications.el to erc-desktop-notifications.el
Date: Thu, 04 Oct 2012 15:11:49 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110360
committer: Julien Danjou <address@hidden>
branch nick: trunk
timestamp: Thu 2012-10-04 15:11:49 +0200
message:
  Rename erc-notifications.el to erc-desktop-notifications.el
  
  * erc-desktop-notifications.el: Rename from erc-notifications to
  avoid clash with 8+3 filename format and erc-notify.el.
renamed:
  lisp/erc/erc-notifications.el => lisp/erc/erc-desktop-notifications.el
modified:
  lisp/erc/ChangeLog
  lisp/erc/erc-desktop-notifications.el
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2012-09-25 04:13:02 +0000
+++ b/lisp/erc/ChangeLog        2012-10-04 13:11:49 +0000
@@ -1,3 +1,8 @@
+2012-10-04  Julien Danjou  <address@hidden>
+
+       * erc-desktop-notifications.el: Rename from erc-notifications to
+       avoid clash with 8+3 filename format and erc-notify.el.
+
 2012-09-25  Chong Yidong  <address@hidden>
 
        * erc.el (erc-send-command): Use define-obsolete-function-alias.

=== renamed file 'lisp/erc/erc-notifications.el' => 
'lisp/erc/erc-desktop-notifications.el'
--- a/lisp/erc/erc-notifications.el     2012-07-21 11:08:32 +0000
+++ b/lisp/erc/erc-desktop-notifications.el     2012-10-04 13:11:49 +0000
@@ -1,4 +1,4 @@
-;; erc-notifications.el -- Send notification on PRIVMSG or mentions
+;; erc-desktop-notifications.el -- Send notification on PRIVMSG or mentions
 
 ;; Copyright (C) 2012 Free Software Foundation, Inc.
 
@@ -75,7 +75,7 @@
                     (member nick erc-track-exclude)))
         (erc-notifications-notify nick msg)))))
 
-;;;###autoload(autoload 'erc-notifications-mode "erc-notifications" "" t)
+;;;###autoload(autoload 'erc-notifications-mode "erc-desktop-notifications" "" 
t)
 (define-erc-module notifications nil
   "Send notifications on private message reception and mentions."
   ;; Enable
@@ -85,6 +85,6 @@
   ((remove-hook 'erc-server-PRIVMSG-functions 'erc-notifications-PRIVMSG)
    (remove-hook 'erc-text-matched-hook 'erc-notifications-notify-on-match)))
 
-(provide 'erc-notifications)
+(provide 'erc-desktop-notifications)
 
-;;; erc-notifications.el ends here
+;;; erc-desktop-notifications.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]