From 79cd1c06a719f91d404f15b91e65ed8365b0dc61 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 5 Jan 2003 06:45:25 +0000 Subject: [PATCH] Synch with Oort Gnus v0.10. --- ChangeLog | 4 ++++ GNUS-NEWS | 37 +++++++++++++++++++++++-------------- README.T-gnus | 2 +- lisp/ChangeLog | 19 +++++++++++++++++++ lisp/gnus-group.el | 2 +- lisp/gnus-vers.el | 8 ++++---- lisp/mm-util.el | 3 ++- texi/gnus.texi | 2 +- 8 files changed, 55 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62fa6ed..92d0d18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-05 Katsumi Yamaoka + + * lisp/gnus-vers.el: T-gnus 6.15.10 revision 00. + 2003-01-03 Katsumi Yamaoka * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Bind the diff --git a/GNUS-NEWS b/GNUS-NEWS index 67bfadb..a13f4ef 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -8,6 +8,13 @@ For older news, see Gnus info node "New Features". * 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). diff --git a/README.T-gnus b/README.T-gnus index 34e373d..bcdb46e 100644 --- a/README.T-gnus +++ b/README.T-gnus @@ -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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edd8f96..2ef440a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2003-01-05 01:53:30 Lars Magne Ingebrigtsen + + * gnus.el: Oort Gnus v0.10 is released. + +2003-01-05 Lars Magne Ingebrigtsen + + * gnus.el (gnus-version-number): Fix version number. + +2003-01-05 01:40:09 Lars Magne Ingebrigtsen + + * gnus.el: Oort Gnus v0.08 is released. + +2003-01-04 Jesper Harder + + * 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 * gnus.el (gnus-variable-list): Write gnus-format-specs last. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index c90a678..6f9ec6e 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -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 diff --git a/lisp/gnus-vers.el b/lisp/gnus-vers.el index 21d62c8..a85fda3 100644 --- a/lisp/gnus-vers.el +++ b/lisp/gnus-vers.el @@ -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 ;; Katsumi Yamaoka @@ -34,16 +34,16 @@ (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) diff --git a/lisp/mm-util.el b/lisp/mm-util.el index adf14b5..3f10b6a 100644 --- a/lisp/mm-util.el +++ b/lisp/mm-util.el @@ -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 ;; MORIOKA Tomohiko @@ -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)))) diff --git a/texi/gnus.texi b/texi/gnus.texi index 2eef5c3..b31153e 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -33,7 +33,7 @@ \makeindex \begin{document} -\newcommand{\gnusversionname}{Oort Gnus v0.07} +\newcommand{\gnusversionname}{Oort Gnus v0.10} \newcommand{\gnuschaptername}{} \newcommand{\gnussectionname}{} -- 1.7.10.4