Synch with Oort Gnus v0.10.
authoryamaoka <yamaoka>
Sun, 5 Jan 2003 06:45:25 +0000 (06:45 +0000)
committeryamaoka <yamaoka>
Sun, 5 Jan 2003 06:45:25 +0000 (06:45 +0000)
ChangeLog
GNUS-NEWS
README.T-gnus
lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-vers.el
lisp/mm-util.el
texi/gnus.texi

index 62fa6ed..92d0d18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.10 revision 00.
+
 2003-01-03  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Bind the
index 67bfadb..a13f4ef 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -8,6 +8,13 @@ For older news, see Gnus info node "New Features".
 \f
 * Changes in Oort Gnus
 
+** Improved anti-speam features.
+
+** Easy inclusion of X-Faces headers.
+
+** In the summary buffer, the new command / N inserts new messages and
+/ o inserts old messages.
+
 ** Gnus decodes morse encoded messages if you press W m.
 
 ** Unread count correct in nnimap groups.
@@ -41,19 +48,19 @@ not used any more.  You can safely delete the entire hierarchy.
 
 ** gnus-agent
 
-The Gnus Agent is now enabled by default, and all nntp and nnimap
-servers from gnus-select-method and gnus-secondary-select-method are
-agentized by default. Earlier only the server in gnus-select-method
-was agentized by the default, and the agent was disabled by default.
-When the agent is enabled, headers are now also retrieved from the
-Agent cache instead of the backends when possible. Earlier this only
-happened in the unplugged state.  You can enroll or remove servers
-with `J a' and `J r' in the server buffer.  Gnus will not download
-articles into the Agent cache, unless you instruct it to do so,
-though, by using `J u' or `J s' from the Group buffer.  You revert to
-the old behaviour of having the Agent disabled with `(setq gnus-agent
-nil)'.  Note that putting (gnus-agentize) in ~/.gnus is not needed any
-more.
+The Gnus Agent has seen a major updated and is now enabled by default,
+and all nntp and nnimap servers from gnus-select-method and
+gnus-secondary-select-method are agentized by default. Earlier only
+the server in gnus-select-method was agentized by the default, and the
+agent was disabled by default.  When the agent is enabled, headers are
+now also retrieved from the Agent cache instead of the backends when
+possible. Earlier this only happened in the unplugged state.  You can
+enroll or remove servers with `J a' and `J r' in the server buffer.
+Gnus will not download articles into the Agent cache, unless you
+instruct it to do so, though, by using `J u' or `J s' from the Group
+buffer.  You revert to the old behaviour of having the Agent disabled
+with `(setq gnus-agent nil)'.  Note that putting (gnus-agentize) in
+~/.gnus is not needed any more.
 
 ** gnus-summary-line-format
 
@@ -221,7 +228,9 @@ variables should change those regexps accordingly. For example:
    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
 
 ** Gnus supports PGP (RFC 1991/2440), PGP/MIME (RFC 2015/3156) and
-S/MIME (RFC 2630-2633).
+** S/MIME (RFC 2630-2633).
+It needs an external S/MIME and OpenPGP implementation, but no additional
+lisp libraries.
 
 ** Gnus inlines external parts (message/external).
 
index 34e373d..bcdb46e 100644 (file)
@@ -33,5 +33,5 @@ NEWS:
 
 * T-gnus 6.15 - this is based on Oort Gnus.
 
-  The latest T-gnus is T-gnus 6.15.8 (based on Oort Gnus 0.08).  It
+  The latest T-gnus is T-gnus 6.15.10 (based on Oort Gnus 0.10).  It
   requires SEMI 1.14, FLIM 1.14, and APEL 10.0 or later.
index edd8f96..2ef440a 100644 (file)
@@ -1,3 +1,22 @@
+2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: Oort Gnus v0.10 is released.
+
+2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-version-number): Fix version number.
+
+2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: Oort Gnus v0.08 is released.
+
+2003-01-04  Jesper Harder  <harder@ifa.au.dk>
+
+       * mm-util.el: Add mm-string-make-unibyte.
+
+       * gnus-group.el (gnus-group-jump-to-group): Make it work for
+       UTF-8 groups.
+
 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
index c90a678..6f9ec6e 100644 (file)
@@ -1,5 +1,5 @@
 ;;; gnus-group.el --- group mode commands for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index 21d62c8..a85fda3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-vers.el --- Declare gnus version
 
-;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Keiichi Suzuki <keiichi@nanap.org>
 ;;         Katsumi Yamaoka <yamaoka@jpl.org>
 (require 'product)
 (provide 'gnus-vers)
 
-(defconst gnus-revision-number "05"
+(defconst gnus-revision-number "00"
   "Revision number for this version of gnus.")
 
 ;; Product information of this gnus.
 (product-provide 'gnus-vers
   (product-define "T-gnus" nil
-                 (list 6 15 8
+                 (list 6 15 10
                        (string-to-number gnus-revision-number))))
 
-(defconst gnus-original-version-number "0.08"
+(defconst gnus-original-version-number "0.10"
   "Version number for this version of Gnus.")
 
 (provide 'running-pterodactyl-gnus-0_73-or-later)
index adf14b5..3f10b6a 100644 (file)
@@ -1,5 +1,5 @@
 ;;; mm-util.el --- Utility functions for Mule and low level things
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;     MORIOKA Tomohiko <morioka@jaist.ac.jp>
@@ -71,6 +71,7 @@
              (setq idx (1+ idx)))
            string)))
      (string-as-unibyte . identity)
+     (string-make-unibyte . identity)
      (string-as-multibyte . identity)
      (multibyte-string-p . ignore))))
 
index 2eef5c3..b31153e 100644 (file)
@@ -33,7 +33,7 @@
 \makeindex
 \begin{document}
 
-\newcommand{\gnusversionname}{Oort Gnus v0.07}
+\newcommand{\gnusversionname}{Oort Gnus v0.10}
 \newcommand{\gnuschaptername}{}
 \newcommand{\gnussectionname}{}