gnus
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.

16 years agoGenerated.
Reiner Steib [Sun, 18 Nov 2007 18:30:56 +0000 (18:30 +0000)]
Generated.

16 years agoUpdate.
Katsumi Yamaoka [Thu, 15 Nov 2007 10:19:03 +0000 (10:19 +0000)]
Update.

16 years ago(nntp-insert-buffer-substring, nntp-copy-to-buffer): New macros.
Katsumi Yamaoka [Thu, 15 Nov 2007 10:18:59 +0000 (10:18 +0000)]
(nntp-insert-buffer-substring, nntp-copy-to-buffer): New macros.
(nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
(nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to copy
 data from unibyte buffer to multibyte current buffer.
(nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer to copy
 data from unibyte current buffer to multibyte buffer.
(nntp-make-process-buffer): Make process buffer unibyte.

16 years ago(pop3-open-server): Fix typo in Lisp code.
Katsumi Yamaoka [Thu, 15 Nov 2007 10:18:54 +0000 (10:18 +0000)]
(pop3-open-server): Fix typo in Lisp code.

16 years ago(pop3-open-server): Accept and process data more robustly at connexion start to
Katsumi Yamaoka [Wed, 14 Nov 2007 22:16:30 +0000 (22:16 +0000)]
(pop3-open-server): Accept and process data more robustly at connexion start to
 avoid spurious "POP SSL connexion failed" errors.
 From Denys Duchier <denys.duchier@univ-orleans.fr>.

16 years ago(gnus-active-to-gnus-format): Use unibyte buffer to read group names.
Katsumi Yamaoka [Wed, 14 Nov 2007 11:38:41 +0000 (11:38 +0000)]
(gnus-active-to-gnus-format): Use unibyte buffer to read group names.

16 years agoFix my last commit.
Katsumi Yamaoka [Tue, 13 Nov 2007 01:23:14 +0000 (01:23 +0000)]
Fix my last commit.

16 years ago(gnus-confirm-mail-reply-to-news): Adjust :version.
Reiner Steib [Mon, 12 Nov 2007 18:40:31 +0000 (18:40 +0000)]
(gnus-confirm-mail-reply-to-news): Adjust :version.

16 years ago* nnmail.el (nnmail-parse-active): Make group names unibyte.
Katsumi Yamaoka [Mon, 12 Nov 2007 12:10:01 +0000 (12:10 +0000)]
* nnmail.el (nnmail-parse-active): Make group names unibyte.
(nnmail-save-active): Use a unibyte buffer saving active file, which may
 contain non-ASCII group names.

* nnml.el (nnml-request-group): Decode group names in messages.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 7 Nov 2007 07:42:35 +0000 (07:42 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 267-269)

   - Update from CVS

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

   * Makefile.in (RELEASE_COMMIT_FILES): Add etc/ChangeLog.
   (release-check-settings): Add release-add-changelog
   (release-bump-version): Add check for CODENAME_TO_STABLE.  Split off
   release-add-changelog.
   (release-add-changelog): New target.  Separate some commands from
   release-bump-version.  Add etc/ChangeLog.
   (release-diff-commit-files): New target.
   (RELEASE_COMMIT_FILES): Reorder files.

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

   * COPYING: GPLv3 from Emacs repository.

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

   * etc/images/GNUS-README: Rename from README. Add some information
   about the purpose of the various README files.

   * etc/images/README: New. `emacs/etc/images/README' from Emacs.

2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/qp.el (quoted-printable-decode-string): Fix typo in doc string.

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

16 years agoMerge from emacs--devo--0
Miles Bader [Wed, 7 Nov 2007 07:42:24 +0000 (07:42 +0000)]
Merge from emacs--devo--0

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

16 years agoAdd arch tagline
Miles Bader [Tue, 6 Nov 2007 22:55:26 +0000 (22:55 +0000)]
Add arch tagline

16 years agoFix spelling.
Reiner Steib [Mon, 5 Nov 2007 23:15:46 +0000 (23:15 +0000)]
Fix spelling.
`message-insert-formatted-citation-line', not
`message-insert-formated-citation-line'.

16 years ago(message-insert-formatted-citation-line): Fix spelling in doc-string.
Reiner Steib [Mon, 5 Nov 2007 23:14:10 +0000 (23:14 +0000)]
(message-insert-formatted-citation-line): Fix spelling in doc-string.

16 years ago(message-citation-line-function)
Reiner Steib [Mon, 5 Nov 2007 23:12:04 +0000 (23:12 +0000)]
(message-citation-line-function)
(message-insert-formatted-citation-line): Fix spelling of
`message-insert-formated-citation-line'.

16 years agoNew ChangeLog for `./etc'. Should simplify syncing with Emacs a little bit.
Reiner Steib [Sat, 3 Nov 2007 14:10:18 +0000 (14:10 +0000)]
New ChangeLog for `./etc'.  Should simplify syncing with Emacs a little bit.

16 years ago(gnus-summary-highlight): Mark as risky local variable.
Reiner Steib [Sat, 3 Nov 2007 13:09:59 +0000 (13:09 +0000)]
(gnus-summary-highlight): Mark as risky local variable.

16 years agoUpdate.
Katsumi Yamaoka [Fri, 2 Nov 2007 06:06:49 +0000 (06:06 +0000)]
Update.

16 years ago* nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
Katsumi Yamaoka [Fri, 2 Nov 2007 06:06:37 +0000 (06:06 +0000)]
* nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
 nnmail-pathname-coding-system.

* gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name that a
 user enters; decode group names in messages.

16 years ago(gnus-inews-do-gcc): Encode non-ASCII group names.
Katsumi Yamaoka [Fri, 2 Nov 2007 02:18:33 +0000 (02:18 +0000)]
(gnus-inews-do-gcc): Encode non-ASCII group names.

16 years ago* mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
Reiner Steib [Thu, 1 Nov 2007 20:48:53 +0000 (20:48 +0000)]
* mm-util.el (mm-charset-eval-alist): Mark as risky local variable.

* gnus.el (gnus-group-charter-alist): Mark as risky local variable.

* gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
risky local variable.

* gnus-group.el (gnus-group-icon-list): Mark as risky local variable.

16 years ago[ Add missing ChangeLog entry for 2007-01-14 change: ]
Reiner Steib [Thu, 1 Nov 2007 19:35:22 +0000 (19:35 +0000)]
[ Add missing ChangeLog entry for 2007-01-14 change: ]
(message-make-from): Allow name and address as optional arguments.

16 years agoImprove documentation to fix function name typo.
Teodor Zlatanov [Thu, 1 Nov 2007 15:01:11 +0000 (15:01 +0000)]
Improve documentation to fix function name typo.
Reported by Daiki Ueno <ueno@unixuser.org>.

16 years ago(gnus-article-next-page): Honor gnus-article-over-scroll even if the point is
Katsumi Yamaoka [Thu, 1 Nov 2007 10:25:38 +0000 (10:25 +0000)]
(gnus-article-next-page): Honor gnus-article-over-scroll even if the point is
 not in the last page of an article.
(gnus-article-prev-page): Honor gnus-article-over-scroll when moving back to
 the previous page.

16 years ago(gnus-x-splash): Work even if there's no scroll bar.
Katsumi Yamaoka [Tue, 30 Oct 2007 01:16:31 +0000 (01:16 +0000)]
(gnus-x-splash): Work even if there's no scroll bar.

16 years ago(message-bogus-address-regexp): New variable.
Reiner Steib [Sun, 28 Oct 2007 18:10:57 +0000 (18:10 +0000)]
(message-bogus-address-regexp): New variable.
(message-bogus-recipient-p): New function.
(message-check-recipients): New command.
(message-syntax-checks): Add `bogus-recipient'.
(message-fix-before-sending): Add `bogus-recipient'.

16 years ago(message-remove-blank-cited-lines): Fix if remove is given.
Reiner Steib [Sun, 28 Oct 2007 18:09:47 +0000 (18:09 +0000)]
(message-remove-blank-cited-lines): Fix if remove is given.

16 years ago(gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
Reiner Steib [Sun, 28 Oct 2007 15:41:53 +0000 (15:41 +0000)]
(gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
(gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
window-system.

16 years ago(SED_I, CODENAME_PATTERN): New.
Reiner Steib [Sun, 28 Oct 2007 13:50:31 +0000 (13:50 +0000)]
(SED_I, CODENAME_PATTERN): New.
(OLD_PATTERN): Adjust.
(release-bump-version): Use new variables.  Allow going from
development version to release.

16 years ago(gnus-message-setup-hook): Add `message-remove-blank-cited-lines' to options.
Reiner Steib [Sat, 27 Oct 2007 22:11:45 +0000 (22:11 +0000)]
(gnus-message-setup-hook): Add `message-remove-blank-cited-lines' to options.

16 years agoM-x delete-trailing-whitespace RET.
Reiner Steib [Sat, 27 Oct 2007 21:59:32 +0000 (21:59 +0000)]
M-x delete-trailing-whitespace RET.

16 years ago* Makefile.in (release-bump-version): Adjust version
Reiner Steib [Sat, 27 Oct 2007 21:54:35 +0000 (21:54 +0000)]
* Makefile.in (release-bump-version): Adjust version
in (gnus)Troubleshooting.

* gnus.texi (Troubleshooting): Adjust Gnus version number.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 27 Oct 2007 09:13:49 +0000 (09:13 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--rel--22  (patch 115, 128, 130, 134, 137)

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

 * gnus--rel--5.10  (patch 257-263)

   - Merge from emacs--rel--22
   - Update from CVS

2007-10-23  Richard Stallman  <rms@gnu.org>

   * lisp/gnus-group.el (gnus-group-highlight): Mark as risky.

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

16 years ago(message-remove-blank-cited-lines): New function.
Reiner Steib [Fri, 26 Oct 2007 21:35:43 +0000 (21:35 +0000)]
(message-remove-blank-cited-lines): New function.
Suggested by Karl Plästerer.

  From: sig...@12move.de (Karl Pflästerer)
  Subject: Kleine Arbeitserleichterung bei zitierten Leerzeilen
  Newsgroups: de.comm.software.gnus
  Date: Fri, 03 Jan 2003 18:21:55 +0100
  Message-ID: <m3adiiup8o.fsf@hamster.pflaesterer.de>

16 years ago* hashcash.el (mail-add-payment): Replace mapcar called for effect with mapc.
Katsumi Yamaoka [Thu, 25 Oct 2007 08:17:54 +0000 (08:17 +0000)]
* hashcash.el (mail-add-payment): Replace mapcar called for effect with mapc.

* imap.el (imap-open): Replace mapcar called for effect with mapc.
(top-level): Use mapc to set functions to be traced for debugging.

* legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar called
 for effect with while loop.

* message.el (message-talkative-question): Replace mapcar called for effect
 with mapc.

* mm-util.el: Use mapc instead of mapcar to make compatible functions.
(mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar called
 for effect with dolist.

* mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.

* nndiary.el: Use dolist instead of mapcar to add diary headers to
 gnus-extra-headers and nnmail-extra-headers.

* nnimap.el (nnimap-request-update-info-internal): Replace mapcar called for
 effect with dolist.
(top-level): Use mapc to set functions to be traced for debugging.

* nnmail.el (nnmail-read-incoming-hook): Doc fix.
(nnmail-split-fancy-with-parent): Replace mapcar called for effect with dolist.

* nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close): Replace
 mapcar called for effect with mapc.
(nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
(nnmaildir-request-update-info, nnmaildir-request-delete-group)
(nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
(nnmaildir-close-group): Replace mapcar called for effect with dolist.

* nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of remove-if
 that's a cl function.

* webmail.el (webmail-debug): Replace mapcar called for effect with dolist.

* gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect with
 mapc.

16 years ago* gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
Katsumi Yamaoka [Wed, 24 Oct 2007 11:41:02 +0000 (11:41 +0000)]
* gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
(gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect with
 while loop.

* gnus-art.el: Use mapc instead of mapcar to make gnus-article-* functions from
 article-* functions.
(gnus-multi-decode-header): Replace mapcar called for effect with dolist.

* gnus-bookmark.el (gnus-bookmark-bmenu-list)
(gnus-bookmark-show-details): Replace mapcar called for effect with while loop.

* gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar called for
 effect with while loop.

* gnus-group.el (gnus-group-suspend): Replace mapcar called for effect with
 dolist.

* gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace mapcar
 called for effect with dolist.

* gnus-spec.el (gnus-correct-length): Make it simple and fast.

* gnus-sum.el (gnus-multi-decode-encoded-word-string)
(gnus-build-sparse-threads, gnus-summary-limit-include-expunged): Replace
 mapcar called for effect with dolist.
(gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with mapc.

* gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group): Replace mapcar
 called for effect with dolist.
(gnus-topic-list): Replace mapcar called for effect with mapc.

* gnus.el: Use mapc instead of mapcar to add autoloads.

16 years ago;; Fix previous ChangeLog entry info:
Katsumi Yamaoka [Tue, 23 Oct 2007 12:37:43 +0000 (12:37 +0000)]
;; Fix previous ChangeLog entry info:
(gnus-server-to-method): Return method found first in gnus-newsrc-alist.

16 years ago(gnus-server-to-method): Return server matching first in gnus-newsrc-alist.
Katsumi Yamaoka [Tue, 23 Oct 2007 12:33:53 +0000 (12:33 +0000)]
(gnus-server-to-method): Return server matching first in gnus-newsrc-alist.

16 years ago(gnus-article-highlight-signature)
Katsumi Yamaoka [Tue, 23 Oct 2007 10:27:41 +0000 (10:27 +0000)]
(gnus-article-highlight-signature)
(gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a button
 overlay without the front stickiness.

16 years ago* gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted overview buffe...
Kevin Greiner [Tue, 23 Oct 2007 04:46:26 +0000 (04:46 +0000)]
* gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted overview buffer needed a catch to receive its throw.
(gnus-agent-flush-cache): Declared as interactive to make this function easier to use.

16 years ago(html2text-fix-paragraph): Use `forward-line' instead of
Reiner Steib [Sat, 20 Oct 2007 18:11:19 +0000 (18:11 +0000)]
(html2text-fix-paragraph): Use `forward-line' instead of
`next-line'.

16 years ago(nnmail-fancy-expiry-target): Use rmail-dont-reply-to to exclude address
Katsumi Yamaoka [Thu, 18 Oct 2007 23:16:00 +0000 (23:16 +0000)]
(nnmail-fancy-expiry-target): Use rmail-dont-reply-to to exclude address
 matching message-dont-reply-to-names.

16 years ago(gnus-string<): Fix previous commit.
Katsumi Yamaoka [Mon, 15 Oct 2007 09:48:26 +0000 (09:48 +0000)]
(gnus-string<): Fix previous commit.

16 years ago* gnus-util.el (gnus-string<): New function.
Katsumi Yamaoka [Mon, 15 Oct 2007 09:37:45 +0000 (09:37 +0000)]
* gnus-util.el (gnus-string<): New function.

* gnus-sum.el (gnus-article-sort-by-author, gnus-article-sort-by-recipient)
 (gnus-article-sort-by-subject): Use it.

16 years ago(gnus-configure-windows): Focus on the frame for which the frame-focus tag is
Katsumi Yamaoka [Mon, 15 Oct 2007 06:33:45 +0000 (06:33 +0000)]
(gnus-configure-windows): Focus on the frame for which the frame-focus tag is
 set in gnus-buffer-configuration.

16 years ago2007-10-14 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
Lars Magne Ingebrigtsen [Sun, 14 Oct 2007 15:08:02 +0000 (15:08 +0000)]
2007-10-14  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)

* gnus-faq.texi ([5.12]): Remove reference to discontinued service.

16 years ago(gnus-article-add-button): Make a button overlay without the front stickiness.
Katsumi Yamaoka [Fri, 12 Oct 2007 00:52:34 +0000 (00:52 +0000)]
(gnus-article-add-button): Make a button overlay without the front stickiness.

16 years ago(gnus-button-alist): Exclude newline in RFC2396-compliant url pattern;
Katsumi Yamaoka [Thu, 11 Oct 2007 22:09:30 +0000 (22:09 +0000)]
(gnus-button-alist): Exclude newline in RFC2396-compliant url pattern;
 remove duplicate one.
(gnus-article-extend-url-button): New function.
(gnus-article-add-buttons): Use it.
(gnus-button-push): Use concatenated url that it makes.

16 years agoRemove Oort Gnus stuff.
Katsumi Yamaoka [Wed, 10 Oct 2007 00:50:43 +0000 (00:50 +0000)]
Remove Oort Gnus stuff.

16 years agoFix previous commit.
Katsumi Yamaoka [Wed, 10 Oct 2007 00:37:37 +0000 (00:37 +0000)]
Fix previous commit.

16 years agoFix.
Katsumi Yamaoka [Wed, 10 Oct 2007 00:25:45 +0000 (00:25 +0000)]
Fix.

16 years agoGenerated.
Katsumi Yamaoka [Wed, 10 Oct 2007 00:00:38 +0000 (00:00 +0000)]
Generated.

16 years ago* gnus-news.texi: Mention non-@acronym{ASCII} group names; move new
Katsumi Yamaoka [Wed, 10 Oct 2007 00:00:34 +0000 (00:00 +0000)]
* gnus-news.texi: Mention non-@acronym{ASCII} group names; move new
text about `New make.bat', `~/News/overview/ not used', `(require
'gnus-load)', and `Gnus no longer generate the Sender: header' from
GNUS-NEWS.

16 years ago2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
Katsumi Yamaoka [Tue, 9 Oct 2007 05:21:44 +0000 (05:21 +0000)]
2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>

    * hmac-def.el (define-hmac-function): Switch from old-style to
    new-style backquotes.

    * md4.el (md4-make-step): likewise.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 9 Oct 2007 04:03:04 +0000 (04:03 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 828, 835, 838, 851, 856-857, 859-860)

   - Merge from emacs--rel--22
   - Update from CVS

 * emacs--rel--22  (patch 72-73, 79, 82, 91-92, 96, 99-100)

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

 * gnus--rel--5.10  (patch 245-256)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: texi/gnus.texi (On Writing Manuals): Fix typos.
   - Revert refcard location changes

2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/sha1.el: Fix up comment style.
   (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
   (sha1-OP, sha1-add-to-H): Use new-style backquotes.

   * lisp/hex-util.el: Fix up comment style.
   (hex-char-to-num, num-to-hex-char): Use new-style backquotes.

   * lisp/gnus-salt.el: Use with-current-buffer.
   (gnus-pick-setup-message): Fix long-standing typo.

2007-08-08  Glenn Morris  <rgm@gnu.org>

   * texi/gnus.texi, texi/sieve.texi: Replace `iff'.

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

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

16 years ago(mm-charset-synonym-alist): Fix comment about "iso8859-1".
Reiner Steib [Mon, 8 Oct 2007 18:23:51 +0000 (18:23 +0000)]
(mm-charset-synonym-alist): Fix comment about "iso8859-1".

16 years ago(mm-charset-synonym-alist): Alias gbk to cp936.
Reiner Steib [Mon, 8 Oct 2007 18:17:34 +0000 (18:17 +0000)]
(mm-charset-synonym-alist): Alias gbk to cp936.

16 years ago* mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
Daiki Ueno [Mon, 8 Oct 2007 02:36:34 +0000 (02:36 +0000)]
* mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
ones returned from the verify-function.

* mm-uu.el (mm-uu-pgp-signed-extract-1): Call
mml2015-extract-cleartext-signature if extraction failed.

16 years ago(mm-uu-pgp-signed-extract-1): Delete the first line
Daiki Ueno [Sun, 7 Oct 2007 01:44:11 +0000 (01:44 +0000)]
(mm-uu-pgp-signed-extract-1): Delete the first line
beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
failed.

16 years agoAdd copyright.
Reiner Steib [Thu, 4 Oct 2007 19:01:11 +0000 (19:01 +0000)]
Add copyright.

16 years agoRelicense "GPLv2 or later" files to "GPLv3 or later".
Reiner Steib [Thu, 4 Oct 2007 18:51:29 +0000 (18:51 +0000)]
Relicense "GPLv2 or later" files to "GPLv3 or later".

16 years agoFill 2007-05-11 entry.
Reiner Steib [Thu, 4 Oct 2007 18:20:11 +0000 (18:20 +0000)]
Fill 2007-05-11 entry.