gnus
21 years ago(A note on namespaces): New.
Simon Josefsson [Wed, 18 Sep 2002 10:02:24 +0000 (10:02 +0000)]
(A note on namespaces): New.

21 years ago* nnimap.el (nnimap-expiry-target): Don't search for which
Simon Josefsson [Tue, 17 Sep 2002 20:27:21 +0000 (20:27 +0000)]
* nnimap.el (nnimap-expiry-target): Don't search for which
articles exists here.
(nnimap-request-expire-articles): Do it here instead.  Only expire
when articles are found.  Suggested by Nevin Kapur
<nevin@jhu.edu>.

21 years ago* message-utils.el: Removed. Functions are now in message.el.
Kai Grossjohann [Tue, 17 Sep 2002 18:35:52 +0000 (18:35 +0000)]
* message-utils.el: Removed.  Functions are now in message.el.

21 years ago(message-strip-subject-trailing-was)
Kai Grossjohann [Tue, 17 Sep 2002 18:04:33 +0000 (18:04 +0000)]
(message-strip-subject-trailing-was)
(message-change-subject, message-add-archive-header)
(message-xpost-fup2-header, message-xpost-insert-note)
(message-xpost-fup2, message-reduce-to-to-cc): New functions
adopted from message-utils.el.  Add functions to the keymap, mode
describtion and menu.
(message-change-subject,message-xpost-fup2): Signal error if
current header is empty.
(message-xpost-insert-note): Changed insert position.
(message-archive-note): Ensure to insert note in message body (not
in head).
(message-archive-header, message-archive-note)
(message-xpost-default, message-xpost-note, message-fup2-note)
(message-xpost-note-function): New variables adopted from
message-utils.el.  Changed some doc-strings.
(message-mark-insert-{begin,end}): Rename from
message-{begin,end}-inserted-text-mark (message-utils.el), changed
values.
(message-subject-trailing-was-query)
(message-subject-trailing-was-ask-regexp)
(message-subject-trailing-was-regexp): New variables.
(message-to-list-only): Added doc-string and menu entry.

21 years agoImprove GCC handling.
Simon Josefsson [Tue, 17 Sep 2002 17:47:43 +0000 (17:47 +0000)]
Improve GCC handling.

21 years ago(Splitting Mail): "By default, splitting is performed
Kai Grossjohann [Mon, 16 Sep 2002 20:27:18 +0000 (20:27 +0000)]
(Splitting Mail): "By default, splitting is performed
on all incoming messages."  This sentence had a "not" too many.
Explicitly say that `nnmail-resplit-incoming' has effect only for
`directory' mail-sources entries.

21 years agoUse double spaces in ChangeLog entries. Suggested by John Paul
ShengHuo ZHU [Mon, 16 Sep 2002 15:22:00 +0000 (15:22 +0000)]
Use double spaces in ChangeLog entries. Suggested by John Paul
Wallington <jpw@shootybangbang.com>.

21 years ago * gnus-art.el (gnus-article-reply-with-original,
ShengHuo ZHU [Mon, 16 Sep 2002 12:14:09 +0000 (12:14 +0000)]
* gnus-art.el (gnus-article-reply-with-original,
gnus-article-followup-with-original): Switch to
gnus-summary-buffer before reply/followup.

21 years ago(Mail Source Specifiers): Say "one-to-one
Kai Grossjohann [Sun, 15 Sep 2002 20:43:27 +0000 (20:43 +0000)]
(Mail Source Specifiers): Say "one-to-one
correspondence" in the description of `directory'.

21 years ago * gnus-sum.el (gnus-summary-toggle-header): The article window may
ShengHuo ZHU [Sun, 15 Sep 2002 15:40:06 +0000 (15:40 +0000)]
* gnus-sum.el (gnus-summary-toggle-header): The article window may
not exist. Toggle it anyway.

21 years ago * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
ShengHuo ZHU [Sat, 14 Sep 2002 04:28:58 +0000 (04:28 +0000)]
* gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.

21 years ago * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
ShengHuo ZHU [Sat, 14 Sep 2002 04:07:31 +0000 (04:07 +0000)]
* gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
Trivial patch from Urban Engberg <ue@ccieurope.com>.

21 years ago * rfc2047.el (message-posting-charset): Defvar it.
ShengHuo ZHU [Sat, 14 Sep 2002 03:37:43 +0000 (03:37 +0000)]
* rfc2047.el (message-posting-charset): Defvar it.
(rfc2047-charset-encoding-alist): Use B for iso-8859-7 and iso-8859-8. Fix doc.
Suggested by Dave Love <fx@gnu.org>.

21 years ago * mail-source.el (mail-source-fetch): Hide password.
ShengHuo ZHU [Sat, 14 Sep 2002 03:29:26 +0000 (03:29 +0000)]
* mail-source.el (mail-source-fetch): Hide password.

Correct some ChangeLog entries.

21 years ago * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
ShengHuo ZHU [Sat, 14 Sep 2002 02:43:35 +0000 (02:43 +0000)]
* gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.

21 years ago(gnus-visual, gnus-meta): Fix typo.
Katsumi Yamaoka [Thu, 12 Sep 2002 03:59:56 +0000 (03:59 +0000)]
(gnus-visual, gnus-meta): Fix typo.

21 years ago(Top, Summary Buffer): Add info to "Delayed Articles"
Kai Grossjohann [Wed, 11 Sep 2002 17:13:52 +0000 (17:13 +0000)]
(Top, Summary Buffer): Add info to "Delayed Articles"
menu line.

21 years ago* gnus-art.el (gnus-article-address-banner-alist): Doc fix.
Katsumi Yamaoka [Wed, 11 Sep 2002 10:23:00 +0000 (10:23 +0000)]
* gnus-art.el (gnus-article-address-banner-alist): Doc fix.
* gnus.texi (Article Hiding): Fix.
;; Replace "\." to "\\." (it's not worth to write ChangeLog).

21 years ago(Article Hiding): Add a document for gnus-article-address-banner-alist.
Katsumi Yamaoka [Wed, 11 Sep 2002 08:53:53 +0000 (08:53 +0000)]
(Article Hiding): Add a document for gnus-article-address-banner-alist.

21 years ago(gnus-article-address-banner-alist): Doc fix.
Katsumi Yamaoka [Wed, 11 Sep 2002 08:53:39 +0000 (08:53 +0000)]
(gnus-article-address-banner-alist): Doc fix.

21 years ago(nnimap-expiry-target): Only expiry-target existing articles.
Simon Josefsson [Wed, 11 Sep 2002 08:13:03 +0000 (08:13 +0000)]
(nnimap-expiry-target): Only expiry-target existing articles.
(nnimap-split-rule): Doc fix.
(nnimap-request-expire-articles): Cleanup code.

21 years ago(Splitting in IMAP): Fix.
Simon Josefsson [Wed, 11 Sep 2002 08:09:50 +0000 (08:09 +0000)]
(Splitting in IMAP): Fix.

21 years ago* gnus-art.el (gnus-article-address-banner-alist): New option.
Katsumi Yamaoka [Wed, 11 Sep 2002 06:51:42 +0000 (06:51 +0000)]
* gnus-art.el (gnus-article-address-banner-alist): New option.
(article-strip-banner): Refer the above option to split banners of free mail
 servers, when no group parameter is specified.

21 years ago(Other Marks): Fix.
Simon Josefsson [Tue, 10 Sep 2002 10:33:48 +0000 (10:33 +0000)]
(Other Marks): Fix.

21 years ago* nntp.el (nntp-wait-for-string): Check for a process in the current buffer
Katsumi Yamaoka [Tue, 10 Sep 2002 07:40:40 +0000 (07:40 +0000)]
* nntp.el (nntp-wait-for-string): Check for a process in the current buffer
 instead of `nntp-server-buffer'.

21 years ago(Splitting Mail): Typo.
Kai Grossjohann [Mon, 9 Sep 2002 16:16:34 +0000 (16:16 +0000)]
(Splitting Mail): Typo.
(Comparing Mail Back Ends): Say "back end" instead of "backend".
(Terminology): Try to explain "back end" better.

21 years agoFix :type in last commit.
Simon Josefsson [Mon, 9 Sep 2002 15:24:16 +0000 (15:24 +0000)]
Fix :type in last commit.

21 years ago(Splitting Mail): Typo.
Kai Grossjohann [Mon, 9 Sep 2002 14:46:25 +0000 (14:46 +0000)]
(Splitting Mail): Typo.

21 years ago(Article Buttons): Add.
Simon Josefsson [Mon, 9 Sep 2002 13:44:54 +0000 (13:44 +0000)]
(Article Buttons): Add.

21 years ago(Splitting Mail): Document nnmail-resplit-incoming,
Kai Grossjohann [Mon, 9 Sep 2002 13:42:47 +0000 (13:42 +0000)]
(Splitting Mail): Document nnmail-resplit-incoming,
xref to Mail Source Specifiers.
(Mail Source Specifiers): Add index entry for
nnmail-scan-directory-mail-source-once.  Add index entry for
nnmail-resplit-incoming, with xref to Splitting Mail.

21 years ago(gnus-button-man-handler): New variable.
Simon Josefsson [Mon, 9 Sep 2002 13:40:28 +0000 (13:40 +0000)]
(gnus-button-man-handler): New variable.
(gnus-button-alist): Use g-b-handle-man.
(gnus-button-handle-man): New, call g-b-man-handler.

21 years ago(gnus-button-alist): Buttonize man page links.
Simon Josefsson [Sun, 8 Sep 2002 16:32:05 +0000 (16:32 +0000)]
(gnus-button-alist): Buttonize man page links.

21 years ago(gnus-article-dumbquotes-map): Add \230.
Lars Magne Ingebrigtsen [Sat, 7 Sep 2002 19:48:26 +0000 (19:48 +0000)]
(gnus-article-dumbquotes-map): Add \230.

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 20:53:55 +0000 (20:53 +0000)]
*** empty log message ***

21 years ago(Limiting): Addition.articles
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 20:53:28 +0000 (20:53 +0000)]
(Limiting): Addition.articles

21 years ago* gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 20:53:13 +0000 (20:53 +0000)]
* gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".

* gnus-sum.el (gnus-summary-limit-to-unseen): New command and
keystroke.

21 years ago(Browse Foreign Server): Addition.
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 18:35:42 +0000 (18:35 +0000)]
(Browse Foreign Server): Addition.

21 years ago(gnus-browse-describe-group): New command and
Lars Magne Ingebrigtsen [Fri, 6 Sep 2002 18:35:31 +0000 (18:35 +0000)]
(gnus-browse-describe-group): New command and
keystroke.

21 years ago* gnus-art.el (gnus-article-treat-body-boundary): Don't quote a value
Katsumi Yamaoka [Fri, 6 Sep 2002 15:45:44 +0000 (15:45 +0000)]
* gnus-art.el (gnus-article-treat-body-boundary): Don't quote a value
 for gnus-decoration property.

21 years ago(nnmail-cache-fetch-group): Don't return "" (empty
Kai Grossjohann [Fri, 6 Sep 2002 12:36:37 +0000 (12:36 +0000)]
(nnmail-cache-fetch-group): Don't return "" (empty
string) as group name in case we have a CRLF in the file.

21 years ago* rfc1843.el (rfc1843-decode-loosely): Move to mime customization group.
Katsumi Yamaoka [Wed, 4 Sep 2002 08:02:05 +0000 (08:02 +0000)]
* rfc1843.el (rfc1843-decode-loosely): Move to mime customization group.
(rfc1843-decode-hzp): do.
(rfc1843-newsgroups-regexp): do.

21 years ago(message-canlock-generate): Make sure sha1 doesn't
Simon Josefsson [Wed, 4 Sep 2002 00:54:44 +0000 (00:54 +0000)]
(message-canlock-generate): Make sure sha1 doesn't
call external programs.

21 years ago(Mail Source Specifiers): Fix.
Simon Josefsson [Tue, 3 Sep 2002 23:14:44 +0000 (23:14 +0000)]
(Mail Source Specifiers): Fix.

21 years ago(Direct Functions, Common Variables): Named ports like
Simon Josefsson [Tue, 3 Sep 2002 20:38:04 +0000 (20:38 +0000)]
(Direct Functions, Common Variables): Named ports like
"snews" doesn't work with some external tools.  Thanks to
"D. Watson" <djwatson@u.washington.edu> for noting this.

21 years ago(nntp-wait-for-string): Dont infloop if process died.
Simon Josefsson [Tue, 3 Sep 2002 19:15:36 +0000 (19:15 +0000)]
(nntp-wait-for-string): Dont infloop if process died.

21 years ago(gnus-agent-batch): Add doc.
Simon Josefsson [Tue, 3 Sep 2002 16:55:18 +0000 (16:55 +0000)]
(gnus-agent-batch): Add doc.

21 years ago2002-09-03 Josh Huber <huber@alum.wpi.edu>
Josh Huber [Tue, 3 Sep 2002 15:26:27 +0000 (15:26 +0000)]
2002-09-03  Josh Huber <huber@alum.wpi.edu>

* gnus-msg.el (gnus-summary-handle-replysign): Change the order we
check for signed and encrypted parts.
* mml.el (mml-parse-1): Correct small typo which preventing
setting recipients in a secure tag.

21 years ago* mm-util.el (mm-coding-system-priorities): Default to a list of
Katsumi Yamaoka [Tue, 3 Sep 2002 07:17:19 +0000 (07:17 +0000)]
* mm-util.el (mm-coding-system-priorities): Default to a list of
 iso-2022-jp and others for the Japanese environment.

21 years ago* gnus-util.el (gnus-frame-or-window-display-name): Exclude invalid display
Katsumi Yamaoka [Tue, 3 Sep 2002 04:06:58 +0000 (04:06 +0000)]
* gnus-util.el (gnus-frame-or-window-display-name): Exclude invalid display
 names.

21 years ago(Gnus Unplugged): Fix, agent is now enabled by default.
Simon Josefsson [Sun, 1 Sep 2002 14:56:39 +0000 (14:56 +0000)]
(Gnus Unplugged): Fix, agent is now enabled by default.
(Agent as Cache): New.

21 years ago* gnus-group.el (gnus-group-fetch-control): Fix typo in last
Simon Josefsson [Fri, 30 Aug 2002 21:18:13 +0000 (21:18 +0000)]
* gnus-group.el (gnus-group-fetch-control): Fix typo in last
commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.

21 years ago* gnus.texi (Group Information): Add gnus-group-fetch-charter and
Simon Josefsson [Fri, 30 Aug 2002 21:16:29 +0000 (21:16 +0000)]
* gnus.texi (Group Information): Add gnus-group-fetch-charter and
gnus-group-fetch-control.

21 years ago* gnus.el (gnus-group-charter-alist): New option.
Simon Josefsson [Fri, 30 Aug 2002 21:15:52 +0000 (21:15 +0000)]
* gnus.el (gnus-group-charter-alist): New option.
(gnus-group-fetch-control-use-browse-url): New option.

* gnus-group.el (gnus-group-fetch-charter): New function.
(gnus-group-fetch-control): New function.
Add them to the keymap and menu. Require mm-url.

21 years ago* gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
Katsumi Yamaoka [Fri, 30 Aug 2002 06:19:15 +0000 (06:19 +0000)]
* gnus-mlspl.el (gnus-group-split-fancy): Doc fix.

* gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu items
 expecting user interaction.
* gnus-topic.el (gnus-topic-make-menu-bar): do.
* gnus-sum.el (gnus-summary-make-menu-bar): do.
* gnus-srvr.el (gnus-server-make-menu-bar): do.
* mml.el (mml-menu): do.

21 years agoGCC handling note.
Simon Josefsson [Wed, 28 Aug 2002 18:15:24 +0000 (18:15 +0000)]
GCC handling note.

21 years ago* gnus.texi (Posting Server): Document message-smtpmail-send-it.
Katsumi Yamaoka [Wed, 28 Aug 2002 12:37:52 +0000 (12:37 +0000)]
* gnus.texi (Posting Server): Document message-smtpmail-send-it.
* message.texi (Mail Variables): Add message-smtpmail-send-it.

21 years ago* mail-source.el (mail-source-touch-pop): New function.
Katsumi Yamaoka [Wed, 28 Aug 2002 11:24:32 +0000 (11:24 +0000)]
* mail-source.el (mail-source-touch-pop): New function.

* message.el (message-smtpmail-send-it): New function.
(message-send-mail-function): Add it for a candidate.

21 years agoFix Agent comment.
Simon Josefsson [Wed, 28 Aug 2002 11:01:03 +0000 (11:01 +0000)]
Fix Agent comment.

21 years ago(posting-charset-alist): Use
Simon Josefsson [Tue, 27 Aug 2002 13:51:52 +0000 (13:51 +0000)]
(posting-charset-alist): Use
gnus-define-group-parameter instead of defcustom.
(gnus-put-message): Handle SPC in GCC.
(gnus-inews-insert-gcc): Ditto.
(gnus-inews-insert-archive-gcc): Ditto.

21 years ago(Mail Source Specifiers): Fix :path default.
Simon Josefsson [Tue, 27 Aug 2002 13:31:32 +0000 (13:31 +0000)]
(Mail Source Specifiers): Fix :path default.

21 years agoNote about auto-agentizing of nntp and nnimap.
Simon Josefsson [Mon, 26 Aug 2002 18:21:08 +0000 (18:21 +0000)]
Note about auto-agentizing of nntp and nnimap.

21 years ago(gnus-agent-auto-agentize-methods): New variable.
Simon Josefsson [Mon, 26 Aug 2002 18:17:36 +0000 (18:17 +0000)]
(gnus-agent-auto-agentize-methods): New variable.
(gnus-agentize): Auto agentize all nntp and nnimap groups.
(gnus-agent-possibly-save-gcc): Autoload.
Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.

21 years ago* gnus.el (gnus-other-frame-function): New user option.
Katsumi Yamaoka [Mon, 26 Aug 2002 13:33:51 +0000 (13:33 +0000)]
* gnus.el (gnus-other-frame-function): New user option.
(gnus-other-frame): Use it;
 add a doc-string;
 make it work with the gnuclient program.

* gnus-util.el (gnus-frame-or-window-display-name): New function.

* lpath.el: Fbind `frame-parameter', `make-frame-on-display',
 `device-connection' and `dfw-device'.

21 years agoAdd RFC reference for Importance:.
Simon Josefsson [Sat, 24 Aug 2002 17:20:44 +0000 (17:20 +0000)]
Add RFC reference for Importance:.

21 years ago(Summary Mail Commands): Add
Simon Josefsson [Thu, 22 Aug 2002 18:14:10 +0000 (18:14 +0000)]
(Summary Mail Commands): Add
gnus-summary-reply-broken-reply-to and
gnus-summary-reply-broken-reply-to-with-original.
(Setting Process Marks): Add gnus-uu-unmark-region
(Article Header): Fix typo.
(MIME Commands): Fix typo.
(MIME Commands): Index gnus-article-decode-mime-words,
gnus-article-decode-charset and gnus-mime-view-all-parts.

21 years ago(gnus-emphasis-alist): Strikethru had a lot of false
Kai Grossjohann [Thu, 22 Aug 2002 11:54:06 +0000 (11:54 +0000)]
(gnus-emphasis-alist): Strikethru had a lot of false
positives, make it stricter.  From Jochen Hein (trivial change).

21 years ago* gnus.el (gnus-other-frame): Trivial fix.
Katsumi Yamaoka [Thu, 22 Aug 2002 00:16:58 +0000 (00:16 +0000)]
* gnus.el (gnus-other-frame): Trivial fix.

21 years ago* gnus.el (gnus-other-frame-parameters): New user option.
Katsumi Yamaoka [Wed, 21 Aug 2002 13:19:23 +0000 (13:19 +0000)]
* gnus.el (gnus-other-frame-parameters): New user option.
(gnus-other-frame-object): New variable.
(gnus-other-frame): Make it search for existing Gnus frame;
 don't read new news;
 delete frame on exit.

* gnus-util.el (gnus-select-frame-set-input-focus): New function.

* lpath.el: Fbind w32-focus-frame and x-focus-frame.

21 years ago(Mail Source Specifiers): Mention variable
Kai Grossjohann [Tue, 20 Aug 2002 14:45:21 +0000 (14:45 +0000)]
(Mail Source Specifiers): Mention variable
nnmail-resplit-incoming under `directory' specifier.

21 years ago* message.el (message-set-auto-save-file-name): Add support for the Cygwin
Katsumi Yamaoka [Tue, 20 Aug 2002 09:12:50 +0000 (09:12 +0000)]
* message.el (message-set-auto-save-file-name): Add support for the Cygwin
 Emacs; the system-type is `cygwin'.
* nnheader.el (nnheader-file-name-translation-alist): Ditto.

21 years ago * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
ShengHuo ZHU [Tue, 20 Aug 2002 09:01:33 +0000 (09:01 +0000)]
* gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.

21 years ago * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
ShengHuo ZHU [Tue, 20 Aug 2002 08:24:35 +0000 (08:24 +0000)]
* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
avoid arithmetic errors.

21 years ago* gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
Katsumi Yamaoka [Tue, 20 Aug 2002 08:19:34 +0000 (08:19 +0000)]
* gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.

21 years ago* message.el (message-ignored-supersedes-headers): Add X-Hashcash.
Katsumi Yamaoka [Mon, 19 Aug 2002 04:10:47 +0000 (04:10 +0000)]
* message.el (message-ignored-supersedes-headers): Add X-Hashcash.
(message-ignored-resent-headers): Add envelope From.

21 years ago* gnus.texi (Summary Buffer Lines): Document the %k specifier.
Kai Grossjohann [Sun, 18 Aug 2002 20:27:53 +0000 (20:27 +0000)]
* gnus.texi (Summary Buffer Lines): Document the %k specifier.

* gnus.el (gnus-summary-line-format): Document %k specifier.

21 years agoTrivial changes.
Kai Grossjohann [Sat, 17 Aug 2002 21:28:58 +0000 (21:28 +0000)]
Trivial changes.

21 years ago(gnus-summary-line-message-size): New function.
Kai Grossjohann [Sat, 17 Aug 2002 21:15:39 +0000 (21:15 +0000)]
(gnus-summary-line-message-size): New function.
(gnus-summary-line-format-alist): Use it.

21 years agoUpdate.
Katsumi Yamaoka [Thu, 15 Aug 2002 10:58:35 +0000 (10:58 +0000)]
Update.

21 years ago* gnus-art.el (article-make-date-line): Refer to the value for
Katsumi Yamaoka [Thu, 15 Aug 2002 10:58:18 +0000 (10:58 +0000)]
* gnus-art.el (article-make-date-line): Refer to the value for
 `gnus-article-time-format' in the summary buffer.

21 years ago* message.el (message-cite-prefix-regexp): Exclude ":" and ">>".
Katsumi Yamaoka [Thu, 15 Aug 2002 10:58:00 +0000 (10:58 +0000)]
* message.el (message-cite-prefix-regexp): Exclude ":" and ">>".

21 years ago* gnus.texi (Group Line Specification): Add %C.
Katsumi Yamaoka [Thu, 15 Aug 2002 10:57:35 +0000 (10:57 +0000)]
* gnus.texi (Group Line Specification): Add %C.
(Group Parameters): Comments can be displayed in the group line.

21 years ago(gnus-button-alist): Use ' not ` for default value
Simon Josefsson [Wed, 14 Aug 2002 19:25:06 +0000 (19:25 +0000)]
(gnus-button-alist): Use ' not ` for default value
quoting.
(gnus-button-alist): Fix doc.
(gnus-header-button-alist): Use ' not ` for default value quoting.
(gnus-header-button-alist): Don't inline gnus-button-url-regexp,
rationale similar to 2002-05-01 change.
(gnus-article-add-buttons-to-head): Evaluate expression.

21 years agoSynch upstream.
Simon Josefsson [Wed, 14 Aug 2002 17:43:45 +0000 (17:43 +0000)]
Synch upstream.

21 years ago* gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
Simon Josefsson [Wed, 14 Aug 2002 14:26:26 +0000 (14:26 +0000)]
* gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.

21 years ago* message.el (message-font-lock-keywords): Fix last change.
Katsumi Yamaoka [Wed, 14 Aug 2002 03:06:53 +0000 (03:06 +0000)]
* message.el (message-font-lock-keywords): Fix last change.

21 years ago* message.el (message-font-lock-keywords): Refer to the value for
Katsumi Yamaoka [Wed, 14 Aug 2002 02:40:05 +0000 (02:40 +0000)]
* message.el (message-font-lock-keywords): Refer to the value for
 `message-cite-prefix-regexp' dynamically.

21 years ago* gnus-art.el (gnus-decode-header-methods): Doc fix.
Katsumi Yamaoka [Tue, 13 Aug 2002 02:58:09 +0000 (02:58 +0000)]
* gnus-art.el (gnus-decode-header-methods): Doc fix.

21 years ago* imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
Simon Josefsson [Mon, 12 Aug 2002 21:34:06 +0000 (21:34 +0000)]
* imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
(imap-shell-open): Skip initial junk before IMAP greeting.

21 years ago* message-utils.el (message-xpost-default,
Simon Josefsson [Sat, 10 Aug 2002 22:45:56 +0000 (22:45 +0000)]
* message-utils.el (message-xpost-default,
message-xpost-fup2-header, message-xpost-fup2): Fixed
Typos.  Trivial changes from Reiner Steib
<4uce.02.r.steib@gmx.net>.

21 years ago(message-canlock-password): Set
Simon Josefsson [Fri, 9 Aug 2002 20:51:47 +0000 (20:51 +0000)]
(message-canlock-password): Set
canlock-password-for-verify to newly generated canlock-password.
When Emacs is restarted, Custom makes sure this is set, but during
the same session we must set it manually.

21 years agoBogus commit.
Kai Grossjohann [Thu, 8 Aug 2002 17:43:36 +0000 (17:43 +0000)]
Bogus commit.

21 years ago*** empty log message ***
Kai Grossjohann [Thu, 8 Aug 2002 15:37:35 +0000 (15:37 +0000)]
*** empty log message ***

21 years ago* emacs-mime.texi (Non-MIME): Add yenc.
Simon Josefsson [Wed, 7 Aug 2002 10:26:24 +0000 (10:26 +0000)]
* emacs-mime.texi (Non-MIME): Add yenc.
(yenc): New node.

21 years ago* yenc.el: New file.
Simon Josefsson [Wed, 7 Aug 2002 10:25:54 +0000 (10:25 +0000)]
* yenc.el: New file.

* mm-uu.el (mm-uu-yenc-decode-function): New variable.
(mm-uu-type-alist): Add yenc.
(mm-uu-yenc-filename): New function.
(mm-uu-yenc-extract): New function.

* mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.

21 years ago * dgnushack.el (merge): Don't use coerce.
ShengHuo ZHU [Tue, 6 Aug 2002 17:57:14 +0000 (17:57 +0000)]
* dgnushack.el (merge): Don't use coerce.

21 years ago* mailcap.el (mailcap-mime-data): Test window-system rather than
Simon Josefsson [Mon, 5 Aug 2002 10:34:13 +0000 (10:34 +0000)]
* mailcap.el (mailcap-mime-data): Test window-system rather than
mm-device-type.
(mailcap-mime-data): Call xdvi and gv with "-safer".

* mm-util.el: Don't define mm-device-type.

21 years ago(mm-coding-system-priorities): coding-system type not supported everywhere.
Simon Josefsson [Mon, 5 Aug 2002 10:32:35 +0000 (10:32 +0000)]
(mm-coding-system-priorities): coding-system type not supported everywhere.

21 years ago * gnus.el (gnus-version-number): Bumped version number.
Lars Magne Ingebrigtsen [Sun, 4 Aug 2002 00:11:39 +0000 (00:11 +0000)]
* gnus.el (gnus-version-number): Bumped version number.

21 years agoRelease commit
Lars Magne Ingebrigtsen [Sun, 4 Aug 2002 00:09:23 +0000 (00:09 +0000)]
Release commit

21 years ago(Summary Sorting): Document randomization.
Lars Magne Ingebrigtsen [Sat, 3 Aug 2002 23:06:20 +0000 (23:06 +0000)]
(Summary Sorting): Document randomization.