gnus
16 years agoMerge from emacs--devo--0
Miles Bader [Sun, 20 Jan 2008 05:24:00 +0000 (05:24 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 983-985, 987-988, 992, 997, 1001)

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

 * emacs--rel--22  (patch 179-180)

   - Update from CVS

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

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 20 Jan 2008 05:23:40 +0000 (05:23 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 274)

   - Update from CVS

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

   * lisp/gnus-sum.el (gnus-article-sort-by-random)
   (gnus-thread-sort-by-random): Fix doc strings.  Reported by
   jidanni@jidanni.org.

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

16 years ago* gnus-art.el (gnus-article-describe-bindings): Make it possible to use xrefs,
Katsumi Yamaoka [Fri, 18 Jan 2008 05:51:04 +0000 (05:51 +0000)]
* gnus-art.el (gnus-article-describe-bindings): Make it possible to use xrefs,
 i.e. [back] and [forward] buttons, in *Help* buffer.

* lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
 help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.

16 years ago(gnus-registry-trim): Use append, not concat.
Teodor Zlatanov [Fri, 18 Jan 2008 04:51:29 +0000 (04:51 +0000)]
(gnus-registry-trim): Use append, not concat.

16 years ago(gnus-article-read-summary-keys): Work for some `A' prefix keys.
Katsumi Yamaoka [Thu, 17 Jan 2008 04:03:42 +0000 (04:03 +0000)]
(gnus-article-read-summary-keys): Work for some `A' prefix keys.

16 years ago* gnus-art.el (gnus-article-read-summary-send-keys): Use
Katsumi Yamaoka [Thu, 17 Jan 2008 01:54:00 +0000 (01:54 +0000)]
* gnus-art.el (gnus-article-read-summary-send-keys): Use
 gnus-character-to-event.
(gnus-article-describe-bindings): Simplify; move XEmacs stuff to gnus-xmas.el.

* gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
(gnus-xmas-article-describe-bindings): New function.
(gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
 gnus-xmas-article-describe-bindings.

* lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.

16 years agoWrong commit address, corrected.
Teodor Zlatanov [Wed, 16 Jan 2008 21:45:49 +0000 (21:45 +0000)]
Wrong commit address, corrected.

16 years ago(gnus-registry-marks, gnus-registry-default-mark):
Teodor Zlatanov [Wed, 16 Jan 2008 21:45:14 +0000 (21:45 +0000)]
(gnus-registry-marks, gnus-registry-default-mark):
Add new variables for article mark management.
(gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
list of extra data entries which, when present, will indicate that the
article ID should not be trimmed from the registry.
(gnus-registry-mark-article, gnus-registry-article-marks): Remove these functions.
(gnus-registry-read-mark): New function to read a mark name from the user.
(gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
(gnus-registry-set-article-mark-internal): New functions to add and
remove marks.
(gnus-registry-get-article-marks): New function to show the marks for
an article, or retrieve them for further use.

16 years agoUpdate.
Katsumi Yamaoka [Wed, 16 Jan 2008 12:00:03 +0000 (12:00 +0000)]
Update.

16 years agoMention gnus-article-describe-bindings.
Katsumi Yamaoka [Wed, 16 Jan 2008 11:59:22 +0000 (11:59 +0000)]
Mention gnus-article-describe-bindings.

16 years ago(gnus-article-describe-bindings): Show all `S' prefix keys when no argument is
Katsumi Yamaoka [Wed, 16 Jan 2008 11:59:19 +0000 (11:59 +0000)]
(gnus-article-describe-bindings): Show all `S' prefix keys when no argument is
 given.

16 years ago(imap-ping-server): New variable.
Reiner Steib [Mon, 14 Jan 2008 23:22:44 +0000 (23:22 +0000)]
(imap-ping-server): New variable.
(imap-opened): On add extra ping if imap-ping-server is non-nil.
(imap-ping-server): Minor doc string fixes.

16 years ago2008-01-14 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
Reiner Steib [Mon, 14 Jan 2008 23:11:24 +0000 (23:11 +0000)]
2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)

* imap.el (imap-ping-server): New function.
(imap-opened): Call imap-ping-server.

16 years ago(gnus-article-describe-bindings): Fix prefious commit.
Katsumi Yamaoka [Fri, 11 Jan 2008 10:47:34 +0000 (10:47 +0000)]
(gnus-article-describe-bindings): Fix prefious commit.

16 years agoUpdate.
Katsumi Yamaoka [Fri, 11 Jan 2008 06:47:46 +0000 (06:47 +0000)]
Update.

16 years ago(gnus-article-describe-bindings): New function.
Katsumi Yamaoka [Fri, 11 Jan 2008 06:47:41 +0000 (06:47 +0000)]
(gnus-article-describe-bindings): New function.
(gnus-article-read-summary-keys): Use it.
(gnus-article-mode-map): Bind `C-h b' to it.

16 years agoGenerated.
Katsumi Yamaoka [Fri, 11 Jan 2008 06:47:35 +0000 (06:47 +0000)]
Generated.

16 years agoMention gnus-article-wide-reply-with-original.
Katsumi Yamaoka [Fri, 11 Jan 2008 06:47:32 +0000 (06:47 +0000)]
Mention gnus-article-wide-reply-with-original.

16 years agoUpdate.
Katsumi Yamaoka [Thu, 10 Jan 2008 08:08:37 +0000 (08:08 +0000)]
Update.

16 years agoFbind map-keymap for Emacs 21.
Katsumi Yamaoka [Thu, 10 Jan 2008 08:08:23 +0000 (08:08 +0000)]
Fbind map-keymap for Emacs 21.

16 years ago(gnus-article-read-summary-keys): Work for `C-h' on XEmacs.
Katsumi Yamaoka [Thu, 10 Jan 2008 08:08:19 +0000 (08:08 +0000)]
(gnus-article-read-summary-keys): Work for `C-h' on XEmacs.
(gnus-article-describe-key, gnus-article-describe-key-briefly): Protect against
 non-character events.

16 years ago(gnus-group-read-ephemeral-gmane-group-url): New command.
Reiner Steib [Wed, 9 Jan 2008 22:33:00 +0000 (22:33 +0000)]
(gnus-group-read-ephemeral-gmane-group-url): New command.
(gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
instead of END.  Change name of the temp file.
(gnus-group-gmane-group-download-format): Add doc string.  Make it
customizable.

16 years agoUpdate.
Katsumi Yamaoka [Wed, 9 Jan 2008 22:29:50 +0000 (22:29 +0000)]
Update.

16 years ago(Article Keymap): Add gnus-article-wide-reply-with-original;
Katsumi Yamaoka [Wed, 9 Jan 2008 22:29:46 +0000 (22:29 +0000)]
(Article Keymap): Add gnus-article-wide-reply-with-original;
 fix descriptions of gnus-article-reply-with-original and
 gnus-article-followup-with-original.

16 years agoFbind character-to-event and set-keymap-default-binding for Emacs 21.
Katsumi Yamaoka [Wed, 9 Jan 2008 22:29:39 +0000 (22:29 +0000)]
Fbind character-to-event and set-keymap-default-binding for Emacs 21.

16 years ago(gnus-article-send-map): New keymap for S prefix keys; bind SW key to
Katsumi Yamaoka [Wed, 9 Jan 2008 22:29:37 +0000 (22:29 +0000)]
(gnus-article-send-map): New keymap for S prefix keys; bind SW key to
 gnus-article-wide-reply-with-original;
 set default binding to gnus-article-read-summary-send-keys.
(gnus-article-read-summary-keys): Fix the order of keys;
 display continuation keys correctly in the echo area;
 describe bindings correctly when keys end with C-h.
(gnus-article-read-summary-send-keys): New function.
(gnus-article-describe-key, gnus-article-describe-key-briefly): Work for
 gnus-article-read-summary-send-keys;
 display continuation keys correctly in the echo area.
(gnus-article-reply-with-original): Ignore prefix argument.
(gnus-article-wide-reply-with-original): New function.

16 years ago(gnus-bookmark-mouse-available-p): Don't test for display-color-p.
Katsumi Yamaoka [Tue, 8 Jan 2008 02:10:54 +0000 (02:10 +0000)]
(gnus-bookmark-mouse-available-p): Don't test for display-color-p.

16 years ago(gnus-group-gmane-group-download-format): New variable.
Reiner Steib [Sun, 6 Jan 2008 10:24:29 +0000 (10:24 +0000)]
(gnus-group-gmane-group-download-format): New variable.
(gnus-group-read-ephemeral-gmane-group): New command.

16 years ago* message.texi (Mail Variables): Add some text from "(gnus)Posting
Reiner Steib [Sat, 5 Jan 2008 21:47:58 +0000 (21:47 +0000)]
* message.texi (Mail Variables): Add some text from "(gnus)Posting
Server".  Add `message-send-mail-with-mailclient'.

* gnus.texi (Posting Server): Move some text to "(message)Mail
Variables" and add a reference here.

16 years agoMerge from emacs--devo--0, emacs--rel--22
Miles Bader [Fri, 28 Dec 2007 22:28:12 +0000 (22:28 +0000)]
Merge from emacs--devo--0, emacs--rel--22

Patches applied:

 * emacs--devo--0  (patch 960, 967)

   - Update from CVS
   - Merge from gnus--devo--0

 * emacs--rel--22  (patch 164, 172)

   - Merge from gnus--rel--5.10

2007-12-19  Glenn Morris  <rgm@gnu.org>

   * lisp/mml.el (message-options-set, message-narrow-to-head)
   (message-in-body-p, message-mail-p, message-encode-message-body):
   Autoload.
   (message-remove-header, message-narrow-to-headers-or-head)
   (message-subscribed-p, message-make-mail-followup-to)
   (message-position-on-field, message-news-p)
   (message-options-set-recipient, message-generate-headers)
   (message-sort-headers): Declare as functions.

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

16 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 28 Dec 2007 22:28:04 +0000 (22:28 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 272-273)

   - Update from CVS

2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-draft.el (gnus-draft-send-message): Mention process/prefix
   convention in doc string.

2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Group Parameters): Reorder the text and add a note about
   `gnus-parameters' near the beginning of the node.

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

16 years ago(message-send-mail-function): Increase custom version.
Reiner Steib [Fri, 28 Dec 2007 19:37:11 +0000 (19:37 +0000)]
(message-send-mail-function): Increase custom version.

16 years agoSimplify loading of password-cache or password.
Reiner Steib [Fri, 28 Dec 2007 19:32:59 +0000 (19:32 +0000)]
Simplify loading of password-cache or password.
Suggested by Glenn Morris <rgm@gnu.org>.

16 years ago(imap-authenticate): Use current-buffer instead of buffer,
Teodor Zlatanov [Thu, 20 Dec 2007 22:32:43 +0000 (22:32 +0000)]
(imap-authenticate): Use current-buffer instead of buffer,
for the cases where imap-authenticate is called with a nil buffer
parameter.

16 years ago(gnus-article-browse-html-parts): Work for two or more html parts correctly;
Katsumi Yamaoka [Wed, 19 Dec 2007 09:07:04 +0000 (09:07 +0000)]
(gnus-article-browse-html-parts): Work for two or more html parts correctly;
 support forwarded messages.
(gnus-article-browse-html-article): Remove work buffers.

16 years ago* netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when compiling.
Katsumi Yamaoka [Wed, 19 Dec 2007 02:16:18 +0000 (02:16 +0000)]
* netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when compiling.
(netrc-bound-and-true-p): New macro.
(netrc-parse): Use it instead of bound-and-true-p that is not available in
 XEmacs 21.4.

16 years ago(gnus-registry-mark-article)
Teodor Zlatanov [Wed, 19 Dec 2007 01:13:30 +0000 (01:13 +0000)]
(gnus-registry-mark-article)
(gnus-registry-article-marks): Add functionality to mark articles
through the Gnus registry.

16 years agoClarify documentation for the new pgg method.
Teodor Zlatanov [Tue, 18 Dec 2007 22:42:10 +0000 (22:42 +0000)]
Clarify documentation for the new pgg method.
(encrypt-file-alist): Add PGG option.
(encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
functionality.  Abstract password key and messaging to external functions.
(encrypt-password-key, encrypt-get-passphrase-if-needed)
(encrypt-message-method-and-cipher): Add new convenience external functions.
(encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
(encrypt-pgg-process-buffer): Add PGG functionality glue.

16 years ago* netrc.el: Autoload encrypt when encrypt-file-alist is set.
Teodor Zlatanov [Tue, 18 Dec 2007 20:29:33 +0000 (20:29 +0000)]
* netrc.el: Autoload encrypt when encrypt-file-alist is set.
(netrc-parse): Use encrypt-file-alist to determine if
encrypt-find-model or encrypt-insert-file-contents should be used.

* encrypt.el: Clarify documentation.  Load password-cache or
password, whichever one is found first, instead of autoloading.

16 years agoFix.
Simon Josefsson [Tue, 18 Dec 2007 15:41:36 +0000 (15:41 +0000)]
Fix.

16 years ago* gnus-art.el (gnus-article-browse-html-parts): Add message header and title to
Katsumi Yamaoka [Mon, 17 Dec 2007 10:55:02 +0000 (10:55 +0000)]
* gnus-art.el (gnus-article-browse-html-parts): Add message header and title to
 html parts.
(gnus-article-browse-html-article): Pass message header to it.

* mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.

16 years ago(Score File Editing): Fix function name.
Katsumi Yamaoka [Mon, 17 Dec 2007 00:37:30 +0000 (00:37 +0000)]
(Score File Editing): Fix function name.

16 years agoAvoid double load of password-cache.
Reiner Steib [Sun, 16 Dec 2007 20:50:27 +0000 (20:50 +0000)]
Avoid double load of password-cache.

16 years agoMake loading of password-cache or password compatible with XEmacs.
Reiner Steib [Sun, 16 Dec 2007 18:31:16 +0000 (18:31 +0000)]
Make loading of password-cache or password compatible with XEmacs.

16 years agoMerge from emacs--devo--0
Miles Bader [Sun, 16 Dec 2007 04:23:19 +0000 (04:23 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 953, 955)

   - Update from CVS
   - Merge from gnus--devo--0

2007-12-11  Glenn Morris  <rgm@gnu.org>

   * lisp/gnus-cache.el: Require gnus-sum not just when compiling.

   * lisp/gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.

   * lisp/gnus-int.el (gnus-server-opened, gnus-status-message): Move
   definitions before use.

   * lisp/mm-decode.el: Require gnus-util.
   (mm-remove-part): Only call delete-annotation on XEmacs.

   * lisp/mm-uu.el (gnus-original-article-buffer): Define for compiler.

   * lisp/nnmail.el: Require gnus-int.

   * lisp/spam.el: Move `require's before `eval-when-compile's.

   * lisp/gnus-ems.el (gnus-alive-p):
   * lisp/gnus-fun.el (message-goto-eoh):
   * lisp/gnus-util.el (gnus-group-name-decode):
   * lisp/mail-source.el (gnus-compress-sequence):
   * lisp/message.el (Info-goto-node, format-spec):
   * lisp/mm-bodies.el (message-options-get):
   * lisp/mm-decode.el (mm-view-pkcs7):
   * lisp/mm-util.el (gmm-write-region):
   * lisp/mml-smime.el (mml-compute-boundary)
   (gnus-completing-read-with-default):
   * lisp/mml.el (widget-button-press, gnus-make-hashtable):
   * lisp/mml1991.el (mm-decode-content-transfer-encoding)
   (mm-encode-content-transfer-encoding)
   (message-options-get, message-options-set):
   * lisp/mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
   * lisp/nnfolder.el (gnus-request-group):
   * lisp/nnheader.el (ietf-drums-unfold-fws):
   * lisp/rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
   * lisp/smime.el (gnus-run-mode-hooks):
   * lisp/spam-stat.el (gnus-message): Autoload.

   * lisp/gnus-cache.el, lisp/gnus-fun.el, lisp/gnus-group.el, lisp/gnus.el, lisp/mail-source.el:
   * lisp/mm-bodies.el, lisp/mm-decode.el, lisp/mm-extern.el, lisp/mm-util.el:
   * lisp/mml-smime.el, lisp/mml.el, lisp/mml1991.el, lisp/mml2015.el, lisp/nndb.el, lisp/nnfolder.el:
   * lisp/nnmail.el, lisp/nnmaildir.el, lisp/nnrss.el, lisp/rfc1843.el, lisp/spam.el:
   Add declare-function compatibility definition.

   * lisp/gnus-cache.el (nnvirtual-find-group-art):
   * lisp/gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
   (gnus-add-image, gnus-add-wash-type):
   * lisp/gnus-group.el (nnkiboze-score-file):
   * lisp/gnus-sum.el (turn-on-gnus-mailing-list-mode)
   (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
   * lisp/gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
   (message-tokenize-header, gnus-get-buffer-create)
   (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
   (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
   * lisp/gnus.el (gnus-group-decoded-name):
   * lisp/mail-source.el (imap-capability):
   * lisp/mm-bodies.el (message-options-set):
   * lisp/mm-decode.el (gnus-configure-windows):
   * lisp/mm-extern.el (message-goto-body):
   * lisp/mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
   * lisp/mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
   (epg-sub-key-validity, message-options-set):
   * lisp/mml.el (widget-event-point, gnus-configure-windows):
   * lisp/mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
   * lisp/mml2015.el (epg-check-configuration, epg-configuration)
   (message-options-set):
   * lisp/nndb.el (nndb-request-article):
   * lisp/nnfolder.el (gnus-request-create-group):
   * lisp/nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
   * lisp/nnmaildir.el (gnus-group-mark-article-read):
   * lisp/nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
   * lisp/rfc1843.el (message-fetch-field):
   * lisp/spam.el (gnus-extract-address-components):
   Declare as functions.

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

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 16 Dec 2007 04:23:10 +0000 (04:23 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 271)

   - Update from CVS

2007-12-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>

   * lisp/gnus-sum.el (gnus-summary-mark-unread-as-read)
   (gnus-summary-mark-read-and-unread-as-read)
   (gnus-summary-mark-current-read-and-unread-as-read)
   (gnus-summary-mark-unread-as-ticked): Doc fix.
   `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.

2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
   Christoph Conrad <christoph.conrad@gmx.de>.

2007-12-14  Sven Joachim  <svenjoac@gmx.de>

   * texi/gnus.texi (Score Variables): Fix typo.

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

16 years ago(article-verify-x-pgp-sig): Add reference to X-PGP-Sig format document.
Reiner Steib [Sat, 15 Dec 2007 10:32:14 +0000 (10:32 +0000)]
(article-verify-x-pgp-sig): Add reference to X-PGP-Sig format document.
(gnus-mime-delete-part): Don't write description line if empty.
(gnus-article-encrypt-body): Add confirmation for gnus-novice-user.

16 years ago(gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and yes-or-no-p.
Reiner Steib [Fri, 14 Dec 2007 21:12:40 +0000 (21:12 +0000)]
(gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and yes-or-no-p.

16 years ago* mm-decode.el (mm-add-meta-html-tag): New function.
Katsumi Yamaoka [Tue, 11 Dec 2007 09:16:48 +0000 (09:16 +0000)]
* mm-decode.el (mm-add-meta-html-tag): New function.
(mm-save-part-to-file, mm-pipe-part): Use it

* gnus-art.el (gnus-article-browse-delete-temp-files): Use gnus-y-or-n-p
 instead of y-or-n-p.
(gnus-article-browse-html-parts): Work with message/external-body;
 use mm-add-meta-html-tag.

16 years ago* gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
Katsumi Yamaoka [Mon, 10 Dec 2007 02:17:07 +0000 (02:17 +0000)]
* gnus-art.el (gnus-article-browse-html-parts): Decode CTE.

* pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.

* lpath.el: Fbind run-mode-hooks for Emacs 21; bind show-trailing-whitespace
 for XEmacs.

16 years agoMerge from emacs--devo--0
Miles Bader [Sun, 9 Dec 2007 22:46:32 +0000 (22:46 +0000)]
Merge from emacs--devo--0

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

16 years ago* hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
Reiner Steib [Sun, 9 Dec 2007 21:27:14 +0000 (21:27 +0000)]
* hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
new no-op macro for backward compatibility.

16 years ago(imap-string-to-integer): New function.
Reiner Steib [Sun, 9 Dec 2007 12:32:43 +0000 (12:32 +0000)]
(imap-string-to-integer): New function.

16 years agoRemove hashcash.el.
Reiner Steib [Sun, 9 Dec 2007 12:28:34 +0000 (12:28 +0000)]
Remove hashcash.el.

16 years agoMerge from emacs--devo--0, emacs--rel--22
Miles Bader [Sun, 9 Dec 2007 00:04:23 +0000 (00:04 +0000)]
Merge from emacs--devo--0, emacs--rel--22

Patches applied:

 * emacs--devo--0  (patch 917, 919, 923-925, 932-933, 936, 938, 940-941, 944-945)

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

 * emacs--rel--22  (patch 143, 147, 152, 158-159)

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

2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>

   * contrib/mail/sendmail.el (dired-view-file, dired-get-filename): Declare as
   functions.

2007-11-24  Kenichi Handa  <handa@m17n.org>

   * contrib/ucs-tables.el (ucs-8859-7-alist): Update the table.

2007-12-04  Glenn Morris  <rgm@gnu.org>

   * lisp/password.el: Move to password-cache.el.

   * lisp/mml1991.el (password-read, password-cache-add, password-cache-remove):
   * lisp/mml2015.el (password-read, password-cache-add, password-cache-remove):
   * lisp/mml-smime.el (password-read, password-cache-add)
   (password-cache-remove):
   No need to autoload, since mml-sec requires password.

   * lisp/gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
   * lisp/message.el (gnus-extract-address-components):
   * lisp/mml-smime.el (gnus-extract-address-components): Define for compiler.

   * lisp/mml-sec.el, lisp/sieve-manage.el, lisp/smime.el: Require password-cache or
   password.

2007-12-02  Glenn Morris  <rgm@gnu.org>

   * lisp/binhex.el (binhex): New custom group.
   (binhex-decoder-program, binhex-decoder-switches)
   (binhex-use-external): Move to the binhex custom group.

   * lisp/uudecode.el (uudecode): New custom group.
   (uudecode-decoder-program, uudecode-decoder-switches)
   (uudecode-use-external): Move to the uudecode custom group.

   * lisp/netrc.el (top-level): Don't load `encrypt' features.
   (netrc-parse): Don't use encrypt.
   (netrc-find-service-name, netrc-find-service-number): Don't use caddr.

   * lisp/encrypt.el: Remove file.

2007-12-01  Glenn Morris  <rgm@gnu.org>

   * lisp/mail-source.el (top-level): Require format-spec before
   eval-when-compile.

2007-11-30  Glenn Morris  <rgm@gnu.org>

   * lisp/encrypt.el: Require password, rather than autoloading password-read.

2007-11-29  Glenn Morris  <rgm@gnu.org>

   * lisp/imap.el (sasl-find-mechanism, sasl-mechanism-name)
   (sasl-make-client, sasl-next-step, sasl-step-data)
   (sasl-step-set-data): Declare as functions.

2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/hashcash.el (message-narrow-to-headers-or-head)
   (message-fetch-field, message-goto-eoh)
   (message-narrow-to-headers): Declare as functions.

2007-11-24  Glenn Morris  <rgm@gnu.org>

   * lisp/message.el (message-tool-bar-retro): Update for rename
   mail_send.xpm->mail-send.xpm.

2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.

   * lisp/message.el (message-send-mail-function): Fix error convention.
   (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
   (message-widen-reply, message-send-mail, message-talkative-question)
   (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
   (message-clone-locals, message-send-news): Use with-current-buffer.
   (message-insert-or-toggle-importance): Remove unused var `valid'.
   (message-make-references): Remove unused var `new-references'.
   (message-make-mail-followup-to): Remove unused var `subscribed-lists'.

2007-11-22  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/spam.el (spam-find-spam, spam-enter-list): Doc fixes.
   (spam-split-symbolic-return-positive): Reflow docstring.
   (spam-backends, spam-summary-exit-behavior)
   (spam-mark-ham-unread-before-move-from-spam-group)
   (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
   (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
   (spam-clear-cache, spam-backend-check, spam-install-backend)
   (spam-install-statistical-backend, spam-list-of-processors)
   (spam-group-processor-p, spam-split, spam-bogofilter-score)
   (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
   (spam-check-crm114, spam-initialize, spam-unload-hook):
   Fix typos in docstrings.

2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/message.el (message-send-mail-function): Require sendmail.

2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/message.el (message-send-mail-function): Check for smtpmail too.

   * lisp/utf7.el (utf7-encode, utf7-decode): Use coding system
   `utf-7'/`utf-7-imap' from utf-7.el' if available.

   * lisp/message.el (message-send-mail-function): New function.
   (message-send-mail-function): Set default using
   message-send-mail-function.  Adjust doc string.
   (message-send-mail-with-mailclient): New function.

2007-11-17  Richard Stallman  <rms@gnu.org>

   * lisp/assistant.el: Remove file.

2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/smime.el (from):
   * lisp/rfc2047.el (message-posting-charset):
   * lisp/qp.el (mm-use-ultra-safe-encoding):
   * lisp/pop3.el (parse-time-months):
   * lisp/nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
   * lisp/nnml.el (files):
   * lisp/nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
   (jka-compr-compression-info-list, ange-ftp-path-format)
   (efs-path-regexp):
   * lisp/nndiary.el (files):
   * lisp/mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
   (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
   (epg-digest-algorithm-alist, inhibit-redisplay)
   (password-cache-expiry):
   * lisp/mml1991.el (pgg-default-user-id, pgg-errors-buffer)
   (pgg-output-buffer, password-cache-expiry):
   * lisp/mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
   (efs-path-regexp):
   * lisp/mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
   (inhibit-redisplay):
   * lisp/mm-uu.el (file-name, start-point, end-point, entry)
   (gnus-newsgroup-name, gnus-newsgroup-charset):
   * lisp/mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
   (latin-unity-ucs-list):
   * lisp/mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
   (mm-uu-binhex-decode-function):
   * lisp/message.el (gnus-message-group-art, gnus-list-identifiers, )
   (rmail-enable-mime-composing, gnus-local-organization)
   (gnus-post-method, gnus-select-method, gnus-active-hashtb)
   (gnus-read-active-file, facemenu-add-face-function)
   (facemenu-remove-face-function, gnus-article-decoded-p)
   (tool-bar-mode):
   * lisp/mail-source.el (display-time-mail-function):
   * lisp/gnus-util.el (nnmail-pathname-coding-system)
   (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
   (gnus-original-article-buffer, gnus-user-agent)
   (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
   (xemacs-codename, sxemacs-codename, emacs-program-version):
   * lisp/gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
   * lisp/gnus-start.el (gnus-agent-covered-methods)
   (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
   (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
   (gnus-newsgroup-headers, gnus-group-list-mode)
   (gnus-group-mark-positions, gnus-newsgroup-data)
   (gnus-newsgroup-unreads, nnoo-state-alist)
   (gnus-current-select-method, mail-sources)
   (nnmail-scan-directory-mail-source-once, nnmail-split-history)
   (nnmail-spool-file, gnus-cache-active-hashtb):
   * lisp/gnus-mh.el (mh-lib-progs):
   * lisp/gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
   (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
   (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
   (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
   (gnus-group-buffer):
   * lisp/gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
   (font-lock-set-defaults):
   * lisp/gnus-art.el (tool-bar-map, w3m-minor-mode-map)
   (gnus-face-properties-alist, charset, gnus-summary-article-menu)
   (gnus-summary-post-menu, total-parts, type, condition, length):
   * lisp/gnus-agent.el (gnus-agent-read-agentview):
   * lisp/flow-fill.el (show-trailing-whitespace):
   * lisp/gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
   eval-and-compile wrappers for byte compiler pacifiers.

   * lisp/mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
   (mm-display-inline-fontify): Check for featurep 'xemacs not
   extent-list.

   * lisp/mm-decode.el (mm-display-external): Check for featurep 'xemacs not
   itimer-list.
   (mm-create-image-xemacs): Only do something for XEmacs.
   (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.

   * lisp/mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.

   * lisp/gnus-registry.el (gnus-adaptive-word-syntax-table):
   * lisp/gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.

2007-11-15  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/nnimap.el (nnimap-split-download-body):
   * lisp/gnus-demon.el (gnus-demon):
   * lisp/gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.

2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/message.el (message-check-news-body-syntax): Avoid
   mm-string-as-multibyte.
   (message-hide-headers): Don't assume (point-min)==1.

2007-10-29  Glenn Morris  <rgm@gnu.org>

   * texi/gnus-refcard.tex: Restore Feb 2007 copyright clarifications
   lost in update to Gnus trunk.

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

16 years agoMark change "2007-12-06 Christian Plate" as tiny change.
Reiner Steib [Sat, 8 Dec 2007 11:14:52 +0000 (11:14 +0000)]
Mark change "2007-12-06  Christian Plate" as tiny change.

16 years ago(dgnushack-emacs-compile-defcustom-p): New function;
Katsumi Yamaoka [Fri, 7 Dec 2007 04:34:12 +0000 (04:34 +0000)]
(dgnushack-emacs-compile-defcustom-p): New function;
 use it to bind idna-program, installation-directory, defined-colors, and
 face-attribute for XEmacs of the version that compiles defcustom forms.

16 years ago* nnmaildir.el (nnmaildir-request-update-info): Improved performance.
Paul Jarc [Thu, 6 Dec 2007 05:50:22 +0000 (05:50 +0000)]
* nnmaildir.el (nnmaildir-request-update-info): Improved performance.
Call gnus-add-to-range ranges only once with a prepared article-list.

16 years ago* nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
Paul Jarc [Thu, 6 Dec 2007 03:44:48 +0000 (03:44 +0000)]
* nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
group names with backslashes.  Reported by Tassilo Horn
<tassilo@member.fsf.org>.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 6 Dec 2007 00:48:27 +0000 (00:48 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 270)

   - Update from CVS

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

16 years ago* gnus-art.el (gnus-use-idna)
Katsumi Yamaoka [Wed, 5 Dec 2007 23:45:58 +0000 (23:45 +0000)]
* gnus-art.el (gnus-use-idna)
* gnus-start.el (gnus-site-init-file)
* message.el (message-use-idna)
* mm-uu.el (mm-uu-hide-markers)
* smiley.el (smiley-style): Revert changes that suppress warnings.

16 years ago(gnus-article-browse-html-parts): Add meta html tag to specify charset to html
Katsumi Yamaoka [Wed, 5 Dec 2007 06:39:21 +0000 (06:39 +0000)]
(gnus-article-browse-html-parts): Add meta html tag to specify charset to html
 source.

16 years ago* gnus-art.el (gnus-use-idna): Don't directly refer to the value of
Katsumi Yamaoka [Wed, 5 Dec 2007 01:52:29 +0000 (01:52 +0000)]
* gnus-art.el (gnus-use-idna): Don't directly refer to the value of
 idna-program in order to suppress byte compile warning issued by XEmacs that
 came to byte compile the default value section of defcustom forms recently.

* gnus-start.el (gnus-site-init-file): Don't directly refer to the value of
 installation-directory.

* message.el (message-use-idna): Don't directly refer to the value of
 idna-program.

* mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.

* smiley.el (smiley-style): Don't directly call face-attribute.

16 years ago(gnus-group-highlight-line): Add FIXME.
Reiner Steib [Tue, 4 Dec 2007 18:21:59 +0000 (18:21 +0000)]
(gnus-group-highlight-line): Add FIXME.

16 years agoReduce Gnus dependencies.
Reiner Steib [Tue, 4 Dec 2007 18:19:35 +0000 (18:19 +0000)]
Reduce Gnus dependencies.
(gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
require.  Use autoloads instead.
(mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
(mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
(message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
(gnus-dired-mode): Adjust doc string.
(gnus-dired-mail-mode): New variable.
(gnus-dired-mode-map): Avoid using `gnus-define-keys'.
(gnus-dired-mode): Avoid using `gnus-run-hooks'.
(gnus-dired-mail-buffers): New function.  Return mail or message
composition buffers.
(gnus-dired-attach): Use it.
(gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with NO-DECODE.
(gnus-dired-print): Use `gnus-print-buffer' depending on
`gnus-dired-mail-mode'.

16 years ago(rfc2047-encoded-word-regexp, rfc2047-encoded-word-regexp-loose): Move forward;
Katsumi Yamaoka [Tue, 4 Dec 2007 09:19:11 +0000 (09:19 +0000)]
(rfc2047-encoded-word-regexp, rfc2047-encoded-word-regexp-loose): Move forward;
 add comments explaining what regexp patterns are for.

16 years agoReduce dependencies.
Reiner Steib [Mon, 3 Dec 2007 20:59:35 +0000 (20:59 +0000)]
Reduce dependencies.
(mail-header-parse-content-type): Autoload.
(mailcap-delete-duplicates): New alias.
(mailcap-mime-info): Add optional argument NO-DECODE.
(mailcap-mime-types): Use mailcap-delete-duplicates.

16 years ago(message-ignored-supersedes-headers): Add "X-ID".
Reiner Steib [Mon, 3 Dec 2007 20:36:35 +0000 (20:36 +0000)]
(message-ignored-supersedes-headers): Add "X-ID".

16 years agoAdd a command for the yenc function.
Lars Magne Ingebrigtsen [Mon, 3 Dec 2007 18:05:36 +0000 (18:05 +0000)]
Add a command for the yenc function.

16 years agoFix last entry.
Simon Josefsson [Mon, 3 Dec 2007 17:55:12 +0000 (17:55 +0000)]
Fix last entry.

16 years ago2007-12-03 Nathan J. Williams <nathanw@MIT.EDU>
Simon Josefsson [Mon, 3 Dec 2007 17:54:55 +0000 (17:54 +0000)]
2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>

* imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
(imap-parse-status): Upcase status-att for broken servers that sends
them lower-case (e.g., MS Exchange 2007).

16 years ago* gnus-uu.el (gnus-uu-decode-yenc): New command.
Lars Magne Ingebrigtsen [Mon, 3 Dec 2007 17:51:25 +0000 (17:51 +0000)]
* gnus-uu.el (gnus-uu-decode-yenc): New command.
(gnus-uu-yenc-article): New function.

* yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.

16 years ago(mm-uu-yenc-extract): Get the data from the original
Lars Magne Ingebrigtsen [Mon, 3 Dec 2007 00:37:48 +0000 (00:37 +0000)]
(mm-uu-yenc-extract): Get the data from the original
buffer.

16 years ago(message-cite-prefix-regexp): Remove `-' and `+' to avoid matches on patches.
Reiner Steib [Sat, 1 Dec 2007 17:50:27 +0000 (17:50 +0000)]
(message-cite-prefix-regexp): Remove `-' and `+' to avoid matches on patches.

16 years ago(gnus-article-browse-html-article): Mention
Reiner Steib [Sat, 1 Dec 2007 17:49:52 +0000 (17:49 +0000)]
(gnus-article-browse-html-article): Mention
`mm-text-html-renderer' in the doc string.

16 years ago(rfc2047-encode-max-chars): Refer to RFC 2047 in doc string. Add comments.
Reiner Steib [Sat, 1 Dec 2007 13:10:11 +0000 (13:10 +0000)]
(rfc2047-encode-max-chars): Refer to RFC 2047 in doc string.  Add comments.

16 years ago(message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
Reiner Steib [Sat, 1 Dec 2007 11:55:23 +0000 (11:55 +0000)]
(message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
if rhs is ASCII.

16 years ago(MIME Commands): Default of gnus-article-loose-mime is t since 2004-08-06.
Reiner Steib [Fri, 30 Nov 2007 21:13:28 +0000 (21:13 +0000)]
(MIME Commands): Default of gnus-article-loose-mime is t since 2004-08-06.

16 years ago(tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
Reiner Steib [Wed, 28 Nov 2007 21:54:52 +0000 (21:54 +0000)]
(tls-hostmismatch, open-tls-stream): Checkdoc cleanup.

16 years ago(open-tls-stream): Actually consult tls-checktrust to see if
Reiner Steib [Wed, 28 Nov 2007 21:47:15 +0000 (21:47 +0000)]
(open-tls-stream): Actually consult tls-checktrust to see if
certs should be verified and what is to be done in the event of a
verification failure.

16 years ago* gnus.el (gnus-method-to-server): Add an optional parameter so the
Reiner Steib [Wed, 28 Nov 2007 20:32:49 +0000 (20:32 +0000)]
* gnus.el (gnus-method-to-server): Add an optional parameter so the
caller can indicate whether the cache should be disregarded for this
call.  This way the result of the call is reproducible at all times and
can be considered a canonical server name for the supplied method.
(gnus-agent-method-p): Canonicalize server names by pushing their
method through `gnus-method-to-server' using the no-cache argument.

* gnus-srvr.el (gnus-server-insert-server-line): Call
`gnus-method-to-server' with `no-cache' argument.

* gnus-agent.el (gnus-agent-toggle-plugged): Don't call
gnus-agent-possibly-synchronize-flags as this should be called when the
server is actually being opened.
(gnus-agent-possibly-synchronize-flags)
(gnus-agent-possibly-synchronize-flags-server): Move check for the
flags file of an agentized server to the latter function.

* gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
(gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
after a connection has been established successfully.

16 years ago(article-display-face): Force to display face if called interactively;
Katsumi Yamaoka [Wed, 28 Nov 2007 11:30:24 +0000 (11:30 +0000)]
(article-display-face): Force to display face if called interactively;
 check if gnus-article-x-face-too-ugly matches author.
(article-display-x-face): Display face even if From header is missing as
 article-display-face does.

16 years ago(Fancy Mail Splitting): Fix description of splitting based on body.
Katsumi Yamaoka [Wed, 28 Nov 2007 11:30:17 +0000 (11:30 +0000)]
(Fancy Mail Splitting): Fix description of splitting based on body.

16 years ago(mail-sources): Default to fetch from file for
Reiner Steib [Tue, 27 Nov 2007 23:42:52 +0000 (23:42 +0000)]
(mail-sources): Default to fetch from file for
compatibility with default of nnmail-spool-file.

16 years ago(rfc2047): Mention rfc2047-encoded-word-regexp-loose and
Katsumi Yamaoka [Tue, 27 Nov 2007 09:33:22 +0000 (09:33 +0000)]
(rfc2047): Mention rfc2047-encoded-word-regexp-loose and
 rfc2047-allow-irregular-q-encoded-words;
 fix description of rfc2047-encode-encoded-words.

16 years ago(rfc2047-allow-irregular-q-encoded-words): New variable.
Katsumi Yamaoka [Tue, 27 Nov 2007 09:33:15 +0000 (09:33 +0000)]
(rfc2047-allow-irregular-q-encoded-words): New variable.
(rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?" to look
 for encoded word that should be encoded again.
(rfc2047-encoded-word-regexp): Make B encoding pattern strict.
(rfc2047-encoded-word-regexp-loose): New constant that has loose Q encoding
 pattern.
(rfc2047-decode-region): Switch strict regexp and loose one according to
 rfc2047-allow-irregular-q-encoded-words.

16 years ago(gnus-summary-reply): Delete extra paren.
Romain Francoise [Sun, 25 Nov 2007 18:25:12 +0000 (18:25 +0000)]
(gnus-summary-reply): Delete extra paren.

16 years ago(tls-program): Provide more custom choices from
Reiner Steib [Sun, 25 Nov 2007 14:17:03 +0000 (14:17 +0000)]
(tls-program): Provide more custom choices from
`tls-checktrust'.  Refer to `tls-checktrust' in doc string.
(tls-process-connection-type, tls-success): Remove "*" in doc string.

16 years ago(Fetching Mail): Remove obsoleted `nnmail-spool-file'.
Reiner Steib [Sat, 24 Nov 2007 22:48:29 +0000 (22:48 +0000)]
(Fetching Mail): Remove obsoleted `nnmail-spool-file'.

16 years ago* nnmail.el (nnmail-spool-file): Remove obsolete variable.
Reiner Steib [Sat, 24 Nov 2007 22:41:58 +0000 (22:41 +0000)]
* nnmail.el (nnmail-spool-file): Remove obsolete variable.
(nnmail-get-new-mail): Remove code using `nnmail-spool-file'.

* gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
`nnmail-spool-file'.

* nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
`nnmail-spool-file'.

* gnus-move.el (gnus-change-server): Ditto.

* gnus-kill.el (gnus-batch-score): Ditto.

* gnus-cache.el (gnus-jog-cache): Ditto.

16 years ago(gnus-summary-reply): Ignore
Reiner Steib [Sat, 24 Nov 2007 22:20:28 +0000 (22:20 +0000)]
(gnus-summary-reply): Ignore
gnus-confirm-mail-reply-to-news for wide and very wide replies.

16 years ago(tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
Reiner Steib [Sat, 24 Nov 2007 21:23:08 +0000 (21:23 +0000)]
(tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
version.  Minor improvement to doc strings.
(tls-program): Add comment.

16 years agoFix previous commit: tls-certtool-program ins't new.
Reiner Steib [Sat, 24 Nov 2007 21:17:43 +0000 (21:17 +0000)]
Fix previous commit: tls-certtool-program ins't new.

16 years ago(tls-certtool-program, tls-certtool-program)
Reiner Steib [Sat, 24 Nov 2007 21:11:06 +0000 (21:11 +0000)]
(tls-certtool-program, tls-certtool-program)
(tls-hostmismatch): New variables.
(tls-checktrust): New variable.  Check if GNU TLS complained about a
mismatch between the hostname provided in the certificate and the name
of the host connnecting to.
(open-tls-stream): Use them.  Check certificates against trusted root
certificates.

16 years ago(gnus-cache-generate-nov-databases): Use
Reiner Steib [Sat, 24 Nov 2007 11:39:07 +0000 (11:39 +0000)]
(gnus-cache-generate-nov-databases): Use
nnml-generate-nov-databases-directory instead of
nnml-generate-nov-databases-1.

16 years ago(smime-cert-by-ldap-1): Use `ldap-search' instead of
Reiner Steib [Thu, 22 Nov 2007 20:39:39 +0000 (20:39 +0000)]
(smime-cert-by-ldap-1): Use `ldap-search' instead of
`smime-ldap-search' for Emacs 22 and up.

16 years agoReword last changelog.
Katsumi Yamaoka [Thu, 22 Nov 2007 08:13:45 +0000 (08:13 +0000)]
Reword last changelog.

16 years ago(gnus-get-unread-articles): Mark groups that have never been read as having
Katsumi Yamaoka [Wed, 21 Nov 2007 23:37:51 +0000 (23:37 +0000)]
(gnus-get-unread-articles): Mark groups that have never been read as having
 never been checked.

16 years ago(gnus-get-unread-articles): Don't prevent from checking foreign groups unless
Katsumi Yamaoka [Wed, 21 Nov 2007 09:35:04 +0000 (09:35 +0000)]
(gnus-get-unread-articles): Don't prevent from checking foreign groups unless
 a group level is specified by a user.  Reported by Dan Nicolaescu.

16 years agoUpdate to revision 1.11 2000/06/29.
Reiner Steib [Tue, 20 Nov 2007 22:00:21 +0000 (22:00 +0000)]
Update to revision 1.11 2000/06/29.