Changes committed gnus/texi (11 files)

"Miles Bader" <[email protected]> Thu, 22 Jan 2009 08:02:17 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: doclicense.texi emacs-mime.texi gnus-coding.texi gnus-faq.texi
          gnus-logo.eps gnus-news.el gnus-news.texi message.texi pgg.texi
          sasl.texi sieve.texi

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: doclicense.texi
diff -u gnus/texi/doclicense.texi:7.6 gnus/texi/doclicense.texi:7.7
--- doclicense.texi:7.6	Sat Dec  6 18:30:02 2008
+++ doclicense.texi	Thu Jan 22 08:02:17 2009
@@ -6,7 +6,7 @@
 @c hence no sectioning command or @node.
 
 @display
-Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
 @uref{http://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies
Index: emacs-mime.texi
diff -u gnus/texi/emacs-mime.texi:7.40 gnus/texi/emacs-mime.texi:7.41
--- emacs-mime.texi:7.40	Sat Dec  6 18:30:02 2008
+++ emacs-mime.texi	Thu Jan 22 08:02:17 2009
@@ -10,7 +10,7 @@
 This file documents the Emacs MIME interface functionality.
 
 Copyright @copyright{} 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
Index: gnus-coding.texi
diff -u gnus/texi/gnus-coding.texi:1.16 gnus/texi/gnus-coding.texi:1.17
--- gnus-coding.texi:1.16	Sat Dec  6 18:30:02 2008
+++ gnus-coding.texi	Thu Jan 22 08:02:17 2009
@@ -7,7 +7,7 @@
 @syncodeindex pg cp
 
 @copying
-Copyright (C) 2004, 2005, 2007, 2008  Free Software Foundation, Inc.
+Copyright (C) 2004, 2005, 2007, 2008, 2009  Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
Index: gnus-faq.texi
diff -u gnus/texi/gnus-faq.texi:7.22 gnus/texi/gnus-faq.texi:7.23
--- gnus-faq.texi:7.22	Tue Jun 17 04:36:37 2008
+++ gnus-faq.texi	Thu Jan 22 08:02:17 2009
@@ -2,7 +2,7 @@
 @c Uncomment 1st line before texing this file alone.
 @c %**start of header
 @c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-@c   2008 Free Software Foundation, Inc.
+@c   2008, 2009 Free Software Foundation, Inc.
 @c
 @c Do not modify this file, it was generated from gnus-faq.xml, available from
 @c <URL:http://my.gnus.org/FAQ/>.
Index: gnus-logo.eps
diff -u gnus/texi/gnus-logo.eps:7.4 gnus/texi/gnus-logo.eps:7.5
--- gnus-logo.eps:7.4	Mon May 19 10:47:43 2008
+++ gnus-logo.eps	Thu Jan 22 08:02:17 2009
@@ -1,5 +1,5 @@
 %!PS-Adobe-2.0 EPSF-2.0
-% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 %   Free Software Foundation, Inc.
 %
 % Author: Luis Fernandes <[email protected]>
Index: gnus-news.el
diff -u gnus/texi/gnus-news.el:7.17 gnus/texi/gnus-news.el:7.18
--- gnus-news.el:7.17	Thu Jun  5 08:23:11 2008
+++ gnus-news.el	Thu Jan 22 08:02:17 2009
@@ -1,5 +1,5 @@
 ;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
 ;; Author: Reiner Steib  <[email protected]>
 ;; Keywords: tools
@@ -27,7 +27,7 @@
 "GNUS NEWS -- history of user-visible changes.
 
 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008  Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 Please send Gnus bug reports to [email protected].
Index: gnus-news.texi
diff -u gnus/texi/gnus-news.texi:7.68 gnus/texi/gnus-news.texi:7.69
--- gnus-news.texi:7.68	Thu Apr 10 00:03:30 2008
+++ gnus-news.texi	Thu Jan 22 08:02:17 2009
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 
-@c Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 @c    Permission is granted to anyone to make or distribute verbatim copies
 @c    of this document as received, in any medium, provided that the
Index: message.texi
diff -u gnus/texi/message.texi:7.61 gnus/texi/message.texi:7.62
--- message.texi:7.61	Mon Dec  8 21:52:03 2008
+++ message.texi	Thu Jan 22 08:02:17 2009
@@ -9,7 +9,7 @@
 This file documents Message, the Emacs message composition mode.
 
 Copyright @copyright{} 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.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
Index: pgg.texi
diff -u gnus/texi/pgg.texi:7.24 gnus/texi/pgg.texi:7.25
--- pgg.texi:7.24	Sat Dec  6 18:30:02 2008
+++ pgg.texi	Thu Jan 22 08:02:17 2009
@@ -8,7 +8,7 @@
 @copying
 This file describes PGG, an Emacs interface to various PGP implementations.
 
-Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008
+Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Free Software Foundation, Inc.
 
 @quotation
Index: sasl.texi
diff -u gnus/texi/sasl.texi:7.10 gnus/texi/sasl.texi:7.11
--- sasl.texi:7.10	Sat Dec  6 18:30:02 2008
+++ sasl.texi	Thu Jan 22 08:02:17 2009
@@ -14,7 +14,7 @@
 @copying
 This file describes the Emacs SASL library.
 
-Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008
+Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009
 Free Software Foundation, Inc.
 
 @quotation
Index: sieve.texi
diff -u gnus/texi/sieve.texi:7.15 gnus/texi/sieve.texi:7.16
--- sieve.texi:7.15	Sat Dec  6 18:30:02 2008
+++ sieve.texi	Thu Jan 22 08:02:17 2009
@@ -9,7 +9,7 @@
 @copying
 This file documents the Emacs Sieve package, for server-side mail filtering.
 
-Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Free Software Foundation, Inc.
 
 @quotation