aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (pop3-movemail-file-coding-system): Doc fix.Dave Love1999-12-192-2/+9
| | | | (pop3-movemail): Replace binding of pop3-movemail-file-coding-system.
* (nnvirtual-create-mapping): Don't use mapc.Dave Love1999-10-232-21/+25
|
* *** empty log message ***Dave Love1999-10-191-0/+4
|
* Merge changes from version `1.3s' which we weren't sent.Dave Love1999-10-191-30/+41
|
* Use make-temp-file.Stefan Monnier1999-10-154-20/+21
|
* #Dave Love1999-10-051-1/+1777
|
* #Dave Love1999-09-301-1777/+1
|
* #Dave Love1999-09-301-0/+3692
|
* (nnsoup-tmp-directory): Use temporary-file-directory.Eli Zaretskii1999-09-071-1/+1
|
* (gnus-uu-tmp-dir): Use temporary-file-directory.Eli Zaretskii1999-09-071-1/+1
|
* (gnus-emphasis-underline-italic): Doc fix.Andreas Schwab1999-08-241-1/+1
|
* Fix maintainer address.Karl Heuer1999-08-162-2/+2
|
* (gnus-uu-decode-save-view): Fix typo.Karl Heuer1999-07-011-1/+1
|
* (gnus-permanently-visible-groups): Fix custom type.Karl Heuer1999-06-121-1/+1
|
* (nnmail-read-passwd): Use read-passwd if that is defined.Richard M. Stallman1999-04-081-4/+6
|
* (pop3-read-passwd): Use read-passwd if that is defined.Richard M. Stallman1999-04-081-3/+5
|
* (gnus-mule-message-send-mail-function): Find aKenichi Handa1999-04-081-2/+4
| | | | | coding system to encode the message by select-message-coding-system.
* (gnus-summary-save-in-folder): Use mh-lib-progs.Richard M. Stallman1999-04-071-1/+1
|
* When compiling, ignore errors in nnweb.Richard M. Stallman1999-04-061-1/+2
|
* (gnus-data-compute-positions): Move down afterAndreas Schwab1999-03-311-15/+17
| | | | the gnus-save-hidden-threads macro.
* Initial revisionLars Magne Ingebrigtsen1999-02-204-0/+1900
|
* Upgrading to Gnus 5.7; see ChangeLogLars Magne Ingebrigtsen1999-02-2059-4135/+6450
|
* *** empty log message ***Lars Magne Ingebrigtsen1999-02-201-8/+3
|
* (nntp-request-group): Undo previous change (4xx and 5xx responses areAndrew Innes1998-12-141-1/+1
| | | | already handled properly).
* (message-ignored-supersedes-headers): Remove NNTP-Posting-Date.Richard M. Stallman1998-11-211-1/+1
|
* (nntp-request-group): Allow for failures when requesting a new group.Andrew Innes1998-11-201-1/+1
|
* Require cl.Karl Heuer1998-11-151-0/+1
|
* (gnus-button-embedded-url, gnus-button-url):Dave Love1998-11-011-2/+2
| | | | Don't funcall browse-url-browser-function.
* Don't require 'w3 and 'url unprotected.Andreas Schwab1998-10-301-2/+0
|
* Require `cl' before using nnoo-declare.Richard M. Stallman1998-10-171-2/+2
|
* (nntp-possibly-change-group): Allow for unexpectedRichard M. Stallman1998-10-131-1/+3
| | | | | responses to GROUP command, since this may be called from a timer with quit inhibited.
* (pop3-open-server): Bind coding-system-for-read and ...-for-write.Richard M. Stallman1998-10-121-2/+2
|
* (pop3-open-server): Set process-coding-system-alist around open-network-stream.Richard M. Stallman1998-10-081-1/+3
|
* (message-auto-save-directory): Renamed fromKarl Heuer1998-10-061-10/+10
| | | | message-autosave-directory. All references changed.
* (gnus-valid-select-methods): Fix type.Karl Heuer1998-10-011-0/+1
|
* (gnus-summary-respool-default-method): Fix type.Karl Heuer1998-10-011-1/+2
|
* (gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):Karl Heuer1998-10-011-3/+6
| | | | Fix type.
* (gnus-article-x-face-too-ugly): Fix type.Karl Heuer1998-10-011-2/+2
| | | | (gnus-saved-headers): Fix type.
* (gnus-output-to-rmail): adjust toKarl Heuer1998-09-251-2/+4
| | | | `rmail-output-to-rmail-file'
* Extend the list of autoloaded functions.Karl Heuer1998-09-251-0/+6
|
* (require): Wrap requirement of w3 and url inDave Love1998-09-081-2/+10
| | | | | ignore-errors too, eval'd when compile. Require w3 stuff at load time for nicer failure if it's not available.
* (gnus-save-newsrc-file): BindKarl Heuer1998-08-261-2/+5
| | | | | | coding-system-for-write before saving. (gnus-check-first-time-used): Change current buffer before creating help group.
* (message-send-mail-with-sendmail): BindKenichi Handa1998-08-251-2/+4
| | | | | | coding-system-for-write by the return value of select-message-coding-system. (message-send-mail-with-qmail): Likewise.
* (nntp-encode-text): Properly encode outgoing text byRichard M. Stallman1998-08-131-1/+6
| | | | putting CR at the end of all lines.
* Require sendmail.Richard M. Stallman1998-08-081-1/+3
| | | | | (message-fill-yanked-message): Use mail-citation-prefix-regexp as an arg to fill-individual-paragraphs.
* (gnus-startup-file-coding-system): New variable.Richard M. Stallman1998-08-081-2/+8
| | | | (gnus-read-init-file, gnus-read-newsrc-el-file): Use that.
* (message-cite-original): If mail-citation-hookRichard M. Stallman1998-07-021-18/+21
| | | | | is non-nil, just run that and do nothing else. (message-cite-function): Don't initialize from mail-citation-hook.
* (gnus-use-article-prefetch): Use `other'Andreas Schwab1998-06-241-2/+2
| | | | widget type.
* (gnus-prompt-before-saving): Use `other' widgetAndreas Schwab1998-06-241-1/+1
| | | | type.
* Fix up first line.Richard M. Stallman1998-06-071-2/+2
|