From 5f411c5fad935c8d93d1f0e38fe84af486e3e695 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Tue, 28 Jul 1998 17:59:05 +0000 Subject: [PATCH] Updated. --- ChangeLog | 11 +++++ README.branch | 144 ++++++++++++++++++++++++++++++------------------------- README.shuhei-k | 5 ++ 3 files changed, 94 insertions(+), 66 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5b66345..7ff6340 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1998-07-28 Shuhei KOBAYASHI + + * lisp/gnus.el (gnus-version-number): Update to 6.8.3. + + * Sync up with Gnus 5.6.27. + +1998-07-25 Shuhei KOBAYASHI + + * lisp/gnus-msg.el (gnus-extended-version): Use `emacs-beta-version' + instead of `xemacs-betaname'. + 1998-07-23 Shuhei KOBAYASHI * lisp/gnus.el (gnus-version): Change comment format. diff --git a/README.branch b/README.branch index 2214b07..0d6d662 100644 --- a/README.branch +++ b/README.branch @@ -1,64 +1,12 @@ README.branch --- description of branches and tags. (DRAFT) ======================================================================== -Semi-gnus revision tree (1998-07-24) - - vendor personal main trunk public - branch branches branches ------------------------------------------------------------------------- -qGnus 0.?? ------> Semi-gnus 6.0.0 - : : - : himi <-- 6.0.7 - : ichikawa <-- 6.0.8 - : 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 - : | \ - : | \ -(Sync. with original Gnus | ---> for SEMI 1.6 - was done many times, but (6.4.?)------> 6.5 (for SEMI 1.7) - we don't include them here.) | / 6.5.0 - : | (?)/ - : | <--- - : (6.5.?)------> 6.6 (for SEMI 1.8, FLIM 1.7) - : | \ 6.6.0 stable branch - : | \ - : | ---> 6.7 (for SEMI 1.8, FLIM 1.7) - : | 6.7.0 develop branch - : sync | : -Gnus 5.6.22 ------> | feedback 6.7.7 - : (6.7.8)<------ 6.7.8 - : | \ - : | \ - : | ---> 6.8 (for SEMI 1.8, FLIM 1.8 - : sync | 6.8.0 or 1.9) -Gnus 5.6.24 ------> | 6.8.1 - : : 6.8.2 - : : : -======================================================================== - -The Vendor Branch - - Original version of Gnus. - Each version has a tag of the form "qgnus-0_XY" or "gnus-5_X_Y". - - The branch tag for the vendor branch is "larsi". - -The Main Trunk - - Semi-gnus was developed on the main trunk until current branch- - management plan (See "Public Branches" below) was introduced. - Each version has a tag of the form "gnus-6_N2_N3". (0 < N2 < 5) - Public Branches Current main stream of Semi-gnus development. + Semi-gnus developers share and maintain them. - [Goal and policy of public branches here ???] - - Each branch has a tag of the form "gnus-N1_N2" and each version + Each public branch has a tag of the form "gnus-N1_N2" and each version has a tag of the form "gnus-N1_N2_N3". N1, N2, and N3 are changed by the following rules. @@ -69,7 +17,7 @@ Public Branches N2 will be incremented (and new branch will be created) if any "major changes" are made. The following cases are "major changes". * API changes of FLIM/SEMI(or any other modules used by Semi-gnus). - * major version up of original Gnus. + * major version up of original Gnus.(e.g. Red/5.[34] -> Quassia/5.[56]) * synchronization with original Gnus which requires design decision. N3 will be incremented if some "minor changes" are made. The follwoing @@ -86,10 +34,42 @@ Public Branches gnus-6_7 Semi-gnus for SEMI 1.8, FLIM 1.7 API (develop) gnus-6_8 Semi-gnus for SEMI 1.8, FLIM 1.8 or 1.9 API -Personal Branches - Some Semi-gnus developers have their own "personal branches". - Each personal branch may have its own goal and/or policy. +The Vendor Branch + + Original version of Gnus. + Each version has a tag of the form "qgnus-0_XY" or "gnus-5_X_Y". + + The branch tag for the vendor branch is "larsi". + + +The Main Trunk + + Semi-gnus was developed on the main trunk until current branch- + management plan (See "Public Branches" above) was introduced. + Now the main trunk is used only for the root of branches --- when + creating new branches, current develop branch is merged back to the + main trunk and new branches are created from there. + + Each version has a tag of the form "gnus-6_N2_N3" (0 < N2 < 5) or + "semi-gnus-6_N2_N3" (N2 > ??). + + +"semi-gnus" Tag + + Assigned to the latest stable version. (on the main trunk???) + + +"for-semi-N1_N2" Tags + + Were assigned to corresponding version of SEMI API N1.N2. + We don't use this convention now. + + +Private Branches + + Some Semi-gnus developers have their own "private branches". + Each private branch may have its own goal and/or policy. See README.${tag} (if exists) for information of each branch. The following branch tags are curretly available. @@ -97,14 +77,46 @@ Personal Branches himi Owner: Miyashita Hisashi ichikawa Owner: Tatsuya Ichikawa akr Owner: Tanaka Akira - shuhei-k Owner: Shuhei KOBAYASHI - -"semi-gnus" Tag + shuhei-k Codename: Shoe-gnus, Owner: Shuhei KOBAYASHI - Was assigned to the latest stable version. - Currently not maintained. (XXX: ???) -"for-semi-N1_N2" Tags +======================================================================== +Semi-gnus revision tree (1998-07-30) - Were assigned to corresponding version of SEMI API N1.N2. - We will not use this convention any longer. (XXX: ???) + vendor private main trunk public + branch branches branches +------------------------------------------------------------------------ +qGnus 0.?? ------> Semi-gnus 6.0.0 + : : + : himi <-- 6.0.7 + : ichikawa <-- 6.0.8 + : : + : akr <-- 6.2.3 + : : + : shuhei-k <-- 6.3.1 + : (Shoe-gnus) : +Gnus 5.6.11 ------> 6.3.3 + : 6.4.0 (for SEMI 1.5) + : (6.4.?)------> for SEMI 1.5 + : | \ + : | \ +(Sync. with original Gnus | ---> for SEMI 1.6 + was done many times, but (6.4.?)------> 6.5 (for SEMI 1.7) + we don't include them here.) | / 6.5.0 + : | (?)/ + : | <--- + : (6.5.?)------> 6.6 (for SEMI 1.8, FLIM 1.7) + : | \ 6.6.0 stable branch + : | \ + : | ---> 6.7 (for SEMI 1.8, FLIM 1.7) + : | 6.7.0 develop branch + : sync | : +Gnus 5.6.22 ------> | feedback 6.7.7 + : (6.7.8)<------ 6.7.8 + : | \ + : | \ + : | ---> 6.8 (for SEMI 1.8, FLIM 1.8 + : | 6.8.0 or 1.9) + : sync : : +Gnus 5.6.27 ------> : 6.8.4 + : : : diff --git a/README.shuhei-k b/README.shuhei-k index 3bc158b..960d949 100644 --- a/README.shuhei-k +++ b/README.shuhei-k @@ -42,6 +42,11 @@ NEWS: Fold long(> 76 chars) lines. +* Manual (bad news) + + Shoe-gnus specific features are not described in the manual. + Please read doc-string (if provided). + TODO: * Completion for Mail-Followup-To:. Use `to-list' info? -- 1.7.10.4