Changes committed gnus/lisp (155 files)
"Miles Bader" <[email protected]> Thu, 22 Jan 2009 08:02:17 +0100
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog ChangeLog.2 auth-source.el binhex.el canlock.el
compface.el deuglify.el dig.el dns-mode.el dns.el earcon.el
ecomplete.el flow-fill.el format-spec.el gmm-utils.el
gnus-agent.el gnus-art.el gnus-async.el gnus-audio.el
gnus-bcklg.el gnus-bookmark.el gnus-cache.el gnus-cite.el
gnus-cus.el gnus-delay.el gnus-demon.el gnus-diary.el
gnus-dired.el gnus-draft.el gnus-dup.el gnus-eform.el
gnus-ems.el gnus-fun.el gnus-group.el gnus-int.el gnus-kill.el
gnus-logic.el gnus-mh.el gnus-ml.el gnus-mlspl.el gnus-move.el
gnus-msg.el gnus-nocem.el gnus-picon.el gnus-range.el
gnus-registry.el gnus-salt.el gnus-score.el gnus-setup.el
gnus-sieve.el gnus-soup.el gnus-spec.el gnus-srvr.el
gnus-start.el gnus-topic.el gnus-undo.el gnus-util.el gnus-uu.el
gnus-vm.el gnus-win.el gnus.el hashcash.el hex-util.el
hmac-def.el hmac-md5.el html2text.el ietf-drums.el imap.el
legacy-gnus-agent.el mail-parse.el mail-prsvr.el mail-source.el
mailcap.el md4.el messcompat.el mm-bodies.el mm-decode.el
mm-encode.el mm-extern.el mm-partial.el mm-uu.el mm-view.el
mml-sec.el mml-smime.el mml.el mml1991.el mml2015.el netrc.el
nnagent.el nnbabyl.el nndb.el nndiary.el nndir.el nndoc.el
nndraft.el nneething.el nngateway.el nnheader.el nnimap.el
nnir.el nnkiboze.el nnlistserv.el nnmail.el nnmairix.el
nnmbox.el nnmh.el nnml.el nnoo.el nnrss.el nnslashdot.el
nnsoup.el nnspool.el nntp.el nnultimate.el nnvirtual.el
nnwarchive.el nnweb.el nnwfm.el ntlm.el parse-time.el
password-cache.el pgg-def.el pgg-gpg.el pgg-parse.el pgg-pgp.el
pgg-pgp5.el pgg.el pop3.el qp.el rfc1843.el rfc2045.el
rfc2047.el rfc2104.el rfc2231.el sasl-cram.el sasl-digest.el
sasl-ntlm.el sasl.el score-mode.el sha1.el sieve-manage.el
sieve-mode.el sieve.el smiley.el smime.el spam-report.el
spam-stat.el spam-wash.el spam.el starttls.el tls.el utf7.el
uudecode.el webmail.el yenc.el
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 1506-1507, 1512-1513, 1515, 1517, 1519-1520)
- Update from CVS
- Merge from gnus--devo--0
2009-01-06 Tassilo Horn <[email protected]>
* lisp/gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
`(gnus)Face', not `(gnus)X-Face'.
2009-01-03 Michael Olson <[email protected]>
* lisp/nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
`headers' is nil. This can occur if the IMAP server does not have
permissions to read messages from a folder, but can write new messages
to the folder.
(nnimap-request-article-part): Do not insert `data' if it is nil.
* lisp/imap.el (imap-parse-fetch): Courier can insert spurious blank
characters which will confuse `read', so skip past them.
Revision: [email protected]/gnus--devo--0--patch-574
Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1981 gnus/lisp/ChangeLog:7.1982
--- ChangeLog:7.1981 Fri Jan 16 23:09:34 2009
+++ ChangeLog Thu Jan 22 08:02:16 2009
@@ -31,11 +31,21 @@
bignum support; use the most-positive-fixnum constant instead,
available since Emacs 21.1 with cl and XEmacs 21.1.
+2009-01-10 Katsumi Yamaoka <[email protected]>
+
+ * gnus-sum.el (gnus-summary-next-article): Revert last change by which
+ XEmacs gets not to work.
+
2009-01-09 Katsumi Yamaoka <[email protected]>
* mm-util.el (mm-coding-system-priorities): Allow the value like
"Japanese (UTF-8)" of current-language-environment.
+2009-01-09 Glenn Morris <[email protected]>
+
+ * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
+ with last-command-event.
+
2009-01-08 Reiner Steib <[email protected]>
* imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
@@ -63,6 +73,11 @@
* gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
primary select method (for gnus-group-mark-article-as-read).
+2009-01-06 Tassilo Horn <[email protected]>
+
+ * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
+ `(gnus)Face', not `(gnus)X-Face'.
+
2009-01-05 Katsumi Yamaoka <[email protected]>
* mm-util.el (mm-ucs-to-char): New function.
@@ -86,6 +101,17 @@
* message.el (message-fix-before-sending): Add `eight-bit' to
illegible-text check.
+2009-01-03 Michael Olson <[email protected]>
+
+ * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
+ `headers' is nil. This can occur if the IMAP server does not have
+ permissions to read messages from a folder, but can write new messages
+ to the folder.
+ (nnimap-request-article-part): Do not insert `data' if it is nil.
+
+ * imap.el (imap-parse-fetch): Courier can insert spurious blank
+ characters which will confuse `read', so skip past them.
+
2009-01-01 Dave Love <[email protected]>
* imap.el (imap-string-to-integer): Fix typo.
@@ -12297,6 +12323,7 @@
* gnus-start.el (gnus-get-unread-articles): Fix last commit.
2004-04-07 Kevin Greiner <[email protected]>
+
* gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
(gnus-agent-with-refreshed-group): New macro.
(gnus-agent-rename-group): New function.
Index: ChangeLog.2
diff -u gnus/lisp/ChangeLog.2:7.29 gnus/lisp/ChangeLog.2:7.30
--- ChangeLog.2:7.29 Mon Dec 22 22:39:48 2008
+++ ChangeLog.2 Thu Jan 22 08:02:16 2009
@@ -18841,7 +18841,7 @@
See ChangeLog.1 for earlier changes.
- Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
+ Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GNU Emacs.
Index: auth-source.el
diff -u gnus/lisp/auth-source.el:7.14 gnus/lisp/auth-source.el:7.15
--- auth-source.el:7.14 Fri Jan 16 23:09:34 2009
+++ auth-source.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; auth-source.el --- authentication sources for Gnus and Emacs
-;; Copyright (C) 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Author: Ted Zlatanov <[email protected]>
;; Keywords: news
Index: binhex.el
diff -u gnus/lisp/binhex.el:7.15 gnus/lisp/binhex.el:7.16
--- binhex.el:7.15 Mon May 19 10:47:42 2008
+++ binhex.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; binhex.el --- elisp native binhex decode
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: binhex news
Index: canlock.el
diff -u gnus/lisp/canlock.el:7.19 gnus/lisp/canlock.el:7.20
--- canlock.el:7.19 Mon May 19 10:47:42 2008
+++ canlock.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; canlock.el --- functions for Cancel-Lock feature
;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Katsumi Yamaoka <[email protected]>
;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
Index: compface.el
diff -u gnus/lisp/compface.el:7.18 gnus/lisp/compface.el:7.19
--- compface.el:7.18 Mon May 19 10:47:42 2008
+++ compface.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; compface.el --- functions for converting X-Face headers
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: deuglify.el
diff -u gnus/lisp/deuglify.el:7.20 gnus/lisp/deuglify.el:7.21
--- deuglify.el:7.20 Mon May 19 10:47:42 2008
+++ deuglify.el Thu Jan 22 08:02:16 2009
@@ -1,11 +1,11 @@
;;; deuglify.el --- deuglify broken Outlook (Express) articles
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Author: Raymond Scholz <[email protected]>
-;; Thomas Steffen (unwrapping algorithm,
-;; based on an idea of Stefan Monnier)
+;; Thomas Steffen
+;; (unwrapping algorithm, based on an idea of Stefan Monnier)
;; Keywords: mail, news
;; This file is part of GNU Emacs.
Index: dig.el
diff -u gnus/lisp/dig.el:7.13 gnus/lisp/dig.el:7.14
--- dig.el:7.13 Mon May 19 10:47:41 2008
+++ dig.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; dig.el --- Domain Name System dig interface
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: DNS BIND dig
Index: dns-mode.el
diff -u gnus/lisp/dns-mode.el:7.11 gnus/lisp/dns-mode.el:7.12
--- dns-mode.el:7.11 Mon May 19 10:47:41 2008
+++ dns-mode.el Thu Jan 22 08:02:15 2009
@@ -1,5 +1,7 @@
;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files
-;; Copyright (c) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+
+;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009
+;; Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: DNS master zone file SOA
Index: dns.el
diff -u gnus/lisp/dns.el:7.25 gnus/lisp/dns.el:7.26
--- dns.el:7.25 Fri Dec 26 18:23:53 2008
+++ dns.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; dns.el --- Domain Name Service lookups
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
Index: earcon.el
diff -u gnus/lisp/earcon.el:7.10 gnus/lisp/earcon.el:7.11
--- earcon.el:7.10 Mon May 19 10:47:42 2008
+++ earcon.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; earcon.el --- Sound effects for messages
;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Steven L. Baur <[email protected]>
Index: ecomplete.el
diff -u gnus/lisp/ecomplete.el:1.21 gnus/lisp/ecomplete.el:1.22
--- ecomplete.el:1.21 Mon May 19 10:47:41 2008
+++ ecomplete.el Thu Jan 22 08:02:15 2009
@@ -1,6 +1,6 @@
;;; ecomplete.el --- electric completion of addresses and the like
-;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: mail
Index: flow-fill.el
diff -u gnus/lisp/flow-fill.el:7.25 gnus/lisp/flow-fill.el:7.26
--- flow-fill.el:7.25 Mon May 19 10:47:41 2008
+++ flow-fill.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; flow-fill.el --- interpret RFC2646 "flowed" text
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: mail
Index: format-spec.el
diff -u gnus/lisp/format-spec.el:7.13 gnus/lisp/format-spec.el:7.14
--- format-spec.el:7.13 Mon May 19 10:47:42 2008
+++ format-spec.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; format-spec.el --- functions for formatting arbitrary formatting strings
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: tools
Index: gmm-utils.el
diff -u gnus/lisp/gmm-utils.el:7.38 gnus/lisp/gmm-utils.el:7.39
--- gmm-utils.el:7.38 Mon May 19 10:47:42 2008
+++ gmm-utils.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; gmm-utils.el --- Utility functions for Gnus, Message and MML
-;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Reiner Steib <[email protected]>
;; Keywords: news
Index: gnus-agent.el
diff -u gnus/lisp/gnus-agent.el:7.80 gnus/lisp/gnus-agent.el:7.81
--- gnus-agent.el:7.80 Wed Jun 11 16:19:44 2008
+++ gnus-agent.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-agent.el --- unplugged support for Gnus
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: gnus-art.el
diff -u gnus/lisp/gnus-art.el:7.287 gnus/lisp/gnus-art.el:7.288
--- gnus-art.el:7.287 Tue Jan 13 23:08:01 2009
+++ gnus-art.el Thu Jan 22 08:02:16 2009
@@ -1453,7 +1453,7 @@
"Display Face headers.
Valid values are nil, t, `head', `first', `last', an integer or a
predicate. See Info node `(gnus)Customizing Articles' and Info
-node `(gnus)X-Face' for details."
+node `(gnus)Face' for details."
:group 'gnus-article-treat
:version "22.1"
:link '(custom-manual "(gnus)Customizing Articles")
Index: gnus-async.el
diff -u gnus/lisp/gnus-async.el:7.16 gnus/lisp/gnus-async.el:7.17
--- gnus-async.el:7.16 Mon May 19 10:47:42 2008
+++ gnus-async.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-async.el --- asynchronous support for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-audio.el
diff -u gnus/lisp/gnus-audio.el:7.11 gnus/lisp/gnus-audio.el:7.12
--- gnus-audio.el:7.11 Mon May 19 10:47:42 2008
+++ gnus-audio.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-audio.el --- Sound effects for Gnus
;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Steven L. Baur <[email protected]>
;; Keywords: news, mail, multimedia
Index: gnus-bcklg.el
diff -u gnus/lisp/gnus-bcklg.el:7.10 gnus/lisp/gnus-bcklg.el:7.11
--- gnus-bcklg.el:7.10 Mon May 19 10:47:41 2008
+++ gnus-bcklg.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; gnus-bcklg.el --- backlog functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-bookmark.el
diff -u gnus/lisp/gnus-bookmark.el:7.16 gnus/lisp/gnus-bookmark.el:7.17
--- gnus-bookmark.el:7.16 Mon May 19 10:47:41 2008
+++ gnus-bookmark.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; gnus-bookmark.el --- Bookmarks in Gnus
-;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Bastien Guerry <bzg AT altern DOT org>
;; Keywords: news
Index: gnus-cache.el
diff -u gnus/lisp/gnus-cache.el:7.28 gnus/lisp/gnus-cache.el:7.29
--- gnus-cache.el:7.28 Wed Jun 11 16:19:44 2008
+++ gnus-cache.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-cache.el --- cache interface for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-cite.el
diff -u gnus/lisp/gnus-cite.el:7.40 gnus/lisp/gnus-cite.el:7.41
--- gnus-cite.el:7.40 Mon May 19 10:47:42 2008
+++ gnus-cite.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-cite.el --- parse citations in articles for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Per Abhiddenware
Index: gnus-cus.el
diff -u gnus/lisp/gnus-cus.el:7.21 gnus/lisp/gnus-cus.el:7.22
--- gnus-cus.el:7.21 Mon May 19 10:47:42 2008
+++ gnus-cus.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-cus.el --- customization commands for Gnus
;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <[email protected]>
;; Keywords: news
Index: gnus-delay.el
diff -u gnus/lisp/gnus-delay.el:7.15 gnus/lisp/gnus-delay.el:7.16
--- gnus-delay.el:7.15 Mon May 19 10:47:42 2008
+++ gnus-delay.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; gnus-delay.el --- Delayed posting of articles
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Kai Großjohann <[email protected]>
;; Keywords: mail, news, extensions
Index: gnus-demon.el
diff -u gnus/lisp/gnus-demon.el:7.19 gnus/lisp/gnus-demon.el:7.20
--- gnus-demon.el:7.19 Fri Jul 4 02:09:29 2008
+++ gnus-demon.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-demon.el --- daemonic Gnus behavior
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-diary.el
diff -u gnus/lisp/gnus-diary.el:7.21 gnus/lisp/gnus-diary.el:7.22
--- gnus-diary.el:7.21 Mon May 19 10:47:42 2008
+++ gnus-diary.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-diary.el --- Wrapper around the NNDiary Gnus back end
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Didier Verna <[email protected]>
;; Maintainer: Didier Verna <[email protected]>
Index: gnus-dired.el
diff -u gnus/lisp/gnus-dired.el:7.14 gnus/lisp/gnus-dired.el:7.15
--- gnus-dired.el:7.14 Sat Dec 6 18:30:03 2008
+++ gnus-dired.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-dired.el --- utility functions where gnus and dired meet
;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Authors: Benjamin Rutt <[email protected]>,
;; Shenghuo Zhu <[email protected]>
Index: gnus-draft.el
diff -u gnus/lisp/gnus-draft.el:7.23 gnus/lisp/gnus-draft.el:7.24
--- gnus-draft.el:7.23 Mon May 19 14:01:17 2008
+++ gnus-draft.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-draft.el --- draft message support for Gnus
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-dup.el
diff -u gnus/lisp/gnus-dup.el:7.13 gnus/lisp/gnus-dup.el:7.14
--- gnus-dup.el:7.13 Mon May 19 10:47:42 2008
+++ gnus-dup.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-dup.el --- suppression of duplicate articles in Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-eform.el
diff -u gnus/lisp/gnus-eform.el:7.13 gnus/lisp/gnus-eform.el:7.14
--- gnus-eform.el:7.13 Mon May 19 10:47:42 2008
+++ gnus-eform.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-eform.el --- a mode for editing forms for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-ems.el
diff -u gnus/lisp/gnus-ems.el:7.28 gnus/lisp/gnus-ems.el:7.29
--- gnus-ems.el:7.28 Wed Jun 11 16:19:44 2008
+++ gnus-ems.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; gnus-ems.el --- functions for making Gnus work under different Emacsen
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-fun.el
diff -u gnus/lisp/gnus-fun.el:7.23 gnus/lisp/gnus-fun.el:7.24
--- gnus-fun.el:7.23 Mon May 19 10:47:42 2008
+++ gnus-fun.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; gnus-fun.el --- various frivolous extension functions to Gnus
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-group.el
diff -u gnus/lisp/gnus-group.el:7.116 gnus/lisp/gnus-group.el:7.117
--- gnus-group.el:7.116 Fri Oct 3 06:21:54 2008
+++ gnus-group.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; gnus-group.el --- group mode commands for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-int.el
diff -u gnus/lisp/gnus-int.el:7.29 gnus/lisp/gnus-int.el:7.30
--- gnus-int.el:7.29 Mon May 19 10:47:42 2008
+++ gnus-int.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-int.el --- backend interface functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-kill.el
diff -u gnus/lisp/gnus-kill.el:7.15 gnus/lisp/gnus-kill.el:7.16
--- gnus-kill.el:7.15 Mon May 19 10:47:42 2008
+++ gnus-kill.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-kill.el --- kill commands for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-logic.el
diff -u gnus/lisp/gnus-logic.el:7.11 gnus/lisp/gnus-logic.el:7.12
--- gnus-logic.el:7.11 Wed Jun 11 16:19:44 2008
+++ gnus-logic.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-logic.el --- advanced scoring code for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-mh.el
diff -u gnus/lisp/gnus-mh.el:7.12 gnus/lisp/gnus-mh.el:7.13
--- gnus-mh.el:7.12 Mon May 19 10:47:42 2008
+++ gnus-mh.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-mh.el --- mh-e interface for Gnus
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-ml.el
diff -u gnus/lisp/gnus-ml.el:7.14 gnus/lisp/gnus-ml.el:7.15
--- gnus-ml.el:7.14 Mon May 19 10:47:41 2008
+++ gnus-ml.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; gnus-ml.el --- Mailing list minor mode for Gnus
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Julien Gilles <[email protected]>
;; Keywords: news, mail
Index: gnus-mlspl.el
diff -u gnus/lisp/gnus-mlspl.el:7.12 gnus/lisp/gnus-mlspl.el:7.13
--- gnus-mlspl.el:7.12 Mon May 19 10:47:41 2008
+++ gnus-mlspl.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-mlspl.el --- a group params-based mail splitting mechanism
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Alexandre Oliva <[email protected]>
;; Keywords: news, mail
Index: gnus-move.el
diff -u gnus/lisp/gnus-move.el:7.14 gnus/lisp/gnus-move.el:7.15
--- gnus-move.el:7.14 Mon May 19 10:47:41 2008
+++ gnus-move.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-move.el --- commands for moving Gnus from one server to another
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-msg.el
diff -u gnus/lisp/gnus-msg.el:7.71 gnus/lisp/gnus-msg.el:7.72
--- gnus-msg.el:7.71 Wed Jan 7 11:41:21 2009
+++ gnus-msg.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-msg.el --- mail and post interface for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-nocem.el
diff -u gnus/lisp/gnus-nocem.el:7.15 gnus/lisp/gnus-nocem.el:7.16
--- gnus-nocem.el:7.15 Mon May 19 10:47:42 2008
+++ gnus-nocem.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-picon.el
diff -u gnus/lisp/gnus-picon.el:7.16 gnus/lisp/gnus-picon.el:7.17
--- gnus-picon.el:7.16 Wed Jun 11 16:19:44 2008
+++ gnus-picon.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-picon.el --- displaying pretty icons in Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news xpm annotation glyph faces
Index: gnus-range.el
diff -u gnus/lisp/gnus-range.el:7.13 gnus/lisp/gnus-range.el:7.14
--- gnus-range.el:7.13 Mon May 19 10:47:42 2008
+++ gnus-range.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-range.el --- range and sequence functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-registry.el
diff -u gnus/lisp/gnus-registry.el:7.66 gnus/lisp/gnus-registry.el:7.67
--- gnus-registry.el:7.66 Tue Sep 16 21:10:24 2008
+++ gnus-registry.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; gnus-registry.el --- article registry for Gnus
-;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;;; Free Software Foundation, Inc.
;; Author: Ted Zlatanov <[email protected]>
Index: gnus-salt.el
diff -u gnus/lisp/gnus-salt.el:7.16 gnus/lisp/gnus-salt.el:7.17
--- gnus-salt.el:7.16 Mon May 19 10:47:41 2008
+++ gnus-salt.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; gnus-salt.el --- alternate summary mode interfaces for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-score.el
diff -u gnus/lisp/gnus-score.el:7.41 gnus/lisp/gnus-score.el:7.42
--- gnus-score.el:7.41 Mon Nov 24 21:15:36 2008
+++ gnus-score.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-score.el --- scoring code for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-setup.el
diff -u gnus/lisp/gnus-setup.el:7.11 gnus/lisp/gnus-setup.el:7.12
--- gnus-setup.el:7.11 Mon May 19 10:47:42 2008
+++ gnus-setup.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-setup.el --- Initialization & Setup for Gnus 5
;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Steven L. Baur <[email protected]>
;; Keywords: news
Index: gnus-sieve.el
diff -u gnus/lisp/gnus-sieve.el:7.12 gnus/lisp/gnus-sieve.el:7.13
--- gnus-sieve.el:7.12 Mon May 19 10:47:41 2008
+++ gnus-sieve.el Thu Jan 22 08:02:15 2009
@@ -1,6 +1,6 @@
;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: NAGY Andras <[email protected]>,
;; Simon Josefsson <[email protected]>
Index: gnus-soup.el
diff -u gnus/lisp/gnus-soup.el:7.14 gnus/lisp/gnus-soup.el:7.15
--- gnus-soup.el:7.14 Mon May 19 10:47:42 2008
+++ gnus-soup.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-soup.el --- SOUP packet writing support for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-spec.el
diff -u gnus/lisp/gnus-spec.el:7.25 gnus/lisp/gnus-spec.el:7.26
--- gnus-spec.el:7.25 Sat Aug 30 11:32:09 2008
+++ gnus-spec.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-spec.el --- format spec functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-srvr.el
diff -u gnus/lisp/gnus-srvr.el:7.35 gnus/lisp/gnus-srvr.el:7.36
--- gnus-srvr.el:7.35 Mon May 19 10:47:42 2008
+++ gnus-srvr.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-srvr.el --- virtual server support for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-start.el
diff -u gnus/lisp/gnus-start.el:7.69 gnus/lisp/gnus-start.el:7.70
--- gnus-start.el:7.69 Sun Dec 21 23:47:45 2008
+++ gnus-start.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-start.el --- startup functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-topic.el
diff -u gnus/lisp/gnus-topic.el:7.25 gnus/lisp/gnus-topic.el:7.26
--- gnus-topic.el:7.25 Mon May 19 10:47:41 2008
+++ gnus-topic.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-topic.el --- a folding minor mode for Gnus group buffers
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Ilja Weis <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: gnus-undo.el
diff -u gnus/lisp/gnus-undo.el:7.14 gnus/lisp/gnus-undo.el:7.15
--- gnus-undo.el:7.14 Mon May 19 10:47:42 2008
+++ gnus-undo.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-undo.el --- minor mode for undoing in Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-util.el
diff -u gnus/lisp/gnus-util.el:7.85 gnus/lisp/gnus-util.el:7.86
--- gnus-util.el:7.85 Fri Oct 3 06:21:54 2008
+++ gnus-util.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-util.el --- utility functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus-uu.el
diff -u gnus/lisp/gnus-uu.el:7.36 gnus/lisp/gnus-uu.el:7.37
--- gnus-uu.el:7.36 Mon May 19 10:47:42 2008
+++ gnus-uu.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-uu.el --- extract (uu)encoded files in Gnus
;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998,
-;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Created: 2 Oct 1993
Index: gnus-vm.el
diff -u gnus/lisp/gnus-vm.el:7.10 gnus/lisp/gnus-vm.el:7.11
--- gnus-vm.el:7.10 Mon May 19 10:47:42 2008
+++ gnus-vm.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-vm.el --- vm interface for Gnus
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Per Persson <[email protected]>
;; Keywords: news, mail
Index: gnus-win.el
diff -u gnus/lisp/gnus-win.el:7.16 gnus/lisp/gnus-win.el:7.17
--- gnus-win.el:7.16 Mon May 19 10:47:42 2008
+++ gnus-win.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus-win.el --- window configuration functions for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: gnus.el
diff -u gnus/lisp/gnus.el:7.86 gnus/lisp/gnus.el:7.87
--- gnus.el:7.86 Fri Jul 4 02:09:29 2008
+++ gnus.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; gnus.el --- a newsreader for GNU Emacs
;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
-;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
Index: hashcash.el
diff -u gnus/lisp/hashcash.el:7.28 gnus/lisp/hashcash.el:7.29
--- hashcash.el:7.28 Fri Jul 4 02:09:29 2008
+++ hashcash.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; hashcash.el --- Add hashcash payments to email
-;; Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation
+;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation
;; Written by: Paul Foley <[email protected]> (1997-2002)
;; Maintainer: Paul Foley <[email protected]>
Index: hex-util.el
diff -u gnus/lisp/hex-util.el:7.11 gnus/lisp/hex-util.el:7.12
--- hex-util.el:7.11 Mon May 19 10:47:42 2008
+++ hex-util.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; hex-util.el --- Functions to encode/decode hexadecimal string.
;; Copyright (C) 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: data
Index: hmac-def.el
diff -u gnus/lisp/hmac-def.el:7.9 gnus/lisp/hmac-def.el:7.10
--- hmac-def.el:7.9 Mon May 19 10:47:42 2008
+++ hmac-def.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; hmac-def.el --- A macro for defining HMAC functions.
-;; Copyright (C) 1999, 2001, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: HMAC, RFC 2104
Index: hmac-md5.el
diff -u gnus/lisp/hmac-md5.el:7.9 gnus/lisp/hmac-md5.el:7.10
--- hmac-md5.el:7.9 Mon May 19 10:47:42 2008
+++ hmac-md5.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; hmac-md5.el --- Compute HMAC-MD5.
-;; Copyright (C) 1999, 2001, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: HMAC, RFC 2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
Index: html2text.el
diff -u gnus/lisp/html2text.el:7.24 gnus/lisp/html2text.el:7.25
--- html2text.el:7.24 Thu Jun 5 08:23:11 2008
+++ html2text.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; html2text.el --- a simple html to plain text converter
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Joakim Hove <[email protected]>
Index: ietf-drums.el
diff -u gnus/lisp/ietf-drums.el:7.18 gnus/lisp/ietf-drums.el:7.19
--- ietf-drums.el:7.18 Fri Oct 31 18:33:32 2008
+++ ietf-drums.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; ietf-drums.el --- Functions for parsing RFC822bis headers
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: imap.el
diff -u gnus/lisp/imap.el:7.52 gnus/lisp/imap.el:7.53
--- imap.el:7.52 Thu Jan 8 21:51:29 2009
+++ imap.el Thu Jan 22 08:02:16 2009
@@ -2545,7 +2545,11 @@
(when (eq (char-after) ?\()
(let (uid flags envelope internaldate rfc822 rfc822header rfc822text
rfc822size body bodydetail bodystructure flags-empty)
- (while (not (eq (char-after) ?\)))
+ ;; Courier can insert spurious blank characters which will
+ ;; confuse `read', so skip past them.
+ (while (let ((moved (skip-chars-forward " \t")))
+ (prog1 (not (eq (char-after) ?\)))
+ (unless (= moved 0) (backward-char))))
(imap-forward)
(let ((token (read (current-buffer))))
(imap-forward)
Index: legacy-gnus-agent.el
diff -u gnus/lisp/legacy-gnus-agent.el:1.13 gnus/lisp/legacy-gnus-agent.el:1.14
--- legacy-gnus-agent.el:1.13 Tue Dec 23 17:51:46 2008
+++ legacy-gnus-agent.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; gnus-agent.el --- Legacy unplugged support for Gnus
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Kevin Greiner <[email protected]>
;; Keywords: news
Index: mail-parse.el
diff -u gnus/lisp/mail-parse.el:7.13 gnus/lisp/mail-parse.el:7.14
--- mail-parse.el:7.13 Mon May 19 10:47:42 2008
+++ mail-parse.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mail-parse.el --- Interface functions for parsing mail
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: mail-prsvr.el
diff -u gnus/lisp/mail-prsvr.el:7.11 gnus/lisp/mail-prsvr.el:7.12
--- mail-prsvr.el:7.11 Mon May 19 10:47:42 2008
+++ mail-prsvr.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mail-prsvr.el --- Interface variables for parsing mail
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: mail-source.el
diff -u gnus/lisp/mail-source.el:7.38 gnus/lisp/mail-source.el:7.39
--- mail-source.el:7.38 Wed Jun 11 16:19:44 2008
+++ mail-source.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mail-source.el --- functions for fetching mail
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
Index: mailcap.el
diff -u gnus/lisp/mailcap.el:7.17 gnus/lisp/mailcap.el:7.18
--- mailcap.el:7.17 Mon May 19 10:47:42 2008
+++ mailcap.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mailcap.el --- MIME media types configuration
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: William M. Perry <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: md4.el
diff -u gnus/lisp/md4.el:7.12 gnus/lisp/md4.el:7.13
--- md4.el:7.12 Sat Dec 6 18:30:03 2008
+++ md4.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; md4.el --- MD4 Message Digest Algorithm.
-;; Copyright (C) 2001, 2004, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Taro Kawagishi <[email protected]>
;; Keywords: MD4
Index: messcompat.el
diff -u gnus/lisp/messcompat.el:7.11 gnus/lisp/messcompat.el:7.12
--- messcompat.el:7.11 Mon May 19 10:47:42 2008
+++ messcompat.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; messcompat.el --- making message mode compatible with mail mode
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: mail, news
Index: mm-bodies.el
diff -u gnus/lisp/mm-bodies.el:7.20 gnus/lisp/mm-bodies.el:7.21
--- mm-bodies.el:7.20 Mon May 19 10:47:42 2008
+++ mm-bodies.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mm-bodies.el --- Functions for decoding MIME things
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
Index: mm-decode.el
diff -u gnus/lisp/mm-decode.el:7.68 gnus/lisp/mm-decode.el:7.69
--- mm-decode.el:7.68 Wed Jun 11 16:19:44 2008
+++ mm-decode.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mm-decode.el --- Functions for decoding MIME things
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
Index: mm-encode.el
diff -u gnus/lisp/mm-encode.el:7.16 gnus/lisp/mm-encode.el:7.17
--- mm-encode.el:7.16 Wed Jun 11 16:19:44 2008
+++ mm-encode.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mm-encode.el --- Functions for encoding MIME things
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
Index: mm-extern.el
diff -u gnus/lisp/mm-extern.el:7.16 gnus/lisp/mm-extern.el:7.17
--- mm-extern.el:7.16 Mon May 19 10:47:42 2008
+++ mm-extern.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mm-extern.el --- showing message/external-body
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: message external-body
Index: mm-partial.el
diff -u gnus/lisp/mm-partial.el:7.11 gnus/lisp/mm-partial.el:7.12
--- mm-partial.el:7.11 Mon May 19 10:47:42 2008
+++ mm-partial.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mm-partial.el --- showing message/partial
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: message partial
Index: mm-uu.el
diff -u gnus/lisp/mm-uu.el:7.58 gnus/lisp/mm-uu.el:7.59
--- mm-uu.el:7.58 Mon May 19 10:47:42 2008
+++ mm-uu.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mm-uu.el --- Return uu stuff as mm handles
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp
Index: mm-view.el
diff -u gnus/lisp/mm-view.el:7.61 gnus/lisp/mm-view.el:7.62
--- mm-view.el:7.61 Thu Dec 4 11:53:38 2008
+++ mm-view.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mm-view.el --- functions for viewing MIME objects
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008 Free Software Foundation, Inc.
+;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: mml-sec.el
diff -u gnus/lisp/mml-sec.el:7.24 gnus/lisp/mml-sec.el:7.25
--- mml-sec.el:7.24 Mon May 19 10:47:42 2008
+++ mml-sec.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mml-sec.el --- A package with security functions for MML documents
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
Index: mml-smime.el
diff -u gnus/lisp/mml-smime.el:7.23 gnus/lisp/mml-smime.el:7.24
--- mml-smime.el:7.23 Mon May 19 10:47:42 2008
+++ mml-smime.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mml-smime.el --- S/MIME support for MML
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: Gnus, MIME, S/MIME, MML
Index: mml.el
diff -u gnus/lisp/mml.el:7.73 gnus/lisp/mml.el:7.74
--- mml.el:7.73 Thu Dec 18 23:48:14 2008
+++ mml.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mml.el --- A package for parsing and validating MML documents
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008 Free Software Foundation, Inc.
+;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: mml1991.el
diff -u gnus/lisp/mml1991.el:7.30 gnus/lisp/mml1991.el:7.31
--- mml1991.el:7.30 Mon Dec 22 22:53:12 2008
+++ mml1991.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008 Free Software Foundation, Inc.
+;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Sascha Lüdecke <[email protected]>,
;; Simon Josefsson <[email protected]> (Mailcrypt interface, Gnus glue)
Index: mml2015.el
diff -u gnus/lisp/mml2015.el:7.56 gnus/lisp/mml2015.el:7.57
--- mml2015.el:7.56 Wed Jun 11 16:19:44 2008
+++ mml2015.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP)
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008 Free Software Foundation, Inc.
+;; 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: PGP MIME MML
Index: netrc.el
diff -u gnus/lisp/netrc.el:7.26 gnus/lisp/netrc.el:7.27
--- netrc.el:7.26 Mon Nov 10 22:54:55 2008
+++ netrc.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; netrc.el --- .netrc parsing functionality
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nnagent.el
diff -u gnus/lisp/nnagent.el:7.17 gnus/lisp/nnagent.el:7.18
--- nnagent.el:7.17 Mon May 19 10:47:42 2008
+++ nnagent.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnagent.el --- offline backend for Gnus
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
Index: nnbabyl.el
diff -u gnus/lisp/nnbabyl.el:7.13 gnus/lisp/nnbabyl.el:7.14
--- nnbabyl.el:7.13 Mon May 19 10:47:42 2008
+++ nnbabyl.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnbabyl.el --- rmail mbox access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
Index: nndb.el
diff -u gnus/lisp/nndb.el:7.19 gnus/lisp/nndb.el:7.20
--- nndb.el:7.19 Fri Jul 4 02:09:29 2008
+++ nndb.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; nndb.el --- nndb access for Gnus
;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008 Free Software Foundation, Inc.
+;; 2008, 2009 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Kai Grossjohann <[email protected]>
Index: nndiary.el
diff -u gnus/lisp/nndiary.el:7.21 gnus/lisp/nndiary.el:7.22
--- nndiary.el:7.21 Mon May 19 10:47:42 2008
+++ nndiary.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nndiary.el --- A diary back end for Gnus
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Didier Verna <[email protected]>
;; Maintainer: Didier Verna <[email protected]>
Index: nndir.el
diff -u gnus/lisp/nndir.el:7.11 gnus/lisp/nndir.el:7.12
--- nndir.el:7.11 Mon May 19 10:47:42 2008
+++ nndir.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nndir.el --- single directory newsgroup access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nndoc.el
diff -u gnus/lisp/nndoc.el:7.15 gnus/lisp/nndoc.el:7.16
--- nndoc.el:7.15 Mon May 19 10:47:41 2008
+++ nndoc.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; nndoc.el --- single file access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
Index: nndraft.el
diff -u gnus/lisp/nndraft.el:7.14 gnus/lisp/nndraft.el:7.15
--- nndraft.el:7.14 Mon May 19 10:47:42 2008
+++ nndraft.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nndraft.el --- draft article access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nneething.el
diff -u gnus/lisp/nneething.el:7.14 gnus/lisp/nneething.el:7.15
--- nneething.el:7.14 Mon May 19 10:47:42 2008
+++ nneething.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nneething.el --- arbitrary file access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
Index: nngateway.el
diff -u gnus/lisp/nngateway.el:7.10 gnus/lisp/nngateway.el:7.11
--- nngateway.el:7.10 Mon May 19 10:47:42 2008
+++ nngateway.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nngateway.el --- posting news via mail gateways
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
Index: nnheader.el
diff -u gnus/lisp/nnheader.el:7.36 gnus/lisp/nnheader.el:7.37
--- nnheader.el:7.36 Mon Dec 22 22:34:55 2008
+++ nnheader.el Thu Jan 22 08:02:16 2009
@@ -2,7 +2,7 @@
;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994,
;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: nnimap.el
diff -u gnus/lisp/nnimap.el:7.57 gnus/lisp/nnimap.el:7.58
--- nnimap.el:7.57 Thu Jan 1 19:50:34 2009
+++ nnimap.el Thu Jan 22 08:02:16 2009
@@ -627,7 +627,8 @@
;; to make it more clear.
(mm-with-unibyte-buffer
(buffer-disable-undo)
- (insert headers)
+ ;; headers can be nil if article is write-only
+ (when headers (insert headers))
(let ((head (nnheader-parse-naked-head uid)))
(mail-header-set-number head uid)
(mail-header-set-chars head chars)
@@ -957,9 +958,11 @@
(erase-buffer)
(let ((data (imap-fetch article part prop nil
nnimap-server-buffer)))
- (insert (nnimap-demule (if detail
- (nth 2 (car data))
- data))))
+ ;; data can be nil if article is write-only
+ (when data
+ (insert (nnimap-demule (if detail
+ (nth 2 (car data))
+ data)))))
(nnheader-ms-strip-cr)
(gnus-message
10 "nnimap: Fetching (part of) article %d from %s...done"
Index: nnir.el
diff -u gnus/lisp/nnir.el:7.4 gnus/lisp/nnir.el:7.5
--- nnir.el:7.4 Thu Jun 12 01:12:55 2008
+++ nnir.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnir.el --- search mail with various search engines -*- coding: iso-8859-1 -*-
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008 Free Software Foundation, Inc.
+;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Kai Großjohann <[email protected]>
;; Swish-e and Swish++ backends by:
Index: nnkiboze.el
diff -u gnus/lisp/nnkiboze.el:7.16 gnus/lisp/nnkiboze.el:7.17
--- nnkiboze.el:7.16 Fri Jul 4 02:09:29 2008
+++ nnkiboze.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnkiboze.el --- select virtual news access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nnlistserv.el
diff -u gnus/lisp/nnlistserv.el:7.13 gnus/lisp/nnlistserv.el:7.14
--- nnlistserv.el:7.13 Mon May 19 10:47:42 2008
+++ nnlistserv.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnlistserv.el --- retrieving articles via web mailing list archives
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
Index: nnmail.el
diff -u gnus/lisp/nnmail.el:7.47 gnus/lisp/nnmail.el:7.48
--- nnmail.el:7.47 Fri Jan 16 09:03:16 2009
+++ nnmail.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnmail.el --- mail support functions for the Gnus mail backends
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
Index: nnmairix.el
diff -u gnus/lisp/nnmairix.el:7.12 gnus/lisp/nnmairix.el:7.13
--- nnmairix.el:7.12 Mon Sep 8 23:12:23 2008
+++ nnmairix.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; nnmairix.el --- Mairix back end for Gnus, the Emacs newsreader
-;; Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: David Engster <[email protected]>
;; Keywords: mail searching
Index: nnmbox.el
diff -u gnus/lisp/nnmbox.el:7.13 gnus/lisp/nnmbox.el:7.14
--- nnmbox.el:7.13 Mon May 19 10:47:42 2008
+++ nnmbox.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnmbox.el --- mail mbox access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
Index: nnmh.el
diff -u gnus/lisp/nnmh.el:7.15 gnus/lisp/nnmh.el:7.16
--- nnmh.el:7.15 Mon May 19 10:47:42 2008
+++ nnmh.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnmh.el --- mhspool access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
Index: nnml.el
diff -u gnus/lisp/nnml.el:7.34 gnus/lisp/nnml.el:7.35
--- nnml.el:7.34 Fri Oct 3 03:52:25 2008
+++ nnml.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnml.el --- mail spool access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Authors: Didier Verna <[email protected]> (adding compaction)
;; Simon Josefsson <[email protected]> (adding MARKS)
Index: nnoo.el
diff -u gnus/lisp/nnoo.el:7.11 gnus/lisp/nnoo.el:7.12
--- nnoo.el:7.11 Mon May 19 10:47:42 2008
+++ nnoo.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnoo.el --- OO Gnus Backends
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nnrss.el
diff -u gnus/lisp/nnrss.el:7.60 gnus/lisp/nnrss.el:7.61
--- nnrss.el:7.60 Tue Nov 11 15:38:16 2008
+++ nnrss.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnrss.el --- interfacing with RSS
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008 Free Software Foundation, Inc.
+;; 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: RSS
Index: nnslashdot.el
diff -u gnus/lisp/nnslashdot.el:7.17 gnus/lisp/nnslashdot.el:7.18
--- nnslashdot.el:7.17 Mon May 19 10:47:42 2008
+++ nnslashdot.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnslashdot.el --- interfacing with Slashdot
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nnsoup.el
diff -u gnus/lisp/nnsoup.el:7.15 gnus/lisp/nnsoup.el:7.16
--- nnsoup.el:7.15 Mon May 19 10:47:42 2008
+++ nnsoup.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnsoup.el --- SOUP access for Gnus
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Masanobu UMEDA <[email protected]>
Index: nnspool.el
diff -u gnus/lisp/nnspool.el:7.16 gnus/lisp/nnspool.el:7.17
--- nnspool.el:7.16 Mon May 19 10:47:42 2008
+++ nnspool.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnspool.el --- spool access for GNU Emacs
;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
-;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: nntp.el
diff -u gnus/lisp/nntp.el:7.50 gnus/lisp/nntp.el:7.51
--- nntp.el:7.50 Wed Jun 11 16:19:44 2008
+++ nntp.el Thu Jan 22 08:02:16 2009
@@ -2,7 +2,7 @@
;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993,
;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
-;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nnultimate.el
diff -u gnus/lisp/nnultimate.el:7.11 gnus/lisp/nnultimate.el:7.12
--- nnultimate.el:7.11 Mon May 19 10:47:42 2008
+++ nnultimate.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nnvirtual.el
diff -u gnus/lisp/nnvirtual.el:7.15 gnus/lisp/nnvirtual.el:7.16
--- nnvirtual.el:7.15 Wed Jun 11 16:19:45 2008
+++ nnvirtual.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnvirtual.el --- virtual newsgroups access for Gnus
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: David Moore <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
Index: nnwarchive.el
diff -u gnus/lisp/nnwarchive.el:7.11 gnus/lisp/nnwarchive.el:7.12
--- nnwarchive.el:7.11 Mon May 19 10:47:42 2008
+++ nnwarchive.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnwarchive.el --- interfacing with web archives
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: news egroups mail-archive
Index: nnweb.el
diff -u gnus/lisp/nnweb.el:7.39 gnus/lisp/nnweb.el:7.40
--- nnweb.el:7.39 Mon May 19 10:47:42 2008
+++ nnweb.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnweb.el --- retrieving articles via web search engines
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: nnwfm.el
diff -u gnus/lisp/nnwfm.el:7.10 gnus/lisp/nnwfm.el:7.11
--- nnwfm.el:7.10 Mon May 19 10:47:42 2008
+++ nnwfm.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; nnwfm.el --- interfacing with a web forum
;; Copyright (C) 2000, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
Index: ntlm.el
diff -u gnus/lisp/ntlm.el:7.10 gnus/lisp/ntlm.el:7.11
--- ntlm.el:7.10 Mon May 19 10:47:42 2008
+++ ntlm.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; ntlm.el --- NTLM (NT LanManager) authentication support
-;; Copyright (C) 2001, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Taro Kawagishi <[email protected]>
;; Keywords: NTLM, SASL
Index: parse-time.el
diff -u gnus/lisp/parse-time.el:7.13 gnus/lisp/parse-time.el:7.14
--- parse-time.el:7.13 Thu Jun 5 08:23:11 2008
+++ parse-time.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; parse-time.el --- parsing time strings
;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008 Free Software Foundation, Inc.
+;; 2008, 2009 Free Software Foundation, Inc.
;; Author: Erik Naggum <[email protected]>
;; Keywords: util
Index: password-cache.el
diff -u gnus/lisp/password-cache.el:7.4 gnus/lisp/password-cache.el:7.5
--- password-cache.el:7.4 Mon May 19 10:47:42 2008
+++ password-cache.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; password-cache.el --- Read passwords, possibly using a password cache.
-;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
Index: pgg-def.el
diff -u gnus/lisp/pgg-def.el:7.17 gnus/lisp/pgg-def.el:7.18
--- pgg-def.el:7.17 Mon May 19 10:47:42 2008
+++ pgg-def.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; pgg-def.el --- functions/macros for defining PGG functions
;; Copyright (C) 1999, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/11/02
Index: pgg-gpg.el
diff -u gnus/lisp/pgg-gpg.el:7.33 gnus/lisp/pgg-gpg.el:7.34
--- pgg-gpg.el:7.33 Thu Sep 4 08:04:04 2008
+++ pgg-gpg.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; pgg-gpg.el --- GnuPG support for PGG.
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Symmetric encryption and gpg-agent support added by:
Index: pgg-parse.el
diff -u gnus/lisp/pgg-parse.el:7.16 gnus/lisp/pgg-parse.el:7.17
--- pgg-parse.el:7.16 Mon May 19 10:47:42 2008
+++ pgg-parse.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; pgg-parse.el --- OpenPGP packet parsing
;; Copyright (C) 1999, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/10/28
Index: pgg-pgp.el
diff -u gnus/lisp/pgg-pgp.el:7.19 gnus/lisp/pgg-pgp.el:7.20
--- pgg-pgp.el:7.19 Mon May 19 10:47:42 2008
+++ pgg-pgp.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG.
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/11/02
Index: pgg-pgp5.el
diff -u gnus/lisp/pgg-pgp5.el:7.15 gnus/lisp/pgg-pgp5.el:7.16
--- pgg-pgp5.el:7.15 Mon May 19 10:47:41 2008
+++ pgg-pgp5.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; pgg-pgp5.el --- PGP 5.* support for PGG.
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Created: 1999/11/02
Index: pgg.el
diff -u gnus/lisp/pgg.el:7.22 gnus/lisp/pgg.el:7.23
--- pgg.el:7.22 Mon May 19 10:47:42 2008
+++ pgg.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; pgg.el --- glue for the various PGP implementations.
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Symmetric encryption added by: Sascha Wilde <[email protected]>
@@ -25,6 +25,9 @@
;;; Commentary:
+;; This file is on its way to obsolescence, waiting for allout.el to
+;; switch to EPG.
+
;;; Code:
(require 'pgg-def)
Index: pop3.el
diff -u gnus/lisp/pop3.el:7.38 gnus/lisp/pop3.el:7.39
--- pop3.el:7.38 Mon Dec 22 22:34:55 2008
+++ pop3.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; pop3.el --- Post Office Protocol (RFC 1460) interface
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Richard L. Pieri <[email protected]>
;; Maintainer: FSF
Index: qp.el
diff -u gnus/lisp/qp.el:7.16 gnus/lisp/qp.el:7.17
--- qp.el:7.16 Mon May 19 10:47:41 2008
+++ qp.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; qp.el --- Quoted-Printable functions
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: mail, extensions
Index: rfc1843.el
diff -u gnus/lisp/rfc1843.el:7.13 gnus/lisp/rfc1843.el:7.14
--- rfc1843.el:7.13 Mon May 19 10:47:42 2008
+++ rfc1843.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; rfc1843.el --- HZ (rfc1843) decoding
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: news HZ HZ+ mail i18n
Index: rfc2045.el
diff -u gnus/lisp/rfc2045.el:7.11 gnus/lisp/rfc2045.el:7.12
--- rfc2045.el:7.11 Mon May 19 10:47:42 2008
+++ rfc2045.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; rfc2045.el --- Functions for decoding rfc2045 headers
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: rfc2047.el
diff -u gnus/lisp/rfc2047.el:7.73 gnus/lisp/rfc2047.el:7.74
--- rfc2047.el:7.73 Wed Dec 10 11:03:11 2008
+++ rfc2047.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; MORIOKA Tomohiko <[email protected]>
Index: rfc2104.el
diff -u gnus/lisp/rfc2104.el:7.14 gnus/lisp/rfc2104.el:7.15
--- rfc2104.el:7.14 Thu Jul 31 01:48:40 2008
+++ rfc2104.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: mail
Index: rfc2231.el
diff -u gnus/lisp/rfc2231.el:7.27 gnus/lisp/rfc2231.el:7.28
--- rfc2231.el:7.27 Fri May 30 12:06:47 2008
+++ rfc2231.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; rfc2231.el --- Functions for decoding rfc2231 headers
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
Index: sasl-cram.el
diff -u gnus/lisp/sasl-cram.el:7.8 gnus/lisp/sasl-cram.el:7.9
--- sasl-cram.el:7.8 Mon May 19 10:47:42 2008
+++ sasl-cram.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; sasl-cram.el --- CRAM-MD5 module for the SASL client framework
-;; Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Kenichi OKADA <[email protected]>
Index: sasl-digest.el
diff -u gnus/lisp/sasl-digest.el:7.8 gnus/lisp/sasl-digest.el:7.9
--- sasl-digest.el:7.8 Mon May 19 10:47:42 2008
+++ sasl-digest.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; sasl-digest.el --- DIGEST-MD5 module for the SASL client framework
-;; Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Kenichi OKADA <[email protected]>
Index: sasl-ntlm.el
diff -u gnus/lisp/sasl-ntlm.el:7.9 gnus/lisp/sasl-ntlm.el:7.10
--- sasl-ntlm.el:7.9 Fri Jul 4 02:09:29 2008
+++ sasl-ntlm.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; sasl-ntlm.el --- NTLM (NT Lan Manager) module for the SASL client framework
-;; Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Taro Kawagishi <[email protected]>
;; Keywords: SASL, NTLM
Index: sasl.el
diff -u gnus/lisp/sasl.el:7.9 gnus/lisp/sasl.el:7.10
--- sasl.el:7.9 Fri Jul 4 02:09:29 2008
+++ sasl.el Thu Jan 22 08:02:15 2009
@@ -1,6 +1,6 @@
;;; sasl.el --- SASL client framework
-;; Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Keywords: SASL
Index: score-mode.el
diff -u gnus/lisp/score-mode.el:7.14 gnus/lisp/score-mode.el:7.15
--- score-mode.el:7.14 Mon May 19 10:47:42 2008
+++ score-mode.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; score-mode.el --- mode for editing Gnus score files
;; Copyright (C) 1996, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
Index: sha1.el
diff -u gnus/lisp/sha1.el:7.15 gnus/lisp/sha1.el:7.16
--- sha1.el:7.15 Sat Dec 6 18:30:03 2008
+++ sha1.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp
;; Copyright (C) 1999, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
;; Keywords: SHA1, FIPS 180-1
Index: sieve-manage.el
diff -u gnus/lisp/sieve-manage.el:7.26 gnus/lisp/sieve-manage.el:7.27
--- sieve-manage.el:7.26 Tue Dec 23 17:45:58 2008
+++ sieve-manage.el Thu Jan 22 08:02:15 2009
@@ -1,7 +1,7 @@
;;; sieve-manage.el --- Implementation of the managesive protocol in elisp
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008 Free Software Foundation, Inc.
+;; 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
Index: sieve-mode.el
diff -u gnus/lisp/sieve-mode.el:7.13 gnus/lisp/sieve-mode.el:7.14
--- sieve-mode.el:7.13 Mon May 19 10:47:42 2008
+++ sieve-mode.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; sieve-mode.el --- Sieve code editing commands for Emacs
;; Copyright (C) 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
Index: sieve.el
diff -u gnus/lisp/sieve.el:7.16 gnus/lisp/sieve.el:7.17
--- sieve.el:7.16 Mon May 19 10:47:42 2008
+++ sieve.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; sieve.el --- Utilities to manage sieve scripts
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
Index: smiley.el
diff -u gnus/lisp/smiley.el:7.24 gnus/lisp/smiley.el:7.25
--- smiley.el:7.24 Mon May 19 10:47:42 2008
+++ smiley.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; smiley.el --- displaying smiley faces
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Dave Love <[email protected]>
;; Keywords: news mail multimedia
Index: smime.el
diff -u gnus/lisp/smime.el:7.36 gnus/lisp/smime.el:7.37
--- smime.el:7.36 Fri Jul 4 02:09:29 2008
+++ smime.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; smime.el --- S/MIME support library
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: SMIME X.509 PEM OpenSSL
Index: spam-report.el
diff -u gnus/lisp/spam-report.el:7.41 gnus/lisp/spam-report.el:7.42
--- spam-report.el:7.41 Wed Dec 24 03:30:41 2008
+++ spam-report.el Thu Jan 22 08:02:15 2009
@@ -1,6 +1,6 @@
;;; spam-report.el --- Reporting spam
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Author: Ted Zlatanov <[email protected]>
Index: spam-stat.el
diff -u gnus/lisp/spam-stat.el:7.32 gnus/lisp/spam-stat.el:7.33
--- spam-stat.el:7.32 Mon May 19 10:47:42 2008
+++ spam-stat.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; spam-stat.el --- detecting spam based on statistics
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Alex Schroeder <[email protected]>
;; Keywords: network
Index: spam-wash.el
diff -u gnus/lisp/spam-wash.el:1.8 gnus/lisp/spam-wash.el:1.9
--- spam-wash.el:1.8 Mon May 19 10:47:41 2008
+++ spam-wash.el Thu Jan 22 08:02:15 2009
@@ -1,6 +1,6 @@
;;; spam-wash.el --- wash spam before analysis
-;; Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Andrew Cohen <[email protected]>
;; Keywords: mail
Index: spam.el
diff -u gnus/lisp/spam.el:7.101 gnus/lisp/spam.el:7.102
--- spam.el:7.101 Wed Jun 11 16:19:45 2008
+++ spam.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; spam.el --- Identifying spam
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
Index: starttls.el
diff -u gnus/lisp/starttls.el:7.21 gnus/lisp/starttls.el:7.22
--- starttls.el:7.21 Tue Nov 4 17:49:42 2008
+++ starttls.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; starttls.el --- STARTTLS functions
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Daiki Ueno <[email protected]>
;; Author: Simon Josefsson <[email protected]>
Index: tls.el
diff -u gnus/lisp/tls.el:7.30 gnus/lisp/tls.el:7.31
--- tls.el:7.30 Fri Oct 3 06:21:54 2008
+++ tls.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; tls.el --- TLS/SSL support via wrapper around GnuTLS
;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008 Free Software Foundation, Inc.
+;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Simon Josefsson <[email protected]>
;; Keywords: comm, tls, gnutls, ssl
Index: utf7.el
diff -u gnus/lisp/utf7.el:7.14 gnus/lisp/utf7.el:7.15
--- utf7.el:7.14 Mon May 19 10:47:42 2008
+++ utf7.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*-
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Jon K Hellan <[email protected]>
;; Maintainer: [email protected]
Index: uudecode.el
diff -u gnus/lisp/uudecode.el:7.17 gnus/lisp/uudecode.el:7.18
--- uudecode.el:7.17 Mon May 19 10:47:42 2008
+++ uudecode.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; uudecode.el -- elisp native uudecode
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: uudecode news
Index: webmail.el
diff -u gnus/lisp/webmail.el:7.12 gnus/lisp/webmail.el:7.13
--- webmail.el:7.12 Mon May 19 10:47:42 2008
+++ webmail.el Thu Jan 22 08:02:16 2009
@@ -1,7 +1,7 @@
;;; webmail.el --- interface of web mail
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Shenghuo Zhu <[email protected]>
;; Keywords: hotmail netaddress my-deja netscape
Index: yenc.el
diff -u gnus/lisp/yenc.el:7.11 gnus/lisp/yenc.el:7.12
--- yenc.el:7.11 Mon May 19 10:47:42 2008
+++ yenc.el Thu Jan 22 08:02:16 2009
@@ -1,6 +1,6 @@
;;; yenc.el --- elisp native yenc decoder
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Jesper Harder <[email protected]>
;; Keywords: yenc news