gnus
16 years agoMerge from emacs--devo--0, emacs--rel--22
Miles Bader [Thu, 24 Apr 2008 04:19:22 +0000 (04:19 +0000)]
Merge from emacs--devo--0, emacs--rel--22

Patches applied:

 * emacs--devo--0  (patch 1092-1093, 1095, 1097, 1099-1104, 1106, 1108, 1110, 1113, 1118-1119, 1121)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from gnus--devo--0

 * emacs--rel--22  (patch 241-243, 245-246, 249, 254)

   - Update from CVS
   - Merge from gnus--rel--5.10

2008-04-22  Juri Linkov  <juri@jurta.org>

   * lisp/mailcap.el (mailcap-file-default-commands): New function.

2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/compface.el (uncompface): Make buffer unibyte.

2008-04-05  Glenn Morris  <rgm@gnu.org>

   * lisp/gnus-ems.el (mm-disable-multibyte): Autoload it.

2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
   mm-(en|dis)able-multibyte to default-enable-multibyte-characters.

   * lisp/nnheader.el (nnheader-init-server-buffer): Change buffer's
   multibyteness after rather than before erasing it.

   * lisp/gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
   mm-with-multibyte.
   (gnus-request-article-this-buffer): Make sure the proper decoding is
   used if gnus-original-article-buffer happens to be unibyte.

   * lisp/gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
   default-enable-multibyte-characters.

   * lisp/gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
   default-enable-multibyte-characters.

   * lisp/mm-decode.el (mm-inline-media-tests): Add entry for x-diff.

   * lisp/nnweb.el (nnweb-init): Avoid nn-with-unibyte.

2008-03-31  Glenn Morris  <rgm@gnu.org>

   * lisp/message.el (mml2015-use): Declare for compiler.
   (message-info): Require mml2015 when appropriate.

2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
   (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
   (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
   (nntp-service-to-port): New function.
   (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
   (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
   (nntp-open-netcat-stream): New function.
   (nntp-open-via-rlogin-and-netcat): Don't use a pty.

2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.

2008-03-28  Magnus Henoch  <mange@freemail.hu>

   * lisp/net/dns.el (dns-write): Use set-buffer-multibyte.

2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>

   * texi/gnus.texi (Example Methods, Direct Functions, Indirect Functions)
   (Common Variables): Give precedence to the netcat methods over the
   telnet methods, and mention that they are more reliable.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-481

16 years agoDon't require cl at runtime. Require gnus-util at runtime.
Reiner Steib [Mon, 21 Apr 2008 16:37:45 +0000 (16:37 +0000)]
Don't require cl at runtime.  Require gnus-util at runtime.
Autoload nnimap and imap functions.

16 years ago(nnir-compose-result): Use `gnus-replace-in-string' instead of `substitute' to
Reiner Steib [Mon, 21 Apr 2008 16:33:54 +0000 (16:33 +0000)]
(nnir-compose-result): Use `gnus-replace-in-string' instead of `substitute' to
avoid using cl at runtime.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 20 Apr 2008 23:38:58 +0000 (23:38 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 288-290)

   - Update from CVS

2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>

   * Makefile.in (release-check-settings): Clarify codename.
   (release-help): New target.
   (release-cvs-export): Add umask.  Suggested by Sven Joachim.

2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
   binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
   `C-c C-f d'.

2008-04-12  Adrian Aichner  <adrian@xemacs.org>

   * lisp/gnus-sum.el (gnus-summary-goto-subject): Typo fix.

2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/Makefile.in (EMACS_COMP): Quote directory name that might contain
   whitespace.

2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Oort Gnus): Add message-fill-column.

2008-04-12  Adrian Aichner  <adrian@xemacs.org>

   * texi/gnus.texi (Mail Source Specifiers): Typo fix.

2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Diary Headers Generation): Update key binding for
   `gnus-diary-check-message'.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-479

16 years agoAdd missing entry for previous commit.
Reiner Steib [Sat, 19 Apr 2008 17:23:05 +0000 (17:23 +0000)]
Add missing entry for previous commit.

16 years agoDon't require edmacro anymore. Remove bogus Emacs 19
Reiner Steib [Sat, 19 Apr 2008 17:19:12 +0000 (17:19 +0000)]
Don't require edmacro anymore.  Remove bogus Emacs 19
compatibility code for `kbd'.  Replace `string-to-int' with
`string-to-number'.
(nnmaildir-base-name-to-article-number): Autoload.

16 years ago(nnir-add-result): New helper macro.
Reiner Steib [Sat, 19 Apr 2008 17:07:23 +0000 (17:07 +0000)]
(nnir-add-result): New helper macro.
(nnir-compose-result): Use it.  Fix inexistent file check for maildir.

16 years agoAdd missing entry for previous commit.
Reiner Steib [Tue, 15 Apr 2008 21:19:53 +0000 (21:19 +0000)]
Add missing entry for previous commit.

16 years ago(nnir-run-swish++): Fix typo in doc string. Move comment on
Reiner Steib [Tue, 15 Apr 2008 21:16:28 +0000 (21:16 +0000)]
(nnir-run-swish++): Fix typo in doc string.  Move comment on
nnml-use-compressed-files to more suitable place.

16 years agoImprove last ChangeLog entry.
Reiner Steib [Mon, 14 Apr 2008 20:24:44 +0000 (20:24 +0000)]
Improve last ChangeLog entry.

16 years ago(message-signature-separator, message-cite-function): Change custom version.
Reiner Steib [Sun, 13 Apr 2008 21:22:07 +0000 (21:22 +0000)]
(message-signature-separator, message-cite-function): Change custom version.

16 years ago(tls-program): Add -ign_eof argument to call the openssl commands.
Reiner Steib [Sun, 13 Apr 2008 20:56:54 +0000 (20:56 +0000)]
(tls-program): Add -ign_eof argument to call the openssl commands.
(tls-checktrust): Ditto.

16 years ago(mm-display-external): Make temp file read-only.
Reiner Steib [Sun, 13 Apr 2008 20:33:41 +0000 (20:33 +0000)]
(mm-display-external): Make temp file read-only.

16 years ago(nnir-run-imap): Add doc string. Use `nnir-imap-make-query'.
Reiner Steib [Sun, 13 Apr 2008 14:06:54 +0000 (14:06 +0000)]
(nnir-run-imap): Add doc string.  Use `nnir-imap-make-query'.
(nnir-imap-make-query, nnir-imap-query-to-imap)
(nnir-imap-expr-to-imap, nnir-imap-parse-query, nnir-imap-next-expr)
(nnir-imap-peek-symbol, nnir-imap-next-symbol)
(nnir-imap-delimited-string, nnir-imap-end-of-input): New functions.

16 years agoAdd assignment status.
Reiner Steib [Sun, 13 Apr 2008 14:03:21 +0000 (14:03 +0000)]
Add assignment status.
(nnir-group-mode-hook): Remove XEmacs 19 compatibility code.

16 years agoAttribure 2003-09-30 nnir.el change (IMAP search) to Torsten Hilbrich.
Reiner Steib [Sun, 13 Apr 2008 13:33:12 +0000 (13:33 +0000)]
Attribure 2003-09-30 nnir.el change (IMAP search) to Torsten Hilbrich.

16 years ago(nnir-run-swish++): Suppress non-existing files.
Reiner Steib [Sun, 13 Apr 2008 13:31:37 +0000 (13:31 +0000)]
(nnir-run-swish++): Suppress non-existing files.
(nnir-group-server): For native groups, obtain the server name from
gnus-select-method.
(nnir-run-swish++, nnir-run-namazu): Support nnmaildir.
(nnir-compose-result): New function unifying some code formerly
duplicated between nnir-run-swish++ and nnir-run-namazu.

16 years agoAttribute 2007-10-28 gnus-treat-emphasize change correctly.
Reiner Steib [Sun, 13 Apr 2008 12:38:38 +0000 (12:38 +0000)]
Attribute 2007-10-28 gnus-treat-emphasize change correctly.

16 years agoBump version to 0.9.
Reiner Steib [Fri, 11 Apr 2008 06:39:28 +0000 (06:39 +0000)]
Bump version to 0.9.

16 years agoNo Gnus v0.8 is released.
Reiner Steib [Thu, 10 Apr 2008 18:55:45 +0000 (18:55 +0000)]
No Gnus v0.8 is released.

16 years ago(Emacsen): Addition.
Reiner Steib [Thu, 10 Apr 2008 18:07:43 +0000 (18:07 +0000)]
(Emacsen): Addition.

16 years ago2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
Katsumi Yamaoka [Thu, 10 Apr 2008 11:56:15 +0000 (11:56 +0000)]
2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>

    * mail-source.el (mail-source-value):
    Prefer fboundp to functionp so it works with macros as well.

2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>

    * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
    Fix last change in case the element is not even a symbol.

2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>

    * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
    Prefer fboundp to functionp so it works with macros as well.

16 years agoRegenerate.
Reiner Steib [Wed, 9 Apr 2008 22:03:55 +0000 (22:03 +0000)]
Regenerate.

16 years agoFix previous commit.
Reiner Steib [Wed, 9 Apr 2008 22:03:30 +0000 (22:03 +0000)]
Fix previous commit.

16 years agoUpdate tool bar item.
Reiner Steib [Wed, 9 Apr 2008 22:02:00 +0000 (22:02 +0000)]
Update tool bar item.

16 years agoRegenerate.
Reiner Steib [Wed, 9 Apr 2008 21:56:03 +0000 (21:56 +0000)]
Regenerate.

16 years agoAdded docs.
Teodor Zlatanov [Wed, 9 Apr 2008 20:16:17 +0000 (20:16 +0000)]
Added docs.
(auth-sources): Modified format to support server.
(auth-source-pick, auth-source-user-or-password)
(auth-source-user-or-password-imap)
(auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
(auth-source-user-or-password-sftp)
(auth-source-user-or-password-smtp): Add server parameter.

16 years agoFix typos.
Reiner Steib [Wed, 9 Apr 2008 19:40:34 +0000 (19:40 +0000)]
Fix typos.

16 years agoInitialize the registry when gnus-registry-install
Teodor Zlatanov [Tue, 8 Apr 2008 21:17:29 +0000 (21:17 +0000)]
Initialize the registry when gnus-registry-install
is t.

16 years ago2008-04-02 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Wed, 2 Apr 2008 14:46:57 +0000 (14:46 +0000)]
2008-04-02  Simon Josefsson  <simon@josefsson.org>

* imap.el (imap-enable-exchange-bug-workaround): New variable.
(imap-message-copyuid-1): Use it.
(imap-message-appenduid-1): Likewise.  Based on patch by Nathan
J. Williams in
<http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.

* nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
imap-enable-exchange-bug-workaround.
(nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.

16 years ago(nnimap-enable-minmax-bug-workaround): New variable to toggle whether
Simon Josefsson [Tue, 1 Apr 2008 14:48:18 +0000 (14:48 +0000)]
(nnimap-enable-minmax-bug-workaround): New variable to toggle whether
to enable bug workaround or not.
(nnimap-find-minmax-uid): Only enable workaround conditionally.

16 years ago* nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
Simon Josefsson [Tue, 1 Apr 2008 14:13:22 +0000 (14:13 +0000)]
* nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
a 100 byte status-checks into a 2-3MB transfer for each group.

16 years ago(Top): Fix version. Add SASL.
Reiner Steib [Sat, 29 Mar 2008 21:35:17 +0000 (21:35 +0000)]
(Top): Fix version.  Add SASL.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 29 Mar 2008 19:57:21 +0000 (19:57 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 284-287)

   - Update from CVS

2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Gnus Development): Clarify difference between ding and
   gnu.emacs.gnus.
   (MIME Commands, Using MIME, RSS): Fix markup.

   * texi/gnus-faq.texi ([8.4]): Ditto.

2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Emacsen): Remove obsolete stuff.

2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Oort Gnus): Add version info WRT
   `mail-source-delete-incoming'.

2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Top): Add "Other related manuals" and version info in
   `iftex' output.
   (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
   gnus-balloon-face-0 and the corresponding format specifiers.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-474

16 years ago(gnus-summary-make-menu-bar): Add missing dots.
Reiner Steib [Sat, 29 Mar 2008 12:02:00 +0000 (12:02 +0000)]
(gnus-summary-make-menu-bar): Add missing dots.

16 years ago(datarootdir): Explain why we add an unused variable.
Reiner Steib [Sat, 29 Mar 2008 11:49:19 +0000 (11:49 +0000)]
(datarootdir): Explain why we add an unused variable.

16 years agoFix "tiny change" in last commit.
Reiner Steib [Fri, 28 Mar 2008 18:07:02 +0000 (18:07 +0000)]
Fix "tiny change" in last commit.

16 years ago(nnimap-find-minmax-uid): Tiny fix for Exchange 2007 IMAP
Teodor Zlatanov [Fri, 28 Mar 2008 14:36:45 +0000 (14:36 +0000)]
(nnimap-find-minmax-uid): Tiny fix for Exchange 2007 IMAP
problem.  Reported by Michael Harnois <mdharnois@gmail.com>.

16 years ago(Example Methods): Withdraw the last change, which should be done after synch
Katsumi Yamaoka [Thu, 27 Mar 2008 02:28:36 +0000 (02:28 +0000)]
(Example Methods): Withdraw the last change, which should be done after synch
 the Gnus trunk and the Emacs trunk.

16 years ago(Example Methods): Fix function name used to use socksified telnet.
Katsumi Yamaoka [Thu, 27 Mar 2008 01:40:36 +0000 (01:40 +0000)]
(Example Methods): Fix function name used to use socksified telnet.

16 years ago* message.el (message-signature-separator): Change default. Improve
Reiner Steib [Mon, 24 Mar 2008 19:38:12 +0000 (19:38 +0000)]
* message.el (message-signature-separator): Change default.  Improve
custom type.
(message-cite-function): Change default to
message-cite-original-without-signature.

16 years ago(gnus-summary-make-menu-bar): Add message-cite-function toggle.
Reiner Steib [Mon, 24 Mar 2008 18:50:18 +0000 (18:50 +0000)]
(gnus-summary-make-menu-bar): Add message-cite-function toggle.

16 years ago(message-shorten-references): Be more strict when building list of
Reiner Steib [Mon, 24 Mar 2008 18:24:54 +0000 (18:24 +0000)]
(message-shorten-references): Be more strict when building list of
valid references to comply with GNKSA.

16 years ago(message-setup-1): Mark buffer as unmodified _after_ running
Reiner Steib [Mon, 24 Mar 2008 18:21:18 +0000 (18:21 +0000)]
(message-setup-1): Mark buffer as unmodified _after_ running
message-setup-hook and handling message-alternative-emails.

16 years ago* message.el (message-check-news-body-syntax): Fix signature check.
Reiner Steib [Mon, 24 Mar 2008 18:16:27 +0000 (18:16 +0000)]
* message.el (message-check-news-body-syntax): Fix signature check.

16 years ago(gnus-read-ephemeral-bug-group)
Reiner Steib [Mon, 24 Mar 2008 18:10:58 +0000 (18:10 +0000)]
(gnus-read-ephemeral-bug-group)
(gnus-read-ephemeral-debian-bug-group)
(gnus-read-ephemeral-emacs-bug-group): Use the correct variable.

16 years ago(message-info): Don't use booleanp which isn't supported
Reiner Steib [Mon, 24 Mar 2008 18:09:11 +0000 (18:09 +0000)]
(message-info): Don't use booleanp which isn't supported
in Emacs 21 and XEmacs.

16 years ago(Foreign Groups): Add gnus-read-ephemeral-gmane-group,
Reiner Steib [Sat, 22 Mar 2008 17:40:12 +0000 (17:40 +0000)]
(Foreign Groups): Add gnus-read-ephemeral-gmane-group,
gnus-read-ephemeral-gmane-group-url,
gnus-read-ephemeral-emacs-bug-group,
gnus-read-ephemeral-debian-bug-group.

16 years ago(gnus-gmane-group-download-format): Rename from
Reiner Steib [Sat, 22 Mar 2008 13:25:19 +0000 (13:25 +0000)]
(gnus-gmane-group-download-format): Rename from
gnus-group-gmane-group-download-format.
(gnus-group-read-ephemeral-gmane-group): Rename from
gnus-group-read-ephemeral-gmane-group.
(gnus-read-ephemeral-gmane-group-url): Rename from
gnus-group-read-ephemeral-gmane-group-url.
(gnus-bug-group-download-format-alist):  New variable.
(gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
(gnus-read-ephemeral-emacs-bug-group): New commands.

16 years ago(gnus-article-browse-html-article): Fix documentation.
Reiner Steib [Fri, 21 Mar 2008 20:19:40 +0000 (20:19 +0000)]
(gnus-article-browse-html-article): Fix documentation.
(gnus-visible-headers): Improve custom type.

16 years ago* gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
Reiner Steib [Fri, 21 Mar 2008 18:24:08 +0000 (18:24 +0000)]
* gnus.texi (MIME Commands): Add gnus-article-browse-html-article.

* gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
Add FIXMEs for Bookmarks and gnus-registry-marks.

16 years agoAdd whitespace.
Reiner Steib [Thu, 20 Mar 2008 20:10:05 +0000 (20:10 +0000)]
Add whitespace.

16 years ago(mml-menu): Add workarounds for XEmacs.
Reiner Steib [Thu, 20 Mar 2008 18:12:45 +0000 (18:12 +0000)]
(mml-menu): Add workarounds for XEmacs.

16 years ago(gnus-article-browse-html-article): Inhibit display of X-Boundary header.
Reiner Steib [Thu, 20 Mar 2008 10:00:31 +0000 (10:00 +0000)]
(gnus-article-browse-html-article): Inhibit display of X-Boundary header.

16 years ago(message-simplify-recipients): Fix previous commit.
Reiner Steib [Thu, 20 Mar 2008 09:58:32 +0000 (09:58 +0000)]
(message-simplify-recipients): Fix previous commit.

16 years ago(open-tls-stream): Restore use of `tls-end-of-info'.
Reiner Steib [Wed, 19 Mar 2008 22:01:28 +0000 (22:01 +0000)]
(open-tls-stream): Restore use of `tls-end-of-info'.
Accidentally removed in the sync process with Emacs.

16 years ago(message-replace-header): New helper function.
Reiner Steib [Wed, 19 Mar 2008 16:38:11 +0000 (16:38 +0000)]
(message-replace-header): New helper function.
(message-recipients-without-full-name): New variable.
(message-simplify-recipients): New command.

16 years ago(message-alter-recipients-discard-bogus-full-name): New function.
Reiner Steib [Wed, 19 Mar 2008 16:22:04 +0000 (16:22 +0000)]
(message-alter-recipients-discard-bogus-full-name): New function.
(message-alter-recipients-function): New variable.
(message-get-reply-headers): Use it.

16 years agoFix typo.
Reiner Steib [Wed, 19 Mar 2008 16:12:39 +0000 (16:12 +0000)]
Fix typo.

16 years ago* mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
Reiner Steib [Wed, 19 Mar 2008 16:11:31 +0000 (16:11 +0000)]
* mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.

16 years ago* message.el (message-info): Hanlde EasyPG manual.
Reiner Steib [Wed, 19 Mar 2008 16:02:22 +0000 (16:02 +0000)]
* message.el (message-info): Hanlde EasyPG manual.

* mml.el (mml-menu): Add entry for EasyPG.

16 years ago* nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group parameter.
Katsumi Yamaoka [Tue, 18 Mar 2008 22:59:24 +0000 (22:59 +0000)]
* nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group parameter.

* message.el (message-disassociate-draft): Specify drafts group name fully.

16 years ago(gnus-registry-split-fancy-with-parent): Eliminate
Teodor Zlatanov [Mon, 17 Mar 2008 15:40:58 +0000 (15:40 +0000)]
(gnus-registry-split-fancy-with-parent): Eliminate
unnecessary duplicates from the match list.

16 years ago* dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
Katsumi Yamaoka [Mon, 17 Mar 2008 01:16:04 +0000 (01:16 +0000)]
* dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.

* lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.

* gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional args of
 `how-many' of which the XEmacs version doesn't take;
 declare Info-index-next as function.

16 years ago(gnus-score-headers): Fix handling of gnus-inhibit-slow-scoring.
Reiner Steib [Sun, 16 Mar 2008 15:49:30 +0000 (15:49 +0000)]
(gnus-score-headers): Fix handling of gnus-inhibit-slow-scoring.

16 years ago(gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
Reiner Steib [Sun, 16 Mar 2008 15:45:42 +0000 (15:45 +0000)]
(gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
(gnus-button-handle-info-keystrokes): Handle index entries.

16 years ago(gnus-button-url-regexp): Improve handling of parenthesis.
Reiner Steib [Sun, 16 Mar 2008 14:34:56 +0000 (14:34 +0000)]
(gnus-button-url-regexp): Improve handling of parenthesis.

16 years ago(gnus-article-browse-html-article): Fix type in doc string.
Reiner Steib [Sun, 16 Mar 2008 14:34:30 +0000 (14:34 +0000)]
(gnus-article-browse-html-article): Fix type in doc string.

16 years ago(Smileys): Document `smiley-style'.
Reiner Steib [Sun, 16 Mar 2008 09:12:31 +0000 (09:12 +0000)]
(Smileys): Document `smiley-style'.

16 years ago(mail-source-delete-old-incoming) Fix regexp to find Incoming* files.
Katsumi Yamaoka [Fri, 14 Mar 2008 13:43:32 +0000 (13:43 +0000)]
(mail-source-delete-old-incoming) Fix regexp to find Incoming* files.

16 years ago(auth-sources): Renamed from auth-source-choices.
Teodor Zlatanov [Thu, 13 Mar 2008 09:58:46 +0000 (09:58 +0000)]
(auth-sources): Renamed from auth-source-choices.
(auth-source-pick): Use it.

16 years ago(auth-source-protocols)
Teodor Zlatanov [Wed, 12 Mar 2008 21:28:45 +0000 (21:28 +0000)]
(auth-source-protocols)
(auth-source-protocols-customize, auth-source-choices): Added and
modified variable customizations and defaults.
(auth-source-pick, auth-source-user-or-password)
(auth-source-protocol-defaults, auth-source-user-or-password-imap)
(auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
(auth-source-user-or-password-sftp)
(auth-source-user-or-password-smtp): Use new variables and provide an
interface to netrc.el.

16 years ago(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
Katsumi Yamaoka [Wed, 12 Mar 2008 01:27:58 +0000 (01:27 +0000)]
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
(nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet): Make sure
 the nntp port to specify is a string.

16 years ago* mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
Daiki Ueno [Mon, 10 Mar 2008 08:59:56 +0000 (08:59 +0000)]
* mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
string for caching if it is 'PIN.

16 years ago* lpath.el: Consider the case without Emacs/W3.
Katsumi Yamaoka [Mon, 10 Mar 2008 06:58:37 +0000 (06:58 +0000)]
* lpath.el: Consider the case without Emacs/W3.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 10 Mar 2008 00:53:11 +0000 (00:53 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 280-283)

   - Update from CVS
   - Update from CVS: lisp/lpath.el: Rearrange.

2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * Update copyright years.

2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/Update texi/copyright texi/years.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-469

16 years ago(mail-source-delete-old-incoming-confirm): Change
Reiner Steib [Sat, 8 Mar 2008 16:03:26 +0000 (16:03 +0000)]
(mail-source-delete-old-incoming-confirm): Change
default to nil.
(mail-source-delete-old-incoming): Make confirmation prompt more clear.

16 years agoRegenerate.
Reiner Steib [Sat, 8 Mar 2008 15:46:34 +0000 (15:46 +0000)]
Regenerate.

16 years ago* gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
Reiner Steib [Sat, 8 Mar 2008 15:43:00 +0000 (15:43 +0000)]
* gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
Update for change of `mail-source-delete-incoming'.

* gnus-news.texi: Ditto.

16 years ago* lpath.el: Rearrange.
Katsumi Yamaoka [Fri, 7 Mar 2008 11:29:18 +0000 (11:29 +0000)]
* lpath.el: Rearrange.

16 years agoAdd arch tagline
Miles Bader [Fri, 7 Mar 2008 09:07:50 +0000 (09:07 +0000)]
Add arch tagline

16 years ago* gnus-art.el (gnus-narrow-to-page): Position point properly.
Katsumi Yamaoka [Fri, 7 Mar 2008 06:24:30 +0000 (06:24 +0000)]
* gnus-art.el (gnus-narrow-to-page): Position point properly.
(gnus-article-goto-prev-page): Work for articles having ^L's.

* gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.

* mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.

16 years agoNew package.
Teodor Zlatanov [Thu, 6 Mar 2008 22:31:14 +0000 (22:31 +0000)]
New package.
(auth-source-choices): Add customization entry point variable.

16 years ago(gnus-registry-user-format-function-M): Fix concat bug.
Teodor Zlatanov [Thu, 6 Mar 2008 21:08:22 +0000 (21:08 +0000)]
(gnus-registry-user-format-function-M): Fix concat bug.

16 years ago* gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
Teodor Zlatanov [Wed, 5 Mar 2008 18:52:14 +0000 (18:52 +0000)]
* gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
(gnus-registry-initialize, gnus-registry-install-p): Use it.
(gnus-registry-install-shortcuts): Renamed from
gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
the `gnus-registry-mark-map' keymap dynamically from
`gnus-registry-marks'.  The generated functions update the summary line
when a registry mark is added or deleted, and will call
`gnus-registry-install-p' (see the comments in the code).
(gnus-registry-user-format-function-M): Use concat intelligently.

* gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
the registry mark functions.

16 years ago(gnus-print-buffer): Honor ps-print-color-p.
Reiner Steib [Tue, 4 Mar 2008 23:19:15 +0000 (23:19 +0000)]
(gnus-print-buffer): Honor ps-print-color-p.
Suggested by <chris.anderton@zetnet.co.uk>.

16 years ago* gnus-registry.el (gnus-registry-user-format-function-M): Added
Teodor Zlatanov [Tue, 4 Mar 2008 22:35:59 +0000 (22:35 +0000)]
* gnus-registry.el (gnus-registry-user-format-function-M): Added
formatting function.

16 years ago(gnus-registry-marks): Changed format to be nicer
Teodor Zlatanov [Mon, 3 Mar 2008 22:39:12 +0000 (22:39 +0000)]
(gnus-registry-marks): Changed format to be nicer
with plists.
(gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
Use new format.

16 years ago(gnus-article-describe-bindings): Fix previous commit.
Katsumi Yamaoka [Mon, 3 Mar 2008 08:04:02 +0000 (08:04 +0000)]
(gnus-article-describe-bindings): Fix previous commit.

16 years ago(gnus-article-describe-bindings): Work for the version of `where-is-internal'
Katsumi Yamaoka [Mon, 3 Mar 2008 07:27:20 +0000 (07:27 +0000)]
(gnus-article-describe-bindings): Work for the version of `where-is-internal'
 that returns a range of key sequences.

16 years ago(mml2015-extract-cleartext-signature): Explain that it doesn't handle
Reiner Steib [Sun, 2 Mar 2008 17:43:01 +0000 (17:43 +0000)]
(mml2015-extract-cleartext-signature): Explain that it doesn't handle
NotDashEscaped.

16 years ago(mml-menu): Improve help entries. Move Sign/Encrypt Part.
Reiner Steib [Sun, 2 Mar 2008 17:35:16 +0000 (17:35 +0000)]
(mml-menu): Improve help entries.  Move Sign/Encrypt Part.
(mml-dnd-attach-options): Fix typo in custom choice.

16 years ago(gnus-group-read-ephemeral-gmane-group): Change
Reiner Steib [Sun, 2 Mar 2008 17:09:54 +0000 (17:09 +0000)]
(gnus-group-read-ephemeral-gmane-group): Change
nndoc-article-type to mbox.
(gnus-group-read-ephemeral-gmane-group-url): Support permalink.

16 years ago(mm-text-html-renderer): Prefer w3m over w3. Fall back to nil, instead of
Reiner Steib [Sun, 2 Mar 2008 17:07:02 +0000 (17:07 +0000)]
(mm-text-html-renderer): Prefer w3m over w3.  Fall back to nil, instead of
html2text.

16 years ago(imap-debug): Add `imap-ping-server'.
Reiner Steib [Sun, 2 Mar 2008 16:55:00 +0000 (16:55 +0000)]
(imap-debug): Add `imap-ping-server'.

16 years agoAdd FIXMEs.
Reiner Steib [Sun, 2 Mar 2008 16:53:18 +0000 (16:53 +0000)]
Add FIXMEs.

16 years ago(message-send-mail-function): Doc fix. Add "Other" custom option.
Reiner Steib [Sun, 2 Mar 2008 16:47:47 +0000 (16:47 +0000)]
(message-send-mail-function): Doc fix.  Add "Other" custom option.

16 years ago(Gnus Maintainance Guide): Update conventions for custom versions.
Reiner Steib [Sun, 2 Mar 2008 15:07:22 +0000 (15:07 +0000)]
(Gnus Maintainance Guide): Update conventions for custom versions.

16 years agoRemove spurious newline.
Reiner Steib [Sun, 2 Mar 2008 14:22:21 +0000 (14:22 +0000)]
Remove spurious newline.

16 years ago(message-form-letter-separator): Add FIXME.
Reiner Steib [Sun, 2 Mar 2008 14:21:36 +0000 (14:21 +0000)]
(message-form-letter-separator): Add FIXME.