+2001-04-16 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
+
2001-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
-This package contains a beta version of Gnus. The lisp directory
+This package contains a alpha version of Gnus. The lisp directory
contains the source lisp files, and the texi directory contains a
draft of the Gnus info pages.
To enable reading the Gnus manual, you could say something like:
+ (require 'info)
(setq Info-default-directory-list
(cons "~/gnus-5.6.53/texi" Info-default-directory-list))
+or
+
+ (require 'info)
+ (setq Info-directory-list
+ (cons "~/gnus-5.6.53/texi" Info-directory-list))
+
+depending on which version of Emacs or XEmacs you're using.
+
Note that Gnus and GNUS can't coexist in a single Emacs. They both use
the same function and variable names. If you have been running GNUS
in your Emacs, you should probably exit that Emacs and start a new one
========================================================================
Codename: T-gnus
-Branch Tag: t-gnus-6_15-quimby
+Branch Tag: t-gnus-6_15
Branch Status: Develop, Synchronize with Oort Gnus
Branch Goal: Implement latest features of gnus and offline features
Use Gnus in Offline status.
* T-gnus 6.15 - this is based on Oort Gnus.
- The latest T-gnus is T-gnus 6.15.0 (based on Oort Gnus 0.01). It
+ The latest T-gnus is T-gnus 6.15.1 (based on Oort Gnus 0.01). It
requires SEMI/WEMI (1.13.5 or later), FLIM (1.13.1 or later), and
APEL (10.0 or later).
README.branch --- description of branches and tags. (DRAFT)
========================================================================
-Semi-gnus revision tree (2000-12-21)
+Semi-gnus revision tree (2001-04-16)
vendor personal main trunk public
branch branches branches
: ------------<---------------+ t-gnus-6_14
: Oort Gnus / : | (for FLIM 1.13,
: | | : : develop)
- : V V : |
+ : V V : : |
: t-gnus-6_15-quimby<---<-----(t-gnus-6_14-quimby)<-----+
- : | : |
- : : : :
- : :
- : akr <-- 6.2.3
- : shuhei-k <-- 6.3.1
-Gnus 5.6.11 ------> 6.3.3
- : 6.4.0 (for SEMI 1.5)
- : (6.4.?)------> for SEMI 1.5
+ : | : : |
+ : : : | feedback |
+ : : +<--------------+
+ : : | |
+ : akr <-- 6.2.3 : t-gnus-6_15
+ : shuhei-k <-- 6.3.1 (for FLIM 1.13,
+Gnus 5.6.11 ------> 6.3.3 develop)
+ : 6.4.0 (for SEMI 1.5) |
+ : (6.4.?)------> for SEMI 1.5 :
: | \
: | \
(Synch with original Gnus | ---> for SEMI 1.6
t-gnus-6_12 T-gnus for SEMI 1.12/1.13, FLIM 1.12 API (stable)
t-gnus-6_13 T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
t-gnus-6_14 T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
+ t-gnus-6_15 T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
t-gnus-6_15-quimby T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
Personal Branches
README.branch.ja --- branch \e$B$H\e(B tag \e$B$N@bL@\e(B (\e$BAp9F\e(B)
========================================================================
-Semi-gnus revision tree (2000-12-21)
+Semi-gnus revision tree (2001-04-16)
vendor personal main trunk public
branch branches branches
: ------------<---------------+ t-gnus-6_14
: Oort Gnus / : | (for FLIM 1.13,
: | | : : develop)
- : V V : |
+ : V V : : |
: t-gnus-6_15-quimby<---<-----(t-gnus-6_14-quimby)<-----+
- : | : |
- : : : :
- : :
- : akr <-- 6.2.3
- : shuhei-k <-- 6.3.1
-Gnus 5.6.11 ------> 6.3.3
- : 6.4.0 (for SEMI 1.5)
- : (6.4.?)------> for SEMI 1.5
+ : | : : |
+ : : : | feedback |
+ : : +<--------------+
+ : : | |
+ : akr <-- 6.2.3 : t-gnus-6_15
+ : shuhei-k <-- 6.3.1 (for FLIM 1.13,
+Gnus 5.6.11 ------> 6.3.3 develop)
+ : 6.4.0 (for SEMI 1.5) |
+ : (6.4.?)------> for SEMI 1.5 :
: | \
: | \
(\e$B85$N\e(B Gnus \e$B$H$N\e(B Sync \e$B$O2?EY\e(B | ---> for SEMI 1.6
t-gnus-6_12 T-gnus for SEMI 1.12/1.13, FLIM 1.12 API (stable)
t-gnus-6_13 T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
t-gnus-6_14 T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
+ t-gnus-6_15 T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
t-gnus-6_15-quimby T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
Personal Branches
(1) checkout
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \
- checkout -r t-gnus-6_15-quimby gnus
+ checkout -r t-gnus-6_15 gnus
(2) compile
(3) update
- % cvs update -r t-gnus-6_15-quimby gnus
+ % cvs update -r t-gnus-6_15 gnus
Major tags are following:
t-gnus-6_15-quimby Assigned to the latest version of T-gnus for
developing and synchronizing with Oort Gnus.
+ t-gnus-6_15 Assigned to the latest version of T-gnus for
+ developing and synchronizing with the released
+ version of Oort Gnus.
+
pgnus-ichikawa The main trunk of T-gnus.
semi-gnus Assigned to the latest stable version. It is
(1) checkout
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \
- checkout -r t-gnus-6_15-quimby gnus
+ checkout -r t-gnus-6_15 gnus
(2) compile
(3) update
- % cvs update -r t-gnus-6_15-quimby gnus
+ % cvs update -r t-gnus-6_15 gnus
\e$B<g$J%?%0$O0J2<$N$h$&$K$J$C$F$$$^$9\e(B:
t-gnus-6_15-quimby \e$B:G?7$N\e(B T-gnus \e$B$K3d$jEv$F$i$l!"3+H/$H\e(B Oort Gnus
\e$B$H$NF14|$r9T$J$$$^$9!#\e(B
+ t-gnus-6_15 \e$B:G?7$N\e(B T-gnus \e$B$K3d$jEv$F$i$l!"3+H/$H%j%j!<%9$5\e(B
+ \e$B$l$?\e(B Oort Gnus \e$B$H$NF14|$r9T$J$$$^$9!#\e(B
+
pgnus-ichikawa T-gnus \e$B$N44$G$9!#\e(B
semi-gnus \e$B:G?7$N0BDjHG$K3d$jEv$F$i$l$^$9!#Hs>o$KJ]<iE*$G\e(B
+2001-04-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+ * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
+
2001-04-12 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
From Jason Merrill <jason_merrill@redhat.com>
(require 'product)
(provide 'gnus-vers)
-(defconst gnus-revision-number "10"
+(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 0
+ (list 6 15 1
(string-to-number gnus-revision-number))))
(defconst gnus-original-version-number "0.01"
;; Function for nnmail-split-fancy: look up all references in the
;; cache and if a match is found, return that group.
(defun nnmail-split-fancy-with-parent ()
+ "Split this message into the same group as its parent.
+This function can be used as an entry in `nnmail-split-fancy', for
+example like this: (: nnmail-split-fancy)
+For a message to be split, it looks for the parent message in the
+References or In-Reply-To header and then looks in the message id
+cache file (given by the variable `nnmail-message-id-cache-file') to
+see which group that message was put in. This group is returned.
+
+See the Info node `(gnus)Fancy Mail Splitting' for more details."
(let* ((refstr (or (message-fetch-field "references")
(message-fetch-field "in-reply-to")))
(references nil)
@item
Q1.1: \e$B:G?7$N%P!<%8%g%s$O\e(B?
-\e$B8=:_$N3+H/HG$N:G?7%P!<%8%g%s$O\e(B T-gnus 6.15 (tag: t-gnus-6_15-quimby) \e$B$G\e(B
-\e$B$9!#\e(B
+\e$B8=:_$N3+H/HG$N:G?7%P!<%8%g%s$O\e(B T-gnus 6.15 (tag: t-gnus-6_15) \e$B$G$9!#\e(B
T-gnus 6.15 \e$B$r;HMQ$9$k$?$a$K$OJL%Q%C%1!<%8$N\e(B FLIM 1.13.1 \e$B0J>e\e(B, SEMI (\e$B$^\e(B
\e$B$?$O\e(B WEMI) 1.13.5 \e$B0J>e$,I,MW$G$9!#\e(B \e$B$=$NB>!"\e(B APEL \e$B$,I,MW$K$J$j$^$9$,!"I,\e(B