aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri D'Elia <yuri.delia@eurac.edu>2014-06-30 15:18:42 +0200
committerYuri D'Elia <yuri.delia@eurac.edu>2014-06-30 15:18:42 +0200
commitc014fec909890f1d84ac619baf88fb2bd2f2b8ae (patch)
tree092b89411dfa49cc14a347914ec135658a2ec2f8
parentb9d42edb4c91c064ae2ca13873bc1b6db1e9aae6 (diff)
Format for packaging.
-rw-r--r--gnus-desktop-notify.el12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el
index 085ea8f..550a62f 100644
--- a/gnus-desktop-notify.el
+++ b/gnus-desktop-notify.el
@@ -2,9 +2,10 @@
;; Author: Yuri D'Elia <wavexx AT thregr.org>
;; Contributors: Philipp Haselwarter <philipp.haselwarter AT gmx.de>
-;; Version: 1.2 (15/01/2011)
+;; Version: 1.3
;; URL: http://www.thregr.org/~wavexx/hacks/gnus-desktop-notify/
;; GIT: git://src.thregr.org/gnus-desktop-notify/
+;; Package-Requires: ((gnus "1.0"))
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -21,7 +22,7 @@
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
-;;; Changes:
+;;; Change Log:
;; 1.3:
;; * Use `notifications' in emacs 24 (if available) by default (new function
@@ -44,9 +45,9 @@
;; Desktop notification integration in Gnus!? Ohh goody!
;;
-;; gnus-desktop-notify.el provides a simple mechanism to notify external
-;; programs when new messages are received. For basic usage, to be used in
-;; conjunction with gnus-daemon, put the following:
+;; ``gnus-desktop-notify.el`` provides a simple mechanism to notify the user
+;; when new messages are received. For basic usage, to be used in conjunction
+;; with ``gnus-daemon``, put the following:
;;
;; (require 'gnus-desktop-notify)
;; (gnus-desktop-notify-mode)
@@ -290,3 +291,4 @@ the behavior defined by `gnus-desktop-notify-behavior'."
(provide 'gnus-desktop-notify)
+;;; gnus-desktop-notify.el ends here