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
9a0026a6df
comment
2000-11-08 17:48:54 +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
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
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