gnus
22 years ago* nnnil.el: New file.
Paul Jarc [Tue, 5 Mar 2002 23:09:34 +0000 (23:09 +0000)]
* nnnil.el: New file.
* gnus.el (gnus-valid-select-methods): Include nnnil.

22 years ago * message.el (message-syntax-checks): Because canlock is
ShengHuo ZHU [Tue, 5 Mar 2002 22:20:16 +0000 (22:20 +0000)]
* message.el (message-syntax-checks): Because canlock is
supported, we disable sender syntax check.
(message-shoot-gnksa-feet): Add cancel-messages option doc.

22 years ago * xml.el: Sync with Emacs 21.
ShengHuo ZHU [Tue, 5 Mar 2002 21:52:17 +0000 (21:52 +0000)]
* xml.el: Sync with Emacs 21.

22 years ago * gnus-draft.el (gnus-draft-send): If interactive, use its default
ShengHuo ZHU [Tue, 5 Mar 2002 21:30:34 +0000 (21:30 +0000)]
* gnus-draft.el (gnus-draft-send): If interactive, use its default
value of message-syntax-checks.

22 years ago * qp.el (quoted-printable-decode-region): Doc addition.
ShengHuo ZHU [Tue, 5 Mar 2002 19:30:58 +0000 (19:30 +0000)]
* qp.el (quoted-printable-decode-region): Doc addition.
From: Eli Zaretskii <eliz@is.elta.co.il>

22 years ago * mail-source.el (make-source-make-complex-temp-name): Use
ShengHuo ZHU [Tue, 5 Mar 2002 13:15:01 +0000 (13:15 +0000)]
* mail-source.el (make-source-make-complex-temp-name): Use
make-temp-file.

* mm-util.el (mm-make-temp-file): New function.
* nneething.el (nneething-file-name): Use it.
* mml-smime.el (mml-smime-encrypt): Ditto.
* mm-view.el (mm-inline-wash-with-file): Ditto.
* mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
* gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
(gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
* gnus-start.el (gnus-slave-save-newsrc): Ditto.
* gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
* gnus-art.el (gnus-mime-print-part): Ditto.

22 years ago* message.el (nnmaildir-article-number-to-base-name): New
Paul Jarc [Tue, 5 Mar 2002 04:50:28 +0000 (04:50 +0000)]
* message.el (nnmaildir-article-number-to-base-name): New
function.
(nnmaildir-base-name-to-article-number): New function.

22 years ago * smime.el (smime-make-temp-file): Don't quote
Katsumi Yamaoka [Mon, 4 Mar 2002 22:34:32 +0000 (22:34 +0000)]
* smime.el (smime-make-temp-file): Don't quote
`temporary-file-directory'.

22 years ago2002-03-04 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Mon, 4 Mar 2002 20:16:05 +0000 (20:16 +0000)]
2002-03-04  Simon Josefsson  <jas@extundo.com>

* smime.el (smime-sign-region): Rename argument keyfiles to
keyfile. You only sign something with one key.
(smime-sign-buffer): Better completing-read prompt.
(smime-decrypt-buffer): Ditto.

* smime.el (smime-make-temp-file): Make it work under XEmacs.

* mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
completing-read.
(mm-view-pkcs7-decrypt): CRLF->LF.

22 years ago* message.el (message-hierarchical-addresses): New variable.
Paul Jarc [Mon, 4 Mar 2002 18:12:40 +0000 (18:12 +0000)]
* message.el (message-hierarchical-addresses): New variable.
(message-get-reply-headers): Use it.
From Ted Zlatanov <teodor.zlatanov@divine.com>

22 years ago * message.el (message-mode): If buffer-file-name, don't set auto
ShengHuo ZHU [Mon, 4 Mar 2002 00:54:09 +0000 (00:54 +0000)]
* message.el (message-mode): If buffer-file-name, don't set auto
save file name.
From Geoff Greene <ggreene@wpi.edu>

22 years ago * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
ShengHuo ZHU [Sat, 2 Mar 2002 21:28:34 +0000 (21:28 +0000)]
* gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
takes one argument in read-char.

* message.el (message-fix-before-sending): Forward a char.
Check mmu-multibyte-p, add control-1.

22 years ago * message.el (message-fix-before-sending): Forward a char.
ShengHuo ZHU [Sat, 2 Mar 2002 12:48:05 +0000 (12:48 +0000)]
* message.el (message-fix-before-sending): Forward a char.

22 years ago * gnus-start.el (gnus-read-init-file): Ditto.
ShengHuo ZHU [Sat, 2 Mar 2002 04:49:03 +0000 (04:49 +0000)]
* gnus-start.el (gnus-read-init-file): Ditto.

* gnus-agent.el (gnus-agent-fetch-session): Ditto.

* dgnushack.el (dgnushack-make-load): Ditto.

* mail-source.el (mail-source-fetch): Extract the right error
code.

22 years ago * message.el (message-fix-before-sending): Check illegible text.
ShengHuo ZHU [Fri, 1 Mar 2002 21:36:17 +0000 (21:36 +0000)]
* message.el (message-fix-before-sending): Check illegible text.

* gnus-util.el (gnus-multiple-choice): New function.

* gnus-kill.el (gnus-score-insert-help): Removed, because it is
also defined in gnus-score.el.

22 years ago* message.el (message-get-reply-headers): downcase email addresses
Paul Jarc [Fri, 1 Mar 2002 21:17:45 +0000 (21:17 +0000)]
* message.el (message-get-reply-headers): downcase email addresses
for comaparisons for duplicate removal.

22 years ago* message.texi (Mailing Lists): 'use is the default for
Paul Jarc [Fri, 1 Mar 2002 16:20:23 +0000 (16:20 +0000)]
* message.texi (Mailing Lists): 'use is the default for
message-use-mail-followup-to, not nil; 'use is also not t.
Mention why an unsubscribed list poster might use MFT, and how to
disable MFT for a single message.

22 years ago * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
ShengHuo ZHU [Fri, 1 Mar 2002 14:01:26 +0000 (14:01 +0000)]
* mm-view.el (mm-view-pkcs7-verify): New function. A bogus
implementation of PKCS#7, which just allows users read the
message.
(mm-view-pkcs7): Use it.

22 years ago * gnus.el (large-newsgroup-initial): New parameter.
ShengHuo ZHU [Wed, 27 Feb 2002 17:03:59 +0000 (17:03 +0000)]
* gnus.el (large-newsgroup-initial): New parameter.

* gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
(gnus-summary-insert-old-articles): Ditto.

22 years ago * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
ShengHuo ZHU [Wed, 27 Feb 2002 04:58:42 +0000 (04:58 +0000)]
* gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
used as the default answer of the question, "How many articles?".
From TSUCHIYA Masatoshi <tsuchiya@namazu.org>

22 years ago * nnagent.el (nnagent-retrieve-headers): Remove articles with
ShengHuo ZHU [Tue, 26 Feb 2002 05:23:36 +0000 (05:23 +0000)]
* nnagent.el (nnagent-retrieve-headers): Remove articles with
small numbers.

22 years agoDo "cvs rdiff -r6.264 -r6.265 gnus/texi/gnus.texi" and
Katsumi Yamaoka [Mon, 25 Feb 2002 01:45:47 +0000 (01:45 +0000)]
Do "cvs rdiff -r6.264 -r6.265 gnus/texi/gnus.texi" and
   "cvs rdiff -r6.297 -r6.298 gnus/texi/ChangeLog" to see what I've done.

22 years ago * deuglify.el: Fix comments.
ShengHuo ZHU [Sun, 24 Feb 2002 05:19:24 +0000 (05:19 +0000)]
* deuglify.el: Fix comments.

22 years ago * html2text.el (html2text-clean-anchor): If there is no HREF,
ShengHuo ZHU [Sat, 23 Feb 2002 23:21:50 +0000 (23:21 +0000)]
* html2text.el (html2text-clean-anchor): If there is no HREF,
insert nothing.

22 years ago * mml.el (mml-generate-mime-1): Add cdr.
ShengHuo ZHU [Sat, 23 Feb 2002 23:07:23 +0000 (23:07 +0000)]
* mml.el (mml-generate-mime-1): Add cdr.
From: andre@slamdunknetworks.com

22 years ago * gnusref.tex (subsection*{Notes}): Addition.
ShengHuo ZHU [Sat, 23 Feb 2002 23:02:19 +0000 (23:02 +0000)]
* gnusref.tex (subsection*{Notes}): Addition.
Suggested by Felix Natter <fnatter@gmx.net>

22 years ago * mm-view.el (mm-text-html-renderer-alist): Add html2text.
ShengHuo ZHU [Sat, 23 Feb 2002 21:17:19 +0000 (21:17 +0000)]
* mm-view.el (mm-text-html-renderer-alist): Add html2text.
(mm-text-html-washer-alist): Ditto.

* mm-decode.el (mm-text-html-renderer): Add html2text.

* html2text.el: Face lift.

22 years ago * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
ShengHuo ZHU [Sat, 23 Feb 2002 20:55:40 +0000 (20:55 +0000)]
* html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.

22 years ago * gnus.texi (Splitting Mail): Addition.
ShengHuo ZHU [Sat, 23 Feb 2002 00:58:44 +0000 (00:58 +0000)]
* gnus.texi (Splitting Mail): Addition.

22 years agoAddition.
ShengHuo ZHU [Fri, 22 Feb 2002 22:11:09 +0000 (22:11 +0000)]
Addition.

22 years ago * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
ShengHuo ZHU [Fri, 22 Feb 2002 21:32:20 +0000 (21:32 +0000)]
* gnus-sum.el: Add gnus-article-outlook-deuglify-article.

* deuglify.el: Change copy right. Add autoload. Add coding-system.

22 years ago * deuglify.el: New file. The original file name is
ShengHuo ZHU [Fri, 22 Feb 2002 21:14:46 +0000 (21:14 +0000)]
* deuglify.el: New file. The original file name is
gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.

22 years ago * mm-decode.el (mm-display-external): Use
ShengHuo ZHU [Fri, 22 Feb 2002 18:50:59 +0000 (18:50 +0000)]
* mm-decode.el (mm-display-external): Use
mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>

22 years ago* nnmaildir.el (nnmaildir-request-list): Report the highest
Paul Jarc [Fri, 22 Feb 2002 18:27:24 +0000 (18:27 +0000)]
* nnmaildir.el (nnmaildir-request-list): Report the highest
article number, not the total number of articles.

22 years ago * gnus-sum.el: Move uu key map here.
ShengHuo ZHU [Thu, 21 Feb 2002 23:17:56 +0000 (23:17 +0000)]
* gnus-sum.el: Move uu key map here.
(gnus-summary-make-menu-bar): Add gnus-summary-save-parts.

22 years ago2002-02-22 Steve Youngs <youngs@xemacs.org>
ShengHuo ZHU [Thu, 21 Feb 2002 22:45:51 +0000 (22:45 +0000)]
2002-02-22  Steve Youngs  <youngs@xemacs.org>

* aclocal.m4 (AC_PATH_LISPDIR): Default to
.../site-packages/lisp/gnus for XEmacs.
(AC_PATH_ETCDIR): Default to .../site-packages/etc/gnus for
XEmacs.

22 years ago* nnmaildir.el (nnmaildir-request-expire-articles): Use
Paul Jarc [Thu, 21 Feb 2002 21:35:55 +0000 (21:35 +0000)]
* nnmaildir.el (nnmaildir-request-expire-articles): Use
nnmail-expiry-wait* if expire-age parameter is not set.

22 years agoRemove spaces.
ShengHuo ZHU [Thu, 21 Feb 2002 15:42:28 +0000 (15:42 +0000)]
Remove spaces.

22 years ago * gnus-group.el (gnus-group-sort-groups-by-real-name): New
ShengHuo ZHU [Thu, 21 Feb 2002 15:33:48 +0000 (15:33 +0000)]
* gnus-group.el (gnus-group-sort-groups-by-real-name): New
function.
(gnus-group-sort-selected-groups-by-real-name): New function.
(gnus-group-make-menu-bar): Add sort by real name.

22 years ago * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
ShengHuo ZHU [Thu, 21 Feb 2002 14:54:46 +0000 (14:54 +0000)]
* gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
rebuild.
(gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
nil as dependencies as well.

22 years ago * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
ShengHuo ZHU [Wed, 20 Feb 2002 21:24:48 +0000 (21:24 +0000)]
* nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
for mime-parts.

22 years ago (mm-automatic-display): Ditto.
ShengHuo ZHU [Wed, 20 Feb 2002 20:19:47 +0000 (20:19 +0000)]
(mm-automatic-display): Ditto.

* mailcap.el (mailcap-mime-data): Ditto.
From: Reiner Steib <4uce.02.r.steib@gmx.net>

22 years ago * gnus-art.el (gnus-article-edit-done): Widen the buffer.
ShengHuo ZHU [Wed, 20 Feb 2002 16:24:07 +0000 (16:24 +0000)]
* gnus-art.el (gnus-article-edit-done): Widen the buffer.

22 years ago * gnus-group.el (gnus-group-name-decode): Don't test
ShengHuo ZHU [Wed, 20 Feb 2002 16:15:00 +0000 (16:15 +0000)]
* gnus-group.el (gnus-group-name-decode): Don't test
multibyte-string, because it breaks XEmacs.
From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>

* message.el (message-send-mail): Be talkative.

22 years ago * gnus.texi (Slave Gnusae): Addition.
ShengHuo ZHU [Wed, 20 Feb 2002 15:18:01 +0000 (15:18 +0000)]
* gnus.texi (Slave Gnusae): Addition.
From  David S. Goldberg <david.goldberg6@verizon.net>

22 years ago * message.el (message-send-mail): Be talkative.
ShengHuo ZHU [Wed, 20 Feb 2002 13:04:54 +0000 (13:04 +0000)]
* message.el (message-send-mail): Be talkative.

* mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.

22 years ago * many files: Remove trailing whitespaces, replace spc+tab with
Katsumi Yamaoka [Wed, 20 Feb 2002 00:15:33 +0000 (00:15 +0000)]
* many files: Remove trailing whitespaces, replace spc+tab with
tab, replace leading whitespaces with tabs.

22 years ago* gnus-sum.el (gnus-summary-toggle-header): Fix handling of
Paul Jarc [Tue, 19 Feb 2002 20:14:12 +0000 (20:14 +0000)]
* gnus-sum.el (gnus-summary-toggle-header): Fix handling of
articles with no body and no blank line after the header.

22 years ago * mm-decode.el (mm-dissect-multipart): Consider the case of empty
ShengHuo ZHU [Tue, 19 Feb 2002 17:13:13 +0000 (17:13 +0000)]
* mm-decode.el (mm-dissect-multipart): Consider the case of empty
parts.

* ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
non-ascii chars.

* rfc2231.el (rfc2231-parse-string): Support non-ascii chars.

22 years ago * gnus-art.el (gnus-article-wash-html-with-w3): Remove
ShengHuo ZHU [Tue, 19 Feb 2002 13:58:02 +0000 (13:58 +0000)]
* gnus-art.el (gnus-article-wash-html-with-w3): Remove
w3-delay-image-loads.
* mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
(mm-w3-prepare-buffer): Ditto.

* mail-source.el (mail-source-fetch-directory): Run scripts.

22 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Tue, 19 Feb 2002 12:38:36 +0000 (12:38 +0000)]
*** empty log message ***

22 years ago2002-02-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
Lars Magne Ingebrigtsen [Tue, 19 Feb 2002 12:33:43 +0000 (12:33 +0000)]
2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* gnus-fun.el (gnus-respond-to-confirmation): New command.

2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* nnultimate.el (nnultimate-retrieve-headers): Clean up.

22 years agoTypo.
Katsumi Yamaoka [Mon, 18 Feb 2002 23:13:25 +0000 (23:13 +0000)]
Typo.

22 years ago* gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
Paul Jarc [Mon, 18 Feb 2002 19:32:36 +0000 (19:32 +0000)]
* gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
References header field.  From Mark Thomas <mthomas@cmu.edu>.

22 years agoAddition.
ShengHuo ZHU [Mon, 18 Feb 2002 15:47:20 +0000 (15:47 +0000)]
Addition.

22 years agoRemove msword code. mailcap is good enough.
ShengHuo ZHU [Mon, 18 Feb 2002 15:21:15 +0000 (15:21 +0000)]
Remove msword code. mailcap is good enough.

22 years ago * mm-decode.el (mm-application-msword-renderer): New variable.
ShengHuo ZHU [Mon, 18 Feb 2002 15:04:08 +0000 (15:04 +0000)]
* mm-decode.el (mm-application-msword-renderer): New variable.
(mm-inline-media-tests): Use it.
(mm-inlined-types): Add application/msword.

* mm-view.el (mm-inline-render-with-file): With unibyte buffer.
(mm-inline-render-with-stdin): Ditto.
(mm-inline-render-with-function): Ditto.
(mm-application-msword-renderer-alist): New variable.
(mm-inline-application-msword): New function.
(mm-inline-wash-with-file): Bind coding-system-for-write.
(mm-inline-wash-with-stdin): Ditto.

22 years ago * gnus.texi (Using MIME): Rename functions.
ShengHuo ZHU [Mon, 18 Feb 2002 14:23:38 +0000 (14:23 +0000)]
* gnus.texi (Using MIME): Rename functions.

22 years ago Suggested by Felix Natter <fnatter@gmx.net>
ShengHuo ZHU [Mon, 18 Feb 2002 14:04:24 +0000 (14:04 +0000)]
Suggested by Felix Natter <fnatter@gmx.net>

* gnus-art.el (gnus-mime-view-part-externally): Rename from
gnus-mime-externalize-view.
(gnus-mime-view-part-internally): Rename from
gnus-mime-internalize-view.
(gnus-article-view-part-externally): Rename from
gnus-article-externalize-part.
(gnus-mime-action-alist): Change correspondingly.
(gnus-mime-button-commands): Ditto.
(gnus-mime-action-alist): Remove duplication.

* gnus-sum.el (gnus-summary-mime-map): Change correspondingly.

22 years ago * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
ShengHuo ZHU [Mon, 18 Feb 2002 13:38:08 +0000 (13:38 +0000)]
* mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.

* gnus-art.el (gnus-display-mime): Use it.

* mm-partial.el (mm-partial-find-parts): Use it.

* gnus-sum.el (gnus-article-loose-mime): Rename from
gnus-article-no-strict-mime.
(gnus-summary-save-parts): Use it.

22 years ago * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
Katsumi Yamaoka [Mon, 18 Feb 2002 13:11:14 +0000 (13:11 +0000)]
* gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
local varriable.

22 years ago * gnus-art.el (article-display-x-face): Don't sort multiple
Katsumi Yamaoka [Mon, 18 Feb 2002 08:09:09 +0000 (08:09 +0000)]
* gnus-art.el (article-display-x-face): Don't sort multiple
X-Faces.

22 years ago * gnus-art.el (article-display-x-face): Don't use `nreverse' when
Katsumi Yamaoka [Mon, 18 Feb 2002 06:14:43 +0000 (06:14 +0000)]
* gnus-art.el (article-display-x-face): Don't use `nreverse' when
sorting gray X-Faces.

22 years ago * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
Katsumi Yamaoka [Mon, 18 Feb 2002 04:33:21 +0000 (04:33 +0000)]
* gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.

* gnus-art.el (article-display-x-face): Sort gray X-Faces.

22 years ago Some ideas is inspired by code from Hrvoje Niksic
ShengHuo ZHU [Mon, 18 Feb 2002 00:40:51 +0000 (00:40 +0000)]
Some ideas is inspired by code from Hrvoje Niksic
<hniksic@arsdigita.com>

* gnus-art.el (gnus-article-wash-function): Set the default to
nil, so that we use mm-text-html-renderer instead.
(article-wash-html): Use mm-text-html-renderer.

* mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
(mm-text-html-renderer): New variable.
(mm-inline-text-html-renderer): Set the default to nil, so that we
use mm-text-html-renderer instead.

* mm-view.el (mm-inline-text-html): New function.
(mm-text-html-renderer-alist): New variable.
(mm-inline-text-vcard): New function.
(mm-inline-text): Split.
(mm-links-remove-leading-blank): New function.
(mm-inline-render-with-file): New function.
(mm-inline-render-with-stdin): New function.
(mm-inline-render-with-function): New function.
(mm-text-html-washer-alist): New variable.
(mm-inline-wash-with-file): New function.
(mm-inline-wash-with-stdin): New function.

22 years ago * message-utils.el: Fix installation doc.
ShengHuo ZHU [Sun, 17 Feb 2002 16:55:11 +0000 (16:55 +0000)]
* message-utils.el: Fix installation doc.
From: Reiner Steib <4uce.02.r.steib@gmx.net>

22 years agoQuote symp.
ShengHuo ZHU [Sun, 17 Feb 2002 02:47:35 +0000 (02:47 +0000)]
Quote symp.

22 years ago (gnus-summary-cancel-article): Find the correct post-method.
ShengHuo ZHU [Sun, 17 Feb 2002 02:16:45 +0000 (02:16 +0000)]
(gnus-summary-cancel-article): Find the correct post-method.

22 years agoAdd nnmh nnfolder nndir into the default value of gnus-discouraged-post-methods.
ShengHuo ZHU [Sat, 16 Feb 2002 23:20:35 +0000 (23:20 +0000)]
Add nnmh nnfolder nndir into the default value of gnus-discouraged-post-methods.

22 years ago * gnus-msg.el (gnus-discouraged-post-methods): New variable.
ShengHuo ZHU [Sat, 16 Feb 2002 23:15:14 +0000 (23:15 +0000)]
* gnus-msg.el (gnus-discouraged-post-methods): New variable.
(gnus-post-method): Use it.

22 years ago * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
ShengHuo ZHU [Sat, 16 Feb 2002 22:51:34 +0000 (22:51 +0000)]
* gnus-soup.el (gnus-soup-send-packet): Via ... using ...
* message.el (message-send-news): Ditto.

* gnus.el (gnus-select-method): Fix doc.
(gnus-server-string): Use 'using nntp'.

22 years ago2002-02-16 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sat, 16 Feb 2002 22:14:41 +0000 (22:14 +0000)]
2002-02-16  Simon Josefsson  <jas@extundo.com>

* gnus.texi (Top): Change description of Posting Server node.
(Composing Messages): Ditto.
(Posting Server): Add some mail stuff.
(IMAP): Terminate @, from Emacs Gnus manual.
(Thwarting Email Spam): Use @sc.

22 years agoAddition.
ShengHuo ZHU [Sat, 16 Feb 2002 18:58:47 +0000 (18:58 +0000)]
Addition.

22 years ago * gnusref.tex (subsection*{Notes}): Update.
ShengHuo ZHU [Sat, 16 Feb 2002 18:54:10 +0000 (18:54 +0000)]
* gnusref.tex (subsection*{Notes}): Update.
From: Felix Natter <fnatter@gmx.net>

22 years ago * gnus-agent.el (gnus-slave-unplugged): New command.
ShengHuo ZHU [Sat, 16 Feb 2002 18:47:50 +0000 (18:47 +0000)]
* gnus-agent.el (gnus-slave-unplugged): New command.
From: Felix Natter <fnatter@gmx.net>

22 years ago * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
ShengHuo ZHU [Sat, 16 Feb 2002 04:03:49 +0000 (04:03 +0000)]
* gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
Call edit-done-function first, then change the window
configuration.
(gnus-article-edit-mode-map): Add message key bindings. Add menu.
(gnus-article-edit-mode): mml-mode.

22 years ago * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
ShengHuo ZHU [Fri, 15 Feb 2002 13:17:53 +0000 (13:17 +0000)]
* gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
21.4. Suggested by Russ Allbery <rra@stanford.edu> .

22 years ago * message-utils.el: Adopt the file.
ShengHuo ZHU [Fri, 15 Feb 2002 13:05:22 +0000 (13:05 +0000)]
* message-utils.el: Adopt the file.

22 years ago * message-utils.el: New file.
ShengHuo ZHU [Fri, 15 Feb 2002 12:55:07 +0000 (12:55 +0000)]
* message-utils.el: New file.
From Holger Schauer <Holger.Schauer@gmx.de>

22 years agoOops! I've misunderstood. The last change was removed.
Katsumi Yamaoka [Fri, 15 Feb 2002 06:29:21 +0000 (06:29 +0000)]
Oops!  I've misunderstood.  The last change was removed.

22 years ago * gnus-art.el (gnus-treat-display-grey-xface): Default to nil
Katsumi Yamaoka [Fri, 15 Feb 2002 06:14:53 +0000 (06:14 +0000)]
* gnus-art.el (gnus-treat-display-grey-xface): Default to nil
under NTEmacs 21.

22 years agoAddition.
ShengHuo ZHU [Fri, 15 Feb 2002 05:43:10 +0000 (05:43 +0000)]
Addition.

22 years ago * gnus-sum.el (gnus-summary-move-article): Select-article only
ShengHuo ZHU [Fri, 15 Feb 2002 03:46:56 +0000 (03:46 +0000)]
* gnus-sum.el (gnus-summary-move-article): Select-article only
when gnus-move-split-methods is non-nil. And we don't render or
mark the article.

22 years ago * gnus.texi (Document Groups): Addition.
ShengHuo ZHU [Thu, 14 Feb 2002 15:56:03 +0000 (15:56 +0000)]
* gnus.texi (Document Groups): Addition.

22 years ago * gnus-fun.el (gnus-shell-command-to-string): New function.
ShengHuo ZHU [Thu, 14 Feb 2002 15:14:33 +0000 (15:14 +0000)]
* gnus-fun.el (gnus-shell-command-to-string): New function.
(gnus-shell-command-on-region): New function.
(gnus-random-x-face): Use them.
(gnus-x-face-from-file): Ditto.
(gnus-convert-image-to-gray-x-face): Ditto.
(gnus-convert-gray-x-face-to-xpm): Ditto.
(gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.

22 years ago * gnus-art.el (gnus-treat-display-xface): Don't use
Katsumi Yamaoka [Thu, 14 Feb 2002 12:45:24 +0000 (12:45 +0000)]
* gnus-art.el (gnus-treat-display-xface): Don't use
`shell-command-to-string' when compiling.
(gnus-treat-display-grey-xface): Ditto.

22 years ago * message.texi (Security): Fix @findex for the key `C-c C-m s p'.
Katsumi Yamaoka [Thu, 14 Feb 2002 00:06:29 +0000 (00:06 +0000)]
* message.texi (Security): Fix @findex for the key `C-c C-m s p'.

22 years ago2002-02-13 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 13 Feb 2002 21:42:49 +0000 (21:42 +0000)]
2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>

Reinstate some changes to make latexpdf work.

* message.texi (Security): Don't use @key.
(Various Commands): Don't use @point.

* gnus.texi (Mail Source Specifiers): Use @uref.

2002-02-13  Jesper Harder <harder@ifa.au.dk>

* message.texi, gnus.texi, emacs-mime.texi: Use small caps
consistently.  MIME, NOV, NNTP, HTML, IMAP are written with @sc
most places -- it looks better if it's the same *everywhere*.
@kbd instead of @code for key sequences. @file instead of @code
for files.

* message.texi (Various Commands): use the proper @point glyph.

* gnus.texi (Summary Mail Commands): \e,A_\e(B doesn't work.  A German
spelling reform changed the correct spelling to "muss" anyway (I
think).

* gnus.texi (Mail sources): \e,A'\e(B doesn't work. Use "section" instead.

* gnus.texi (Mail Source Specifiers): use @url.

* message.texi, emacs-mime.texi: update copyright year.

22 years agoaddition.
ShengHuo ZHU [Wed, 13 Feb 2002 19:22:35 +0000 (19:22 +0000)]
addition.

22 years ago* gnus.texi (Required Back End Functions): specify the lowest and
Paul Jarc [Wed, 13 Feb 2002 19:18:20 +0000 (19:18 +0000)]
* gnus.texi (Required Back End Functions): specify the lowest and
highest article numbers for empty groups for nnchoke-request-list
and nnchoke-request-group.

22 years ago* nnmaildir.el (nnmaildir--article-count): If the group is
Paul Jarc [Wed, 13 Feb 2002 19:04:21 +0000 (19:04 +0000)]
* nnmaildir.el (nnmaildir--article-count): If the group is
completely empty, report minimum article number as 1 instead of 0.

22 years ago * gnus-agent.el (gnus-get-predicate): Use nconc.
ShengHuo ZHU [Wed, 13 Feb 2002 16:52:17 +0000 (16:52 +0000)]
* gnus-agent.el (gnus-get-predicate): Use nconc.

* gnus-sum.el (gnus-summary-display-make-predicate): Use
gnus-summary-display-cache as cache.

22 years ago * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
ShengHuo ZHU [Wed, 13 Feb 2002 14:47:52 +0000 (14:47 +0000)]
* nndoc.el (nndoc-type-alist): Add mail-in-mail type.
(nndoc-mail-in-mail-type-p): New function.
(nndoc-mail-in-mail-article-begin): New function.

22 years agoaddition.
ShengHuo ZHU [Wed, 13 Feb 2002 04:22:46 +0000 (04:22 +0000)]
addition.

22 years ago * gnus.texi (Group Parameters): Typo.
Katsumi Yamaoka [Wed, 13 Feb 2002 04:18:53 +0000 (04:18 +0000)]
* gnus.texi (Group Parameters): Typo.

22 years ago * mailcap.el (mailcap-mime-data): Use enriched-decode.
ShengHuo ZHU [Wed, 13 Feb 2002 04:16:07 +0000 (04:16 +0000)]
* mailcap.el (mailcap-mime-data): Use enriched-decode.

* gnus-cite.el (gnus-article-fill-cited-article): Bind
use-hard-newlines to nil.

22 years ago * gnus-xmas.el (gnus-xmas-image-type-available-p): Typo.
Katsumi Yamaoka [Wed, 13 Feb 2002 04:10:06 +0000 (04:10 +0000)]
* gnus-xmas.el (gnus-xmas-image-type-available-p): Typo.

22 years ago * message.texi (Sending Variables): Addition.
ShengHuo ZHU [Wed, 13 Feb 2002 04:03:13 +0000 (04:03 +0000)]
* message.texi (Sending Variables): Addition.

* gnus.texi (Group Parameters): Add unread, not read.
(Archived Messages): Addition.

22 years ago * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
ShengHuo ZHU [Wed, 13 Feb 2002 03:29:01 +0000 (03:29 +0000)]
* gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
image is not available if window-system is not available.

* gnus-sum.el (gnus-summary-display-make-predicate): Add unread.

22 years ago * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
ShengHuo ZHU [Mon, 11 Feb 2002 21:28:46 +0000 (21:28 +0000)]
* gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
bookmark, because update-mark doesn't handle it correctly.