Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Tue, 1 May 2007 23:01:13 +0000 (23:01 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 1 May 2007 23:01:13 +0000 (23:01 +0000)
Patches applied:

 * emacs--devo--0  (patch 697, 699, 706, 725)

   - Merge from gnus--rel--5.10
   - Update from CVS

 * emacs--rel--22  (base)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709

 * gnus--rel--5.10  (patch 218)

   - Merge from emacs--devo--0, emacs--rel--22

2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)

   * lisp/calendar/parse-time.el (parse-time-string-chars): Check if CHAR
   is less than the length of parse-time-syntax.

2007-04-15  Chong Yidong  <cyd@stupidchicken.com>

   * texi/gnus.texi, texi/message.texi, texi/pgg.texi, texi/sieve.texi: Include GFDL.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-328

lisp/ChangeLog
lisp/parse-time.el
texi/ChangeLog
texi/emacs-mime.texi
texi/gnus.texi
texi/message.texi
texi/pgg.texi
texi/sieve.texi

index 77aa40f..573d05c 100644 (file)
        (mm-inline-text-html-render-with-w3m-standalone)
        (mm-inline-render-with-function): Use mail-parse-charset by default.
 
+2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
+
+       * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
+       is less than the length of parse-time-syntax.
+
 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
index 330e49c..ece84ad 100644 (file)
@@ -66,7 +66,8 @@
   (aref parse-time-digits char))
 
 (defsubst parse-time-string-chars (char)
-  (aref parse-time-syntax char))
+  (and (< char (length parse-time-syntax))
+       (aref parse-time-syntax char)))
 
 (put 'parse-error 'error-conditions '(parse-error error))
 (put 'parse-error 'error-message "Parsing error")
index 4d01305..bd640d5 100644 (file)
@@ -2,6 +2,10 @@
 
        * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
 
+2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * gnus.texi, message.texi, pgg.texi, sieve.texi: Include GFDL.
+
 2007-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Group Line Specification, Misc Group Stuff)
index a3571d3..276c7c0 100644 (file)
@@ -75,6 +75,7 @@ read at least RFC2045 and RFC2047.
 * Interface Functions::   An abstraction over the basic functions.
 * Basic Functions::       Utility and basic parsing functions.
 * Standards::             A summary of RFCs and working documents used.
+* GNU Free Documentation License:: The license for this documentation.
 * Index::                 Function and variable index.
 @end menu
 
@@ -1854,6 +1855,9 @@ Documentation of the text/plain format parameter for flowed text.
 
 @end table
 
+@node GNU Free Documentation License
+@chapter GNU Free Documentation License
+@include doclicense.texi
 
 @node Index
 @chapter Index
index 0a4dd8c..3751e47 100644 (file)
@@ -404,6 +404,7 @@ the program.
 * Various::                  General purpose settings.
 * The End::                  Farewell and goodbye.
 * Appendices::               Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
+* GNU Free Documentation License:: The license for this documentation.
 * Index::                    Variable, function and concept index.
 * Key Index::                Key Index.
 
@@ -29772,6 +29773,10 @@ former).  The manual is unambiguous, but it can be confusing.
 @page
 @include gnus-faq.texi
 
+@node GNU Free Documentation License
+@chapter GNU Free Documentation License
+@include doclicense.texi
+
 @node Index
 @chapter Index
 @printindex cp
index d855c38..73fca47 100644 (file)
@@ -63,6 +63,7 @@ Message mode buffers.
 * Variables::         Customizing the message buffers.
 * Compatibility::     Making Message backwards compatible.
 * Appendices::        More technical things.
+* GNU Free Documentation License:: The license for this documentation.
 * Index::             Variable, function and concept index.
 * Key Index::         List of Message mode keys.
 @end menu
@@ -2402,6 +2403,9 @@ basis of the new @code{Cc} header, except if this header is
 @end table
 
 
+@node GNU Free Documentation License
+@chapter GNU Free Documentation License
+@include doclicense.texi
 
 @node Index
 @chapter Index
index 16de73f..f49e279 100644 (file)
@@ -52,6 +52,7 @@ user interface to encrypt, decrypt, sign, and verify MIME messages.
 * How to use::                  Getting started quickly.
 * Architecture::                
 * Parsing OpenPGP packets::     
+* GNU Free Documentation License:: The license for this documentation.
 * Function Index::              
 * Variable Index::              
 @end menu
@@ -474,12 +475,16 @@ and @var{end}.
 If non-@code{nil}, don't check the checksum of the packets.
 @end defvar
 
+@node GNU Free Documentation License
+@appendix GNU Free Documentation License
+@include doclicense.texi
+
 @node Function Index
-@chapter Function Index
+@unnumbered Function Index
 @printindex fn
 
 @node Variable Index
-@chapter Variable Index
+@unnumbered Variable Index
 @printindex vr
 
 @summarycontents
index 7eff175..779bf90 100644 (file)
@@ -73,6 +73,7 @@ A good online Sieve resources is @uref{http://www.cyrusoft.com/sieve/}.
 * Examples ::             A few Sieve code snippets.
 * Manage Sieve API ::     Interfacing to the Manage Sieve Protocol API.
 * Standards::             A summary of RFCs and working documents used.
+* GNU Free Documentation License:: The license for this documentation.
 * Index::                 Function and variable index.
 @end menu
 
@@ -349,9 +350,12 @@ A Protocol for Remotely Managing Sieve Scripts
 
 @end table
 
+@node GNU Free Documentation License
+@appendix GNU Free Documentation License
+@include doclicense.texi
 
 @node Index
-@chapter Index
+@unnumbered Index
 @printindex cp
 
 @summarycontents