gnus
16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 24 Jul 2007 01:25:51 +0000 (01:25 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 806, 811-812, 823)

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

 * emacs--rel--22  (patch 54, 58, 69)

   - Merge from gnus--rel--5.10

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

   - Merge from emacs--devo--0

2007-07-13  Eli Zaretskii  <eliz@gnu.org>

   * texi/emacs-mime.texi: Add @documentencoding directive.

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

16 years ago(gnus-summary-move-article): Make gnus-summary-respool-article work.
Katsumi Yamaoka [Mon, 23 Jul 2007 23:44:36 +0000 (23:44 +0000)]
(gnus-summary-move-article): Make gnus-summary-respool-article work.

16 years ago(mm-uu-type-alist): Refer to mm-uu-configure-list in doc string.
Reiner Steib [Sat, 21 Jul 2007 20:17:58 +0000 (20:17 +0000)]
(mm-uu-type-alist): Refer to mm-uu-configure-list in doc string.

16 years ago(RSS): Document nnrss-ignore-article-fields.
Michaël Cadilhac [Fri, 20 Jul 2007 13:51:49 +0000 (13:51 +0000)]
(RSS): Document nnrss-ignore-article-fields.

16 years ago(nnrss-ignore-article-fields): New variable. List of fields that
Michaël Cadilhac [Fri, 20 Jul 2007 13:50:19 +0000 (13:50 +0000)]
(nnrss-ignore-article-fields): New variable.  List of fields that
should be ignored when comparing distant RSS articles with local ones.
(nnrss-make-hash-index): New function.  Create a hash index according
to the ignored fields.
(nnrss-check-group): Use it.

16 years ago* gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
Katsumi Yamaoka [Fri, 20 Jul 2007 11:30:51 +0000 (11:30 +0000)]
* gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.

* gnus-art.el (article-decode-group-name): Decode Xref header too.

* gnus-group.el (gnus-group-make-group): Encode group name here unless the new
 optional argument ENCODED is non-nil.
(gnus-group-make-doc-group): Use gnus-group-name-charset to determine coding
 system for encoding group name.
(gnus-group-make-rss-group): Pass un-encoded group name to
 gnus-group-make-group.
(gnus-group-set-info): Tell gnus-group-make-group that group name is encoded.

* gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name): Encode
 group name to which articles are moved or copied.
(gnus-summary-edit-article): Use gnus-group-name-charset to determine coding
 system for encoding Newsgroup, Followup-To and Xref headers.

* nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose marks;
 use nnheader-file-coding-system to write a file.
(nnagent-retrieve-headers): Bind file-name-coding-system to
 nnmail-pathname-coding-system.

* nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.

* nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
(nnml-request-article, nnml-request-create-group)
(nnml-request-rename-group, nnml-find-id)
(nnml-possibly-change-directory, nnml-possibly-create-directory)
(nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
(nnml-save-marks): Use nnml-group-pathname instead of nnmail-group-pathname.

(nnml-request-create-group, nnml-request-expire-articles)
(nnml-request-move-article, nnml-request-delete-group)
(nnml-deletable-article-p, nnml-possibly-create-directory)
(nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
(nnml-open-marks): Bind file-name-coding-system to
 nnmail-pathname-coding-system.

(nnml-request-article): Pass server argument to nnml-find-group-number.
(nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass server
 argument to nnml-possibly-create-directory.
(nnml-request-accept-article): Pass server argument to nnml-active-number and
 nnml-save-mail.
(nnml-find-group-number): Pass server argument to nnml-find-id.
(nnml-request-update-info): Pass server argument to nnml-marks-changed-p.

(nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
(nnml-save-mail, nnml-active-number): Add server argument.

(nnml-request-delete-group): Warn if group is missing.
(nnml-get-nov-buffer): Decode group name.
(nnml-generate-active-info): Encode group name.
(nnml-open-marks): Decode group name in messages.

16 years ago(gnus-article-part-wrapper): Fix previous commit.
Katsumi Yamaoka [Thu, 19 Jul 2007 03:49:13 +0000 (03:49 +0000)]
(gnus-article-part-wrapper): Fix previous commit.

16 years ago(gnus-article-part-wrapper): Work with the nearest part if it is not specified.
Katsumi Yamaoka [Thu, 19 Jul 2007 02:00:57 +0000 (02:00 +0000)]
(gnus-article-part-wrapper): Work with the nearest part if it is not specified.
(gnus-article-pipe-part, gnus-article-save-part)
(gnus-article-interactively-view-part, gnus-article-copy-part)
(gnus-article-view-part-as-charset, gnus-article-view-part-externally)
(gnus-article-inline-part, gnus-article-save-part-and-strip)
(gnus-article-replace-part, gnus-article-delete-part)
(gnus-article-view-part-as-type): Pass raw prefix argument to
 gnus-article-part-wrapper.

16 years ago* gnus-agent.el (gnus-agent-save-active): Bind nnheader-file-coding-system to
Katsumi Yamaoka [Wed, 18 Jul 2007 12:08:53 +0000 (12:08 +0000)]
* gnus-agent.el (gnus-agent-save-active): Bind nnheader-file-coding-system to
 gnus-agent-file-coding-system.

* gnus-cache.el (gnus-cache-save-buffers)
(gnus-cache-possibly-enter-article, gnus-cache-request-article)
(gnus-cache-retrieve-headers, gnus-cache-change-buffer)
(gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
(gnus-cache-braid-nov, gnus-cache-braid-heads)
(gnus-cache-generate-active, gnus-cache-rename-group)
(gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
(gnus-cache-update-overview-total-fetched-for): Bind file-name-coding-system to
 nnmail-pathname-coding-system.
(gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New variables.
(gnus-cache-decoded-group-name): New function.
(gnus-cache-file-name): Use it.
(gnus-cache-generate-active): Use non-decoded group name for active.

* gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the right
 place.
(gnus-write-active-file): Don't break non-ASCII group names.

* nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
 nnmail-pathname-coding-system.

* lpath.el: Bind default-file-name-coding-system, file-name-coding-system and
 language-info-alist for XEmacs.

* gnus-uu.el (gnus-uu-decode-save): Typo.

16 years ago(gnus-server-font-lock-keywords): Quote faces.
Katsumi Yamaoka [Mon, 16 Jul 2007 22:47:44 +0000 (22:47 +0000)]
(gnus-server-font-lock-keywords): Quote faces.

16 years ago[Improve non-ASCII newsgroup names handling]
Katsumi Yamaoka [Fri, 13 Jul 2007 09:17:35 +0000 (09:17 +0000)]
[Improve non-ASCII newsgroup names handling]

* gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
(gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
(gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
(gnus-agent-flush-group, gnus-agent-flush-cache)
(gnus-agent-fetch-headers, gnus-agent-load-alist)
(gnus-agent-read-agentview, gnus-agent-expire-group-1)
(gnus-agent-retrieve-headers, gnus-agent-request-article)
(gnus-agent-regenerate-group)
(gnus-agent-update-files-total-fetched-for)
(gnus-agent-update-view-total-fetched-for): Bind
file-name-coding-system to nnmail-pathname-coding-system.
(gnus-agent-group-pathname): Don't encode file names by
nnmail-pathname-coding-system.
(gnus-agent-save-local): Bind file-name-coding-system correctly; bind
coding-system-for-write instead of buffer-file-coding-system to
gnus-agent-file-coding-system.

* gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
Decode group name.

* gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.

* gnus-start.el (gnus-update-active-hashtb-from-killed)
(gnus-read-newsrc-el-file): Make group names unibyte.

* nnmail.el (nnmail-group-pathname): Don't encode file names by
nnmail-pathname-coding-system.

* nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
(nnrss-request-delete-group): Bind file-name-coding-system to
nnmail-pathname-coding-system.
(nnrss-read-server-data, nnrss-read-group-data): Bind
file-name-coding-system correctly.
(nnrss-check-group): Pass nnrss-file-coding-system to md5.

* nntp.el: Require gnus-group for the function gnus-group-name-charset.
(nntp-server-to-method-cache): New variable.
(nntp-group-pathname): New function that decodes non-ASCII group names.
(nntp-possibly-create-directory, nntp-marks-changed-p)
(nntp-save-marks, nntp-open-marks): Use it.
(nntp-possibly-create-directory, nntp-open-marks):
Bind file-name-coding-system to nnmail-pathname-coding-system.
(nntp-open-marks): Decode group names when bootstrapping marks.

* rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
Newsgroups and Folowup-To headers.

16 years ago[Miscellaneous fixes]
Katsumi Yamaoka [Fri, 13 Jul 2007 09:17:02 +0000 (09:17 +0000)]
[Miscellaneous fixes]

* gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
(gnus-server-closed-face, gnus-server-denied-face)
(gnus-server-offline-face): Remove variable.
(gnus-server-font-lock-keywords): Use faces that are not aliases.

* gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
of modifying message-stack directly for XEmacs.

* mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
(mm-decode-coding-region, mm-encode-coding-region): Don't modify string
if the coding-system argument is nil for XEmacs.

* nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
mm-charset-override-alist.

* rfc2047.el: Don't require base64; require rfc2045 for the function
rfc2045-encode-string.
(rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
to quote the parameter value.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 9 Jul 2007 08:02:52 +0000 (08:02 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 797, 800, 802)

   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 44-45, 48, 50)

   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * texi/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

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

16 years ago* gnus-group.el (gnus-group-name-charset): Allow a method of the short form in
Katsumi Yamaoka [Fri, 6 Jul 2007 11:50:05 +0000 (11:50 +0000)]
* gnus-group.el (gnus-group-name-charset): Allow a method of the short form in
 gnus-group-name-charset-method-alist.

* gnus-eform.el (gnus-edit-form): Add optional argument layout which overrides
 the default layout edit-form.

* gnus-win.el (gnus-buffer-configuration): Add edit-server.

* gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.

16 years agoUpdate.
Katsumi Yamaoka [Thu, 5 Jul 2007 22:03:45 +0000 (22:03 +0000)]
Update.

16 years ago(Splitting Mail): Fix description of nnmail-mail-splitting-decodes.
Katsumi Yamaoka [Thu, 5 Jul 2007 11:31:31 +0000 (11:31 +0000)]
(Splitting Mail): Fix description of nnmail-mail-splitting-decodes.

16 years agoAdd message-citation-line-format.
Reiner Steib [Wed, 4 Jul 2007 19:39:52 +0000 (19:39 +0000)]
Add message-citation-line-format.

16 years ago(gnus-summary-catchup): Don't recognize cached articles as unfetched articles.
Katsumi Yamaoka [Wed, 4 Jul 2007 09:21:13 +0000 (09:21 +0000)]
(gnus-summary-catchup): Don't recognize cached articles as unfetched articles.

16 years ago(COMMIT_STRING): New variable.
Reiner Steib [Mon, 2 Jul 2007 19:57:07 +0000 (19:57 +0000)]
(COMMIT_STRING): New variable.
(release-bump-version): Use it.
(bump-version, bump-version-commit): New targets.

16 years ago(Gnus Maintainance Guide): Update for Emacs 22.1.
Reiner Steib [Mon, 2 Jul 2007 19:17:13 +0000 (19:17 +0000)]
(Gnus Maintainance Guide): Update for Emacs 22.1.

16 years ago(nnagent-request-set-mark): Also set the marks for the original back end that
Katsumi Yamaoka [Mon, 2 Jul 2007 12:15:13 +0000 (12:15 +0000)]
(nnagent-request-set-mark): Also set the marks for the original back end that
 keeps marks in the local system.

16 years ago(Starting Up): Fix typo.
Andreas Seltenreich [Wed, 27 Jun 2007 16:16:46 +0000 (16:16 +0000)]
(Starting Up): Fix typo.

16 years ago(gnus-article-read-summary-keys): Don't restore window configuration if summary
Katsumi Yamaoka [Tue, 26 Jun 2007 07:31:41 +0000 (07:31 +0000)]
(gnus-article-read-summary-keys): Don't restore window configuration if summary
 command ends up with neither article buffer nor summary buffer;
 describe bindings if summary keys end with C-h.

16 years ago(Asynchronous Fetching): Fix typo.
Katsumi Yamaoka [Mon, 25 Jun 2007 08:10:37 +0000 (08:10 +0000)]
(Asynchronous Fetching): Fix typo.

16 years ago(message-fix-before-sending): Skip raw message part to be forwarded while
Katsumi Yamaoka [Fri, 22 Jun 2007 12:20:13 +0000 (12:20 +0000)]
(message-fix-before-sending): Skip raw message part to be forwarded while
 checking illegible text.
(message-forward-make-body-mime, message-forward-make-body): Mark signed or
 encrypted raw message as having no illegible text.

16 years ago(Various Various): Don't break a buffer name beginning with a space.
Katsumi Yamaoka [Wed, 20 Jun 2007 00:54:00 +0000 (00:54 +0000)]
(Various Various): Don't break a buffer name beginning with a space.

16 years ago(Various Various): Fix grammar.
Katsumi Yamaoka [Tue, 19 Jun 2007 23:49:00 +0000 (23:49 +0000)]
(Various Various): Fix grammar.

16 years ago(Various Various): Mention gnus-add-timestamp-to-message.
Katsumi Yamaoka [Tue, 19 Jun 2007 12:06:31 +0000 (12:06 +0000)]
(Various Various): Mention gnus-add-timestamp-to-message.

16 years ago* gnus-util.el (gnus-add-timestamp-to-message): New user option.
Katsumi Yamaoka [Tue, 19 Jun 2007 12:06:26 +0000 (12:06 +0000)]
* gnus-util.el (gnus-add-timestamp-to-message): New user option.
(gnus-message-with-timestamp-1): New macro.
(gnus-message-with-timestamp): New function.
(gnus-message): Use them.

* nnheader.el (nnheader-message): Use them.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 16 Jun 2007 22:34:40 +0000 (22:34 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

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

16 years ago(gnus-gnus-to-quick-newsrc-format): Add newlines to .newsrc.eld file.
Reiner Steib [Sat, 16 Jun 2007 12:12:45 +0000 (12:12 +0000)]
(gnus-gnus-to-quick-newsrc-format): Add newlines to .newsrc.eld file.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 15 Jun 2007 02:23:26 +0000 (02:23 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 230-231)

   - ChangeLog tweak
   - Update from CVS

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

16 years ago* gnus-agent.el (gnus-agent-fetch-headers, gnus-agent-retrieve-headers): Bind
Katsumi Yamaoka [Thu, 14 Jun 2007 12:21:18 +0000 (12:21 +0000)]
* gnus-agent.el (gnus-agent-fetch-headers, gnus-agent-retrieve-headers): Bind
 gnus-decode-encoded-address-function to identity.

* nntp.el (nntp-send-xover-command): Recognize an xover command is available
 also when the server returns simply a dot.

* gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 14 Jun 2007 09:49:28 +0000 (09:49 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 777, 786, 788-789, 792)

   - Merge from emacs--rel--22, gnus--rel--5.10
   - Merge from gnus--rel--5.10
   - Update from CVS

 * emacs--rel--22  (patch 31, 40-41)

   - Update from CVS

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

   - Merge from emacs--devo--0, emacs--rel--22

2007-06-07  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/gnus-art.el (gnus-split-methods): Fix typo in docstring.

2007-06-06  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
   * lisp/gnus-sum.el (gnus-summary-highlight):
   * lisp/pgg.el (pgg-sign-region, pgg-sign):
   * lisp/mail-source.el (mail-source-delete-old-incoming-confirm):
   * lisp/nndiary.el (nndiary-reminders): Fix typos in docstrings.

2007-06-06  Juanma Barranquero  <lekktu@gmail.com>

   * texi/gnus.texi (Article Buttons, Mail Source Customization)
   (Sending or Not Sending, Customizing NNDiary):
   * texi/message.texi (Message Headers): Fix typos.

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

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 11 Jun 2007 01:00:34 +0000 (01:00 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 227-228)

   - Update from CVS

2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * texi/gnus.texi (Misc Group Stuff, Summary Buffer)
   (Server Commands, Article Keymap): Fix typo.  s/function/command/.

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

16 years ago(gnus-x-splash): Fix calculation; error in tty.
Katsumi Yamaoka [Fri, 8 Jun 2007 08:26:36 +0000 (08:26 +0000)]
(gnus-x-splash): Fix calculation; error in tty.

16 years ago* gnus-ems.el (gnus-x-splash): Make it work.
Katsumi Yamaoka [Thu, 7 Jun 2007 11:59:35 +0000 (11:59 +0000)]
* gnus-ems.el (gnus-x-splash): Make it work.

* gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash from
 being used.

* lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.

16 years agoRemove duplicate item.
Andreas Seltenreich [Wed, 6 Jun 2007 15:30:09 +0000 (15:30 +0000)]
Remove duplicate item.

16 years agoAdd comment.
Andreas Seltenreich [Wed, 6 Jun 2007 15:28:54 +0000 (15:28 +0000)]
Add comment.

16 years ago* gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the 4th and
Katsumi Yamaoka [Tue, 5 Jun 2007 12:15:35 +0000 (12:15 +0000)]
* gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the 4th and
 the 5th arguments.

* gnus-art.el (gnus-insert-mime-button): Always set the 4th argument to
 gnus-make-overlay.

16 years ago(gnus-insert-mime-button): Make a button overlay without the front stickiness.
Katsumi Yamaoka [Tue, 5 Jun 2007 11:43:07 +0000 (11:43 +0000)]
(gnus-insert-mime-button): Make a button overlay without the front stickiness.

16 years ago(gnus-article-read-summary-keys): Fix previous commit.
Katsumi Yamaoka [Tue, 5 Jun 2007 10:18:00 +0000 (10:18 +0000)]
(gnus-article-read-summary-keys): Fix previous commit.

16 years ago(gnus-article-summary-command-nosave): Correct the order of the arguments passed
Katsumi Yamaoka [Tue, 5 Jun 2007 09:32:33 +0000 (09:32 +0000)]
(gnus-article-summary-command-nosave): Correct the order of the arguments passed
 to pop-to-buffer.
(gnus-article-read-summary-keys): Ditto; make it work properly when the summary
 command ends up with the article buffer.

16 years ago(mm-insert-part): Separate the extracted parts that have the same faces.
Katsumi Yamaoka [Tue, 5 Jun 2007 02:12:17 +0000 (02:12 +0000)]
(mm-insert-part): Separate the extracted parts that have the same faces.

16 years ago* gnus-art.el (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
Katsumi Yamaoka [Mon, 4 Jun 2007 11:58:52 +0000 (11:58 +0000)]
* gnus-art.el (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
 Fix predicate function passed to completing-read.

* mm-decode.el (mm-image-fit-p): Return t if argument is not an image.

* gnus.el (gnus-update-message-archive-method): Add :version.

16 years ago(Archived Messages): Document gnus-update-message-archive-method.
Katsumi Yamaoka [Fri, 1 Jun 2007 08:12:50 +0000 (08:12 +0000)]
(Archived Messages): Document gnus-update-message-archive-method.

16 years ago* gnus.el (gnus-update-message-archive-method): New variable.
Katsumi Yamaoka [Fri, 1 Jun 2007 08:12:45 +0000 (08:12 +0000)]
* gnus.el (gnus-update-message-archive-method): New variable.

* gnus-start.el (gnus-setup-news): Update saved "archive" method according to
 gnus-message-archive-method if gnus-update-message-archive-method is non-nil.

16 years ago(Limiting): Document gnus-summary-limit-to-address.
Katsumi Yamaoka [Tue, 29 May 2007 12:06:36 +0000 (12:06 +0000)]
(Limiting): Document gnus-summary-limit-to-address.

16 years ago(gnus-summary-limit-to-address): New function. Suggested by Loic Dachary.
Katsumi Yamaoka [Tue, 29 May 2007 12:06:31 +0000 (12:06 +0000)]
(gnus-summary-limit-to-address): New function.  Suggested by Loic Dachary.
(gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.

16 years ago(message-pop-to-buffer): Add switch-function argument.
Katsumi Yamaoka [Mon, 28 May 2007 02:13:04 +0000 (02:13 +0000)]
(message-pop-to-buffer): Add switch-function argument.
(message-mail): Pass switch-function argument to it.

16 years ago(mm-file-name-rewrite-functions): Make it customizable. Improve doc string.
Reiner Steib [Fri, 25 May 2007 19:57:33 +0000 (19:57 +0000)]
(mm-file-name-rewrite-functions): Make it customizable.  Improve doc string.

16 years ago* gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
Katsumi Yamaoka [Fri, 25 May 2007 09:31:24 +0000 (09:31 +0000)]
* gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
 (gnus-header-content)
* gnus-cite.el (gnus-cite-10)
* gnus-srvr.el (gnus-server-closed)
* gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
 (gnus-group-mail-3-empty, gnus-group-mail-low)
 (gnus-group-mail-low-empty, gnus-splash)
* message.el (message-header-to, message-header-cc)
 (message-header-subject, message-header-other, message-header-name)
 (message-header-xheader, message-separator, message-cited-text)
 (message-mml): Lighten colors of faces used for dark background.

16 years ago2007-05-24 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Thu, 24 May 2007 15:16:12 +0000 (15:16 +0000)]
2007-05-24  Simon Josefsson  <simon@josefsson.org>

* nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.

16 years ago(message-narrow-to-headers-or-head): Simplify.
Katsumi Yamaoka [Thu, 24 May 2007 08:07:16 +0000 (08:07 +0000)]
(message-narrow-to-headers-or-head): Simplify.

16 years ago(message-narrow-to-headers-or-head): Ignore mail-header-separator in the body.
Katsumi Yamaoka [Thu, 24 May 2007 01:00:25 +0000 (01:00 +0000)]
(message-narrow-to-headers-or-head): Ignore mail-header-separator in the body.

16 years ago(mm-image-fit-p): Return t if image size is just the same as window size.
Katsumi Yamaoka [Wed, 23 May 2007 11:24:05 +0000 (11:24 +0000)]
(mm-image-fit-p): Return t if image size is just the same as window size.

16 years ago(message-font-lock-keywords): Use message-header-xheader face for "X-Foo", its
Katsumi Yamaoka [Tue, 22 May 2007 10:56:29 +0000 (10:56 +0000)]
(message-font-lock-keywords): Use message-header-xheader face for "X-Foo", its
 apparent intended purpose.  Move "X-" pattern ahead of the anything pattern,
 to get it recognised.  From Kevin Ryde <user42@zip.com.au>.

16 years agoAutoload ad-add-advice for XEmacs. bbdb-com.el that spam.el loads uses it in
Katsumi Yamaoka [Tue, 22 May 2007 01:05:23 +0000 (01:05 +0000)]
Autoload ad-add-advice for XEmacs.  bbdb-com.el that spam.el loads uses it in
 the compiled defadvice form.

16 years ago* gnus-util.el (gnus-limit-string): Delete this function.
Michaël Cadilhac [Sat, 12 May 2007 15:10:15 +0000 (15:10 +0000)]
* gnus-util.el (gnus-limit-string): Delete this function.

* gnus-sum.el (gnus-simplify-subject-fully): Use
`truncate-string-to-width' instead.

16 years ago(gnus-articles-to-read, gnus-summary-insert-old-articles): Don't
Michaël Cadilhac [Sat, 12 May 2007 15:05:06 +0000 (15:05 +0000)]
(gnus-articles-to-read, gnus-summary-insert-old-articles): Don't
truncate group name for `read-string'.

16 years ago(Group Maneuvering): Document `gnus-summary-next-group-on-exit'.
Michaël Cadilhac [Fri, 11 May 2007 00:33:25 +0000 (00:33 +0000)]
(Group Maneuvering): Document `gnus-summary-next-group-on-exit'.

16 years ago(gnus-summary-next-group-on-exit): New variable. Tell if, on summary
Michaël Cadilhac [Fri, 11 May 2007 00:30:36 +0000 (00:30 +0000)]
(gnus-summary-next-group-on-exit): New variable. Tell if, on summary
exit, the next group has to be selected.
(gnus-summary-exit): Use it.

16 years ago(gnus-article-mode): Fix comment about displaying non-break space.
Reiner Steib [Thu, 10 May 2007 20:06:32 +0000 (20:06 +0000)]
(gnus-article-mode): Fix comment about displaying non-break space.

16 years ago* nnfolder.el (nnfolder-request-group, nnfolder-request-create-group): Check if
Katsumi Yamaoka [Thu, 10 May 2007 10:22:26 +0000 (10:22 +0000)]
* nnfolder.el (nnfolder-request-group, nnfolder-request-create-group): Check if
 group is not a directory.
(nnfolder-request-expire-articles): Don't delete articles if the target group is
 not available.

* nnml.el (nnml-request-create-group): Properly check if group is not a file.
(nnml-request-expire-articles): Don't delete articles if the target group is not
 available.

16 years ago(rfc2047-quote-special-characters-in-quoted-strings): Don't quote characters
Katsumi Yamaoka [Thu, 10 May 2007 01:20:38 +0000 (01:20 +0000)]
(rfc2047-quote-special-characters-in-quoted-strings): Don't quote characters
 that are within parentheses.

16 years ago(Really Various Summary Commands): Mention gnus-auto-select-on-ephemeral-exit.
Katsumi Yamaoka [Wed, 9 May 2007 08:23:47 +0000 (08:23 +0000)]
(Really Various Summary Commands): Mention gnus-auto-select-on-ephemeral-exit.

16 years ago(gnus-auto-select-on-ephemeral-exit): New variable.
Katsumi Yamaoka [Wed, 9 May 2007 08:23:42 +0000 (08:23 +0000)]
(gnus-auto-select-on-ephemeral-exit): New variable.
(gnus-handle-ephemeral-exit): Select article according to it.

16 years ago(message-insert-formated-citation-line): Remove newline.
Reiner Steib [Tue, 8 May 2007 21:40:01 +0000 (21:40 +0000)]
(message-insert-formated-citation-line): Remove newline.
(message-citation-line-format): Add final \n here so that the user can
avoid a blank line.

16 years ago(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
Reiner Steib [Thu, 3 May 2007 18:48:00 +0000 (18:48 +0000)]
(Running NNDiary): Use ~/.gnus.el instead of gnusrc.

16 years ago(nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
Reiner Steib [Thu, 3 May 2007 18:34:28 +0000 (18:34 +0000)]
(nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
(nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
Update lanl/arXiv support.

16 years agoBump version number.
Reiner Steib [Wed, 2 May 2007 21:19:26 +0000 (21:19 +0000)]
Bump version number.

16 years agoUpdate to version 1.2 from Emacs CVS.
Reiner Steib [Wed, 2 May 2007 20:52:12 +0000 (20:52 +0000)]
Update to version 1.2 from Emacs CVS.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 1 May 2007 23:01:13 +0000 (23:01 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 697, 699, 706, 725)

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

 * emacs--rel--22  (base)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709

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

   - Merge from emacs--devo--0, emacs--rel--22

2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)

   * lisp/calendar/parse-time.el (parse-time-string-chars): Check if CHAR
   is less than the length of parse-time-syntax.

2007-04-15  Chong Yidong  <cyd@stupidchicken.com>

   * texi/gnus.texi, texi/message.texi, texi/pgg.texi, texi/sieve.texi: Include GFDL.

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

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 1 May 2007 23:00:58 +0000 (23:00 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 215-217)

   - Update from CVS

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

   * texi/gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.

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

16 years ago(gnus-version-number): Bump version.
Lars Magne Ingebrigtsen [Tue, 1 May 2007 15:22:16 +0000 (15:22 +0000)]
(gnus-version-number): Bump version.

16 years agoRelease commit
Lars Magne Ingebrigtsen [Tue, 1 May 2007 15:16:55 +0000 (15:16 +0000)]
Release commit

16 years agolisp/ChangeLog addition:
Didier Verna [Fri, 27 Apr 2007 08:39:17 +0000 (08:39 +0000)]
lisp/ChangeLog addition:

2007-04-27  Didier Verna  <didier@xemacs.org>

* gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
* gmm-utils.el (gmm-regexp-concat): here.
* message.el: Don't require 'gnus-util.
(message-dont-reply-to-names): Handle name change above.
* gnus-sum.el (gnus-ignored-from-addresses): Ditto.

16 years ago(mm-charset-synonym-alist): Don't make it a user option since the initial value
Katsumi Yamaoka [Thu, 26 Apr 2007 22:42:47 +0000 (22:42 +0000)]
(mm-charset-synonym-alist): Don't make it a user option since the initial value
 varies according to the system.

16 years ago(mm-charset-synonym-alist): Add :version.
Katsumi Yamaoka [Thu, 26 Apr 2007 00:31:46 +0000 (00:31 +0000)]
(mm-charset-synonym-alist): Add :version.

16 years ago(mm-charset-synonym-alist): Defcustom; map iso8859-1 to iso-8859-1.
Katsumi Yamaoka [Wed, 25 Apr 2007 23:06:33 +0000 (23:06 +0000)]
(mm-charset-synonym-alist): Defcustom; map iso8859-1 to iso-8859-1.

17 years agolisp/ChangeLog addition:
Didier Verna [Tue, 24 Apr 2007 13:48:33 +0000 (13:48 +0000)]
lisp/ChangeLog addition:

2007-04-24  Didier Verna  <didier@xemacs.org>

Improve the type of gnus-ignored-from-addresses.
* gnus-util.el (gnus-orify-regexp): New function.
* message.el (gnus-util): Require it.
* message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
* gnus-sum.el (gnus-ignored-from-addresses): New function.
* gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.

17 years agolisp/ChangeLog addition:
Didier Verna [Tue, 24 Apr 2007 13:14:01 +0000 (13:14 +0000)]
lisp/ChangeLog addition:

2007-04-24  Didier Verna  <didier@xemacs.org>

* gnus-sum.el:
* gnus-utils.el: Fix some trailing whitespaces.

17 years ago* gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
Katsumi Yamaoka [Mon, 23 Apr 2007 12:21:31 +0000 (12:21 +0000)]
* gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
(gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
 article's Message-ID; refer parent article in summary buffer.

* message.el (message-bounce): Call mime-to-mml.

17 years ago(byte-optimize-form-code-walker): Fix the form which was not helpful to Emacs
Katsumi Yamaoka [Mon, 23 Apr 2007 01:11:21 +0000 (01:11 +0000)]
(byte-optimize-form-code-walker): Fix the form which was not helpful to Emacs
 21.1 and 21.2 for detecting a bug that does not optimize and/or forms properly.

17 years ago(with-syntax-table): XEmacs bug has been fixed. Add URL.
Reiner Steib [Sun, 22 Apr 2007 20:20:13 +0000 (20:20 +0000)]
(with-syntax-table): XEmacs bug has been fixed.  Add URL.

17 years ago(gnus-summary-supersede-article): Add Gcc header.
Katsumi Yamaoka [Fri, 20 Apr 2007 06:37:01 +0000 (06:37 +0000)]
(gnus-summary-supersede-article): Add Gcc header.

17 years ago* gnus-art.el (gnus-mime-strip-charset-parameters): New function.
Katsumi Yamaoka [Thu, 19 Apr 2007 10:08:11 +0000 (10:08 +0000)]
* gnus-art.el (gnus-mime-strip-charset-parameters): New function.
(gnus-mime-view-part-as-charset): Use it; redisplay subpart currently displayed
 of multipart/alternative part if it is invoked from summary buffer.

* mm-view.el (mm-inline-text-html-render-with-w3m)
(mm-inline-text-html-render-with-w3m-standalone)
(mm-inline-render-with-function): Use mail-parse-charset by default.

17 years ago(gnus-uu-digest-mail-forward): Pull articles processed from
Katsumi Yamaoka [Tue, 17 Apr 2007 06:16:10 +0000 (06:16 +0000)]
(gnus-uu-digest-mail-forward): Pull articles processed from
 gnus-newsgroup-processable.

17 years agolisp/ChangeLog addition:
Didier Verna [Mon, 16 Apr 2007 12:25:04 +0000 (12:25 +0000)]
lisp/ChangeLog addition:

2007-04-16  Didier Verna  <didier@xemacs.org>

* gnus-msg.el (gnus-configure-posting-styles): Handle
message-signature-directory properly with :file syntax. Reported by
"Leo".

17 years ago(Group Line Specification, Misc Group Stuff, Server Commands):
Katsumi Yamaoka [Wed, 11 Apr 2007 22:42:02 +0000 (22:42 +0000)]
(Group Line Specification, Misc Group Stuff, Server Commands):
 Parenthesize @pxref{Mail Spool}.

17 years agolisp/ChangeLog addition:
Didier Verna [Wed, 11 Apr 2007 15:16:20 +0000 (15:16 +0000)]
lisp/ChangeLog addition:

2007-04-11  Didier Verna  <didier@xemacs.org>

New user option: message-signature-directory.
* gnus-msg.el (gnus-configure-posting-styles): Support it.
* message.el (message-insert-signature): Ditto.
* message.el (message-signature-file): Doc update.
* message.el (message-signature-directory): New.

texi/ChangeLog addition:

2007-04-11  Didier Verna  <didier@xemacs.org>

New user option: message-signature-directory.
* gnus-news.texi: Advertise it.
* message.texi (Insertion Variables): Document it.
* gnus.texi (Posting Styles): Ditto.

17 years agotexi/ChangeLog addition:
Didier Verna [Wed, 11 Apr 2007 13:19:31 +0000 (13:19 +0000)]
texi/ChangeLog addition:

2007-04-11  Didier Verna  <didier@xemacs.org>

* gnus.texi (Group Line Specification):
* gnus.texi (Misc Group Stuff):
* gnus.texi (Server Commands): Document the group compaction feature.
* gnus-news.texi: Ditto.

ChangeLog addition:

2007-04-11  Didier Verna  <didier@xemacs.org>

* GNUS-NEWS: Generated.

17 years ago(gnus-inews-yank-articles): Use message-exchange-point-and-mark instead of
Katsumi Yamaoka [Tue, 10 Apr 2007 00:24:16 +0000 (00:24 +0000)]
(gnus-inews-yank-articles): Use message-exchange-point-and-mark instead of
 exchange-point-and-mark.

17 years ago(message-yank-original): Make sure cited text ends with newline;
Katsumi Yamaoka [Mon, 9 Apr 2007 23:57:57 +0000 (23:57 +0000)]
(message-yank-original): Make sure cited text ends with newline;
 don't exchange point and mark.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 9 Apr 2007 23:44:06 +0000 (23:44 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 688, 691, 695)

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

 * gnus--rel--5.10  (patch 213-214)

   - Update from CVS
   - Merge from emacs--devo--0

2007-04-06  Chong Yidong  <cyd@stupidchicken.com>

   * contrib/sendmail.el (mail-text, mail-mode): Revert extant pieces of
   1995-05-19 doc changes.

2007-04-07  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/tls.el (open-tls-stream): Properly handle case where there
   is no associated buffer.

2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>

   * lisp/gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
   message-yank-original, make sure (< mark TEXT point).

2007-03-31  Eli Zaretskii  <eliz@gnu.org>

   * texi/emacs-mime.texi (Non-MIME): Postscript -> PostScript.

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

17 years agoGenerated.
Reiner Steib [Sun, 1 Apr 2007 13:40:14 +0000 (13:40 +0000)]
Generated.

17 years ago* gnus-faq.texi ([5.2]): Adjust for message-fill-column.
Reiner Steib [Sun, 1 Apr 2007 13:15:23 +0000 (13:15 +0000)]
* gnus-faq.texi ([5.2]): Adjust for message-fill-column.

* gnus-news.texi: Add message-fill-column.

* message.texi (Various Message Variables): Add message-fill-column.

17 years ago(gnus-news-header-disclaimer): Add newlines.
Reiner Steib [Sun, 1 Apr 2007 13:00:33 +0000 (13:00 +0000)]
(gnus-news-header-disclaimer): Add newlines.

17 years ago(message-fill-column): New variable.
Reiner Steib [Sat, 31 Mar 2007 14:14:50 +0000 (14:14 +0000)]
(message-fill-column): New variable.
(message-mode): Use it.  Add comment on a possible new hook.

17 years ago* nnmail.el (nnmail-spool-file): Mark as obsolete.
Reiner Steib [Sat, 31 Mar 2007 13:59:41 +0000 (13:59 +0000)]
* nnmail.el (nnmail-spool-file): Mark as obsolete.
(nnmail-get-new-mail): Reformat.

* gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.

* gmm-utils.el: Fix Commentary.
(gmm-tool-bar-from-list): Fix typo in doc string.