Commit graph

16154 commits

Author SHA1 Message Date
Dave Love
c6e7b5804a (gnus-group-make-directory-group)
(gnus-group-fetch-faq): Use expand-file-name.
(gnus-group-fetch-faq): Simplify completing-read form.
2000-11-09 14:32:25 +00:00
Dave Love
def5ff3657 (mm-encode-body): Use mm-multibyte-p, don't just
test for Mule.
2000-11-09 14:23:43 +00:00
Dave Love
6e077b52fd Revert Maintainer change. 2000-11-09 14:17:06 +00:00
Dave Love
5912c5bbc6 *** empty log message *** 2000-11-09 13:43:47 +00:00
Dave Love
ddc7ec4fd6 (uniquify-buffer-file-name): Wrap advice in
eval-after-load.
2000-11-09 12:07:39 +00:00
Gerd Moellmann
7bb054a550 Patch for variable initialization when spooling. Doc
fix.
(ps-output-list): Fun eliminated.
(ps-begin-file, ps-begin-job): Code fix.
2000-11-09 12:05:55 +00:00
Dave Love
a47449b3c7 (tool-bar-map): Defvar when compiling. 2000-11-09 11:47:47 +00:00
Dave Love
56de556523 (running-xemacs, gnus-use-installed-tm)
(gnus-tm-lisp-directory): Deleted.
(gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
(featurep 'xemacs).
(gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
(gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
version numbers from file names.
2000-11-09 11:39:45 +00:00
Dave Love
722a840955 Use featurep for XEmacs test.
(mm-inline-message): Test for `remove-specifier'; don't use
condition-case.
2000-11-08 23:53:59 +00:00
Dave Love
2e049946ac *** empty log message *** 2000-11-08 23:48:13 +00:00
Dave Love
78f164bac1 2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-start.el (gnus-read-active-file, gnus-activate-group):
	Issue message on quit.

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

	* gnus-start.el: Remove gnus-xemacs.
2000-11-08 23:39:05 +00:00
Dave Love
7cd26120b6 2000-10-11 John Wiegley <johnw@gnu.org>
* gnus-topic.el (gnus-topic-mode): Use `setq' to clear
	`gnus-group-change-level-function', instead of `remove-hook',
	because it's not a hook!
2000-11-08 23:28:41 +00:00
Dave Love
2e36fdceb3 2000-09-29 09:56:34 ShengHuo ZHU <zsh@cs.rochester.edu>
* nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
2000-11-08 23:19:00 +00:00
Dave Love
18a84b0f9f *** empty log message *** 2000-11-08 21:18:50 +00:00
Dave Love
cd942edc7c 2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnweb.el (nnweb-decode-entities): Work for non-character
	entities.

2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>

        * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is
        asynchronous in Exp version.
2000-11-08 21:04:43 +00:00
Dave Love
62e8183ec8 2000-11-09 Simon Josefsson <simon@josefsson.org>
* rfc2104.el: Add SHA-1 example.
	(rfc2104-hexstring-to-bitstring): New function.
	(rfc2104-hash): Use it.
2000-11-08 20:56:26 +00:00
Dave Love
59896c4c63 (gnus-score-load-file): Use expand-file-name.
(gnus-score-find-bnews): Don't concat "".

2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>

        * gnus-score.el (gnus-score-body): Don't score body when
        agent-fetching.
        (gnus-score-followup): Don't score followup either.
2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-score.el (gnus-score-use-all-scores): New variable.
	(gnus-all-score-files): Use it.
2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
2000-11-08 20:52:08 +00:00
Dave Love
9db2706e22 *** empty log message *** 2000-11-08 18:12:22 +00:00
Dave Love
fc794f13b3 (ediff-control-frame-parameters): Zero
tool-bar-lines.
2000-11-08 18:04:14 +00:00
Dave Love
9a0026a6df comment 2000-11-08 17:48:54 +00:00
Gerd Moellmann
f7eb32aaa3 *** empty log message *** 2000-11-08 17:41:22 +00:00
Dave Love
60bd558946 Put some defvars in eval-when-compile.
(gnus-summary-mode-hook): Add :options.
(gnus-summary-make-menu-bar): Add some :help, used by tool bar.
(gnus-summary-tool-bar-map): New variable.
(gnus-summary-make-tool-bar): New function.
(gnus-summary-mode): Put kill-all-local-variables first.
2000-11-08 17:36:41 +00:00
Gerd Moellmann
939ac10c1e (shell-command, display-message-or-buffer)
(shell-command-on-region): Mention resize-mini-windows in the doc
string.
(display-message-or-buffer): Take the value of resize-mini-windows
into account.
2000-11-08 17:35:57 +00:00
Dave Love
619a6b3088 (gnus-group-toolbar-map): New variable.
(gnus-group-make-tool-bar): Rewritten.
(gnus-group-mode): Put kill-all-local-variables first.
2000-11-08 17:32:46 +00:00
Dave Love
189d0c5595 Fernandez' icon renamed. 2000-11-08 17:06:19 +00:00
Dave Love
8c1a8aed90 *** empty log message *** 2000-11-08 15:46:49 +00:00
Dave Love
f2307f1837 Require gnus-util.
2000-11-07  Dave Love  <fx@gnu.org>

	* rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
	(rfc2047-charset-encoding-alist): Add iso-8859-1[45].
2000-11-07  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* rfc2047.el: Require cl when compiling.
	(rfc2047-q-encode-region): Don't break if a QP-word could be
	fitted in one line.
	(rfc2047-decode): Use mm-with-unibyte-current-buffer-mule4.
	(rfc2047-fold-region): "=?=" is not a break point.
	(rfc2047-encode-message-header): Move fold into encode-region.
	(rfc2047-dissect-region): Rewrite.
	(rfc2047-encode-region): Rewrite.
	(rfc2047-fold-region): Fold
	(rfc2047-unfold-region): New function.
	(rfc2047-decode-region): Use it.
	(rfc2047-q-encode-region): Don't break at bob.
	(rfc2047-decode): Use unibyte.
	(rfc2047-q-encode-region): Better calculation of break point.
	(rfc2047-fold-region): Don't break the first non-LWSP characters.
	(rfc2047-encode-region): Merge only if regions are adjacent.
2000-11-08 15:45:55 +00:00
Dave Love
8e042df508 (gnus-sorted-intersection): Autoload. 2000-11-08 15:40:14 +00:00
Dave Love
534aa266c7 Put some defvars in eval-when-compile. 2000-11-08 15:36:19 +00:00
Dave Love
9e153fefd2 Wrap subst-char-in-string def in eval-and-compile.
(gnus-intersection, gnus-sorted-complement):  Autoload.
2000-11-08 15:35:07 +00:00
Dave Love
2d5fdf6346 (imap-point-at-eol): New, replacing gnus-point-at-eol. 2000-11-08 15:32:11 +00:00
Dave Love
05c2a83cfd Avoid compiler warnings.
Use (featurep 'xemacs).  Require cl when compiling.
(uudecode-char-int): New alias, replacing char-int.
(uudecode-decode-region): Don't call buffer-disable-undo.
2000-11-08 15:27:30 +00:00
Dave Love
4515227fa5 (mm-body-7-or-8): Autoload. 2000-11-08 15:24:27 +00:00
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
Gerd Moellmann
acad3c0b5a *** empty log message *** 2000-11-07 17:33:35 +00:00
Gerd Moellmann
eac6ee8fd2 (insert-kbd-macro): Print semi-colons as `?\;'. 2000-11-07 17:32:47 +00:00
Gerd Moellmann
7b01b08c24 (dired-between-files): Add `^. find' as an alternative
to the regular expression, for find-dired.
2000-11-07 17:03:31 +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