1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

96 Commits

Author SHA1 Message Date
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
Richard M. Stallman
7df7482dac Require cl at compile time. 1997-08-23 20:23:37 +00:00
Richard M. Stallman
0e6bb54e12 Require cl only at compile time. 1997-08-23 18:30:53 +00:00
Richard M. Stallman
961a48db36 (message-user-agent): Add autoload cookie. 1997-08-23 05:25:28 +00:00
Richard M. Stallman
4d5b8182e9 (gnus-group-set-mode-line):
Update how mode-line-modified is set.
1997-07-03 19:07:26 +00:00
Kenichi Handa
3ea2f73c2c Adjusted for the coding system name change.
Set cyrillic-koi8 for newsgroup "relcom".
1997-06-18 12:57:51 +00:00
Kenichi Handa
426591c3ff Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
1997-05-16 00:59:00 +00:00
Kenichi Handa
8d6913995b (gnus-mule-message-send-news-function): New
function to encode text before sending by news.
(gnus-mule-message-send-mail-function): New function to encode
text before sending by mail.
(gnus-mule-initialize): Add gnus-mule-message-send-news-function
to the hook message-send-news-hook.  Add
gnus-mule-message-send-mail-function to the hook
message-send-mail-hook.
1997-05-12 06:56:21 +00:00
Lars Magne Ingebrigtsen
e7b153ff23 Fixed version number. 1997-04-16 22:34:17 +00:00
Lars Magne Ingebrigtsen
eec82323c2 Initial revision 1997-04-16 22:13:18 +00:00
Kenichi Handa
3fdc9c8f41 Fix the format of the first line. 1997-04-07 05:36:52 +00:00
Kenichi Handa
a1a45cd235 (gnus-mule-decode-summary): The function implemented correctly.
(gnus-mule-initialize): Setup gnus-summary-generate-hook.
Remove prefix "coding-system-" from coding system symbol names.
1997-02-26 12:10:24 +00:00
Karl Heuer
369314dc63 Fix FSF address in comment. 1997-02-23 09:20:52 +00:00
Karl Heuer
4ed4686978 Initial revision 1997-02-20 07:02:49 +00:00