1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
Kenichi Handa
e36acf38cf (gnus-mule-initialize): Do not set
nntp-coding-system-for-read and nntp-coding-system-for-write.
1997-11-08 03:09:24 +00:00
Kenichi Handa
aa2fada65e (nntp-coding-system-for-read): Set default value to
binary.
(nntp-coding-system-for-write): Likewise.
1997-11-08 03:09:24 +00:00
Kenichi Handa
0791fc5615 (gnus-read-descriptions-file): Decode
description if necessary.
1997-11-08 03:09:24 +00:00
Kenichi Handa
9913ef5adb Set chinese-big5 for newsgroup "tw". 1997-10-22 04:34:23 +00:00
Kenichi Handa
cb160af852 (gnus-show-traditional-method): Call
gnus-mule-decode-article only when enable-multibyte-characters is
non-nil.
1997-10-22 04:34:23 +00:00
Kenichi Handa
4016646482 (gnus-ems-redefine): Require `gnus-mule' only
when enable-multibyte-characters is non-nil.
1997-10-22 04:34:23 +00:00
Kenichi Handa
06dee88cc2 (gnus-structured-field-decoder): Pay attention
to enable-multibyte-characters.
(gnus-unstructured-field-decoder): Likewise.
1997-10-22 04:34:23 +00:00
Kenichi Handa
ecd70f86ff Require nntp instead of gnus and message.
Set euc-kr for newsgroup "han".  Delete code for add-hooking
gnus-mule-initialize and setting coding system for nntp.
Set default coding system for encoding to
iso-latin-1.
(gnus-mule-select-coding-system): Get a coding system of the
current newsgroup from gnus-summary-buffer.
(gnus-mule-decode-summary): Deleted.
(gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to
gnus-parse-headers-hook.  Don't add-hook gnus-mule-decode-summary
and gnus-mule-decode-article.  Don't set process coding system for
nntp stream to 'no-conversion, instead set
nntp-coding-system-for-read to 'binary.  Set
nnheader-file-coding-system and nnmail-file-coding-system to
'binary.
Set nntp-coding-system-for-write to
binary.
1997-09-26 01:50:55 +00:00
Kenichi Handa
c8e521b489 (nnmh-retrieve-headers): Bind
file-name-coding-system to binary.
(nnmh-request-article): Likewise.
(nnmh-request-group): Likewise.
(nnmh-request-list): Likewise.
(nnmh-possibly-change-directory): Likewise.
(nnmh-active-number): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
4f7d7340f8 (nnml-retrieve-headers): Bind
file-name-coding-system to binary.
(nnml-request-article): Likewise.
(nnml-request-group): Likewise.
(nnml-request-list): Likewise.
(nnml-possibly-change-directory): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
6e262a8810 (gnus-show-traditional-method): New variable.
(gnus-article-prepare): If gnus-show-mime is nil, call
gnus-show-traditional-method.
1997-09-26 01:50:55 +00:00
Kenichi Handa
ccaab51123 (nntp-coding-system-for-write): New variable.
(nntp-open-connection): Bind coding-system-for-write to
nntp-coding-system-for-write.
1997-09-26 01:50:55 +00:00
Kenichi Handa
3c22558d5e (gnus-ems-redefine): If the feature `mule' is
provided, require gnus-mule and call gnus-mule-initialize.
1997-09-26 01:50:55 +00:00
Kenichi Handa
ddcfd8dee9 (nnfolder-request-list): Bind
file-name-coding-system to binary.
(nnfolder-possibly-change-group): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
80bb5a78a5 (gnus-structured-field-decoder): If the
feature `mule' is provided, set the default value to the function
which decode the argument string by gnus-mule-coding-system.
(gnus-unstructured-field-decoder): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
b784063f36 (nnmail-find-file): Bind
file-name-coding-system to binary.
(nnmail-write-region): Likewise.
1997-09-26 01:50:55 +00:00
Lars Magne Ingebrigtsen
a8151ef7e5 *** empty log message *** 1997-09-24 01:50:24 +00:00
Richard M. Stallman
22115a9ebb (gnus-summary-thread-gathering-function): Fix customize type. 1997-09-13 06:30:44 +00:00
Richard M. Stallman
6b08d5ac5d (gnus-permanently-visible-groups): Fix customize type. 1997-09-13 06:29:52 +00:00
Richard M. Stallman
83be5c8c3e (gnus-default-subscribed-newsgroups): Fix custom type. Doc fix.
(gnus-init-file): Doc fix.

(gnus-site-init-file): Fix customize type.
1997-09-13 06:25:46 +00:00
Kenichi Handa
edfa053fdd Set no-conversion for network communication
with nntpd.
(gnus-mule-initialize): For safety, set no-conversion for network
communication with nntpd.
1997-09-11 05:24:25 +00:00
Kenichi Handa
8eeac318b6 Add coding system specification for several
news groups.
1997-09-10 07:42:31 +00:00
Richard M. Stallman
05d7062806 (message-unix-mail-delimiter): Initialize
to the same value that rmail-unix-mail-delimiter is initialized to.
1997-09-05 06:15:33 +00:00
Richard M. Stallman
51bab9999e Require cl at compile time. 1997-08-31 07:58:46 +00:00
Richard M. Stallman
838bf4737f (pop3-md5): New function.
(pop3-apop): Use pop3-md5, not md5.
(pop3-md5-program): New variable.
1997-08-31 07:58:03 +00:00
Kenichi Handa
a8a9015518 (nnmh-request-list, nnmh-active-number): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
d49d7823f8 (nnml-possibly-change-directory): Likewise
(nnml-retrieve-headers, nnml-request-article,
nnml-request-group, nnml-request-list): Likewise
1997-08-28 04:51:02 +00:00
Kenichi Handa
7fb884d953 Require cl at compile time before loading gnus, etc. 1997-08-28 04:51:02 +00:00
Kenichi Handa
3a787ab0c3 (nnspool-file-coding-system): New variable.
(nnspool-retrieve-headers, nnspool-retrieve-headers-with-nov,
nnspool-find-file): Override `nnheader-file-coding-system' by
`nnspool-file-coding-system' for gnspool on Windows 95/NT.
1997-08-28 04:51:02 +00:00
Kenichi Handa
fc46309dc8 (nntp-coding-system-for-read): New variable.
(nntp-open-connection): Bind `coding-system-for-read' with
`nntp-coding-system-for-read' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
58724016c2 (nnfolder-request-list): Override
'nnmail-file-coding-system' by 'nnmail-active-file-coding-system'.
(nnfolder-request-list, nnfolder-possibly-change-group): Protect
from conversion by `pathname-coding-system' for XEmacs/mule.
(nnfolder-group-pathname): Encode pathname for Emacs 20.
1997-08-28 04:51:02 +00:00
Kenichi Handa
e0b8fdf59f (nnheader-pathname-coding-system): New variable.
(nnheader-file-coding-system): New variable.
(nnheader-group-pathname): Encode pathname for Emacs 20.
(nnheader-find-file-noselect): Bind `coding-system-for-read' with
`nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnheader-insert-file-contents): Bind `coding-system-for-read'
with `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
a16dd35a64 (pop3-movemail-file-coding-system): Append it for
assigning a coding system to receive mail with pop3.
(pop3-movemail): Modify for writing messages with
pop3-movemail-file-coding-system.
1997-08-28 04:51:02 +00:00
Kenichi Handa
2bd3dcae0e (gnus-structured-field-decoder): New variable.
(gnus-unstructured-field-decoder): New variable.
(gnus-get-newsgroup-headers, gnus-nov-parse-line): Use
`gnus-structured-field-decoder' and
`gnus-unstructured-field-decoder' for Subject field.
1997-08-28 04:51:02 +00:00
Kenichi Handa
1613b43af7 (nnmail-active-file-coding-system): New variable.
(nnmail-insert-xref): Encode pathname for Emacs 20.
(nnmail-write-region, nnmh-retrieve-headers, nnmh-request-article,
nnmh-request-group, nnmh-possibly-change-directory): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
(nnmail-pathname-coding-system): New variable.
(nnmail-group-pathname): Encode pathname for Emacs 20.
nnmail-file-coding-system): New variable.
(nnmail-find-file): Bind `coding-system-for-read' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnmail-write-region): Bind `coding-system-for-write' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Richard M. Stallman
cd0f48fcb0 (gnus-select-method): Change the other ignore-errors. 1997-08-26 22:11:25 +00:00
Richard M. Stallman
0b9d8890ce Require cl at compile time. 1997-08-26 06:38:09 +00:00
Richard M. Stallman
a5d0c44ef8 (gnus-group-make-useful-group): Don't use caddr in interactive. 1997-08-26 06:30:41 +00:00
Richard M. Stallman
8520b9bf55 (gnus-emphasis-alist): Don't use caddr. 1997-08-26 06:29:12 +00:00
Richard M. Stallman
249ffa67f1 Require cl at compile time. 1997-08-26 00:13:53 +00:00
Richard M. Stallman
8df727303e Require cl only at compile time.
(message-user-agent): Use condition-case, not ignore-errors.
(message-talkative-question): Doc fix.
1997-08-25 04:59:33 +00:00
Richard M. Stallman
a36c8d02b0 Require cl at compile time.
(gnus-select-method): Use condition-case, not ignore-errors.
(gnus-check-backend-function): Definition moved up.
1997-08-25 04:57:07 +00:00
Richard M. Stallman
f26c6ccdcb Require cl only at compile time.
(gnus-parent-id): Don't use last with 2 args.
1997-08-25 04:53:47 +00:00
Richard M. Stallman
0df953b600 Require cl only at compile time. 1997-08-25 04:50:34 +00:00
Richard M. Stallman
5ab7173c8e Require cl at compile time. 1997-08-25 04:40:29 +00:00
Richard M. Stallman
cb75201bab Require cl at compile time.
(gnus-site-init-file): Use condition-case.
1997-08-25 04:39:20 +00:00
Richard M. Stallman
bfd027a4fe (message-signature-file): Delete autoload cookie. 1997-08-23 22:54:13 +00:00
Richard M. Stallman
ef3eaa3518 (nnvirtual-merge-sorted-lists): Use sort, not merge.
(nnvirtual-partition-sequence): use mapcar, not mapc.
(nnvirtual-create-mapping): Don't use delete-if-not.
1997-08-23 22:49:09 +00:00
Richard M. Stallman
0337829499 (nnfolder-generate-active-file): Don't use remove. 1997-08-23 22:36:43 +00:00
Richard M. Stallman
349f4e97b5 Require cl only at compile time. 1997-08-23 20:31:08 +00:00