Commit graph

389 commits

Author SHA1 Message Date
Gerd Moellmann
8e2ec7cdc5 (smiley-region): Doc fix. 2000-12-12 10:37:48 +00:00
Miles Bader
db7ebd7360 (gnus-summary-recenter): When trying to keep the bottom line visible,
check to see if it's partially obscured, and if so, either scroll one
more line to make it fully visible, or revert to showing the second line
from the top.
2000-12-11 05:02:17 +00:00
Dave Love
e2849090fc *** empty log message *** 2000-12-07 12:17:57 +00:00
Dave Love
003dabb730 (mailcap-download-directory): Fix :type. 2000-12-07 12:12:08 +00:00
Dave Love
aae25c8cb6 (smiley-data-directory): Fix :type. 2000-12-07 12:11:06 +00:00
Dave Love
9b708394b7 (gnus-audio-directory): Fix :type. 2000-12-07 12:09:25 +00:00
Dave Love
ec4f0ef861 *** empty log message *** 2000-12-05 19:18:23 +00:00
Dave Love
020930fb6f Fix header and customization. 2000-12-05 19:18:06 +00:00
Dave Love
10b7b8fc11 *** empty log message *** 2000-12-05 19:12:22 +00:00
ShengHuo ZHU
ca3ab2d806 (gnus-configure-frame): Save selected window. 2000-12-05 05:18:31 +00:00
ShengHuo ZHU
25fc4fd5b8 * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
succeed.
(gnus-setup-message): Remove a hack.
* gnus-win.el (gnus-configure-windows): Make sure
nntp-server-buffer is live.
(gnus-remove-some-windows): switch-to-buffer -> set-buffer.

* gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.

* gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
raw 8-bit in headers in dk.* newsgroups.
2000-12-04 23:03:50 +00:00
Dave Love
b97cd2cc32 *** empty log message *** 2000-11-30 17:43:17 +00:00
Dave Love
ca34e23b17 (message-set-auto-save-file-name): Use gnus-make-directory. 2000-11-30 17:09:44 +00:00
Dave Love
c541eb9a39 (message-mail-alias-type): Customize.
(message-headers): Remove duplicate defgroup.
2000-11-30 17:04:49 +00:00
Dave Love
8c6f6f4bf7 (message-auto-save-directory): Use
file-name-as-directory.
(message-set-auto-save-file-name): Create
message-auto-save-directory if necessary.
(message-replace-chars-in-string): Removed -- unused.
2000-11-30 16:46:52 +00:00
Dave Love
372edc63d4 (quoted-printable-decode-region): Use error, not message
to report malformed text (like base64).  Amend message.
2000-11-29 22:22:28 +00:00
Miles Bader
3536d0c122 (message-header-lines): Fontify tag. 2000-11-29 08:21:11 +00:00
Dave Love
e775fcc402 *** empty log message *** 2000-11-27 18:01:19 +00:00
Dave Love
6d5ce387e2 Ignore errors when requiring nnweb and avoid a
compiler warning.
2000-11-27 18:01:03 +00:00
Dave Love
7ea85f5bd7 (mm-uu-configure-list): Fix typo in :type. 2000-11-26 20:28:54 +00:00
Dave Love
34f70eda7f *** empty log message *** 2000-11-23 19:03:07 +00:00
Dave Love
c0393b5e29 Doc fixes.
(mailcap-mime-data): Various adjustments.
(mailcap): New group.
(mailcap-download-directory): Customize.
(mailcap-generate-unique-filename, mailcap-binary-suffixes)
(mailcap-temporary-directory): Deleted (unused).
(mailcap-unescape-mime-test): Simplify slightly.
(mailcap-viewer-passes-test): Use functionp.
(mailcap-command-p): Aliased to executable-find.
2000-11-23 17:07:18 +00:00
Dave Love
944c69bfbd (uudecode): Require.
(uudecode-decode-region, uudecode-decode-region-external): Don't
autoload.
(mm-uu-copy-to-buffer): Doc fix.
(mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
type fix.
2000-11-23 17:04:22 +00:00
Dave Love
1bde0b39f0 (rfc2047-encode-message-header): Don't encode if
default-enable-multibyte-characters is nil.
2000-11-23 16:09:21 +00:00
Dave Love
4bcf2f0574 Require ring when compiling. 2000-11-23 16:08:38 +00:00
Dave Love
086ba806c7 comment 2000-11-23 16:05:05 +00:00
Dave Love
fb9fa98d65 *** empty log message *** 2000-11-22 17:59:32 +00:00
ShengHuo ZHU
b9ca4c2b33 (message-send-news): Use buffer-substring-no-properties. 2000-11-22 16:37:04 +00:00
Dave Love
0b8142fae2 2000-11-22 Simon Josefsson <simon@josefsson.org>
* gnus-uu.el (gnus-uu-digest-mail-forward): Search for "from:"
	instead of "from: " for rfc822 compliance.  Insert SPC.
2000-11-22 16:33:13 +00:00
Gerd Moellmann
60e8e0a5fc Remove autoload cookied, add author,
maintainer, keywords tags.
2000-11-22 15:11:36 +00:00
Gerd Moellmann
678986c98c (gnus-group-make-tool-bar): Fix a paren typo. 2000-11-22 14:53:54 +00:00
ShengHuo ZHU
ce1ec550eb * message.el (message-send-mail): Use buffer-substring-no-properties. 2000-11-22 14:27:40 +00:00
Stefan Monnier
38ee4fb4bf (gnus-configure-windows): switch-to-buffer -> set-buffer. 2000-11-21 22:18:23 +00:00
Dave Love
bb367cba62 (gnus-mime-button-map): Don't inherit from
gnus-article-mode-map.
(gnus-mime-button-menu): Use mouse-set-point.
(gnus-insert-mime-button, gnus-mime-display-alternative)
(gnus-mime-display-alternative): Don't use local-map property.
2000-11-21 17:54:40 +00:00
Dave Love
2eebe218ba 2000-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
* nntp.el (nntp-open-telnet): Wait for the telnet prompt before
	sending a command; allow the rtelnet prompt as well.

2000-11-17  Simon Josefsson  <simon@josefsson.org>

	* nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
	prefetch.

2000-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* nntp.el (nntp-decode-text): Delete bogus status lines.
	(nntp-open-connection): Kill process buffer when quit.
	(nntp-connection-timeout): Add a note. SIGALRM is ignored in both
	FSF Emacs 20 and XEmacs 21.
	(nntp-retrieve-data): Don't ignore quit.
2000-11-17 18:23:03 +00:00
Dave Love
96403ac139 (uudecode-insert-char): Fix bogus feature test.
(uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
and make-temp-file.
(uudecode-decode-region): Doc fix.
2000-11-17 12:59:35 +00:00
Dave Love
1265b5398a *** empty log message *** 2000-11-14 10:29:20 +00:00
Dave Love
8260e5b4e1 mogriy'd from the XPM 2000-11-14 10:17:57 +00:00
Dave Love
f8c0f31e17 From Emerick Rogul <emerick@csa.bu.edu>.
* message.el (message-setup-fill-variables): New variable.
(message-mode): Use it.
2000-11-12 22:51:35 +00:00
Dave Love
6d50239620 *** empty log message *** 2000-11-10 23:34:59 +00:00
Dave Love
10b3dd257b 2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gnus-mlspl.el: Documentation tweaks.
2000-11-10 23:34:38 +00:00
Dave Love
850846fdde (gnus-agent-confirmation-function): Add :version.
(gnus-agent-lib-file, gnus-agent-load-alist)
(gnus-agent-save-alist, gnus-agent-article-name): Use
expand-file-name.
2000-11-10 23:03:34 +00:00
Dave Love
2d447df6f8 (message-forward-as-mime, message-forward-ignored-headers)
(message-buffer-naming-style, message-default-charset)
(message-dont-reply-to-names, message-send-mail-partially-limit):
Add :version.
2000-11-10 22:58:26 +00:00
Dave Love
58e39d053a (gnus-auto-expirable-marks)
(gnus-inhibit-user-auto-expire, gnus-list-identifiers)
(gnus-extra-headers, gnus-ignored-from-addresses)
(gnus-newsgroup-ignored-charsets)
(gnus-group-highlight-words-alist)
(gnus-summary-show-article-charset-alist): Add :version.
2000-11-10 22:57:34 +00:00
Dave Love
4693ed4e2b (nnmail-expiry-target)
(nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
(nnmail-split-header-length-limit): Add :version.
2000-11-10 22:57:08 +00:00
Dave Love
fc2c2db8e9 (gnus-article-banner-alist)
(gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
(gnus-article-date-lapsed-new-header)
(gnus-article-mime-match-handle-function, gnus-mime-action-alist)
(gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
(gnus-treat-strip-headers-in-body)
(gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
(gnus-treat-translate): Add :version.
(gnus-article-mime-part-function): Fix defcustom.
2000-11-10 22:56:53 +00:00
Dave Love
0e5f03c178 (gnus-read-newsrc-file): Add :version. 2000-11-10 22:56:10 +00:00
Dave Love
5002cc5ce8 (gnus-group-name-charset-method-alist): Add
:version.
(nnkiboze-score-file): Defvar when compiling.
2000-11-10 22:55:56 +00:00
Dave Love
72b3c5e980 *** empty log message *** 2000-11-10 19:42:58 +00:00
Dave Love
6ab8077a8d (gnus-cache-active-file): Don't use
file-name-as-directory on directory.
(gnus-cache-file-name): Use expand-file-name, not concat.  Don't
use file-name-as-directory on directory.
2000-11-10 18:11:31 +00:00