diff options
| author | Thien-Thi Nguyen | 2005-08-06 19:51:42 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-08-06 19:51:42 +0000 |
| commit | e84b4b8614aecf2b935fff2122e2f360134e13ff (patch) | |
| tree | 39396068dd3e6b37d72e8c16d1d6aa8aeb796d50 | |
| parent | cac87e302e52bae078f22a786ca3d9e2407683c4 (diff) | |
| download | emacs-e84b4b8614aecf2b935fff2122e2f360134e13ff.tar.gz emacs-e84b4b8614aecf2b935fff2122e2f360134e13ff.zip | |
Update years in copyright notice; nfc.
164 files changed, 404 insertions, 288 deletions
diff --git a/lisp/gnus/binhex.el b/lisp/gnus/binhex.el index b662fc391d3..af0669f62aa 100644 --- a/lisp/gnus/binhex.el +++ b/lisp/gnus/binhex.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; binhex.el --- elisp native binhex decode | 1 | ;;; binhex.el --- elisp native binhex decode |
| 2 | ;; Copyright (c) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: binhex news | 7 | ;; Keywords: binhex news |
diff --git a/lisp/gnus/canlock.el b/lisp/gnus/canlock.el index ae679d9fb7d..bad7ea0409e 100644 --- a/lisp/gnus/canlock.el +++ b/lisp/gnus/canlock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; canlock.el --- functions for Cancel-Lock feature | 1 | ;;; canlock.el --- functions for Cancel-Lock feature |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> | 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> |
| 7 | ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104 | 7 | ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104 |
diff --git a/lisp/gnus/compface.el b/lisp/gnus/compface.el index ab6ce23362e..874c8bd6222 100644 --- a/lisp/gnus/compface.el +++ b/lisp/gnus/compface.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; compface.el --- functions for converting X-Face headers | 1 | ;;; compface.el --- functions for converting X-Face headers |
| 2 | ;; Copyright (C) 2002 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/dig.el b/lisp/gnus/dig.el index 6bb2ab91050..ed752e56520 100644 --- a/lisp/gnus/dig.el +++ b/lisp/gnus/dig.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; dig.el --- Domain Name System dig interface | 1 | ;;; dig.el --- Domain Name System dig interface |
| 2 | ;; Copyright (c) 2000, 2001, 2003, 2005 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | ;; Keywords: DNS BIND dig | 7 | ;; Keywords: DNS BIND dig |
diff --git a/lisp/gnus/dns.el b/lisp/gnus/dns.el index 37a110e4679..01c373ba954 100644 --- a/lisp/gnus/dns.el +++ b/lisp/gnus/dns.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; dns.el --- Domain Name Service lookups | 1 | ;;; dns.el --- Domain Name Service lookups |
| 2 | ;; Copyright (C) 2002, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Keywords: network | 6 | ;; Keywords: network |
diff --git a/lisp/gnus/earcon.el b/lisp/gnus/earcon.el index 051a9799c95..37ccb3baba1 100644 --- a/lisp/gnus/earcon.el +++ b/lisp/gnus/earcon.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; earcon.el --- Sound effects for messages | 1 | ;;; earcon.el --- Sound effects for messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2000, 2001, 2003 Free Software Foundation | 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 6 | 7 | ||
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el index a18805952b0..d6dc739b55e 100644 --- a/lisp/gnus/flow-fill.el +++ b/lisp/gnus/flow-fill.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; flow-fill.el --- interpret RFC2646 "flowed" text | 1 | ;;; flow-fill.el --- interpret RFC2646 "flowed" text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/format-spec.el b/lisp/gnus/format-spec.el index d287af6f780..fc34b50bc11 100644 --- a/lisp/gnus/format-spec.el +++ b/lisp/gnus/format-spec.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; format-spec.el --- functions for formatting arbitrary formatting strings | 1 | ;;; format-spec.el --- functions for formatting arbitrary formatting strings |
| 2 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Keywords: tools | 7 | ;; Keywords: tools |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 49126e4bdb5..ea45a139ab0 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-agent.el --- unplugged support for Gnus | 1 | ;;; gnus-agent.el --- unplugged support for Gnus |
| 2 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 0d8116b00b9..31874a19149 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-art.el --- article mode commands for Gnus | 1 | ;;; gnus-art.el --- article mode commands for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el index 1c279e69a26..54e651c9e9c 100644 --- a/lisp/gnus/gnus-async.el +++ b/lisp/gnus/gnus-async.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-async.el --- asynchronous support for Gnus | 1 | ;;; gnus-async.el --- asynchronous support for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-audio.el b/lisp/gnus/gnus-audio.el index 79e1fcc4905..7f6bd1167d5 100644 --- a/lisp/gnus/gnus-audio.el +++ b/lisp/gnus/gnus-audio.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; gnus-audio.el --- Sound effects for Gnus | 1 | ;;; gnus-audio.el --- Sound effects for Gnus |
| 2 | ;; Copyright (C) 1996, 2000, 2003 Free Software Foundation | 2 | |
| 3 | ;; Copyright (C) 1996, 2000, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 5 | ;; Keywords: news, mail, multimedia | 7 | ;; Keywords: news, mail, multimedia |
diff --git a/lisp/gnus/gnus-bcklg.el b/lisp/gnus/gnus-bcklg.el index 54d62f03276..4ae08d2e470 100644 --- a/lisp/gnus/gnus-bcklg.el +++ b/lisp/gnus/gnus-bcklg.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-bcklg.el --- backlog functions for Gnus | 1 | ;;; gnus-bcklg.el --- backlog functions for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index 66217699555..4477e8f579e 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-cache.el --- cache interface for Gnus | 1 | ;;; gnus-cache.el --- cache interface for Gnus |
| 2 | |||
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 3 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
| @@ -357,7 +358,7 @@ Returns the list of articles removed." | |||
| 357 | (let ((alist (gnus-agent-load-alist gnus-newsgroup-name))) | 358 | (let ((alist (gnus-agent-load-alist gnus-newsgroup-name))) |
| 358 | (unless (cdr (assoc article alist)) | 359 | (unless (cdr (assoc article alist)) |
| 359 | (setq gnus-newsgroup-undownloaded | 360 | (setq gnus-newsgroup-undownloaded |
| 360 | (gnus-add-to-sorted-list | 361 | (gnus-add-to-sorted-list |
| 361 | gnus-newsgroup-undownloaded article))))) | 362 | gnus-newsgroup-undownloaded article))))) |
| 362 | (push article out)) | 363 | (push article out)) |
| 363 | (gnus-summary-update-download-mark article) | 364 | (gnus-summary-update-download-mark article) |
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el index ab3612a09f9..c33d224a49c 100644 --- a/lisp/gnus/gnus-cite.el +++ b/lisp/gnus/gnus-cite.el | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus | 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2005 | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | ;; Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | ;; Author: Per Abhiddenware | 6 | ;; Author: Per Abhiddenware |
| 8 | 7 | ||
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 32dc8bcf1b6..f523af22750 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-cus.el --- customization commands for Gnus | 1 | ;;; gnus-cus.el --- customization commands for Gnus |
| 2 | ;; | 2 | |
| 3 | ;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-delay.el b/lisp/gnus/gnus-delay.el index 8e00efb1f0c..a664ff8ba00 100644 --- a/lisp/gnus/gnus-delay.el +++ b/lisp/gnus/gnus-delay.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-delay.el --- Delayed posting of articles | 1 | ;;; gnus-delay.el --- Delayed posting of articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6 | ;; Keywords: mail, news, extensions | 6 | ;; Keywords: mail, news, extensions |
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 3d6b44c8b7b..09015bfd636 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour | 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index c93f8a8ff7c..d9ab81a4b9f 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus backend | 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus backend |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1999, 2000, 2001 Didier Verna. | 4 | ;; Copyright (C) 1999, 2000, 2001 Didier Verna. |
| 5 | 5 | ||
| 6 | ;; Author: Didier Verna <didier@xemacs.org> | 6 | ;; Author: Didier Verna <didier@xemacs.org> |
diff --git a/lisp/gnus/gnus-dired.el b/lisp/gnus/gnus-dired.el index aa54a7eaedc..665e75b2e86 100644 --- a/lisp/gnus/gnus-dired.el +++ b/lisp/gnus/gnus-dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-dired.el --- utility functions where gnus and dired meet | 1 | ;;; gnus-dired.el --- utility functions where gnus and dired meet |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, | 6 | ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, |
| 7 | ;; Shenghuo Zhu <zsh@cs.rochester.edu> | 7 | ;; Shenghuo Zhu <zsh@cs.rochester.edu> |
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el index 2bc212f6221..c4cd4deddac 100644 --- a/lisp/gnus/gnus-draft.el +++ b/lisp/gnus/gnus-draft.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-draft.el --- draft message support for Gnus | 1 | ;;; gnus-draft.el --- draft message support for Gnus |
| 2 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-dup.el b/lisp/gnus/gnus-dup.el index 6a66246b700..c5358728d0b 100644 --- a/lisp/gnus/gnus-dup.el +++ b/lisp/gnus/gnus-dup.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-dup.el --- suppression of duplicate articles in Gnus | 1 | ;;; gnus-dup.el --- suppression of duplicate articles in Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-eform.el b/lisp/gnus/gnus-eform.el index cebbb398f21..c133d1541d8 100644 --- a/lisp/gnus/gnus-eform.el +++ b/lisp/gnus/gnus-eform.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-eform.el --- a mode for editing forms for Gnus | 1 | ;;; gnus-eform.el --- a mode for editing forms for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index f14dac4e5fb..c6ab1939547 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen | 1 | ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index fcbc05cc2e6..94f42efc360 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; gnus-fun.el --- various frivolous extension functions to Gnus | 1 | ;;; gnus-fun.el --- various frivolous extension functions to Gnus |
| 2 | ;; Copyright (C) 2002, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-gl.el b/lisp/gnus/gnus-gl.el index c1b52435bf9..aac386cefc9 100644 --- a/lisp/gnus/gnus-gl.el +++ b/lisp/gnus/gnus-gl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-gl.el --- an interface to GroupLens for Gnus | 1 | ;;; gnus-gl.el --- an interface to GroupLens for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Brad Miller <bmiller@cs.umn.edu> | 6 | ;; Author: Brad Miller <bmiller@cs.umn.edu> |
| 7 | ;; Keywords: news, score | 7 | ;; Keywords: news, score |
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 0bfbc46cf5d..9a2516d2c03 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-group.el --- group mode commands for Gnus | 1 | ;;; gnus-group.el --- group mode commands for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index 3cb4cb61539..8b274a09212 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-int.el --- backend interface functions for Gnus | 1 | ;;; gnus-int.el --- backend interface functions for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-kill.el b/lisp/gnus/gnus-kill.el index 9bffd6ebc00..6cdd76647df 100644 --- a/lisp/gnus/gnus-kill.el +++ b/lisp/gnus/gnus-kill.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-kill.el --- kill commands for Gnus | 1 | ;;; gnus-kill.el --- kill commands for Gnus |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-logic.el b/lisp/gnus/gnus-logic.el index 2d7d701c311..288bf3caa92 100644 --- a/lisp/gnus/gnus-logic.el +++ b/lisp/gnus/gnus-logic.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-logic.el --- advanced scoring code for Gnus | 1 | ;;; gnus-logic.el --- advanced scoring code for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-mh.el b/lisp/gnus/gnus-mh.el index b4c502e9e06..cc36aa64687 100644 --- a/lisp/gnus/gnus-mh.el +++ b/lisp/gnus/gnus-mh.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-mh.el --- mh-e interface for Gnus | 1 | ;;; gnus-mh.el --- mh-e interface for Gnus |
| 2 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-ml.el b/lisp/gnus/gnus-ml.el index 5a2b3b9ae0a..c2cf1090d97 100644 --- a/lisp/gnus/gnus-ml.el +++ b/lisp/gnus/gnus-ml.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-ml.el --- Mailing list minor mode for Gnus | 1 | ;;; gnus-ml.el --- Mailing list minor mode for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Julien Gilles <jgilles@free.fr> | 6 | ;; Author: Julien Gilles <jgilles@free.fr> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el index 9b8d2d87e2e..291145cabfc 100644 --- a/lisp/gnus/gnus-mlspl.el +++ b/lisp/gnus/gnus-mlspl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism | 1 | ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> | 6 | ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/gnus-move.el b/lisp/gnus/gnus-move.el index 2f5b4853d5b..7accde21db4 100644 --- a/lisp/gnus/gnus-move.el +++ b/lisp/gnus/gnus-move.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-move.el --- commands for moving Gnus from one server to another | 1 | ;;; gnus-move.el --- commands for moving Gnus from one server to another |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 1317211389d..0614a2304f7 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-msg.el --- mail and post interface for Gnus | 1 | ;;; gnus-msg.el --- mail and post interface for Gnus |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-nocem.el b/lisp/gnus/gnus-nocem.el index a59c33f5e48..7718e53ea60 100644 --- a/lisp/gnus/gnus-nocem.el +++ b/lisp/gnus/gnus-nocem.el | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment | 1 | ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | |||
| 6 | 5 | ||
| 7 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 8 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-picon.el b/lisp/gnus/gnus-picon.el index 40ac294d268..90733027cc5 100644 --- a/lisp/gnus/gnus-picon.el +++ b/lisp/gnus/gnus-picon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-picon.el --- displaying pretty icons in Gnus | 1 | ;;; gnus-picon.el --- displaying pretty icons in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news xpm annotation glyph faces | 7 | ;; Keywords: news xpm annotation glyph faces |
diff --git a/lisp/gnus/gnus-range.el b/lisp/gnus/gnus-range.el index 286d9e7c772..90ea8556754 100644 --- a/lisp/gnus/gnus-range.el +++ b/lisp/gnus/gnus-range.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-range.el --- range and sequence functions for Gnus | 1 | ;;; gnus-range.el --- range and sequence functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index be29e96e102..17e8d5a5f50 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-registry.el --- article registry for Gnus | 1 | ;;; gnus-registry.el --- article registry for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 6 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-salt.el b/lisp/gnus/gnus-salt.el index c8c0f30b417..89e45cac052 100644 --- a/lisp/gnus/gnus-salt.el +++ b/lisp/gnus/gnus-salt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus | 1 | ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2004, 2005 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 0fb853b868e..e866f7f32fc 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-score.el --- scoring code for Gnus | 1 | ;;; gnus-score.el --- scoring code for Gnus |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> | 6 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-setup.el b/lisp/gnus/gnus-setup.el index 3b35eddb1fc..f67fe491d82 100644 --- a/lisp/gnus/gnus-setup.el +++ b/lisp/gnus/gnus-setup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-setup.el --- Initialization & Setup for Gnus 5 | 1 | ;;; gnus-setup.el --- Initialization & Setup for Gnus 5 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 2000, 2001 | 3 | ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-sieve.el b/lisp/gnus/gnus-sieve.el index 75b2fa12b0a..d790fec9aec 100644 --- a/lisp/gnus/gnus-sieve.el +++ b/lisp/gnus/gnus-sieve.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus | 1 | ;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus |
| 2 | ;; Copyright (C) 2001, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: NAGY Andras <nagya@inf.elte.hu>, | 5 | ;; Author: NAGY Andras <nagya@inf.elte.hu>, |
| 5 | ;; Simon Josefsson <simon@josefsson.org> | 6 | ;; Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/gnus/gnus-soup.el b/lisp/gnus/gnus-soup.el index 98cc0ea285e..6bcd2c32cce 100644 --- a/lisp/gnus/gnus-soup.el +++ b/lisp/gnus/gnus-soup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-soup.el --- SOUP packet writing support for Gnus | 1 | ;;; gnus-soup.el --- SOUP packet writing support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> | 6 | ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-spec.el b/lisp/gnus/gnus-spec.el index 84c06975205..784f9605037 100644 --- a/lisp/gnus/gnus-spec.el +++ b/lisp/gnus/gnus-spec.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-spec.el --- format spec functions for Gnus | 1 | ;;; gnus-spec.el --- format spec functions for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el index 08527a5ea44..d7629c26fda 100644 --- a/lisp/gnus/gnus-srvr.el +++ b/lisp/gnus/gnus-srvr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-srvr.el --- virtual server support for Gnus | 1 | ;;; gnus-srvr.el --- virtual server support for Gnus |
| 2 | |||
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 3 | ;; 2004, 2005 | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 730406a2487..47b380b19bb 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-start.el --- startup functions for Gnus | 1 | ;;; gnus-start.el --- startup functions for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index a61f3df6293..c2f7143a9ca 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-sum.el --- summary mode commands for Gnus | 1 | ;;; gnus-sum.el --- summary mode commands for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index 3b2bfacddb0..945665fdcca 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers | 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers |
| 2 | |||
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 3 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 4 | 5 | ||
| 5 | ;; Author: Ilja Weis <kult@uni-paderborn.de> | 6 | ;; Author: Ilja Weis <kult@uni-paderborn.de> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
| @@ -436,7 +437,7 @@ If LOWEST is non-nil, list all newsgroups of level LOWEST or higher." | |||
| 436 | (copy-sequence gnus-group-listed-groups)))) | 437 | (copy-sequence gnus-group-listed-groups)))) |
| 437 | 438 | ||
| 438 | (gnus-update-format-specifications nil 'topic) | 439 | (gnus-update-format-specifications nil 'topic) |
| 439 | 440 | ||
| 440 | (when (or (not gnus-topic-alist) | 441 | (when (or (not gnus-topic-alist) |
| 441 | (not gnus-topology-checked-p)) | 442 | (not gnus-topology-checked-p)) |
| 442 | (gnus-topic-check-topology)) | 443 | (gnus-topic-check-topology)) |
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el index f09445827d1..09753150aa3 100644 --- a/lisp/gnus/gnus-undo.el +++ b/lisp/gnus/gnus-undo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-undo.el --- minor mode for undoing in Gnus | 1 | ;;; gnus-undo.el --- minor mode for undoing in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 925555e1ff0..6514eb37aa3 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-util.el --- utility functions for Gnus | 1 | ;;; gnus-util.el --- utility functions for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 4a7d5fec422..90a2433a3c6 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus | 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus |
| 2 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 2000, | 2 | |
| 3 | ;; 2001, 2002, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Created: 2 Oct 1993 | 7 | ;; Created: 2 Oct 1993 |
| @@ -1353,7 +1354,7 @@ When called interactively, prompt for REGEXP." | |||
| 1353 | (gnus-message 2 "No begin part at the beginning") | 1354 | (gnus-message 2 "No begin part at the beginning") |
| 1354 | (sleep-for 2)) | 1355 | (sleep-for 2)) |
| 1355 | (setq state 'middle)))) | 1356 | (setq state 'middle)))) |
| 1356 | 1357 | ||
| 1357 | ;; When there are no result-files, then something must be wrong. | 1358 | ;; When there are no result-files, then something must be wrong. |
| 1358 | (if result-files | 1359 | (if result-files |
| 1359 | (message "") | 1360 | (message "") |
| @@ -1439,7 +1440,7 @@ When called interactively, prompt for REGEXP." | |||
| 1439 | ;; We replace certain characters that could make things messy. | 1440 | ;; We replace certain characters that could make things messy. |
| 1440 | (setq gnus-uu-file-name | 1441 | (setq gnus-uu-file-name |
| 1441 | (gnus-map-function | 1442 | (gnus-map-function |
| 1442 | mm-file-name-rewrite-functions | 1443 | mm-file-name-rewrite-functions |
| 1443 | (file-name-nondirectory (match-string 1)))) | 1444 | (file-name-nondirectory (match-string 1)))) |
| 1444 | (replace-match (concat "begin 644 " gnus-uu-file-name) t t) | 1445 | (replace-match (concat "begin 644 " gnus-uu-file-name) t t) |
| 1445 | 1446 | ||
diff --git a/lisp/gnus/gnus-vm.el b/lisp/gnus/gnus-vm.el index 240d297f3a5..31bd639a7c6 100644 --- a/lisp/gnus/gnus-vm.el +++ b/lisp/gnus/gnus-vm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-vm.el --- vm interface for Gnus | 1 | ;;; gnus-vm.el --- vm interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Persson <pp@gnu.ai.mit.edu> | 6 | ;; Author: Per Persson <pp@gnu.ai.mit.edu> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index 9710b10ff2f..5b8ddb32c00 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-win.el --- window configuration functions for Gnus | 1 | ;;; gnus-win.el --- window configuration functions for Gnus |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 710c2c75025..f621d1088e3 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus.el --- a newsreader for GNU Emacs | 1 | ;;; gnus.el --- a newsreader for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1998, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/hex-util.el b/lisp/gnus/hex-util.el index 4458f42a490..1cc67c2861c 100644 --- a/lisp/gnus/hex-util.el +++ b/lisp/gnus/hex-util.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; hex-util.el --- Functions to encode/decode hexadecimal string. | 1 | ;;; hex-util.el --- Functions to encode/decode hexadecimal string. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> | 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> |
| 6 | ;; Keywords: data | 7 | ;; Keywords: data |
diff --git a/lisp/gnus/html2text.el b/lisp/gnus/html2text.el index d29a3cf5da7..41ba54f759e 100644 --- a/lisp/gnus/html2text.el +++ b/lisp/gnus/html2text.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; html2text.el --- a simple html to plain text converter | 1 | ;;; html2text.el --- a simple html to plain text converter |
| 2 | |||
| 2 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; Author: Joakim Hove <hove@phys.ntnu.no> | 5 | ;; Author: Joakim Hove <hove@phys.ntnu.no> |
diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el index 4e95b8aad42..98f3d20330f 100644 --- a/lisp/gnus/ietf-drums.el +++ b/lisp/gnus/ietf-drums.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ietf-drums.el --- Functions for parsing RFC822bis headers | 1 | ;;; ietf-drums.el --- Functions for parsing RFC822bis headers |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index 7d3fb46154d..062f1be4c94 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; imap.el --- imap library | 1 | ;;; imap.el --- imap library |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/mail-parse.el b/lisp/gnus/mail-parse.el index 086ab5c4f84..106aedad085 100644 --- a/lisp/gnus/mail-parse.el +++ b/lisp/gnus/mail-parse.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mail-parse.el --- Interface functions for parsing mail | 1 | ;;; mail-parse.el --- Interface functions for parsing mail |
| 2 | ;; Copyright (C) 1998, 1999, 2000 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mail-prsvr.el b/lisp/gnus/mail-prsvr.el index d7e07ff97bb..d990f8dbc54 100644 --- a/lisp/gnus/mail-prsvr.el +++ b/lisp/gnus/mail-prsvr.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; mail-prsvr.el --- Interface variables for parsing mail | 1 | ;;; mail-prsvr.el --- Interface variables for parsing mail |
| 2 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index 58a3e63ab75..3f3ecc7919f 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mail-source.el --- functions for fetching mail | 1 | ;;; mail-source.el --- functions for fetching mail |
| 2 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el index d044adebdb9..166edb60f7a 100644 --- a/lisp/gnus/mailcap.el +++ b/lisp/gnus/mailcap.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mailcap.el --- MIME media types configuration | 1 | ;;; mailcap.el --- MIME media types configuration |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: William M. Perry <wmperry@aventail.com> | 6 | ;; Author: William M. Perry <wmperry@aventail.com> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index d9e6d878e2f..0266fe95124 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; message.el --- composing mail and news messages | 1 | ;;; message.el --- composing mail and news messages |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/gnus/messcompat.el b/lisp/gnus/messcompat.el index 3c6af7d9e8d..d7c8f40de26 100644 --- a/lisp/gnus/messcompat.el +++ b/lisp/gnus/messcompat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; messcompat.el --- making message mode compatible with mail mode | 1 | ;;; messcompat.el --- making message mode compatible with mail mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/gnus/mm-bodies.el b/lisp/gnus/mm-bodies.el index 23900d0cbec..ffca7da75bf 100644 --- a/lisp/gnus/mm-bodies.el +++ b/lisp/gnus/mm-bodies.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-bodies.el --- Functions for decoding MIME things | 1 | ;;; mm-bodies.el --- Functions for decoding MIME things |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index c65d5f80ba4..78b953946f8 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mm-decode.el --- Functions for decoding MIME things | 1 | ;;; mm-decode.el --- Functions for decoding MIME things |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el index 43eb619368e..fd6251c37d3 100644 --- a/lisp/gnus/mm-encode.el +++ b/lisp/gnus/mm-encode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mm-encode.el --- Functions for encoding MIME things | 1 | ;;; mm-encode.el --- Functions for encoding MIME things |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-extern.el b/lisp/gnus/mm-extern.el index 6792d0de0b4..27263d2a18d 100644 --- a/lisp/gnus/mm-extern.el +++ b/lisp/gnus/mm-extern.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; mm-extern.el --- showing message/external-body | 1 | ;;; mm-extern.el --- showing message/external-body |
| 2 | ;; Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: message external-body | 7 | ;; Keywords: message external-body |
diff --git a/lisp/gnus/mm-partial.el b/lisp/gnus/mm-partial.el index e8dd5596225..1c0c708d2a0 100644 --- a/lisp/gnus/mm-partial.el +++ b/lisp/gnus/mm-partial.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; mm-partial.el --- showing message/partial | 1 | ;;; mm-partial.el --- showing message/partial |
| 2 | ;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: message partial | 7 | ;; Keywords: message partial |
diff --git a/lisp/gnus/mm-url.el b/lisp/gnus/mm-url.el index 517263543cd..afed46f2f86 100644 --- a/lisp/gnus/mm-url.el +++ b/lisp/gnus/mm-url.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus | 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus |
| 2 | ;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | 6 | ||
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 512fee70863..339bd0f746a 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mm-util.el --- Utility functions for Mule and low level things | 1 | ;;; mm-util.el --- Utility functions for Mule and low level things |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 5d8f696fe41..fdb6b7f4585 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; mm-uu.el --- Return uu stuff as mm handles | 1 | ;;; mm-uu.el --- Return uu stuff as mm handles |
| 2 | ;; Copyright (c) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp | 7 | ;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp |
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el index 9b0d8217476..735cc2569c3 100644 --- a/lisp/gnus/mm-view.el +++ b/lisp/gnus/mm-view.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mm-view.el --- functions for viewing MIME objects | 1 | ;;; mm-view.el --- functions for viewing MIME objects |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el index 11f076c8035..f8c573a7656 100644 --- a/lisp/gnus/mml-sec.el +++ b/lisp/gnus/mml-sec.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; mml-sec.el --- A package with security functions for MML documents | 1 | ;;; mml-sec.el --- A package with security functions for MML documents |
| 2 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | 7 | ||
diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el index 788fd80003e..2c37c52e3bc 100644 --- a/lisp/gnus/mml-smime.el +++ b/lisp/gnus/mml-smime.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; mml-smime.el --- S/MIME support for MML | 1 | ;;; mml-smime.el --- S/MIME support for MML |
| 2 | ;; Copyright (c) 2000, 2001, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | ;; Keywords: Gnus, MIME, S/MIME, MML | 7 | ;; Keywords: Gnus, MIME, S/MIME, MML |
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 4a3a568d34c..16affbd63b9 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mml.el --- A package for parsing and validating MML documents | 1 | ;;; mml.el --- A package for parsing and validating MML documents |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el index 8a9cce093de..fc6d9e8921d 100644 --- a/lisp/gnus/mml1991.el +++ b/lisp/gnus/mml1991.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML | 1 | ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Sascha Lüdecke <sascha@meta-x.de>, | 6 | ;; Author: Sascha Lüdecke <sascha@meta-x.de>, |
| 6 | ;; Simon Josefsson <simon@josefsson.org> (Mailcrypt interface, Gnus glue) | 7 | ;; Simon Josefsson <simon@josefsson.org> (Mailcrypt interface, Gnus glue) |
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index d403444e840..b90dfa96338 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP) | 1 | ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP) |
| 2 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 6 | ;; Keywords: PGP MIME MML | 7 | ;; Keywords: PGP MIME MML |
diff --git a/lisp/gnus/nnagent.el b/lisp/gnus/nnagent.el index 257148dcd76..4b8233a4d54 100644 --- a/lisp/gnus/nnagent.el +++ b/lisp/gnus/nnagent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnagent.el --- offline backend for Gnus | 1 | ;;; nnagent.el --- offline backend for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnbabyl.el b/lisp/gnus/nnbabyl.el index 449a7dbafcc..afdd4d15350 100644 --- a/lisp/gnus/nnbabyl.el +++ b/lisp/gnus/nnbabyl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnbabyl.el --- rmail mbox access for Gnus | 1 | ;;; nnbabyl.el --- rmail mbox access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nndb.el b/lisp/gnus/nndb.el index 4174728f47d..ca5b27cdd1d 100644 --- a/lisp/gnus/nndb.el +++ b/lisp/gnus/nndb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndb.el --- nndb access for Gnus | 1 | ;;; nndb.el --- nndb access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> | 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> |
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index 2228b6a2de8..4be4c6f6646 100644 --- a/lisp/gnus/nndiary.el +++ b/lisp/gnus/nndiary.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndiary.el --- A diary backend for Gnus | 1 | ;;; nndiary.el --- A diary backend for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2003 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Didier Verna <didier@xemacs.org> | 6 | ;; Author: Didier Verna <didier@xemacs.org> |
| 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> | 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> |
diff --git a/lisp/gnus/nndir.el b/lisp/gnus/nndir.el index 880df5166f9..18e64e83997 100644 --- a/lisp/gnus/nndir.el +++ b/lisp/gnus/nndir.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndir.el --- single directory newsgroup access for Gnus | 1 | ;;; nndir.el --- single directory newsgroup access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nndoc.el b/lisp/gnus/nndoc.el index 4fab99fd84d..70e301b5b00 100644 --- a/lisp/gnus/nndoc.el +++ b/lisp/gnus/nndoc.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nndoc.el --- single file access for Gnus | 1 | ;;; nndoc.el --- single file access for Gnus |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el index 9a93e5aa072..beea344e0c3 100644 --- a/lisp/gnus/nndraft.el +++ b/lisp/gnus/nndraft.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndraft.el --- draft article access for Gnus | 1 | ;;; nndraft.el --- draft article access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nneething.el b/lisp/gnus/nneething.el index db7a5fcc2aa..33f6a5f4ea5 100644 --- a/lisp/gnus/nneething.el +++ b/lisp/gnus/nneething.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nneething.el --- arbitrary file access for Gnus | 1 | ;;; nneething.el --- arbitrary file access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnfolder.el b/lisp/gnus/nnfolder.el index 07697000eeb..5a29878b5fb 100644 --- a/lisp/gnus/nnfolder.el +++ b/lisp/gnus/nnfolder.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnfolder.el --- mail folder access for Gnus | 1 | ;;; nnfolder.el --- mail folder access for Gnus |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) |
| 6 | ;; ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV) | 7 | ;; ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV) |
diff --git a/lisp/gnus/nngateway.el b/lisp/gnus/nngateway.el index d8e3e0a638b..8ddbf9ca13b 100644 --- a/lisp/gnus/nngateway.el +++ b/lisp/gnus/nngateway.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nngateway.el --- posting news via mail gateways | 1 | ;;; nngateway.el --- posting news via mail gateways |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index e793b5ef8f0..5cc26cb07d9 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; nnheader.el --- header access macros for Gnus and its backends | 1 | ;;; nnheader.el --- header access macros for Gnus and its backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, |
| 4 | ;; 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005 | 4 | ;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 8 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 698f7cf9a3e..5a2b7e2f942 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnimap.el --- imap backend for Gnus | 1 | ;;; nnimap.el --- imap backend for Gnus |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 6 | ;; Jim Radford <radford@robby.caltech.edu> | 7 | ;; Jim Radford <radford@robby.caltech.edu> |
diff --git a/lisp/gnus/nnkiboze.el b/lisp/gnus/nnkiboze.el index dd5951cf536..ee3c804ae8f 100644 --- a/lisp/gnus/nnkiboze.el +++ b/lisp/gnus/nnkiboze.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnkiboze.el --- select virtual news access for Gnus | 1 | ;;; nnkiboze.el --- select virtual news access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnlistserv.el b/lisp/gnus/nnlistserv.el index 432a259b78d..2b9d478086d 100644 --- a/lisp/gnus/nnlistserv.el +++ b/lisp/gnus/nnlistserv.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives | 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index de4247dc55e..98563143243 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends | 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnmbox.el b/lisp/gnus/nnmbox.el index e3d88396e16..fe25ef9d0a4 100644 --- a/lisp/gnus/nnmbox.el +++ b/lisp/gnus/nnmbox.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmbox.el --- mail mbox access for Gnus | 1 | ;;; nnmbox.el --- mail mbox access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnmh.el b/lisp/gnus/nnmh.el index f73bda68bf0..4c0af4fdcfb 100644 --- a/lisp/gnus/nnmh.el +++ b/lisp/gnus/nnmh.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmh.el --- mhspool access for Gnus | 1 | ;;; nnmh.el --- mhspool access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el index e6eca8b1559..9bdd08fd3ca 100644 --- a/lisp/gnus/nnml.el +++ b/lisp/gnus/nnml.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnml.el --- mail spool access for Gnus | 1 | ;;; nnml.el --- mail spool access for Gnus |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnoo.el b/lisp/gnus/nnoo.el index 73399112102..fcd50c3a767 100644 --- a/lisp/gnus/nnoo.el +++ b/lisp/gnus/nnoo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnoo.el --- OO Gnus Backends | 1 | ;;; nnoo.el --- OO Gnus Backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
| @@ -254,7 +254,7 @@ | |||
| 254 | (setcdr bstate (delq defs (cdr bstate))) | 254 | (setcdr bstate (delq defs (cdr bstate))) |
| 255 | (pop defs) | 255 | (pop defs) |
| 256 | (while defs | 256 | (while defs |
| 257 | (set (car (pop defs)) nil))))) | 257 | (set (car (pop defs)) nil))))) |
| 258 | t) | 258 | t) |
| 259 | 259 | ||
| 260 | (defun nnoo-close (backend) | 260 | (defun nnoo-close (backend) |
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index 4d43604984e..5018701ee42 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; nnrss.el --- interfacing with RSS | 1 | ;;; nnrss.el --- interfacing with RSS |
| 2 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: RSS | 6 | ;; Keywords: RSS |
diff --git a/lisp/gnus/nnslashdot.el b/lisp/gnus/nnslashdot.el index 177bb019224..9350a284e3d 100644 --- a/lisp/gnus/nnslashdot.el +++ b/lisp/gnus/nnslashdot.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; nnslashdot.el --- interfacing with Slashdot | 1 | ;;; nnslashdot.el --- interfacing with Slashdot |
| 2 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el index 13a464ab219..94c259b6d96 100644 --- a/lisp/gnus/nnsoup.el +++ b/lisp/gnus/nnsoup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnsoup.el --- SOUP access for Gnus | 1 | ;;; nnsoup.el --- SOUP access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnspool.el b/lisp/gnus/nnspool.el index 49e9693c32b..228879a4dad 100644 --- a/lisp/gnus/nnspool.el +++ b/lisp/gnus/nnspool.el | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | ;;; nnspool.el --- spool access for GNU Emacs | 1 | ;;; nnspool.el --- spool access for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2002, 2003 | 4 | ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | ;; Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 8 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 2895faf62ef..4998c7a9503 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; nntp.el --- nntp access for Gnus | 1 | ;;; nntp.el --- nntp access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, 1994, 1995, 1996, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, |
| 4 | ;; 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005 | 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 8 | ;; Keywords: news | 8 | ;; Keywords: news |
| @@ -255,7 +255,7 @@ noticing asynchronous data.") | |||
| 255 | (defvar nntp-async-timer nil) | 255 | (defvar nntp-async-timer nil) |
| 256 | (defvar nntp-async-process-list nil) | 256 | (defvar nntp-async-process-list nil) |
| 257 | 257 | ||
| 258 | (defvar nntp-ssl-program | 258 | (defvar nntp-ssl-program |
| 259 | "openssl s_client -quiet -ssl3 -connect %s:%p" | 259 | "openssl s_client -quiet -ssl3 -connect %s:%p" |
| 260 | "A string containing commands for SSL connections. | 260 | "A string containing commands for SSL connections. |
| 261 | Within a string, %s is replaced with the server address and %p with | 261 | Within a string, %s is replaced with the server address and %p with |
| @@ -889,7 +889,7 @@ command whose response triggered the error." | |||
| 889 | (if (numberp article) (int-to-string article) article)))) | 889 | (if (numberp article) (int-to-string article) article)))) |
| 890 | 890 | ||
| 891 | (deffoo nntp-request-group (group &optional server dont-check) | 891 | (deffoo nntp-request-group (group &optional server dont-check) |
| 892 | (nntp-with-open-group | 892 | (nntp-with-open-group |
| 893 | nil server | 893 | nil server |
| 894 | (when (nntp-send-command "^[245].*\n" "GROUP" group) | 894 | (when (nntp-send-command "^[245].*\n" "GROUP" group) |
| 895 | (let ((entry (nntp-find-connection-entry nntp-server-buffer))) | 895 | (let ((entry (nntp-find-connection-entry nntp-server-buffer))) |
| @@ -1156,10 +1156,10 @@ password contained in '~/.nntp-authinfo'." | |||
| 1156 | 1156 | ||
| 1157 | (defun nntp-open-ssl-stream (buffer) | 1157 | (defun nntp-open-ssl-stream (buffer) |
| 1158 | (let* ((process-connection-type nil) | 1158 | (let* ((process-connection-type nil) |
| 1159 | (proc (start-process "nntpd" buffer | 1159 | (proc (start-process "nntpd" buffer |
| 1160 | shell-file-name | 1160 | shell-file-name |
| 1161 | shell-command-switch | 1161 | shell-command-switch |
| 1162 | (format-spec nntp-ssl-program | 1162 | (format-spec nntp-ssl-program |
| 1163 | (format-spec-make | 1163 | (format-spec-make |
| 1164 | ?s nntp-address | 1164 | ?s nntp-address |
| 1165 | ?p nntp-port-number))))) | 1165 | ?p nntp-port-number))))) |
| @@ -1317,7 +1317,7 @@ password contained in '~/.nntp-authinfo'." | |||
| 1317 | ;; that the server has closed the connection. This MUST be | 1317 | ;; that the server has closed the connection. This MUST be |
| 1318 | ;; handled here as the buffer restored by the save-excursion may | 1318 | ;; handled here as the buffer restored by the save-excursion may |
| 1319 | ;; be the process's former output buffer (i.e. now killed) | 1319 | ;; be the process's former output buffer (i.e. now killed) |
| 1320 | (or (and process | 1320 | (or (and process |
| 1321 | (memq (process-status process) '(open run))) | 1321 | (memq (process-status process) '(open run))) |
| 1322 | (nntp-report "Server closed connection")))) | 1322 | (nntp-report "Server closed connection")))) |
| 1323 | 1323 | ||
| @@ -1501,7 +1501,7 @@ password contained in '~/.nntp-authinfo'." | |||
| 1501 | (goto-char (point-min)) | 1501 | (goto-char (point-min)) |
| 1502 | (when (re-search-forward "^[0-9][0-9][0-9] .*\n\\([0-9]+\\)" nil t) | 1502 | (when (re-search-forward "^[0-9][0-9][0-9] .*\n\\([0-9]+\\)" nil t) |
| 1503 | (let ((low-limit (string-to-number | 1503 | (let ((low-limit (string-to-number |
| 1504 | (buffer-substring (match-beginning 1) | 1504 | (buffer-substring (match-beginning 1) |
| 1505 | (match-end 1))))) | 1505 | (match-end 1))))) |
| 1506 | (while (and articles (<= (car articles) low-limit)) | 1506 | (while (and articles (<= (car articles) low-limit)) |
| 1507 | (setq articles (cdr articles)))))) | 1507 | (setq articles (cdr articles)))))) |
diff --git a/lisp/gnus/nnultimate.el b/lisp/gnus/nnultimate.el index 7bc7bbf462e..46896640168 100644 --- a/lisp/gnus/nnultimate.el +++ b/lisp/gnus/nnultimate.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system | 1 | ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnvirtual.el b/lisp/gnus/nnvirtual.el index c7e93528a5e..28ef0f5c830 100644 --- a/lisp/gnus/nnvirtual.el +++ b/lisp/gnus/nnvirtual.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnvirtual.el --- virtual newsgroups access for Gnus | 1 | ;;; nnvirtual.el --- virtual newsgroups access for Gnus |
| 2 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: David Moore <dmoore@ucsd.edu> | 6 | ;; Author: David Moore <dmoore@ucsd.edu> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnwarchive.el b/lisp/gnus/nnwarchive.el index 8e4c22e8b04..a543c8edb82 100644 --- a/lisp/gnus/nnwarchive.el +++ b/lisp/gnus/nnwarchive.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; nnwarchive.el --- interfacing with web archives | 1 | ;;; nnwarchive.el --- interfacing with web archives |
| 2 | ;; Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: news egroups mail-archive | 7 | ;; Keywords: news egroups mail-archive |
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 4e1ed36d861..d05520ee1dc 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnweb.el --- retrieving articles via web search engines | 1 | ;;; nnweb.el --- retrieving articles via web search engines |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 2 | |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnwfm.el b/lisp/gnus/nnwfm.el index 71d622357bf..d759d12f798 100644 --- a/lisp/gnus/nnwfm.el +++ b/lisp/gnus/nnwfm.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; nnwfm.el --- interfacing with a web forum | 1 | ;;; nnwfm.el --- interfacing with a web forum |
| 2 | ;; Copyright (C) 2000 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/pgg-def.el b/lisp/gnus/pgg-def.el index 351a336800e..f27afada3fa 100644 --- a/lisp/gnus/pgg-def.el +++ b/lisp/gnus/pgg-def.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pgg-def.el --- functions/macros for defining PGG functions | 1 | ;;; pgg-def.el --- functions/macros for defining PGG functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 6 | ;; Created: 1999/11/02 | 6 | ;; Created: 1999/11/02 |
diff --git a/lisp/gnus/pgg-gpg.el b/lisp/gnus/pgg-gpg.el index 904c0e46878..f012a9d8506 100644 --- a/lisp/gnus/pgg-gpg.el +++ b/lisp/gnus/pgg-gpg.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pgg-gpg.el --- GnuPG support for PGG. | 1 | ;;; pgg-gpg.el --- GnuPG support for PGG. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 6 | ;; Created: 1999/10/28 | 7 | ;; Created: 1999/10/28 |
diff --git a/lisp/gnus/pgg-parse.el b/lisp/gnus/pgg-parse.el index c65f6a3a822..d0987659b96 100644 --- a/lisp/gnus/pgg-parse.el +++ b/lisp/gnus/pgg-parse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pgg-parse.el --- OpenPGP packet parsing | 1 | ;;; pgg-parse.el --- OpenPGP packet parsing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 6 | ;; Created: 1999/10/28 | 6 | ;; Created: 1999/10/28 |
diff --git a/lisp/gnus/pgg-pgp.el b/lisp/gnus/pgg-pgp.el index b2add4726d3..88f1d697200 100644 --- a/lisp/gnus/pgg-pgp.el +++ b/lisp/gnus/pgg-pgp.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG. | 1 | ;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 6 | ;; Created: 1999/11/02 | 7 | ;; Created: 1999/11/02 |
diff --git a/lisp/gnus/pgg-pgp5.el b/lisp/gnus/pgg-pgp5.el index cbdb693ef60..ffe467ec044 100644 --- a/lisp/gnus/pgg-pgp5.el +++ b/lisp/gnus/pgg-pgp5.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pgg-pgp5.el --- PGP 5.* support for PGG. | 1 | ;;; pgg-pgp5.el --- PGP 5.* support for PGG. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 6 | ;; Created: 1999/11/02 | 7 | ;; Created: 1999/11/02 |
diff --git a/lisp/gnus/pgg.el b/lisp/gnus/pgg.el index 8d72fd31502..b61d1ad82ec 100644 --- a/lisp/gnus/pgg.el +++ b/lisp/gnus/pgg.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pgg.el --- glue for the various PGP implementations. | 1 | ;;; pgg.el --- glue for the various PGP implementations. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 6 | ;; Created: 1999/10/28 | 7 | ;; Created: 1999/10/28 |
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index 1f109f6d7dd..f021e063fcd 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | ;;; pop3.el --- Post Office Protocol (RFC 1460) interface | 1 | ;;; pop3.el --- Post Office Protocol (RFC 1460) interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2005 | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | ;; Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> | 6 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> |
| 8 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el index d95508123ac..bd0a1b4b5a5 100644 --- a/lisp/gnus/qp.el +++ b/lisp/gnus/qp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; qp.el --- Quoted-Printable functions | 1 | ;;; qp.el --- Quoted-Printable functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail, extensions | 7 | ;; Keywords: mail, extensions |
diff --git a/lisp/gnus/rfc1843.el b/lisp/gnus/rfc1843.el index 9af2fc6327a..2214a1b7b88 100644 --- a/lisp/gnus/rfc1843.el +++ b/lisp/gnus/rfc1843.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; rfc1843.el --- HZ (rfc1843) decoding | 1 | ;;; rfc1843.el --- HZ (rfc1843) decoding |
| 2 | ;; Copyright (c) 1998, 1999, 2000, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: news HZ HZ+ mail i18n | 7 | ;; Keywords: news HZ HZ+ mail i18n |
diff --git a/lisp/gnus/rfc2045.el b/lisp/gnus/rfc2045.el index a1b06b4d939..b3bbe373d9d 100644 --- a/lisp/gnus/rfc2045.el +++ b/lisp/gnus/rfc2045.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers | 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el index ae2904c86fd..84c46e936a3 100644 --- a/lisp/gnus/rfc2047.el +++ b/lisp/gnus/rfc2047.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages | 1 | ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/rfc2104.el b/lisp/gnus/rfc2104.el index cea9f587ac9..bdacc19ec9b 100644 --- a/lisp/gnus/rfc2104.el +++ b/lisp/gnus/rfc2104.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes | 1 | ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes |
| 2 | ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 5 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/rfc2231.el b/lisp/gnus/rfc2231.el index 4c39ba6c7fd..f328f2dbc6a 100644 --- a/lisp/gnus/rfc2231.el +++ b/lisp/gnus/rfc2231.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2231.el --- Functions for decoding rfc2231 headers | 1 | ;;; rfc2231.el --- Functions for decoding rfc2231 headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/score-mode.el b/lisp/gnus/score-mode.el index c580256c94e..add14ea6ded 100644 --- a/lisp/gnus/score-mode.el +++ b/lisp/gnus/score-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; score-mode.el --- mode for editing Gnus score files | 1 | ;;; score-mode.el --- mode for editing Gnus score files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/sha1.el b/lisp/gnus/sha1.el index 8968f1d42d5..99b9aa47bb6 100644 --- a/lisp/gnus/sha1.el +++ b/lisp/gnus/sha1.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp | 1 | ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> | 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> |
| 6 | ;; Keywords: SHA1, FIPS 180-1 | 7 | ;; Keywords: SHA1, FIPS 180-1 |
diff --git a/lisp/gnus/sieve-manage.el b/lisp/gnus/sieve-manage.el index 5c0712420a0..dc2016f282e 100644 --- a/lisp/gnus/sieve-manage.el +++ b/lisp/gnus/sieve-manage.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp | 1 | ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp |
| 2 | ;; Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | 6 | ||
diff --git a/lisp/gnus/sieve-mode.el b/lisp/gnus/sieve-mode.el index 012c58de3b4..31ff5d1e9c9 100644 --- a/lisp/gnus/sieve-mode.el +++ b/lisp/gnus/sieve-mode.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs | 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs |
| 2 | ;; Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | 6 | ||
diff --git a/lisp/gnus/sieve.el b/lisp/gnus/sieve.el index 498a82387cd..28fde926c93 100644 --- a/lisp/gnus/sieve.el +++ b/lisp/gnus/sieve.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; sieve.el --- Utilities to manage sieve scripts | 1 | ;;; sieve.el --- Utilities to manage sieve scripts |
| 2 | ;; Copyright (C) 2001, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | 6 | ||
diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index 42444e74bda..cdd1c8dbc9b 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; smiley.el --- displaying smiley faces | 1 | ;;; smiley.el --- displaying smiley faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: news mail multimedia | 7 | ;; Keywords: news mail multimedia |
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 059c1819605..485cf177154 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; smime.el --- S/MIME support library | 1 | ;;; smime.el --- S/MIME support library |
| 2 | ;; Copyright (c) 2000, 2001, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | ;; Keywords: SMIME X.509 PEM OpenSSL | 7 | ;; Keywords: SMIME X.509 PEM OpenSSL |
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 8ac235d12f2..50a564885bb 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; spam-report.el --- Reporting spam | 1 | ;;; spam-report.el --- Reporting spam |
| 2 | |||
| 2 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| @@ -95,7 +96,7 @@ undo that change.") | |||
| 95 | (string-match spam-report-gmane-regex gnus-newsgroup-name))) | 96 | (string-match spam-report-gmane-regex gnus-newsgroup-name))) |
| 96 | (gnus-message 6 "Reporting spam article %d to spam.gmane.org..." article) | 97 | (gnus-message 6 "Reporting spam article %d to spam.gmane.org..." article) |
| 97 | (if spam-report-gmane-use-article-number | 98 | (if spam-report-gmane-use-article-number |
| 98 | (spam-report-url-ping | 99 | (spam-report-url-ping |
| 99 | "spam.gmane.org" | 100 | "spam.gmane.org" |
| 100 | (format "/%s:%d" | 101 | (format "/%s:%d" |
| 101 | (gnus-group-real-name gnus-newsgroup-name) | 102 | (gnus-group-real-name gnus-newsgroup-name) |
diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index 18f16fd0946..436e7cc5fc7 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spam-stat.el --- detecting spam based on statistics | 1 | ;;; spam-stat.el --- detecting spam based on statistics |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Keywords: network | 6 | ;; Keywords: network |
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index e22ad1c2fa3..32de2f60e22 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; spam.el --- Identifying spam | 1 | ;;; spam.el --- Identifying spam |
| 2 | |||
| 2 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/starttls.el b/lisp/gnus/starttls.el index 92a436ca865..67464395c76 100644 --- a/lisp/gnus/starttls.el +++ b/lisp/gnus/starttls.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; starttls.el --- STARTTLS functions | 1 | ;;; starttls.el --- STARTTLS functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Author: Simon Josefsson <simon@josefsson.org> | 7 | ;; Author: Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/gnus/utf7.el b/lisp/gnus/utf7.el index 5207e96aeae..d1eb6ee40dd 100644 --- a/lisp/gnus/utf7.el +++ b/lisp/gnus/utf7.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- | 1 | ;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- |
| 2 | ;; Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Jon K Hellan <hellan@acm.org> | 6 | ;; Author: Jon K Hellan <hellan@acm.org> |
| 5 | ;; Maintainer: bugs@gnus.org | 7 | ;; Maintainer: bugs@gnus.org |
diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index b4f4b74700f..c1fc56ad8bf 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; uudecode.el -- elisp native uudecode | 1 | ;;; uudecode.el -- elisp native uudecode |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 6 | ;; Keywords: uudecode news | 7 | ;; Keywords: uudecode news |
diff --git a/lisp/gnus/webmail.el b/lisp/gnus/webmail.el index 51125897fe4..e9bc074f2cf 100644 --- a/lisp/gnus/webmail.el +++ b/lisp/gnus/webmail.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;; webmail.el --- interface of web mail | 1 | ;;; webmail.el --- interface of web mail |
| 2 | ;; Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 5 | ;; Keywords: hotmail netaddress my-deja netscape | 7 | ;; Keywords: hotmail netaddress my-deja netscape |
diff --git a/lisp/gnus/yenc.el b/lisp/gnus/yenc.el index 0d5ad3905be..37018d2fa19 100644 --- a/lisp/gnus/yenc.el +++ b/lisp/gnus/yenc.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; yenc.el --- elisp native yenc decoder | 1 | ;;; yenc.el --- elisp native yenc decoder |
| 2 | ;; Copyright (c) 2002 Free Software Foundation, Inc. | 2 | |
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Jesper Harder <harder@ifa.au.dk> | 5 | ;; Author: Jesper Harder <harder@ifa.au.dk> |
| 5 | ;; Keywords: yenc news | 6 | ;; Keywords: yenc news |
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index c8bb2e729d2..01c52f82046 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- | 1 | ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 2eea86e7a4a..bb88c447320 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list | 1 | ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 1997, 1998, 2000, 2001, 2002 | 3 | ;; Copyright (C) 1985, 1994, 1997, 1998, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index e4c0cd10c13..58b6be4f5fc 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- | 1 | ;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Steven L Baur <steve@xemacs.org> | 6 | ;; Author: Steven L Baur <steve@xemacs.org> |
| 6 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index 15b8dd466ad..da5ec4bfda1 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- | 1 | ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001 | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Joe Wells <jbw@cs.bu.edu> | 6 | ;; Author: Joe Wells <jbw@cs.bu.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el index 0540c484a89..3010e85d31b 100644 --- a/lisp/mail/mail-hist.el +++ b/lisp/mail/mail-hist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mail-hist.el --- headers and message body history for outgoing mail | 1 | ;;; mail-hist.el --- headers and message body history for outgoing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 6 | ;; Created: March, 1994 | 6 | ;; Created: March, 1994 |
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 3b68506b48a..e76da171fbc 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews | 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 941dff7ca10..270d2cd6385 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mailabbrev.el --- abbrev-expansion of mail aliases | 1 | ;;; mailabbrev.el --- abbrev-expansion of mail aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 87, 92, 93, 96, 1997, 2000, 2002, 2003 | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 55c284dda7d..56882f04eb5 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mailalias.el --- expand and complete mailing address aliases | 1 | ;;; mailalias.el --- expand and complete mailing address aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1995, 1996, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/mailheader.el b/lisp/mail/mailheader.el index e7c4320cc48..1e9a24da341 100644 --- a/lisp/mail/mailheader.el +++ b/lisp/mail/mailheader.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailheader.el --- mail header parsing, merging, formatting | 1 | ;;; mailheader.el --- mail header parsing, merging, formatting |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2002, 2003, 2004, 2005 by Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Erik Naggum <erik@naggum.no> | 5 | ;; Author: Erik Naggum <erik@naggum.no> |
| 6 | ;; Keywords: tools, mail, news | 6 | ;; Keywords: tools, mail, news |
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 0c5189e53e0..0814f6e008b 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; metamail.el --- Metamail interface for GNU Emacs | 1 | ;;; metamail.el --- Metamail interface for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1996, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 6 | ;; Keywords: mail, news, mime, multimedia | 7 | ;; Keywords: mail, news, mime, multimedia |
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index d1a3072eee8..575c233d9a7 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mspools.el --- show mail spools waiting to be read | 1 | ;;; mspools.el --- show mail spools waiting to be read |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stephen Eglen <stephen@gnu.org> | 5 | ;; Author: Stephen Eglen <stephen@gnu.org> |
| 6 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> | 6 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> |
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 673cb14e255..9e3a2d1a871 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; reporter.el --- customizable bug reporting of lisp programs | 1 | ;;; reporter.el --- customizable bug reporting of lisp programs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993,1994,1995,1996,1997,1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: 1993-1998 Barry A. Warsaw | 6 | ;; Author: 1993-1998 Barry A. Warsaw |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rfc2368.el b/lisp/mail/rfc2368.el index d6864b664ed..a21deb394cf 100644 --- a/lisp/mail/rfc2368.el +++ b/lisp/mail/rfc2368.el | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | ;; Author: Sen Nagata <sen@eccosys.com> | 3 | ;; Author: Sen Nagata <sen@eccosys.com> |
| 4 | ;; Keywords: mail | 4 | ;; Keywords: mail |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1998, 2000 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, |
| 7 | ;; 2005 Free Software Foundation, Inc. | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 4c7cfeeaa69..9e57226d7c2 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike | 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1987, 1990, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el index 9cd2123e3c3..20acb87831a 100644 --- a/lisp/mail/rmail-spam-filter.el +++ b/lisp/mail/rmail-spam-filter.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; rmail-spam-filter.el --- spam filter for rmail, the emacs mail reader. | 1 | ;;; rmail-spam-filter.el --- spam filter for rmail, the emacs mail reader. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002 | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Keywords: email, spam, filter, rmail | 4 | ;; Keywords: email, spam, filter, rmail |
| 6 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> | 5 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> |
| 7 | 6 | ||
| @@ -183,7 +182,7 @@ may be either 'this is spam' or 'another spam', use the regexp: 'this | |||
| 183 | is spam\\|another spam' (without the single quotes). To specify that | 182 | is spam\\|another spam' (without the single quotes). To specify that |
| 184 | if the contents contain both this and that the message is spam, | 183 | if the contents contain both this and that the message is spam, |
| 185 | specify 'this\\&that' in the appropriate spam definition field." | 184 | specify 'this\\&that' in the appropriate spam definition field." |
| 186 | :type '(repeat | 185 | :type '(repeat |
| 187 | (list :format "%v" | 186 | (list :format "%v" |
| 188 | (cons :format "%v" :value (from . "") | 187 | (cons :format "%v" :value (from . "") |
| 189 | (const :format "" from) | 188 | (const :format "" from) |
| @@ -202,7 +201,7 @@ specify 'this\\&that' in the appropriate spam definition field." | |||
| 202 | (string :tag "Contents" "")) | 201 | (string :tag "Contents" "")) |
| 203 | (cons :format "%v" :value (action . output-and-delete) | 202 | (cons :format "%v" :value (action . output-and-delete) |
| 204 | (const :format "" action) | 203 | (const :format "" action) |
| 205 | (choice :tag "Action selection" | 204 | (choice :tag "Action selection" |
| 206 | (const :tag "output to spam folder and delete" output-and-delete) | 205 | (const :tag "output to spam folder and delete" output-and-delete) |
| 207 | (const :tag "delete spam" delete-spam) | 206 | (const :tag "delete spam" delete-spam) |
| 208 | )) | 207 | )) |
| @@ -218,7 +217,7 @@ for interaction with `rsf-bbdb-auto-delete-spam-entries'") | |||
| 218 | (defun check-field (field-symbol message-data definition result) | 217 | (defun check-field (field-symbol message-data definition result) |
| 219 | "Check if field-symbol is in `rsf-definitions-alist'. | 218 | "Check if field-symbol is in `rsf-definitions-alist'. |
| 220 | Capture maybe-spam and this-is-a-spam-email in a cons in result, | 219 | Capture maybe-spam and this-is-a-spam-email in a cons in result, |
| 221 | where maybe-spam is in first and this-is-a-spam-email is in rest. | 220 | where maybe-spam is in first and this-is-a-spam-email is in rest. |
| 222 | The values are returned by destructively changing result. | 221 | The values are returned by destructively changing result. |
| 223 | If FIELD-SYMBOL field does not exist AND is not specified, | 222 | If FIELD-SYMBOL field does not exist AND is not specified, |
| 224 | this may still be spam due to another element... | 223 | this may still be spam due to another element... |
| @@ -259,7 +258,7 @@ it from rmail file. Called for each new message retrieved by | |||
| 259 | (save-current-msg) | 258 | (save-current-msg) |
| 260 | (rsf-saved-bbdb/mail_auto_create_p nil) | 259 | (rsf-saved-bbdb/mail_auto_create_p nil) |
| 261 | ) | 260 | ) |
| 262 | 261 | ||
| 263 | ;; make sure bbdb does not create entries for messages while spam | 262 | ;; make sure bbdb does not create entries for messages while spam |
| 264 | ;; filter is scanning the rmail file: | 263 | ;; filter is scanning the rmail file: |
| 265 | (setq rsf-saved-bbdb/mail_auto_create_p 'bbdb/mail_auto_create_p) | 264 | (setq rsf-saved-bbdb/mail_auto_create_p 'bbdb/mail_auto_create_p) |
| @@ -291,7 +290,7 @@ it from rmail file. Called for each new message retrieved by | |||
| 291 | 290 | ||
| 292 | ;;; do we want to ignore case in spam definitions: | 291 | ;;; do we want to ignore case in spam definitions: |
| 293 | (setq case-fold-search rsf-ignore-case) | 292 | (setq case-fold-search rsf-ignore-case) |
| 294 | 293 | ||
| 295 | ;; Check for blind CC condition. Set vars such that while | 294 | ;; Check for blind CC condition. Set vars such that while |
| 296 | ;; loop will be bypassed and spam condition will trigger | 295 | ;; loop will be bypassed and spam condition will trigger |
| 297 | (if (and rsf-no-blind-cc | 296 | (if (and rsf-no-blind-cc |
| @@ -339,7 +338,7 @@ it from rmail file. Called for each new message retrieved by | |||
| 339 | 338 | ||
| 340 | ;; start scanning incoming message: | 339 | ;; start scanning incoming message: |
| 341 | ;;--------------------------------- | 340 | ;;--------------------------------- |
| 342 | 341 | ||
| 343 | ;; Maybe the different fields should also be done in a | 342 | ;; Maybe the different fields should also be done in a |
| 344 | ;; loop to make the whole thing more flexible | 343 | ;; loop to make the whole thing more flexible |
| 345 | ;; if sender field is not specified in message being | 344 | ;; if sender field is not specified in message being |
| @@ -352,16 +351,16 @@ it from rmail file. Called for each new message retrieved by | |||
| 352 | ;; next, if spam was not ruled out already, check subject: | 351 | ;; next, if spam was not ruled out already, check subject: |
| 353 | (check-field 'subject message-subject definition maybe-spam) | 352 | (check-field 'subject message-subject definition maybe-spam) |
| 354 | ;; next, if spam was not ruled out already, check content-type: | 353 | ;; next, if spam was not ruled out already, check content-type: |
| 355 | (check-field 'content-type message-content-type | 354 | (check-field 'content-type message-content-type |
| 356 | definition maybe-spam) | 355 | definition maybe-spam) |
| 357 | ;; next, if spam was not ruled out already, check | 356 | ;; next, if spam was not ruled out already, check |
| 358 | ;; contents: if contents field is not specified, this may | 357 | ;; contents: if contents field is not specified, this may |
| 359 | ;; still be spam due to another element... | 358 | ;; still be spam due to another element... |
| 360 | (check-field 'contents | 359 | (check-field 'contents |
| 361 | (buffer-substring | 360 | (buffer-substring |
| 362 | (rmail-msgbeg msg) (rmail-msgend msg)) | 361 | (rmail-msgbeg msg) (rmail-msgend msg)) |
| 363 | definition maybe-spam) | 362 | definition maybe-spam) |
| 364 | 363 | ||
| 365 | ;; if the search in rsf-definitions-alist found | 364 | ;; if the search in rsf-definitions-alist found |
| 366 | ;; that this email is spam, output the email to the spam | 365 | ;; that this email is spam, output the email to the spam |
| 367 | ;; rmail file, mark the email for deletion, leave the | 366 | ;; rmail file, mark the email for deletion, leave the |
| @@ -378,7 +377,7 @@ it from rmail file. Called for each new message retrieved by | |||
| 378 | (setq num-element (+ num-element 1))) | 377 | (setq num-element (+ num-element 1))) |
| 379 | ) | 378 | ) |
| 380 | ) | 379 | ) |
| 381 | 380 | ||
| 382 | ;; (BK) re-set originally used variables | 381 | ;; (BK) re-set originally used variables |
| 383 | (setq this-is-a-spam-email (rest maybe-spam) | 382 | (setq this-is-a-spam-email (rest maybe-spam) |
| 384 | maybe-spam (first maybe-spam)) | 383 | maybe-spam (first maybe-spam)) |
| @@ -610,9 +609,9 @@ automatically, no user input is required." | |||
| 610 | (while definitions | 609 | (while definitions |
| 611 | (setq current (car definitions)) | 610 | (setq current (car definitions)) |
| 612 | (setq definitions (cdr definitions)) | 611 | (setq definitions (cdr definitions)) |
| 613 | (setq result | 612 | (setq result |
| 614 | (append result | 613 | (append result |
| 615 | (list | 614 | (list |
| 616 | (list (assoc 'from current) | 615 | (list (assoc 'from current) |
| 617 | (assoc 'to current) | 616 | (assoc 'to current) |
| 618 | (assoc 'subject current) | 617 | (assoc 'subject current) |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7176376f12a..385ce0f71e6 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs | 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985,86,87,88,93,94,95,96,97,98,2000,01,2004,2005 | 3 | ;; Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| @@ -108,7 +108,7 @@ Please use `rmail-remote-password' instead." | |||
| 108 | :group 'rmail-obsolete) | 108 | :group 'rmail-obsolete) |
| 109 | 109 | ||
| 110 | (defcustom rmail-pop-password-required nil | 110 | (defcustom rmail-pop-password-required nil |
| 111 | "*Non-nil if a password is required when reading mail from a POP server. | 111 | "*Non-nil if a password is required when reading mail from a POP server. |
| 112 | Please use rmail-remote-password-required instead." | 112 | Please use rmail-remote-password-required instead." |
| 113 | :type 'boolean | 113 | :type 'boolean |
| 114 | :group 'rmail-obsolete) | 114 | :group 'rmail-obsolete) |
| @@ -1634,7 +1634,7 @@ is non-nil if the user has supplied the password interactively. | |||
| 1634 | (pass (match-string 5 file)) | 1634 | (pass (match-string 5 file)) |
| 1635 | (host (substring file (or (match-end 2) | 1635 | (host (substring file (or (match-end 2) |
| 1636 | (+ 3 (match-end 1)))))) | 1636 | (+ 3 (match-end 1)))))) |
| 1637 | 1637 | ||
| 1638 | (if (not pass) | 1638 | (if (not pass) |
| 1639 | (when rmail-remote-password-required | 1639 | (when rmail-remote-password-required |
| 1640 | (setq got-password (not (rmail-have-password))) | 1640 | (setq got-password (not (rmail-have-password))) |
| @@ -1652,19 +1652,19 @@ is non-nil if the user has supplied the password interactively. | |||
| 1652 | (or (string-equal proto "pop") (string-equal proto "imap")) | 1652 | (or (string-equal proto "pop") (string-equal proto "imap")) |
| 1653 | supplied-password | 1653 | supplied-password |
| 1654 | got-password)))) | 1654 | got-password)))) |
| 1655 | 1655 | ||
| 1656 | ((string-match "^po:\\([^:]+\\)\\(:\\(.*\\)\\)?" file) | 1656 | ((string-match "^po:\\([^:]+\\)\\(:\\(.*\\)\\)?" file) |
| 1657 | (let (got-password supplied-password | 1657 | (let (got-password supplied-password |
| 1658 | (proto "pop") | 1658 | (proto "pop") |
| 1659 | (user (match-string 1 file)) | 1659 | (user (match-string 1 file)) |
| 1660 | (host (match-string 3 file))) | 1660 | (host (match-string 3 file))) |
| 1661 | 1661 | ||
| 1662 | (when rmail-remote-password-required | 1662 | (when rmail-remote-password-required |
| 1663 | (setq got-password (not (rmail-have-password))) | 1663 | (setq got-password (not (rmail-have-password))) |
| 1664 | (setq supplied-password (rmail-get-remote-password nil))) | 1664 | (setq supplied-password (rmail-get-remote-password nil))) |
| 1665 | 1665 | ||
| 1666 | (list file "pop" supplied-password got-password))) | 1666 | (list file "pop" supplied-password got-password))) |
| 1667 | 1667 | ||
| 1668 | (t | 1668 | (t |
| 1669 | (list file nil nil nil)))) | 1669 | (list file nil nil nil)))) |
| 1670 | 1670 | ||
| @@ -2614,7 +2614,7 @@ Ask the user whether to add that list name to `mail-mailing-lists'." | |||
| 2614 | (let ((mail-followup-to (mail-fetch-field "mail-followup-to" nil t))) | 2614 | (let ((mail-followup-to (mail-fetch-field "mail-followup-to" nil t))) |
| 2615 | (when mail-followup-to | 2615 | (when mail-followup-to |
| 2616 | (let ((addresses | 2616 | (let ((addresses |
| 2617 | (split-string | 2617 | (split-string |
| 2618 | (mail-strip-quoted-names mail-followup-to) | 2618 | (mail-strip-quoted-names mail-followup-to) |
| 2619 | ",[[:space:]]+" t))) | 2619 | ",[[:space:]]+" t))) |
| 2620 | (dolist (addr addresses) | 2620 | (dolist (addr addresses) |
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 40dba181d5c..75de9810a37 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message | 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index fc57b2a4d5e..9ccf45348a3 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs | 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1994, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 50626d714ce..798d247a7d2 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader | 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index d3baf08c261..a3b46ddaedf 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file | 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1993, 1994, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index 32188657c44..8bb8ab69278 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rmailsort.el --- Rmail: sort messages | 1 | ;;; rmailsort.el --- Rmail: sort messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1994, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index e3cb4ce1eb8..84db530c6fc 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmailsum.el --- make summary buffers for the mail reader | 1 | ;;; rmailsum.el --- make summary buffers for the mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1993, 1994, 1995, 1996, 2000, 2001 | 3 | ;; Copyright (C) 1985, 1993, 1994, 1995, 1996, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 337301ebcfa..08568df93c2 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- | 1 | ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 98, 2000, 2001, 2002, 03, 2004 | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 5f219510b21..f172f95e661 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; supercite.el --- minor mode for citing mail and news replies | 1 | ;;; supercite.el --- minor mode for citing mail and news replies |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1997, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> | 6 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> |
| 6 | ;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk> | 7 | ;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk> |
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index 2a7fedf8493..6dcf67e6d79 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; uce.el --- facilitate reply to unsolicited commercial email | 1 | ;;; uce.el --- facilitate reply to unsolicited commercial email |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1998, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: stanislav shalunov <shalunov@mccme.ru> | 6 | ;; Author: stanislav shalunov <shalunov@mccme.ru> |
| 6 | ;; Created: 10 Dec 1996 | 7 | ;; Created: 10 Dec 1996 |
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index b19c9a140dc..5588ecf9108 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader | 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994, 1996, 2002 | 3 | ;; Copyright (C) 1985, 1986, 1994, 1996, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index bcac0cee0d9..76764d21ed7 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; unrmail.el --- convert Rmail files to mailbox files | 1 | ;;; unrmail.el --- convert Rmail files to mailbox files |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1992, 2002 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/vms-pmail.el b/lisp/mail/vms-pmail.el index 881c4d95a61..b53b32be71a 100644 --- a/lisp/mail/vms-pmail.el +++ b/lisp/mail/vms-pmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vms-pmail.el --- use Emacs as the editor within VMS mail | 1 | ;;; vms-pmail.el --- use Emacs as the editor within VMS mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland B Roberts <roberts@panix.com> | 5 | ;; Author: Roland B Roberts <roberts@panix.com> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |