summaryrefslogtreecommitdiff
path: root/lisp/gnus
Commit message (Collapse)AuthorAgeFilesLines
* (gnus-mule-initialize): Do not setKenichi Handa1997-11-081-3/+1
| | | | nntp-coding-system-for-read and nntp-coding-system-for-write.
* (nntp-coding-system-for-read): Set default value toKenichi Handa1997-11-081-2/+2
| | | | | binary. (nntp-coding-system-for-write): Likewise.
* (gnus-read-descriptions-file): DecodeKenichi Handa1997-11-081-2/+8
| | | | description if necessary.
* Set chinese-big5 for newsgroup "tw".Kenichi Handa1997-10-221-0/+1
|
* (gnus-show-traditional-method): CallKenichi Handa1997-10-221-2/+4
| | | | | gnus-mule-decode-article only when enable-multibyte-characters is non-nil.
* (gnus-ems-redefine): Require `gnus-mule' onlyKenichi Handa1997-10-221-2/+4
| | | | when enable-multibyte-characters is non-nil.
* (gnus-structured-field-decoder): Pay attentionKenichi Handa1997-10-221-6/+10
| | | | | to enable-multibyte-characters. (gnus-unstructured-field-decoder): Likewise.
* Require nntp instead of gnus and message.Kenichi Handa1997-09-261-38/+21
| | | | | | | | | | | | | | | | | | | 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.
* (nnmh-retrieve-headers): BindKenichi Handa1997-09-261-11/+12
| | | | | | | | | 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.
* (nnml-retrieve-headers): BindKenichi Handa1997-09-261-8/+9
| | | | | | | | file-name-coding-system to binary. (nnml-request-article): Likewise. (nnml-request-group): Likewise. (nnml-request-list): Likewise. (nnml-possibly-change-directory): Likewise.
* (gnus-show-traditional-method): New variable.Kenichi Handa1997-09-261-5/+15
| | | | | (gnus-article-prepare): If gnus-show-mime is nil, call gnus-show-traditional-method.
* (nntp-coding-system-for-write): New variable.Kenichi Handa1997-09-261-2/+6
| | | | | (nntp-open-connection): Bind coding-system-for-write to nntp-coding-system-for-write.
* (gnus-ems-redefine): If the feature `mule' isKenichi Handa1997-09-261-0/+3
| | | | provided, require gnus-mule and call gnus-mule-initialize.
* (nnfolder-request-list): BindKenichi Handa1997-09-261-1/+3
| | | | | file-name-coding-system to binary. (nnfolder-possibly-change-group): Likewise.
* (gnus-structured-field-decoder): If theKenichi Handa1997-09-261-2/+12
| | | | | | 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.
* (nnmail-find-file): BindKenichi Handa1997-09-261-4/+4
| | | | | file-name-coding-system to binary. (nnmail-write-region): Likewise.
* *** empty log message ***Lars Magne Ingebrigtsen1997-09-2438-716/+1052
|
* (gnus-summary-thread-gathering-function): Fix customize type.Richard M. Stallman1997-09-131-3/+3
|
* (gnus-permanently-visible-groups): Fix customize type.Richard M. Stallman1997-09-131-1/+1
|
* (gnus-default-subscribed-newsgroups): Fix custom type. Doc fix.Richard M. Stallman1997-09-131-14/+12
| | | | | | (gnus-init-file): Doc fix. (gnus-site-init-file): Fix customize type.
* Set no-conversion for network communicationKenichi Handa1997-09-111-1/+6
| | | | | | with nntpd. (gnus-mule-initialize): For safety, set no-conversion for network communication with nntpd.
* Add coding system specification for severalKenichi Handa1997-09-101-0/+3
| | | | news groups.
* (message-unix-mail-delimiter): InitializeRichard M. Stallman1997-09-051-13/+29
| | | | to the same value that rmail-unix-mail-delimiter is initialized to.
* Require cl at compile time.Richard M. Stallman1997-08-313-0/+6
|
* (pop3-md5): New function.Richard M. Stallman1997-08-311-2/+15
| | | | | (pop3-apop): Use pop3-md5, not md5. (pop3-md5-program): New variable.
* (nnmh-request-list, nnmh-active-number): Protect fromKenichi Handa1997-08-281-4/+24
| | | | conversion by `pathname-coding-system' for XEmacs/mule.
* (nnml-possibly-change-directory): LikewiseKenichi Handa1997-08-281-23/+40
| | | | | (nnml-retrieve-headers, nnml-request-article, nnml-request-group, nnml-request-list): Likewise
* Require cl at compile time before loading gnus, etc.Kenichi Handa1997-08-281-1/+1
|
* (nnspool-file-coding-system): New variable.Kenichi Handa1997-08-281-1/+15
| | | | | | (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.
* (nntp-coding-system-for-read): New variable.Kenichi Handa1997-08-281-1/+7
| | | | | (nntp-open-connection): Bind `coding-system-for-read' with `nntp-coding-system-for-read' for Emacs/mule and XEmacs/mule.
* (nnfolder-request-list): OverrideKenichi Handa1997-08-281-41/+51
| | | | | | | '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.
* (nnheader-pathname-coding-system): New variable.Kenichi Handa1997-08-281-3/+22
| | | | | | | | | (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.
* (pop3-movemail-file-coding-system): Append it forKenichi Handa1997-08-281-1/+5
| | | | | | assigning a coding system to receive mail with pop3. (pop3-movemail): Modify for writing messages with pop3-movemail-file-coding-system.
* (gnus-structured-field-decoder): New variable.Kenichi Handa1997-08-281-4/+24
| | | | | | | (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.
* (nnmail-active-file-coding-system): New variable.Kenichi Handa1997-08-281-8/+45
| | | | | | | | | | | | | | (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.
* (gnus-select-method): Change the other ignore-errors.Richard M. Stallman1997-08-261-2/+3
|
* Require cl at compile time.Richard M. Stallman1997-08-261-0/+2
|
* (gnus-group-make-useful-group): Don't use caddr in interactive.Richard M. Stallman1997-08-261-1/+1
|
* (gnus-emphasis-alist): Don't use caddr.Richard M. Stallman1997-08-261-1/+1
|
* Require cl at compile time.Richard M. Stallman1997-08-263-0/+6
|
* Require cl only at compile time.Richard M. Stallman1997-08-251-6/+11
| | | | | (message-user-agent): Use condition-case, not ignore-errors. (message-talkative-question): Doc fix.
* Require cl at compile time.Richard M. Stallman1997-08-251-13/+16
| | | | | (gnus-select-method): Use condition-case, not ignore-errors. (gnus-check-backend-function): Definition moved up.
* Require cl only at compile time.Richard M. Stallman1997-08-251-2/+4
| | | | (gnus-parent-id): Don't use last with 2 args.
* Require cl only at compile time.Richard M. Stallman1997-08-252-2/+4
|
* Require cl at compile time.Richard M. Stallman1997-08-2514-0/+28
|
* Require cl at compile time.Richard M. Stallman1997-08-251-2/+4
| | | | (gnus-site-init-file): Use condition-case.
* (message-signature-file): Delete autoload cookie.Richard M. Stallman1997-08-231-1/+1
|
* (nnvirtual-merge-sorted-lists): Use sort, not merge.Richard M. Stallman1997-08-231-7/+8
| | | | | (nnvirtual-partition-sequence): use mapcar, not mapc. (nnvirtual-create-mapping): Don't use delete-if-not.
* (nnfolder-generate-active-file): Don't use remove.Richard M. Stallman1997-08-231-1/+3
|
* Require cl only at compile time.Richard M. Stallman1997-08-235-5/+6
|