gnus
18 years ago(gnus-summary-save-article): Fix previous commit.
Katsumi Yamaoka [Mon, 29 May 2006 13:36:24 +0000 (13:36 +0000)]
(gnus-summary-save-article): Fix previous commit.

18 years ago(Saving Articles): Addition.
Katsumi Yamaoka [Mon, 29 May 2006 11:57:29 +0000 (11:57 +0000)]
(Saving Articles): Addition.

18 years ago* gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
Katsumi Yamaoka [Mon, 29 May 2006 09:09:45 +0000 (09:09 +0000)]
* gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
(gnus-saved-headers): Ditto.
(gnus-default-article-saver): Mention functions may have properties.
(gnus-article-save): Override gnus-save-all-headers and
gnus-saved-headers by :headers property which saver function may have.
(gnus-summary-save-in-file): Add :headers property.
(gnus-summary-write-to-file): Ditto.

* gnus-sum.el (gnus-summary-save-article): Bind
gnus-prompt-before-saving to t when saving many articles in a file;
always show all headers.

* dgnushack.el: Autoload toggle-truncate-lines for XEmacs.

18 years ago* deuglify.el (gnus-outlook-rearrange-article): Add missing citation
Reiner Steib [Fri, 26 May 2006 17:50:12 +0000 (17:50 +0000)]
* deuglify.el (gnus-outlook-rearrange-article): Add missing citation
marks.

* message.el (message-indent-citation): Add optional arguments to allow
using it outside of message buffers.

18 years ago* gnus-art.el (gnus-article-truncate-lines): New variable.
Reiner Steib [Fri, 26 May 2006 17:42:27 +0000 (17:42 +0000)]
* gnus-art.el (gnus-article-truncate-lines): New variable.
(gnus-article-mode): Use it.
(gnus-article-toggle-truncate-lines): New function.

* gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
gnus-article-toggle-truncate-lines.

18 years ago(gnus-article-unfold-long-headers): New variable.
Reiner Steib [Fri, 26 May 2006 17:21:54 +0000 (17:21 +0000)]
(gnus-article-unfold-long-headers): New variable.
(gnus-article-treat-unfold-headers): Use it.

18 years ago(uudecode-decode-region-external): nil isn't a valid
Reiner Steib [Fri, 26 May 2006 11:23:51 +0000 (11:23 +0000)]
(uudecode-decode-region-external): nil isn't a valid
coding system in XEmacs, use binary.

18 years ago* mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
Katsumi Yamaoka [Fri, 26 May 2006 05:25:36 +0000 (05:25 +0000)]
* mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
after-load-alist.

* gnus-art.el (gnus-summary-save-in-file): Use property to specify
this function should save decoded articles.
(gnus-summary-write-to-file): Use property to specify this function
should save decoded articles and specify gnus-summary-save-in-file
should be used to save articles other than the first one when saving
many articles.
(gnus-summary-save-body-in-file): Use property to specify this
function should save decoded articles.
(gnus-summary-write-body-to-file): Use property to specify this
function should save decoded articles and specify
gnus-summary-save-body-in-file should be used to save articles other
than the first one when saving many articles.

* gnus-sum.el (gnus-summary-save-article): Simplify.

18 years ago* gnus-art.el (gnus-default-article-saver): Add
Katsumi Yamaoka [Thu, 25 May 2006 07:57:11 +0000 (07:57 +0000)]
* gnus-art.el (gnus-default-article-saver): Add
gnus-summary-write-body-to-file.
(gnus-article-save-coding-system): Don't use coding system object
in XEmacs.
(gnus-read-save-file-name): Add optional `dir-var' argument which
specifies directory in which files are saved; work even if optional
`variable' argument is not specified.
(gnus-summary-write-to-file): Read file name.
(gnus-summary-save-body-in-file): Add optional `overwrite' argument.
(gnus-summary-write-body-to-file): New function.

* gnus-sum.el (gnus-newsgroup-last-directory): New variable.
(gnus-summary-local-variables): Add it.
(gnus-summary-save-map): Add gnus-summary-write-article-body-file.
(gnus-summary-save-article): Remove optional `decode' argument;
determine whether to decode articles by the value of
gnus-default-article-saver; when saving many files using
gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
it first and use gnus-summary-save-in-file or
gnus-summary-save-body-in-file thereafter unless
gnus-prompt-before-saving is always; move point to article which
will be saved.
(gnus-summary-save-article-file): Revert.
(gnus-summary-write-article-file): Revert.
(gnus-summary-save-article-body-file): Revert.
(gnus-summary-write-article-body-file): New function.

18 years ago* gnus-art.el (gnus-default-article-saver): Doc fix.
Katsumi Yamaoka [Wed, 24 May 2006 12:33:23 +0000 (12:33 +0000)]
* gnus-art.el (gnus-default-article-saver): Doc fix.
(gnus-article-save-coding-system): Move from gnus-sum.el, rename
from gnus-summary-save-article-coding-system, and default to a
certain coding system.
(gnus-output-to-file): Add coding cookie and encode text according
to gnus-article-save-coding-system; don't use mm-append-to-file.

* gnus-sum.el (gnus-summary-save-article-coding-system): Move to
gnus-art.el and rename to gnus-article-save-coding-system.
(gnus-summary-save-article): Require gnus-art; don't show all
headers if it decodes articles; don't add coding cookie here;
don't bind mm-text-coding-system-for-write.
(gnus-summary-save-article-file): Save decoded articles.
(gnus-summary-write-article-file): When saving many files, use
gnus-summary-write-to-file first and gnus-summary-save-in-file
thereafter unless gnus-prompt-before-saving is always.
(gnus-summary-save-article-body-file): Save decoded articles.

* lpath.el: Fbind select-safe-coding-system for XEmacs.

18 years ago(nnrss-check-group): Bind hash-index.
Reiner Steib [Tue, 23 May 2006 14:47:29 +0000 (14:47 +0000)]
(nnrss-check-group): Bind hash-index.

18 years ago2006-05-23 Michael Cadilhac <michael.cadilhac@lrde.org>
Reiner Steib [Tue, 23 May 2006 14:45:56 +0000 (14:45 +0000)]
2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>

* nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
its hash index.  Store this hash in `nnrss-group-data'.
(nnrss-read-group-data): Update accordingly.

18 years ago(gnus-button-alist): Improve gnus-button-handle-symbol
Reiner Steib [Tue, 23 May 2006 14:08:12 +0000 (14:08 +0000)]
(gnus-button-alist): Improve gnus-button-handle-symbol
entry.

18 years ago2006-05-23 Hynek Schlawack <hynek@ularx.de>
Reiner Steib [Tue, 23 May 2006 13:59:37 +0000 (13:59 +0000)]
2006-05-23  Hynek Schlawack  <hynek@ularx.de>

* gnus-art.el (gnus-article-browse-html-article): Remove comment.

18 years ago(gnus-summary-make-menu-bar): Add
Reiner Steib [Tue, 23 May 2006 13:55:15 +0000 (13:55 +0000)]
(gnus-summary-make-menu-bar): Add
gnus-article-browse-html-article.

18 years ago2006-05-23 Hynek Schlawack <hynek@ularx.de>
Reiner Steib [Tue, 23 May 2006 13:53:43 +0000 (13:53 +0000)]
2006-05-23  Hynek Schlawack  <hynek@ularx.de>

* gnus-sum.el (gnus-summary-mime-map): Add
gnus-article-browse-html-article.

18 years ago(gnus-summary-save-article-coding-system): Offer some
Reiner Steib [Tue, 23 May 2006 13:48:26 +0000 (13:48 +0000)]
(gnus-summary-save-article-coding-system): Offer some
suitable coding systems in customize.

18 years agoWhitespace fixes.
Simon Josefsson [Mon, 22 May 2006 13:36:56 +0000 (13:36 +0000)]
Whitespace fixes.

18 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 19 May 2006 00:00:51 +0000 (00:00 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
   (gnus-summary-expire-articles-now): Shorten prompt.

2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.

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

18 years agoAdd `fill-column' local variable.
Reiner Steib [Thu, 18 May 2006 15:38:05 +0000 (15:38 +0000)]
Add `fill-column' local variable.

18 years ago(wid-edit): Require.
Reiner Steib [Thu, 18 May 2006 14:59:43 +0000 (14:59 +0000)]
(wid-edit): Require.
(defun-gmm): Renamed from `gmm-defun-compat'.
(gmm-image-search-load-path): Use it.
(gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.

18 years agoAdd `fill-column' local variable.
Reiner Steib [Thu, 18 May 2006 14:59:17 +0000 (14:59 +0000)]
Add `fill-column' local variable.

18 years ago* gnus-sum.el (gnus-summary-save-article-coding-system): New variable.
Katsumi Yamaoka [Wed, 17 May 2006 07:58:59 +0000 (07:58 +0000)]
* gnus-sum.el (gnus-summary-save-article-coding-system): New variable.
(gnus-summary-save-article): Add optional `decode' argument.  If it is