1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

107 Commits

Author SHA1 Message Date
Andreas Schwab
8de38c21fc (gnus-emphasis-underline-italic): Doc fix. 1999-08-24 12:20:31 +00:00
Karl Heuer
5762abecd3 Fix maintainer address. 1999-08-16 04:04:27 +00:00
Karl Heuer
6c717109ed (gnus-uu-decode-save-view): Fix typo. 1999-07-01 08:42:26 +00:00
Karl Heuer
eb284ea1f3 (gnus-permanently-visible-groups): Fix custom type. 1999-06-12 04:07:04 +00:00
Richard M. Stallman
418cb80df2 (nnmail-read-passwd): Use read-passwd if that is defined. 1999-04-08 19:08:22 +00:00
Richard M. Stallman
ff88af3794 (pop3-read-passwd): Use read-passwd if that is defined. 1999-04-08 19:08:11 +00:00
Kenichi Handa
1ce2a3422d (gnus-mule-message-send-mail-function): Find a
coding system to encode the message by
select-message-coding-system.
1999-04-08 02:34:12 +00:00
Richard M. Stallman
2b09b4cecf (gnus-summary-save-in-folder): Use mh-lib-progs. 1999-04-07 23:45:36 +00:00
Richard M. Stallman
58a58dc023 When compiling, ignore errors in nnweb. 1999-04-06 20:00:52 +00:00
Andreas Schwab
107ecebbe7 (gnus-data-compute-positions): Move down after
the gnus-save-hidden-threads macro.
1999-03-31 08:40:48 +00:00
Lars Magne Ingebrigtsen
df80b09f29 Initial revision 1999-02-20 14:11:41 +00:00
Lars Magne Ingebrigtsen
6748645fc3 Upgrading to Gnus 5.7; see ChangeLog 1999-02-20 14:05:57 +00:00
Lars Magne Ingebrigtsen
44a6ed57c9 *** empty log message *** 1999-02-20 13:52:45 +00:00
Andrew Innes
2602d1eaac (nntp-request-group): Undo previous change (4xx and 5xx responses are
already handled properly).
1998-12-14 09:03:04 +00:00
Richard M. Stallman
58c4bd873e (message-ignored-supersedes-headers): Remove NNTP-Posting-Date. 1998-11-21 22:30:41 +00:00
Andrew Innes
01215c1f35 (nntp-request-group): Allow for failures when requesting a new group. 1998-11-20 23:54:16 +00:00
Karl Heuer
436cc82c6a Require cl. 1998-11-15 17:45:33 +00:00
Dave Love
1b978bfc85 (gnus-button-embedded-url, gnus-button-url):
Don't funcall browse-url-browser-function.
1998-11-01 16:58:49 +00:00
Andreas Schwab
b6895193b7 Don't require 'w3 and 'url unprotected. 1998-10-30 10:57:05 +00:00
Richard M. Stallman
5cc7d37c6e Require `cl' before using nnoo-declare. 1998-10-17 20:17:09 +00:00
Richard M. Stallman
66bd5242de (nntp-possibly-change-group): Allow for unexpected
responses to GROUP command, since this may be called from a timer
with quit inhibited.
1998-10-13 03:24:50 +00:00
Richard M. Stallman
c03adfbdf1 (pop3-open-server): Bind coding-system-for-read and ...-for-write. 1998-10-12 23:15:16 +00:00
Richard M. Stallman
cebe85e9df (pop3-open-server): Set process-coding-system-alist around open-network-stream. 1998-10-08 09:58:00 +00:00
Karl Heuer
83e905f3fa (message-auto-save-directory): Renamed from
message-autosave-directory.  All references changed.
1998-10-06 23:16:37 +00:00
Karl Heuer
c06fc52463 (gnus-valid-select-methods): Fix type. 1998-10-01 21:01:15 +00:00
Karl Heuer
04ad70ace5 (gnus-summary-respool-default-method): Fix type. 1998-10-01 20:56:19 +00:00
Karl Heuer
a5f06018e1 (gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):
Fix type.
1998-10-01 20:46:42 +00:00
Karl Heuer
4bb6a3a63c (gnus-article-x-face-too-ugly): Fix type.
(gnus-saved-headers): Fix type.
1998-10-01 20:41:53 +00:00
Karl Heuer
a9d6e49639 (gnus-output-to-rmail): adjust to
`rmail-output-to-rmail-file'
1998-09-25 17:00:25 +00:00
Karl Heuer
7a12a2f7e8 Extend the list of autoloaded functions. 1998-09-25 16:51:32 +00:00
Dave Love
0d5dc4a5fa (require): Wrap requirement of w3 and url in
ignore-errors too, eval'd when compile.  Require w3 stuff at load
time for nicer failure if it's not available.
1998-09-08 12:47:39 +00:00
Karl Heuer
d6e0f29810 (gnus-save-newsrc-file): Bind
coding-system-for-write before saving.
(gnus-check-first-time-used): Change current
buffer before creating help group.
1998-08-26 18:41:35 +00:00
Kenichi Handa
1b23dc8205 (message-send-mail-with-sendmail): Bind
coding-system-for-write by the return value of
select-message-coding-system.
(message-send-mail-with-qmail): Likewise.
1998-08-25 10:25:03 +00:00
Richard M. Stallman
45926d06f4 (nntp-encode-text): Properly encode outgoing text by
putting CR at the end of all lines.
1998-08-13 06:20:33 +00:00
Richard M. Stallman
20cf0008ed Require sendmail.
(message-fill-yanked-message): Use mail-citation-prefix-regexp
as an arg to fill-individual-paragraphs.
1998-08-08 21:28:09 +00:00
Richard M. Stallman
346e135fb3 (gnus-startup-file-coding-system): New variable.
(gnus-read-init-file, gnus-read-newsrc-el-file): Use that.
1998-08-08 02:37:58 +00:00
Richard M. Stallman
4a55f847c5 (message-cite-original): If mail-citation-hook
is non-nil, just run that and do nothing else.
(message-cite-function): Don't initialize from mail-citation-hook.
1998-07-02 07:00:30 +00:00
Andreas Schwab
a994a6db03 (gnus-use-article-prefetch): Use `other'
widget type.
1998-06-24 09:11:55 +00:00
Andreas Schwab
e04c9f73cf (gnus-prompt-before-saving): Use `other' widget
type.
1998-06-24 09:11:10 +00:00
Richard M. Stallman
527fcc2fa0 Fix up first line. 1998-06-07 23:04:11 +00:00
Richard M. Stallman
b2c677c2c9 (message-mode): Set paragraph-start and
paragraph-separate as in mail-mode.
1998-06-07 01:30:09 +00:00
Richard M. Stallman
a4e7db383d (message-mode): Locally bind adaptive-fill-regexp
and adaptive-fill-first-line-regexp.
1998-05-19 05:45:21 +00:00
Dan Nicolaescu
cd32a7baa4 *** empty log message *** 1998-04-20 02:34:53 +00:00
Karl Heuer
c2a2ac1a7c (gnus-emphasis-alist): Use nth, not caddr. 1998-04-12 18:13:34 +00:00
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