gnus
18 years agoRemove "2006-01-08 Chong Yidong". The change wasn't applied in the trunk.
Reiner Steib [Fri, 10 Feb 2006 17:19:13 +0000 (17:19 +0000)]
Remove "2006-01-08  Chong Yidong".  The change wasn't applied in the trunk.

18 years agoRevision: emacs@sv.gnu.org/gnus--devo--0--patch-31
Miles Bader [Fri, 10 Feb 2006 05:10:01 +0000 (05:10 +0000)]
Revision: emacs@sv.gnu.org/gnus--devo--0--patch-31

Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 57)

   - Merge from gnus--rel--5.10

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

   - Merge from emacs--devo--0

18 years ago(Gnus Versions): Add history beyond start of Oort.
Reiner Steib [Thu, 9 Feb 2006 21:07:30 +0000 (21:07 +0000)]
(Gnus Versions): Add history beyond start of Oort.

18 years agoAdd nnml-use-compressed-files.
Reiner Steib [Thu, 9 Feb 2006 20:49:39 +0000 (20:49 +0000)]
Add nnml-use-compressed-files.

18 years ago(Mail Spool): nnml-use-compressed-files can be a
Reiner Steib [Thu, 9 Feb 2006 20:48:31 +0000 (20:48 +0000)]
(Mail Spool): nnml-use-compressed-files can be a
string.

18 years ago_From Daiki Ueno <ueno(at)unixuser.org>
Katsumi Yamaoka [Thu, 9 Feb 2006 05:47:53 +0000 (05:47 +0000)]
_From Daiki Ueno <ueno(at)unixuser.org>
=======================================
* pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings in elisp.
(pgg-gpg-encrypt-symmetric-region): Ditto.
(pgg-gpg-sign-region): Ditto.

* pgg-def.el (pgg-text-mode): New variable.

* mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
(mml2015-pgg-encrypt): Ditto.

* mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
(mml1991-pgg-encrypt): Ditto.

18 years ago* nnfolder.el (nnfolder-insert-newsgroup-line): Use message-make-date instead
Katsumi Yamaoka [Wed, 8 Feb 2006 23:52:19 +0000 (23:52 +0000)]
* nnfolder.el (nnfolder-insert-newsgroup-line): Use message-make-date instead
 of current-time-string.

* mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset to
 gnus-decoded which mm-uu might set.

18 years ago(rfc2231-parse-string): Sort segmented parameters; don't decode quoted
Katsumi Yamaoka [Wed, 8 Feb 2006 12:05:31 +0000 (12:05 +0000)]
(rfc2231-parse-string): Sort segmented parameters; don't decode quoted
 parameters; remove misimported Emacs code.  Suggested by ARISAWA Akihiro
 <ari(at)mbf.ocn.ne.jp>.
(rfc2231-decode-encoded-string): Don't use split-string which behaves
 differently according to Emacs version; use mm-decode-coding-region to convert
 charset to coding-system. Suggested by ARISAWA Akihiro <ari(at)mbf.ocn.ne.jp>.
(rfc2231-encode-string): Remove misimported Emacs code.

18 years agoRevision: emacs@sv.gnu.org/gnus--devo--0--patch-25
Miles Bader [Wed, 8 Feb 2006 04:17:16 +0000 (04:17 +0000)]
Revision: emacs@sv.gnu.org/gnus--devo--0--patch-25

Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 42, 48)

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

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

   - Merge from emacs--devo--0

2006-02-05  Romain Francoise  <romain@orebokech.com>

   Update copyright notices of all files in the gnus directory.

18 years ago* gnus-art.el (article-decode-charset): Don't use ignore-errors when calling
Katsumi Yamaoka [Tue, 7 Feb 2006 05:23:21 +0000 (05:23 +0000)]
* gnus-art.el (article-decode-charset): Don't use ignore-errors when calling
 mail-header-parse-content-type.
(article-de-quoted-unreadable): Ditto.
(article-de-base64-unreadable): Ditto.
(article-wash-html): Ditto.

* mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when calling
 mail-header-parse-content-type and mail-header-parse-content-disposition.
(mm-find-raw-part-by-type): Don't use ignore-errors when calling
 mail-header-parse-content-type.

* mml.el (mml-insert-mime-headers): Use mml-insert-parameter to insert charset
 and format parameters; encode description after inserting it to buffer.
(mml-insert-parameter): Fold lines properly even if a parameter is segmented
 into two or more lines; change the max column to 76.

* rfc1843.el (rfc1843-decode-article-body): Don't use ignore-errors when
 calling mail-header-parse-content-type.

* rfc2231.el (rfc2231-parse-string): Return at least type if possible; don't
 cause an error even if it fails in parsing of parameters.  Suggested by
 ARISAWA Akihiro <ari(at)mbf.ocn.ne.jp>.
(rfc2231-encode-string): Don't break lines at the beginning, leave it to
 mml-insert-parameter.

* webmail.el (webmail-yahoo-article): Don't use ignore-errors when calling
 mail-header-parse-content-type.

18 years ago(spam-report-gmane-use-article-number): Improve
Reiner Steib [Mon, 6 Feb 2006 16:48:43 +0000 (16:48 +0000)]
(spam-report-gmane-use-article-number): Improve
doc string.
(spam-report-gmane-internal): Check if a suitable header was found
in the article.

18 years ago(rfc2231-parse-string): Revert 2006-02-03 change.
Katsumi Yamaoka [Sat, 4 Feb 2006 21:38:54 +0000 (21:38 +0000)]
(rfc2231-parse-string): Revert 2006-02-03 change.
(rfc2231-encode-string): Make param*=value always begin with LWSP.

18 years agoFix description in last commit.
Reiner Steib [Fri, 3 Feb 2006 13:17:00 +0000 (13:17 +0000)]
Fix description in last commit.

18 years ago2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
Reiner Steib [Fri, 3 Feb 2006 13:15:13 +0000 (13:15 +0000)]
2006-02-03  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>

* nnweb.el (nnweb-request-group): Bind nnweb-articles to avoid
growing overview files.

18 years ago(rfc2231-parse-string): Add missing semicolons to segmented lines of parameter
Katsumi Yamaoka [Fri, 3 Feb 2006 08:05:45 +0000 (08:05 +0000)]
(rfc2231-parse-string): Add missing semicolons to segmented lines of parameter
 value to cope with Thunderbird 1.5 bug
 (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
 Suggested by ARISAWA Akihiro <ari(at)mbf.ocn.ne.jp>.
(rfc2231-encode-string): Don't make lines exceeding 76 column.

18 years ago(mml-generate-mime-1): Correct the order of inline signed parts.
Katsumi Yamaoka [Thu, 2 Feb 2006 01:09:31 +0000 (01:09 +0000)]
(mml-generate-mime-1): Correct the order of inline signed parts.
 From Max Froumentin <max(at)lapin-bleu.net>.

18 years agoRevision: emacs@sv.gnu.org/gnus--devo--0--patch-16
Miles Bader [Wed, 1 Feb 2006 10:03:29 +0000 (10:03 +0000)]
Revision: emacs@sv.gnu.org/gnus--devo--0--patch-16

Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 26, 31-32)

   - Update from CVS

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

   - Merge from emacs--devo--0

18 years agoRevision: emacs@sv.gnu.org/gnus--devo--0--patch-15
Miles Bader [Wed, 1 Feb 2006 10:03:23 +0000 (10:03 +0000)]
Revision: emacs@sv.gnu.org/gnus--devo--0--patch-15

Merge from gnus--rel--5.10: texi/message.texi: Update copyright year.

Patches applied:

 * gnus--rel--5.10  (patch 11-12)

   - Update from CVS

2006-01-31  Romain Francoise  <romain@orebokech.com>

   * texi/message.texi: Update copyright year.

18 years agoUse present tense.
Reiner Steib [Tue, 31 Jan 2006 15:53:48 +0000 (15:53 +0000)]
Use present tense.

18 years ago2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
Reiner Steib [Tue, 31 Jan 2006 15:51:27 +0000 (15:51 +0000)]
2006-01-31  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>

* nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
there's only one active file for all servers.
(nnweb-request-scan): Make sure nnweb-articles is initialized on
solid groups.  Gnus might have used a FAST request to select the
group.
(nnweb-request-group, nnweb-google-parse-1): nnweb-type and
nnweb-search are no longer redundantly kept in the active file.
(nnweb-request-list): Don't list bogus groups.  There can only be
one.
(nnweb-request-create-group): Don't use ARGS.
(nnweb-possibly-change-server, nnweb-request-group): Remove some
initialisations.  Let nnoo do the work.

18 years ago* mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been decoded.
Katsumi Yamaoka [Tue, 31 Jan 2006 11:36:21 +0000 (11:36 +0000)]
* mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been decoded.
(mm-uu-diff-extract): Ditto.

* mm-view.el (mm-display-inline-fontify): Get decoded part rightly.

18 years ago(mailcap-viewer-passes-test): Don't put "(nil t)" into
Katsumi Yamaoka [Tue, 31 Jan 2006 01:11:48 +0000 (01:11 +0000)]
(mailcap-viewer-passes-test): Don't put "(nil t)" into
 mailcap-viewer-test-cache when there's no 'test clause, since that
 will invert the meaning of a "nil" test previously determined by
 mailcap-mailcap-entry-passes-test.  From Kevin Ryde.

18 years ago* gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when compiling.
Katsumi Yamaoka [Mon, 30 Jan 2006 23:45:13 +0000 (23:45 +0000)]
* gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when compiling.
* gnus-sum.el: Ditto.
* message.el: Don't bind tool-bar-map when compiling.

18 years ago(nnweb-google-parse-1): Clarify some comments.
Reiner Steib [Mon, 30 Jan 2006 14:55:15 +0000 (14:55 +0000)]
(nnweb-google-parse-1): Clarify some comments.

18 years ago2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
Reiner Steib [Mon, 30 Jan 2006 14:45:01 +0000 (14:45 +0000)]
2006-01-30  Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>

* nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
(nnweb-google-create-mapping, nnweb-google-search): Adapt to
current Google Groups.

18 years agoFix typo.
Reiner Steib [Thu, 26 Jan 2006 15:02:26 +0000 (15:02 +0000)]
Fix typo.

18 years ago* gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
Reiner Steib [Thu, 26 Jan 2006 14:57:44 +0000 (14:57 +0000)]
* gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
and tool-bar-mode.

* gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
and tool-bar-mode.

* message.el (message-tool-bar-update): Simlify.
(message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.

* gnus-sum.el (gnus-summary-tool-bar-update): Check for
gnus-summary-buffer.
(gnus-summary-tool-bar-gnome): Use "reply-author" icon for
gnus-summary-reply.

18 years ago(gnus-summary-tool-bar-update): Check for
Reiner Steib [Thu, 26 Jan 2006 14:25:34 +0000 (14:25 +0000)]
(gnus-summary-tool-bar-update): Check for
gnus-summary-buffer.
(gnus-summary-tool-bar-gnome): Use "reply-author" icon for
gnus-summary-reply.

18 years ago(gmm): Add :version.
Reiner Steib [Thu, 26 Jan 2006 14:10:51 +0000 (14:10 +0000)]
(gmm): Add :version.

18 years ago(distclean): Remove Makefile.
Katsumi Yamaoka [Thu, 26 Jan 2006 09:17:58 +0000 (09:17 +0000)]
(distclean): Remove Makefile.

18 years agoUpdate.
Katsumi Yamaoka [Thu, 26 Jan 2006 09:01:46 +0000 (09:01 +0000)]
Update.

18 years ago(clean): Clean all subdirectories; remove *~.
Katsumi Yamaoka [Thu, 26 Jan 2006 09:01:44 +0000 (09:01 +0000)]
(clean): Clean all subdirectories; remove *~.
(elclean): Remove lisp/auto-autoloads.el, lisp/custom-load.el, and
 lisp/gnus-load.el.
(distclean): Don't use sub-make to run clean; use $(MAKE) instead of make.

18 years ago(clean): New rule.
Katsumi Yamaoka [Thu, 26 Jan 2006 09:01:39 +0000 (09:01 +0000)]
(clean): New rule.
(distclean): Use it.

18 years ago(almost-clean): Rename from clean.
Katsumi Yamaoka [Thu, 26 Jan 2006 09:01:33 +0000 (09:01 +0000)]
(almost-clean): Rename from clean.
(clean): Rename from veryclean.
(distclean): Use clean.
(pspackage): Use almost-clean.

18 years ago(gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't autoload. From Steve Youngs.
Katsumi Yamaoka [Thu, 26 Jan 2006 05:14:45 +0000 (05:14 +0000)]
(gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't autoload.  From Steve Youngs.
(gmm-verbose): Add :group.

18 years ago* message.el: Change some comments WRT tool-bars.
Reiner Steib [Wed, 25 Jan 2006 17:45:01 +0000 (17:45 +0000)]
* message.el: Change some comments WRT tool-bars.

18 years ago* gnus-sum.el (gnus-summary-tool-bar)
Reiner Steib [Wed, 25 Jan 2006 15:42:40 +0000 (15:42 +0000)]
* gnus-sum.el (gnus-summary-tool-bar)
(gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
(gnus-summary-tool-bar-zap-list): New variables.
(gnus-summary-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.

* gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
(gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
variables.
(gnus-group-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.
(gnus-group-tool-bar-update): New function.

18 years ago(message-mode-field-menu): Add "Show hidden Headers".
Reiner Steib [Wed, 25 Jan 2006 15:15:21 +0000 (15:15 +0000)]
(message-mode-field-menu): Add "Show hidden Headers".

18 years ago(mm-uu-dissect-text-parts): Fix previous commit.
Katsumi Yamaoka [Wed, 25 Jan 2006 08:50:14 +0000 (08:50 +0000)]
(mm-uu-dissect-text-parts): Fix previous commit.

18 years ago(mm-uu-dissect-text-parts): Decode charset.
Katsumi Yamaoka [Wed, 25 Jan 2006 08:20:52 +0000 (08:20 +0000)]
(mm-uu-dissect-text-parts): Decode charset.

18 years agoRevision: emacs@sv.gnu.org/gnus--devo--0--patch-5
Miles Bader [Wed, 25 Jan 2006 06:24:38 +0000 (06:24 +0000)]
Revision: emacs@sv.gnu.org/gnus--devo--0--patch-5

Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (base, patch 1-3)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
   - Update from CVS

 * gnus--rel--5.10  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
   - Update from CVS
   - Merge from emacs--devo--0

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 630-631, 646-647, 655, 657, 663, 668, 670-671, 676-678, 686, 690-691, 696, 698, 702)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 157-187)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.
   - Update from CVS: texi/gnus.texi (RSS): Addition.

2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-cus.el (gnus-group-parameters): Sync posting-style with
   custom definition of `gnus-posting-styles'.

   * lisp/gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
   print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.

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

   * lisp/gnus-group.el (gnus-useful-groups): Use Gmane for ding. Use
   nntp for bug archive.

2006-01-08  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
   (spam-group-spam-marks): Delete functions.
   (spam-list-articles): Just call spam-group-ham-marks directly.
   (spam-group-ham-marks): Simplify.

2006-01-08  Alex Schroeder  <alex@gnu.org>

   * texi/pgg.texi (Caching passphrase): Rewording.

2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>

   * texi/pgg.texi (User Commands): Document additional passphrase
   argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
   (Backend methods): Likewise for corresponding pgg-scheme-* functions.

2005-10-29  Sascha Wilde  <wilde@sha-bang.de>

   * texi/pgg.texi (How to use): Update the example to add autoload of
   pgg-encrypt-symmetric-region.
   (User Commands): Document pgg-encrypt-symmetric-region.
   (Backend methods): Document pgg-scheme-encrypt-symmetric-region.

18 years agoUpdate.
Katsumi Yamaoka [Wed, 25 Jan 2006 04:57:10 +0000 (04:57 +0000)]
Update.

18 years ago(mm-uu-dissect-text-parts): Ignore it if a given part is dissected into
Katsumi Yamaoka [Wed, 25 Jan 2006 04:57:07 +0000 (04:57 +0000)]
(mm-uu-dissect-text-parts): Ignore it if a given part is dissected into
 a single part of which the type is the same as the given one.

18 years ago(mailcap-parse-mailcap-extras): "test" key must go into alists as symbol not
Katsumi Yamaoka [Wed, 25 Jan 2006 04:57:01 +0000 (04:57 +0000)]
(mailcap-parse-mailcap-extras): "test" key must go into alists as symbol not
 string, since that's what mailcap-viewer-passes-test and
 mailcap-mailcap-entry-passes-test look for.  From Kevin Ryde.

18 years agoUse date of installation into the trunk, not the date from the v5-10 branch or
Reiner Steib [Tue, 24 Jan 2006 16:53:23 +0000 (16:53 +0000)]
Use date of installation into the trunk, not the date from the v5-10 branch or
Emacs CVS.  Reorder entries.

18 years agoUse date of installation into the trunk, not the date from the v5-10 branch or
Reiner Steib [Tue, 24 Jan 2006 16:48:44 +0000 (16:48 +0000)]
Use date of installation into the trunk, not the date from the v5-10 branch or
Emacs CVS.

18 years ago* gmm-utils.el (gmm-tool-bar-item): Add "Separator".
Reiner Steib [Tue, 24 Jan 2006 16:37:36 +0000 (16:37 +0000)]
* gmm-utils.el (gmm-tool-bar-item): Add "Separator".
(gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.

* message.el (message-tool-bar-gnome): Use gmm-ignore.

18 years agoUpdate.
Katsumi Yamaoka [Tue, 24 Jan 2006 14:55:38 +0000 (14:55 +0000)]
Update.

18 years agoUpdate.
Katsumi Yamaoka [Tue, 24 Jan 2006 11:36:18 +0000 (11:36 +0000)]
Update.

18 years ago(gnus-mime-security-button-menu): New alias.
Katsumi Yamaoka [Tue, 24 Jan 2006 11:36:15 +0000 (11:36 +0000)]
(gnus-mime-security-button-menu): New alias.
(gnus-xmas-mime-security-button-menu): New function.

18 years agoUpdate.
Katsumi Yamaoka [Tue, 24 Jan 2006 10:28:07 +0000 (10:28 +0000)]
Update.

18 years ago(gnus-mime-security-button-commands): New variable.
Katsumi Yamaoka [Tue, 24 Jan 2006 10:28:04 +0000 (10:28 +0000)]
(gnus-mime-security-button-commands): New variable.
(gnus-mime-security-button-menu): New definition.
(gnus-mime-security-button-map): Use them.
(gnus-mime-security-button-menu): New function.
(gnus-insert-mime-security-button): Addition to help echo.
(gnus-mime-security-run-function, gnus-mime-security-save-part)
(gnus-mime-security-pipe-part): New functions.

18 years ago(mm-uu-buttonize-original-text-parts): Remove.
Katsumi Yamaoka [Tue, 24 Jan 2006 10:27:57 +0000 (10:27 +0000)]
(mm-uu-buttonize-original-text-parts): Remove.
(mm-uu-dissect-text-parts): Revert 2006-01-23 change.

18 years ago(mm-handle-set-disposition): Remove.
Katsumi Yamaoka [Tue, 24 Jan 2006 10:27:51 +0000 (10:27 +0000)]
(mm-handle-set-disposition): Remove.
(mm-handle-set-description): Remove.

18 years agoUpdate.
Katsumi Yamaoka [Tue, 24 Jan 2006 01:58:00 +0000 (01:58 +0000)]
Update.

18 years ago(gnus-article-wash-html-with-w3m-standalone): Use
Katsumi Yamaoka [Tue, 24 Jan 2006 01:57:57 +0000 (01:57 +0000)]
(gnus-article-wash-html-with-w3m-standalone): Use
 mm-w3m-standalone-supports-m17n-p to alter w3m usage.

18 years ago(mm-w3m-standalone-supports-m17n-p): New variable.
Katsumi Yamaoka [Tue, 24 Jan 2006 01:57:51 +0000 (01:57 +0000)]
(mm-w3m-standalone-supports-m17n-p): New variable.
(mm-w3m-standalone-supports-m17n-p): New function.
(mm-inline-text-html-render-with-w3m-standalone): Use it to alter w3m usage.

18 years ago(message-tool-bar-zap-list): Use
Reiner Steib [Mon, 23 Jan 2006 16:04:01 +0000 (16:04 +0000)]
(message-tool-bar-zap-list): Use
gmm-tool-bar-zap-list as custom type.
(message-tool-bar-update): New function.
(message-tool-bar, message-tool-bar-gnome)
(message-tool-bar-retro): Add message-tool-bar-update.
(message-tool-bar-gnome): Add flyspell-buffer.

18 years ago* gnus-util.el (gnus-error): Describe `args'.
Reiner Steib [Mon, 23 Jan 2006 15:46:53 +0000 (15:46 +0000)]
* gnus-util.el (gnus-error): Describe `args'.

* gmm-utils.el (gmm-error): Describe `args'.
(gmm-tool-bar-zap-list): New widget.
(gmm-tool-bar-from-list): Improve description of `zap-list'.

18 years agomm-uu.el
Katsumi Yamaoka [Mon, 23 Jan 2006 09:47:41 +0000 (09:47 +0000)]
mm-uu.el

18 years ago(mm-handle-set-disposition): New macro.
Katsumi Yamaoka [Mon, 23 Jan 2006 09:47:37 +0000 (09:47 +0000)]
(mm-handle-set-disposition): New macro.
(mm-handle-set-description): New macro.

18 years ago(mm-uu-dissect-text-parts): Decode content transfer encoding.
Katsumi Yamaoka [Mon, 23 Jan 2006 04:40:57 +0000 (04:40 +0000)]
(mm-uu-dissect-text-parts): Decode content transfer encoding.

18 years agoAdd arch tagline
Miles Bader [Sat, 21 Jan 2006 06:43:58 +0000 (06:43 +0000)]
Add arch tagline

18 years ago(message-tool-bar-zap-list, message-tool-bar)
Reiner Steib [Fri, 20 Jan 2006 22:13:00 +0000 (22:13 +0000)]
(message-tool-bar-zap-list, message-tool-bar)
(message-tool-bar-gnome, message-tool-bar-retro): New variables.
(message-tool-bar-local-item-from-menu): Remove.
(message-tool-bar-map): Replace by `message-make-tool-bar'.
(message-make-tool-bar): New function.
(message-mode): Use `message-make-tool-bar'.

18 years ago(gmm): Add :prefix to defgroup.
Reiner Steib [Fri, 20 Jan 2006 21:37:58 +0000 (21:37 +0000)]
(gmm): Add :prefix to defgroup.

18 years ago(gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
Reiner Steib [Fri, 20 Jan 2006 21:31:22 +0000 (21:31 +0000)]
(gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
output.

18 years agoNew file.
Reiner Steib [Fri, 20 Jan 2006 20:52:52 +0000 (20:52 +0000)]
New file.
(gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
(gmm-lazy): New widget copied from `nnmail.el'.
(gmm-tool-bar-from-list): New function for creating customizable
tool bars.

gmm-utils.el (gmm-widget-p): New function.

18 years ago(mml-menu): Add Emacs MIME manual and PGG manual.
Reiner Steib [Fri, 20 Jan 2006 20:17:03 +0000 (20:17 +0000)]
(mml-menu): Add Emacs MIME manual and PGG manual.

18 years ago(mml-attach-file): Describe `description' in doc string.
Reiner Steib [Fri, 20 Jan 2006 20:12:20 +0000 (20:12 +0000)]
(mml-attach-file): Describe `description' in doc string.

18 years agoMerge v5-10 branch.
Katsumi Yamaoka [Fri, 20 Jan 2006 08:35:06 +0000 (08:35 +0000)]
Merge v5-10 branch.

2005-12-12  Richard M. Stallman  <rms@gnu.org>

* mm-url.el (mm-url-load-url): Require url-parse and url-vars.

2005-11-14  Kevin Greiner  <kevin.greiner@compsol.cc>

* nntp.el (nntp-end-of-line): Doc fix.

2005-10-30  Chong Yidong  <cyd@stupidchicken.com>

* imap.el (imap-open): Handle case where buffer is a buffer
object.

2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>

* gnus-delay.el (gnus-delay): Don't autoload.
It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
to be re-loaded when customizing the `gnus-delay' group.

2005-11-19  Chong Yidong  <cyd@stupidchicken.com>

* message.el (message-insert-citation-line): Use newlines.

18 years agoMerge v5-10 branch.
Katsumi Yamaoka [Thu, 19 Jan 2006 11:53:12 +0000 (11:53 +0000)]
Merge v5-10 branch.

18 years agoUpdate.
Katsumi Yamaoka [Thu, 19 Jan 2006 06:01:26 +0000 (06:01 +0000)]
Update.

18 years ago(mm-decode-body): Don't decode decoded body.
Katsumi Yamaoka [Thu, 19 Jan 2006 06:01:23 +0000 (06:01 +0000)]
(mm-decode-body): Don't decode decoded body.

18 years ago(mm-uu-dissect-text-parts): Dissect dissected parts.
Katsumi Yamaoka [Thu, 19 Jan 2006 06:01:21 +0000 (06:01 +0000)]
(mm-uu-dissect-text-parts): Dissect dissected parts.

18 years ago(pgg-gpg-encrypt-region): Add --textmode to gpg args. From Mark D. Baushke.
Katsumi Yamaoka [Thu, 19 Jan 2006 06:01:19 +0000 (06:01 +0000)]
(pgg-gpg-encrypt-region): Add --textmode to gpg args.  From Mark D. Baushke.

18 years agoFix date.
Katsumi Yamaoka [Tue, 17 Jan 2006 13:50:22 +0000 (13:50 +0000)]
Fix date.

18 years agoUpdate.
Katsumi Yamaoka [Tue, 17 Jan 2006 10:52:56 +0000 (10:52 +0000)]
Update.

18 years ago(mm-inlined-types): Add application/pgp.
Katsumi Yamaoka [Tue, 17 Jan 2006 10:52:52 +0000 (10:52 +0000)]
(mm-inlined-types): Add application/pgp.
(mm-automatic-display): Ditto.

18 years ago(mm-uu-dissect-text-parts): Recognize application/pgp part as text.
Katsumi Yamaoka [Tue, 17 Jan 2006 10:52:47 +0000 (10:52 +0000)]
(mm-uu-dissect-text-parts): Recognize application/pgp part as text.

18 years agoUpdate.
Katsumi Yamaoka [Mon, 16 Jan 2006 22:57:51 +0000 (22:57 +0000)]
Update.

18 years agoUpdate copyright.
Katsumi Yamaoka [Mon, 16 Jan 2006 22:57:46 +0000 (22:57 +0000)]
Update copyright.

18 years agoUpdate copyright.
Katsumi Yamaoka [Mon, 16 Jan 2006 22:57:40 +0000 (22:57 +0000)]
Update copyright.
(nnrss-opml-import): Query whether to subscribe to each entry.

18 years ago* message.el (message-info): New function.
Reiner Steib [Mon, 16 Jan 2006 16:03:28 +0000 (16:03 +0000)]
* message.el (message-info): New function.
(message-mode-menu): Add it.
Update copyright.

* ChangeLog: Fix and update copyright.

18 years ago(message-forward-subject-name-subject): Prefer the
Romain Francoise [Fri, 13 Jan 2006 19:44:30 +0000 (19:44 +0000)]
(message-forward-subject-name-subject): Prefer the
address to 'nowhere' if the sender has no name.
Fix typo.  Update copyright year.

18 years ago(Article Washing): Additions.
Katsumi Yamaoka [Fri, 13 Jan 2006 07:15:00 +0000 (07:15 +0000)]
(Article Washing): Additions.

18 years agoUpdate.
Katsumi Yamaoka [Fri, 13 Jan 2006 07:14:56 +0000 (07:14 +0000)]
Update.

18 years ago(article-wash-html): Use gnus-summary-show-article-charset-alist if a numeric
Katsumi Yamaoka [Fri, 13 Jan 2006 07:14:52 +0000 (07:14 +0000)]
(article-wash-html): Use gnus-summary-show-article-charset-alist if a numeric
 arg is given.
(gnus-article-wash-html-with-w3m-standalone): New function.

18 years ago(mm-text-html-renderer-alist): Map w3m-standalone to
Katsumi Yamaoka [Fri, 13 Jan 2006 07:14:46 +0000 (07:14 +0000)]
(mm-text-html-renderer-alist): Map w3m-standalone to
 mm-inline-text-html-render-with-w3m-standalone.
(mm-text-html-washer-alist): Map w3m-standalone to
 gnus-article-wash-html-with-w3m-standalone.
(mm-inline-text-html-render-with-w3m-standalone): New function.

18 years ago(mm-uu-type-alist): Fix previous message-marks commit.
Reiner Steib [Thu, 12 Jan 2006 19:43:05 +0000 (19:43 +0000)]
(mm-uu-type-alist): Fix previous message-marks commit.
Improve LaTeX.

18 years agoFix previous commit.
Katsumi Yamaoka [Tue, 10 Jan 2006 10:19:58 +0000 (10:19 +0000)]
Fix previous commit.

18 years ago(RSS): Document nnrss-wash-html-in-text-plain-parts.
Katsumi Yamaoka [Tue, 10 Jan 2006 10:13:03 +0000 (10:13 +0000)]
(RSS): Document nnrss-wash-html-in-text-plain-parts.

18 years agoUpdate.
Katsumi Yamaoka [Tue, 10 Jan 2006 10:12:58 +0000 (10:12 +0000)]
Update.

18 years ago(nnrss-wash-html-in-text-plain-parts): New variable.
Katsumi Yamaoka [Tue, 10 Jan 2006 10:12:55 +0000 (10:12 +0000)]
(nnrss-wash-html-in-text-plain-parts): New variable.
(nnrss-request-article): Render text/plain parts as HTML.

18 years ago(gnus-article-wash-html-with-w3m): No need to narrow the buffer.
Katsumi Yamaoka [Tue, 10 Jan 2006 10:12:49 +0000 (10:12 +0000)]
(gnus-article-wash-html-with-w3m): No need to narrow the buffer.

18 years ago(Group Parameters): Fix description.
Katsumi Yamaoka [Fri, 6 Jan 2006 05:57:29 +0000 (05:57 +0000)]
(Group Parameters): Fix description.
(RSS): Addition.

18 years ago(nnrss-request-article): Fix the way to fill text/plain parts.
Katsumi Yamaoka [Thu, 5 Jan 2006 07:07:24 +0000 (07:07 +0000)]
(nnrss-request-article): Fix the way to fill text/plain parts.
(nnrss-normalize-date): New function converts ISO 8601 date into RFC822 style.
(nnrss-check-group): Use it.

18 years agoUpdate.
Katsumi Yamaoka [Sun, 1 Jan 2006 06:45:53 +0000 (06:45 +0000)]
Update.

18 years ago(nnrss-fetch): Make it fail gracefully when it can't fetch a feed.
Katsumi Yamaoka [Sun, 1 Jan 2006 06:45:49 +0000 (06:45 +0000)]
(nnrss-fetch): Make it fail gracefully when it can't fetch a feed.
(nnrss-insert-w3): Ditto.

18 years ago(gnus-summary-work-articles): Remove useless `min'.
Katsumi Yamaoka [Sun, 1 Jan 2006 06:45:44 +0000 (06:45 +0000)]
(gnus-summary-work-articles): Remove useless `min'.

18 years agoAdd arch tagline
Miles Bader [Thu, 29 Dec 2005 03:46:41 +0000 (03:46 +0000)]
Add arch tagline