1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 03:10:58 -08:00
Commit graph

1455 commits

Author SHA1 Message Date
Dave Love
0e43de59ea (mm-insert-inline): Autoload. 2000-11-08 15:23:02 +00:00
Dave Love
4faaa994b1 Put some defvars in eval-when-compile.
(gnus-msg-mail): Move after gnus-setup-message.
2000-11-08 14:07:12 +00:00
Dave Love
1424c9bfe3 (smiley-data-directory, smiley-regexp-alist): Doc fix. 2000-11-08 13:58:20 +00:00
Dave Love
c4fedaa02f (nnheader): Don't require message (recursive
autoload).
2000-11-07 18:21:04 +00:00
Dave Love
cb9040ed23 (gnus-binary-mode): Fix call to gnus-add-minor-mode. 2000-11-06 23:46:59 +00:00
Dave Love
0342aa5b20 2000-11-06 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-msg.el (gnus-inews-group-method): New function.
	(gnus-inews-do-gcc): Use it.

	*gnus-msg.el: (gnus-inews-add-send-actions): Use
	`gnus-agent-possibly-do-gcc' if Agentized.
	(gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
	to `message-header-hook'.
2000-11-06 23:39:09 +00:00
Dave Love
d8cc10e1d7 2000-11-06 John Wiegley <johnw@gnu.org>
* gnus-mlspl.el (gnus-group-split-update): Check the value of
	`nnmail-crosspost', and use it to set the `no-crosspost'
	argument when calling `gnus-group-split-fancy'.  Otherwise, it
	assumes that cross-posting is always OK, no matter what
	`nmail-crosspost' is set to.
	(gnus-group-split-fancy): The argument order in the
	second-to-last `push' call was wrong, but since `no-crosspost'
	was always nil, it was never being triggered.

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

	* gnus-mlspl.el: Require cl when compiling.
2000-11-06 23:26:20 +00:00
Dave Love
1464e703ba 2000-10-01 08:32:42 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-ml.el: Usage.
	(gnus-mailing-list-archive, gnus-mailing-list-owner,
	gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
	gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
	(gnus-mailing-list-menu): Define it.
	(turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
2000-11-06 23:14:25 +00:00
Dave Love
8b84c4d38e 2000-10-07 15:42:59 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-logic.el (gnus-advanced-string): Use "" if nil.
2000-11-06 23:12:06 +00:00
Dave Love
6a584a182c Change maintainer. 2000-11-06 22:52:20 +00:00
Dave Love
ff223cb79c (running-xemacs): Don't define. 2000-11-06 22:51:40 +00:00
Dave Love
6824727ef3 (mm-uu-configure): Unquote lambda.
(mm-uu-configure-list): Doc fix.
2000-11-06 22:51:11 +00:00
Dave Love
117b4b782b Require cl when compiling. 2000-11-06 22:50:28 +00:00
Dave Love
456d96353c Use (featurep 'xemacs).
(uudecode-char-int): New alias, replacing char-int.
(uudecode-decode-region): Don't call buffer-disable-undo.
2000-11-06 22:46:03 +00:00
Stefan Monnier
fbf44f4434 *** empty log message *** 2000-11-03 23:06:54 +00:00
Stefan Monnier
000281e343 (message-font-lock-keywords): Match a final newline
to help font-lock's multiline support.
2000-11-03 22:42:36 +00:00
Dave Love
fd1d9d9813 (gnus-nocem-check-article-limit): Default to 500. 2000-11-03 16:04:08 +00:00
Dave Love
5859a75ca1 (mm-inline-partial): Space-prefix temp buffer
name.
2000-11-03 15:54:16 +00:00
Dave Love
6eb681a320 (mm-display-external): Space prefix temp buffer
name.  Don't disable undo explicitly.
2000-11-03 15:51:16 +00:00
Dave Love
5aa22ef9ad (gnus-group-parameters) <gcc-self>: Fix custom type.
<banner>: Fix custom type, doc.
2000-11-03 15:48:49 +00:00
Dave Love
7dd6009c0a *** empty log message *** 2000-11-02 18:44:05 +00:00
Dave Love
8befbee7df (message-font-lock-keywords): Use [:alpha:] for
cite-prefix.
2000-11-02 18:43:42 +00:00
Miles Bader
7da794dfa0 *** empty log message *** 2000-11-02 04:39:25 +00:00
Miles Bader
2ec4d9abb3 (mm-uu-configure-list): Move back to old location,
because defcustom tries to call `mm-uu-configure'.
2000-11-02 04:38:24 +00:00
Dave Love
6b8a0b2d41 *** empty log message *** 2000-11-01 19:16:06 +00:00
Dave Love
1c33719f14 (base64): Require unconditionally.
(message-posting-charset): Defvar when compiling.
(rfc2047-encode-message-header, rfc2047-encodable-p): Require
message.
2000-11-01 19:07:36 +00:00
Dave Love
08c9a3850d (nnoo): Require.
(mm-uu-dissect): Autoload.
2000-11-01 19:02:48 +00:00
Dave Love
35f4f38001 Change Maintainer 2000-11-01 19:01:17 +00:00
Dave Love
8538cc2a48 (mml-parse-1): Clarify message.
(mml-minibuffer-read-type): Use mailcap-mime-types.
2000-11-01 18:59:45 +00:00
Stefan Monnier
160ff4e59d *** empty log message *** 2000-11-01 16:27:08 +00:00
Dave Love
e017ba356d 2000-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* rfc2231.el: Require cl when compiling.
2000-11-01 15:08:23 +00:00
Dave Love
44d5f5760f (mm-uu-decode-function, mm-uu-binhex-decode-function):
Fix custom type.
(mm-uu-configure-list): Move and fix custom type.
2000-11-01 14:54:52 +00:00
Dave Love
5ce3df5708 Require cl when compiling. 2000-11-01 14:48:17 +00:00
Dave Love
dd8955f010 Use (featurep 'xemacs).
(binhex-char-int): New alias, replacing char-int.
Change callers.
(binhex-decode-region): Simplify work buffer code.
(binhex-decode-region-external): Use expand-file-name, not concat.
2000-11-01 14:46:55 +00:00
Dave Love
4325195cd6 Fix 2000-10-27 change properly. 2000-10-30 19:10:33 +00:00
Miles Bader
a00b77f9ad (gnus-read-save-file-name): Remove extraneous paren. 2000-10-28 11:22:34 +00:00
Dave Love
51a29efc7f *** empty log message *** 2000-10-27 23:58:01 +00:00
Dave Love
75807ea6fa 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
* gnus-draft.el (gnus-draft-send-message): Typo.

2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-draft.el (gnus-draft-send-message): Ditto.
	(gnus-group-send-drafts): Ditto.

* gnus-agent.el (gnus-agent-possibly-do-gcc):
(gnus-agent-restore-gcc):
(gnus-agent-possibly-save-gcc): New functions.
2000-10-27 23:33:14 +00:00
Dave Love
a261748441 2000-10-27 Simon Josefsson <simon@josefsson.org>
* nnimap.el (nnimap-group-overview-filename): Create directory for
	newfile (when use long filenames is nil).  Copy+delete file if
	rename didn't work.
	(nnimap-group-overview-filename): `rename-file' and `copy-file'
	doesn't return anything useful, use ignore-errors instead.
	(nnimap-verify-uidvalidity): Delete overview file when
	uid validity changes.
	(nnimap-group-overview-filename): Store uidvalidity in filenames.
	Rename old files into new format.
	(nnimap-request-accept-article): Remove \n's from
	From_ lines.
	(nnimap-request-accept-article): Remove From[^:] lines.
	(imap-starttls-p): Check for starttls binary.
	(imap-starttls-open): More verbose.
	(imap-gssapi-auth): Ditto.
	(imap-kerberos4-auth): Ditto.
	(imap-cram-md5-auth): Ditto.
	(imap-login-auth): Ditto.
	(imap-anonymous-auth): Ditto.
	(imap-digest-md5-auth): Ditto.
	(imap-open): Ditto.
	(imap-digest-md5-p): Check capability first.
	(imap-parse-flag-list): Correctly parse empty lists.
	(imap-login-p): Support LOGINDISABLED.
	(imap-parse-body): Work around bug in Sun SIMS.
2000-10-27 23:20:38 +00:00
Dave Love
e0bad764b1 2000-10-27 John Wiegley <johnw@gnu.org>
* gnus-art.el (gnus-treat-hide-citation-maybe): Added this
	variable to correspond with `gnus-article-hide-citation-maybe'.
	(gnus-treatment-function-alist): Added entry for the above
	correlation.

2000-10-27  Richard M. Alderson III <alderson@netcom2.netcom.com>

	* gnus-art.el (gnus-read-save-file-name): expand-file-name.

2000-10-27  Kai Gro�ohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-art.el (article-strip-banner): Use
	gnus-group-find-parameter rather than gnus-group-get-parameter, to
	allow inheritance on the banner.
	From elkin@tverd.astro.spbu.ru.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-art.el (gnus-request-article-this-buffer):
	gnus-refer-article-method might be a single method.
	(gnus-article-mime-total-parts): New function.
	(gnus-mm-display-part): Use it.
	(gnus-mime-display-single): Ditto.
	(gnus-mime-display-alternative): Ditto.
	(gnus-mime-inline-part): Check validity of charset.
	(gnus-treat-display-smileys): Default value in Emacs 21.
	* gnus-art.el: Define dynamic variables in eval-when-compile.
	(gnus-article-prepare): Configure it again.
	(gnus-insert-mime-button): Use gnus-overlay-buffer,
	gnus-overlay-start.
	(gnus-article-prepare): Configure windows before
	gnus-article-prepare-display is called.  Otherwise, BBDB's popup
	window might be overrided.
	(gnus-mime-inline-part): Use prefix argument only
	when it is called interactively.
	(gnus-mime-action-alist): New variable.
	(gnus-mime-action-on-part): Use it.
	(gnus-mime-button-commands): Add command ".".
	(gnus-mime-inline-part): Support prefix argument.
	(gnus-article-banner-alist): New variable.
	(article-strip-banner): Use it.
2000-10-27 23:14:59 +00:00
Dave Love
fcb282a54b Add maintainer and modify keywords header. 2000-10-27 22:51:47 +00:00
Dave Love
9b198954f1 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
	because they are files, not paths.
	(mailcap-parse-mimetypes): Ditto.
	(mailcap-mime-types): Use mailcap-mime-data.
2000-10-27 22:46:05 +00:00
Dave Love
03f20b4797 2000-10-27 Simon Josefsson <simon@josefsson.org>
* gnus-agent.el (gnus-agent-possibly-do-gcc):
	(gnus-agent-restore-gcc):
	(gnus-agent-possibly-save-gcc): New functions.

	Asks the user to synch flags with server when you plug in.

	* gnus-agent.el (gnus-agent-synchronize-flags): New variable.
	(gnus-agent-possibly-synchronize-flags-server): New function, use it.
	(gnus-agent-toggle-plugged): Call it.
	(gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
	(gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
	(gnus-agent-possibly-synchronize-flags): New function.
	(gnus-agent-possibly-synchronize-flags-server): New function.
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
	gnus-overlay-start.
	* gnus.el (gnus-agent-fetching): New variable.
	* gnus-agent.el (gnus-agent-with-fetch): Bind it.

	* gnus-agent.el (gnus-agent-fetch-session): Catch quit.
	(gnus-agent-fetch-group-1): Score-param could be nil.
	(gnus-agent-any-covered-gcc): New function.
	(gnus-agent-possibly-save-gcc): Use it.
	(gnus-agent-possibly-do-gcc): Ditto.
	* gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
	the GNU assignment issue.
	(gnus-agent-fetch-group-1): Reimplement Mike McEwan's proposal.
	* gnus-agent.el: timer vs. itimer.
2000-10-27 19:48:50 +00:00
Dave Love
48df946a7c 2000-10-27 Dave Love <fx@gnu.org>
* gnus.el: Don't require custom.  Don't require message at top
	level.
	(gnus-message-archive-method): Require message here.
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
	gnus-overlay-start.
	* gnus.el (gnus-agent-fetching): New variable.
2000-10-27 19:15:42 +00:00
Dave Love
2428f2377a 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* webmail.el (webmail-type-definition): Fix my-deja open url.
	(webmail-hotmail-list): Fix.
	(webmail-netscape-open, webmail-hotmail-article,
	webmail-hotmail-list): Update.
	(webmail-my-deja-*): Rewrite.
2000-10-27 18:58:55 +00:00
Dave Love
052802c1f4 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-util.el (mm-multibyte-p): Test (featurep 'xemacs).
	(mm-with-unibyte-current-buffer-mule4): New function.
	(mm-enable-multibyte-mule4): New.
	(mm-disable-multibyte-mule4): New.

	* mm-util.el (mm-enable-multibyte-mule4): New.
	(mm-disable-multibyte-mule4): New.
2000-10-27 18:52:28 +00:00
Dave Love
d4dfaa1967 2000-10-27 Kai Gro�ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
	Cashin <ecashin@coe.uga.edu>).

2000-10-27  Simon Josefsson  <simon@josefsson.org>

	* gnus-sum.el (gnus-get-newsgroup-headers): Ditto.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-sum.el (gnus-refer-article-methods): The second could be
	a named method.
	(gnus-cache-write-active): Auto load.
	(gnus-summary-display-article): Enable multibyte.
	(gnus-summary-select-article): Don't enable multibyte here.
	(gnus-summary-goto-article): Ditto.
	(gnus-summary-enter-digest-group): Decode to-address.
	* mm-util.el (mm-enable-multibyte-mule4): New.
	(mm-disable-multibyte-mule4): New.
	* gnus-sum.el (gnus-summary-mode): Use it.
	(gnus-summary-select-article): Ditto.
	(gnus-summary-goto-article): Use enable multibyte.
2000-10-27 18:51:39 +00:00
Dave Love
df359f6c5b 2000-09-24 Simon Josefsson <simon@josefsson.org>
* nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>

	* uudecode.el: xemacs cleanup (use featurep ' xemacs)

	* nnheader.el: ditto
2000-10-27 18:32:15 +00:00
Dave Love
1f9cab4bc9 *** empty log message *** 2000-10-27 18:13:19 +00:00
Dave Love
ec4eb560b9 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
	(nnkiboze-enter-nov): Fix it when there is no xref.
	(nnkiboze-generate-groups): List groups.
	(nnkiboze-request-article): Use
	gnus-cache-request-article.
2000-10-27 18:09:37 +00:00