elisp/gnus.git-
25 years agoUpdate. gnus-6_9-199812171900
yamaoka [Thu, 17 Dec 1998 05:06:45 +0000 (05:06 +0000)]
Update.

25 years ago* (gnus-read-newsrc-el-file): Don't load newsrc file if it does not exist.
yamaoka [Thu, 17 Dec 1998 05:06:39 +0000 (05:06 +0000)]
* (gnus-read-newsrc-el-file): Don't load newsrc file if it does not exist.

25 years agoUpdate. gnus-6_9-199812141900 gnus-6_9_2
yamaoka [Mon, 14 Dec 1998 09:25:49 +0000 (09:25 +0000)]
Update.

25 years agoUpdate.
yamaoka [Mon, 14 Dec 1998 07:37:26 +0000 (07:37 +0000)]
Update.

25 years ago(gnus-version-number): Update to 6.9.2.
yamaoka [Mon, 14 Dec 1998 07:36:57 +0000 (07:36 +0000)]
(gnus-version-number): Update to 6.9.2.

25 years agoUpdate.
yamaoka [Mon, 14 Dec 1998 07:27:24 +0000 (07:27 +0000)]
Update.

25 years ago* nnheader.el (nnheader-find-file-noselect): Call
yamaoka [Mon, 14 Dec 1998 07:27:14 +0000 (07:27 +0000)]
* nnheader.el (nnheader-find-file-noselect): Call
`find-file-noselect-as-coding-system' with CODING-SYSTEM as the 1st arg.

* nnmail.el (nnmail-find-file): Call `insert-file-contents-as-coding-system'
with CODING-SYSTEM as the 1st arg.
* nnheader.el (nnheader-insert-file-contents): Likewise.

* gnus-start.el (gnus-save-newsrc-file): Call `write-region-as-coding-system'
with CODING-SYSTEM as the 1st arg.
(gnus-read-newsrc-el-file): Call `insert-file-contents-as-coding-system' with
CODING-SYSTEM as the 1st arg.

* gnus-cache.el (gnus-cache-save-buffers): Call
`gnus-write-buffer-as-coding-system' with CODING-SYSTEM as the 1st arg.

* gnus-util.el (gnus-write-buffer-as-coding-system): Be CODING-SYSTEM the 1st
arg.

* nnmail.el (nnmail-write-region): Call `write-region-as-coding-system' with
CODING-SYSTEM as the 1st arg.
* gnus-start.el (gnus-save-newsrc-file): Likewise.
* gnus-agent.el (gnus-agent-expire): Likewise.
(gnus-agent-fetch-headers): Likewise.
(gnus-agent-flush-cache): Likewise.
(gnus-agent-fetch-articles): Likewise.
(gnus-agent-save-history): Likewise.
(gnus-agent-save-groups): Likewise.
(gnus-agent-save-active): Likewise.

25 years agoUpdate.
yamaoka [Mon, 14 Dec 1998 02:04:27 +0000 (02:04 +0000)]
Update.

25 years ago* nnheader.el (nnheader-find-file-noselect): Use
yamaoka [Mon, 14 Dec 1998 02:04:18 +0000 (02:04 +0000)]
* nnheader.el (nnheader-find-file-noselect): Use
`find-file-noselect-as-coding-system' (renamed from
`find-file-noselect-as-specified-coding-system').

* nnmail.el (nnmail-find-file): Use `insert-file-contents-as-coding-system'
(renamed from `insert-file-contents-as-specified-coding-system').
* nnheader.el (nnheader-insert-file-contents): Likewise.

* gnus-start.el (gnus-save-newsrc-file): Use `write-region-as-coding-system'
(renamed from `write-region-as-specified-coding-system').
(gnus-read-newsrc-el-file): Use `insert-file-contents-as-coding-system'
(renamed from `insert-file-contents-as-specified-coding-system').

* gnus-cache.el (gnus-cache-save-buffers): Use
`gnus-write-buffer-as-coding-system' (renamed from
`gnus-write-buffer-as-specified-coding-system').

* gnus-util.el (gnus-write-buffer-as-coding-system): Renamed from
`gnus-write-buffer-as-specified-coding-system'.

* nnmail.el (nnmail-write-region): Use `write-region-as-coding-system'
(renamed from `write-region-as-specified-coding-system').
* gnus-start.el (gnus-save-newsrc-file): Likewise.
* gnus-agent.el (gnus-agent-expire): Likewise.
(gnus-agent-fetch-headers): Likewise.
(gnus-agent-flush-cache): Likewise.
(gnus-agent-fetch-articles): Likewise.
(gnus-agent-save-history): Likewise.
(gnus-agent-save-groups): Likewise.
(gnus-agent-save-active): Likewise.

25 years agoUpdate. gnus-6_9-199812111900
yamaoka [Thu, 10 Dec 1998 22:27:42 +0000 (22:27 +0000)]
Update.

25 years ago* (nnheader-find-file-noselect): Call
yamaoka [Thu, 10 Dec 1998 22:27:18 +0000 (22:27 +0000)]
* (nnheader-find-file-noselect): Call
`find-file-noselect-as-specified-coding-system' directly.

25 years agoUpdate. gnus-6_9-199812101900
yamaoka [Thu, 10 Dec 1998 08:16:41 +0000 (08:16 +0000)]
Update.

25 years ago* lisp/pop3.el (pop3-movemail): Use `write-region-as-binary' instead of
yamaoka [Thu, 10 Dec 1998 08:15:58 +0000 (08:15 +0000)]
* lisp/pop3.el (pop3-movemail): Use `write-region-as-binary' instead of
`append-to-file'.
(pop3-movemail-file-coding-system): Abolished.

* lisp/nnheader.el (nnheader-find-file-noselect): Use
`find-file-noselect-as-specified-coding-system' instead of
`find-file-noselect'.

* lisp/nnmail.el (nnmail-find-file): Use
`insert-file-contents-as-specified-coding-system' instead of
`insert-file-contents'.
* lisp/nnheader.el (nnheader-insert-file-contents): Likewise.

* lisp/message.el (message-send-mail-with-qmail): Enclose
`call-process-region' with `as-binary-process'.
(message-send-mail-with-sendmail): Likewise.
(message-send-coding-system): Abolished.

* lisp/gnus-start.el (gnus-save-newsrc-file): Emulate `save-buffer' with
`write-region-as-specified-coding-system'.
(gnus-read-newsrc-el-file): Emulate `load' with
`insert-file-contents-as-specified-coding-system' and `eval-region'.

* lisp/gnus-cache.el (gnus-cache-save-buffers): Use
`gnus-write-buffer-as-specified-coding-system' instead of `gnus-write-buffer'.

* lisp/gnus-util.el (gnus-output-to-mail): Use `write-region-as-binary'
instead of `append-to-file'.
(gnus-output-to-mail): Use `gnus-write-buffer-as-binary' instead of
`gnus-write-buffer'.
(gnus-write-buffer-as-specified-coding-system): New function.
(gnus-write-buffer-as-binary): New function.

* lisp/nnmail.el (nnmail-write-region): Use
`write-region-as-specified-coding-system' instead of `write-region'.
* lisp/gnus-start.el (gnus-save-newsrc-file): Likewise.
* lisp/gnus-agent.el (gnus-agent-expire): Likewise.
(gnus-agent-fetch-headers): Likewise.
(gnus-agent-flush-cache): Likewise.
(gnus-agent-fetch-articles): Likewise.
(gnus-agent-save-history): Likewise.
(gnus-agent-save-groups): Likewise.
(gnus-agent-save-active): Likewise.

25 years agoUpdate. gnus-6_9-199812081900
yamaoka [Tue, 8 Dec 1998 10:14:47 +0000 (10:14 +0000)]
Update.

25 years ago* smtp.el (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
yamaoka [Tue, 8 Dec 1998 10:13:48 +0000 (10:13 +0000)]
* smtp.el (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
`open-network-stream'.
* pop3.el (pop3-open-server): Likewise.
* nntp.el (nntp-open-network-stream): Likewise.
* gnus-gl.el (bbb-connect-to-bbbd): Likewise.

* nntp.el (nntp-open-rlogin): Enclose `start-process' with `as-binary-process'.
(nntp-open-telnet): Likewise.

* smtp.el (smtp-coding-system): Abolished.

* nntp.el (nntp-coding-system-for-write): Abolished.
(nntp-coding-system-for-read): Abolished.

* nntp.el: Don't require `tcp'.
* nndb.el: Likewise.

25 years agoUpdate. gnus-6_9-199812071900
yamaoka [Mon, 7 Dec 1998 01:17:59 +0000 (01:17 +0000)]
Update.

25 years ago(message-get-parameter-with-eval): Call `message-get-parameter' with arg `key'
yamaoka [Mon, 7 Dec 1998 01:17:34 +0000 (01:17 +0000)]
(message-get-parameter-with-eval): Call `message-get-parameter' with arg `key'
first.

25 years agoModified for SEMI 1.11, FLIM 1.12 gnus-6_9-199811302358 gnus-6_9_1
hayashi [Fri, 27 Nov 1998 07:21:55 +0000 (07:21 +0000)]
Modified for SEMI 1.11, FLIM 1.12

25 years agoThis commit was manufactured by cvs2svn to create branch 'gnus-6_9'. gnus-199811302358
tomo [Thu, 26 Nov 1998 16:12:13 +0000 (16:12 +0000)]
This commit was manufactured by cvs2svn to create branch 'gnus-6_9'.

25 years agoMerge gnus-6_8_20.
morioka [Thu, 26 Nov 1998 16:12:12 +0000 (16:12 +0000)]
Merge gnus-6_8_20.

25 years agoMerge gnus-6_8
hayashi [Thu, 26 Nov 1998 02:03:17 +0000 (02:03 +0000)]
Merge gnus-6_8

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1622,
yamaoka [Tue, 24 Nov 1998 10:49:47 +0000 (10:49 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1622,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus v0.54.
yamaoka [Tue, 24 Nov 1998 10:49:47 +0000 (10:49 +0000)]
Importing Pterodactyl Gnus v0.54.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1611,
ichikawa [Sat, 21 Nov 1998 11:50:46 +0000 (11:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1611,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.53
ichikawa [Sat, 21 Nov 1998 11:50:46 +0000 (11:50 +0000)]
Importing pgnus-0.53

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1604,
yamaoka [Fri, 20 Nov 1998 05:36:32 +0000 (05:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1604,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus v0.52.
yamaoka [Fri, 20 Nov 1998 05:36:32 +0000 (05:36 +0000)]
Importing Pterodactyl Gnus v0.52.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1581,
yamaoka [Thu, 19 Nov 1998 03:56:45 +0000 (03:56 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1581,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus v0.51.
yamaoka [Thu, 19 Nov 1998 03:56:45 +0000 (03:56 +0000)]
Importing Pterodactyl Gnus v0.51.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1579,
yamaoka [Thu, 19 Nov 1998 03:52:49 +0000 (03:52 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1579,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Gnus v5.6.45.
yamaoka [Thu, 19 Nov 1998 03:52:49 +0000 (03:52 +0000)]
Importing Gnus v5.6.45.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1566,
yamaoka [Wed, 18 Nov 1998 07:18:01 +0000 (07:18 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1566,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus v0.50.
yamaoka [Wed, 18 Nov 1998 07:18:01 +0000 (07:18 +0000)]
Importing Pterodactyl Gnus v0.50.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1551,
yamaoka [Wed, 18 Nov 1998 01:36:12 +0000 (01:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1551,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus v0.49.
yamaoka [Wed, 18 Nov 1998 01:36:12 +0000 (01:36 +0000)]
Importing Pterodactyl Gnus v0.49.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1523,
yamaoka [Mon, 16 Nov 1998 01:43:37 +0000 (01:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1523,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus v0.48.
yamaoka [Mon, 16 Nov 1998 01:43:37 +0000 (01:43 +0000)]
Importing Pterodactyl Gnus v0.48.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1515,
yamaoka [Sun, 15 Nov 1998 22:03:40 +0000 (22:03 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1515,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus 0.47.
yamaoka [Sun, 15 Nov 1998 22:03:40 +0000 (22:03 +0000)]
Importing Pterodactyl Gnus 0.47.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1512,
ichikawa [Sun, 15 Nov 1998 03:10:43 +0000 (03:10 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1512,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.46
ichikawa [Sun, 15 Nov 1998 03:10:43 +0000 (03:10 +0000)]
Importing pgnus-0.46

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1505,
ichikawa [Sat, 14 Nov 1998 08:58:21 +0000 (08:58 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1505,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.44
ichikawa [Sat, 14 Nov 1998 08:58:21 +0000 (08:58 +0000)]
Importing pgnus-0.44

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1449,
yamaoka [Sun, 8 Nov 1998 22:39:06 +0000 (22:39 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1449,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting Pterodactyl Gnus 0.42.
yamaoka [Sun, 8 Nov 1998 22:39:06 +0000 (22:39 +0000)]
Importing Pterodactyl Gnus 0.42.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1446,
ichikawa [Sun, 8 Nov 1998 15:42:41 +0000 (15:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1446,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.41
ichikawa [Sun, 8 Nov 1998 15:42:41 +0000 (15:42 +0000)]
Importing pgnus-0.41

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1312,
yamaoka [Sun, 25 Oct 1998 23:08:13 +0000 (23:08 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1312,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.40.
yamaoka [Sun, 25 Oct 1998 23:08:13 +0000 (23:08 +0000)]
Importing pgnus-0.40.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1309,
ichikawa [Sun, 25 Oct 1998 13:30:09 +0000 (13:30 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1309,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.39
ichikawa [Sun, 25 Oct 1998 13:30:09 +0000 (13:30 +0000)]
Importing pgnus-0.39

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1210,
ichikawa [Sun, 11 Oct 1998 14:07:01 +0000 (14:07 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1210,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.34
ichikawa [Sun, 11 Oct 1998 14:07:01 +0000 (14:07 +0000)]
Importing pgnus-0.34

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1097,
yamaoka [Fri, 25 Sep 1998 23:17:25 +0000 (23:17 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1097,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting gnus-5.6.44.
yamaoka [Fri, 25 Sep 1998 23:17:25 +0000 (23:17 +0000)]
Importing gnus-5.6.44.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1093,
ichikawa [Fri, 25 Sep 1998 12:08:19 +0000 (12:08 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1093,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.33
ichikawa [Fri, 25 Sep 1998 12:08:19 +0000 (12:08 +0000)]
Importing pgnus-0.33

25 years agoImporting pgnus-0.32
ichikawa [Thu, 24 Sep 1998 14:46:44 +0000 (14:46 +0000)]
Importing pgnus-0.32

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1086,
ichikawa [Thu, 24 Sep 1998 14:23:02 +0000 (14:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1086,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.32
ichikawa [Thu, 24 Sep 1998 14:23:02 +0000 (14:23 +0000)]
Importing pgnus-0.32

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1073,
yamaoka [Tue, 15 Sep 1998 22:02:59 +0000 (22:02 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1073,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.31.
yamaoka [Tue, 15 Sep 1998 22:02:59 +0000 (22:02 +0000)]
Importing pgnus-0.31.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1068,
yamaoka [Sun, 13 Sep 1998 21:53:22 +0000 (21:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1068,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.30.
yamaoka [Sun, 13 Sep 1998 21:53:22 +0000 (21:53 +0000)]
Importing pgnus-0.30.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1064,
yamaoka [Fri, 11 Sep 1998 11:11:10 +0000 (11:11 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1064,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.26.
yamaoka [Fri, 11 Sep 1998 11:11:10 +0000 (11:11 +0000)]
Importing pgnus-0.26.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1060,
yamaoka [Fri, 11 Sep 1998 07:00:42 +0000 (07:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1060,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.25.
yamaoka [Fri, 11 Sep 1998 07:00:42 +0000 (07:00 +0000)]
Importing pgnus-0.25.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1052,
yamaoka [Thu, 10 Sep 1998 03:02:58 +0000 (03:02 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1052,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.24.
yamaoka [Thu, 10 Sep 1998 03:02:58 +0000 (03:02 +0000)]
Importing pgnus-0.24.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1047,
yamaoka [Wed, 9 Sep 1998 11:00:33 +0000 (11:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1047,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.23.
yamaoka [Wed, 9 Sep 1998 11:00:33 +0000 (11:00 +0000)]
Importing pgnus-0.23.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1043,
yamaoka [Tue, 8 Sep 1998 22:01:56 +0000 (22:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1043,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.22.
yamaoka [Tue, 8 Sep 1998 22:01:56 +0000 (22:01 +0000)]
Importing pgnus-0.22.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1039,
yamaoka [Tue, 8 Sep 1998 05:45:55 +0000 (05:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1039,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.19.
yamaoka [Tue, 8 Sep 1998 05:45:55 +0000 (05:45 +0000)]
Importing pgnus-0.19.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1035,
yamaoka [Tue, 8 Sep 1998 03:34:29 +0000 (03:34 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1035,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.18.
yamaoka [Tue, 8 Sep 1998 03:34:29 +0000 (03:34 +0000)]
Importing pgnus-0.18.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1030,
shuhei-k [Mon, 7 Sep 1998 06:43:56 +0000 (06:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1030,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting gnus-5.6.43
shuhei-k [Mon, 7 Sep 1998 06:43:56 +0000 (06:43 +0000)]
Importing gnus-5.6.43

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1021,
yamaoka [Sun, 6 Sep 1998 22:56:44 +0000 (22:56 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1021,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.17.
yamaoka [Sun, 6 Sep 1998 22:56:44 +0000 (22:56 +0000)]
Importing pgnus-0.17.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1012,
ichikawa [Sun, 6 Sep 1998 01:42:01 +0000 (01:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1012,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.16
ichikawa [Sun, 6 Sep 1998 01:42:01 +0000 (01:42 +0000)]
Importing pgnus-0.16

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1007,
yamaoka [Thu, 3 Sep 1998 22:21:30 +0000 (22:21 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1007,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.14.
yamaoka [Thu, 3 Sep 1998 22:21:30 +0000 (22:21 +0000)]
Importing pgnus-0.14.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1003,
ichikawa [Tue, 1 Sep 1998 14:10:11 +0000 (14:10 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1003,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.13
ichikawa [Tue, 1 Sep 1998 14:10:11 +0000 (14:10 +0000)]
Importing pgnus-0.13

25 years agoThis commit was generated by cvs2svn to compensate for changes in r1001,
ichikawa [Tue, 1 Sep 1998 14:01:33 +0000 (14:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1001,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.13
ichikawa [Tue, 1 Sep 1998 14:01:33 +0000 (14:01 +0000)]
Importing pgnus-0.13

25 years agoThis commit was generated by cvs2svn to compensate for changes in r993,
ichikawa [Mon, 31 Aug 1998 12:16:07 +0000 (12:16 +0000)]
This commit was generated by cvs2svn to compensate for changes in r993,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.10
ichikawa [Mon, 31 Aug 1998 12:16:07 +0000 (12:16 +0000)]
Importing pgnus-0.10

25 years agoThis commit was generated by cvs2svn to compensate for changes in r978,
ichikawa [Sun, 30 Aug 1998 14:40:12 +0000 (14:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r978,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.8
ichikawa [Sun, 30 Aug 1998 14:40:12 +0000 (14:40 +0000)]
Importing pgnus-0.8

25 years agoThis commit was generated by cvs2svn to compensate for changes in r975,
ichikawa [Sun, 30 Aug 1998 05:57:26 +0000 (05:57 +0000)]
This commit was generated by cvs2svn to compensate for changes in r975,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting pgnus-0.6
ichikawa [Sun, 30 Aug 1998 05:57:26 +0000 (05:57 +0000)]
Importing pgnus-0.6

25 years agoImporting gnus-5.6.42
ichikawa [Sun, 30 Aug 1998 02:50:12 +0000 (02:50 +0000)]
Importing gnus-5.6.42

25 years agoThis commit was generated by cvs2svn to compensate for changes in r940,
ichikawa [Thu, 27 Aug 1998 11:09:31 +0000 (11:09 +0000)]
This commit was generated by cvs2svn to compensate for changes in r940,
which included commits to RCS files with non-trunk default branches.

25 years agoImporting gnus-5.6.41
ichikawa [Thu, 27 Aug 1998 11:09:31 +0000 (11:09 +0000)]
Importing gnus-5.6.41

25 years agoThis commit was generated by cvs2svn to compensate for changes in r889,
ichikawa [Sat, 22 Aug 1998 15:25:26 +0000 (15:25 +0000)]
This commit was generated by cvs2svn to compensate for changes in r889,
which included commits to RCS files with non-trunk default branches.