diff options
| author | Miles Bader | 2005-08-26 00:02:06 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-08-26 00:02:06 +0000 |
| commit | f3f01d5df3156fb408b43da0c670796c37ed084f (patch) | |
| tree | 75eea36524816388953e6bc448b2c20774da713d | |
| parent | 41796d0900f9fbcd4e1d6607746ecb1cb0e3a981 (diff) | |
| download | emacs-f3f01d5df3156fb408b43da0c670796c37ed084f.tar.gz emacs-f3f01d5df3156fb408b43da0c670796c37ed084f.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 105)
- Update from CVS
2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
* lisp/gnus/gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
the end of the date treatments.
2005-08-15 Simon Josefsson <jas@extundo.com>
* lisp/gnus/pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
it in url-handlers.el and XEmacs in url.el. Reported by Luca
Capello and Romain Francoise.
(pgg-fetch-key-function): Removed, not used?
(pgg-insert-url-with-w3): Require url, to get
url-insert-file-contents regardless of where it is defined.
2005-08-08 Simon Josefsson <jas@extundo.com>
* lisp/gnus/pgg.el: Autoload url-insert-file-contents instead of loading
w3/url.
(pgg-insert-url-with-w3): Don't load url here.
2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
* man/emacs-mime.texi (time-date): Fix description of safe-date-to-time.
2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
* man/emacs-mime.texi (Handles): Remove duplicate item.
(Encoding Customization): Fix the default value for
mm-coding-system-priorities.
(Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
(Basic Functions): Fix reference.
2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
| -rw-r--r-- | lisp/gnus/ChangeLog | 20 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/pgg.el | 10 | ||||
| -rw-r--r-- | man/ChangeLog | 16 | ||||
| -rw-r--r-- | man/emacs-mime.texi | 21 | ||||
| -rw-r--r-- | man/gnus.texi | 2 |
6 files changed, 48 insertions, 23 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index a7b215718b0..cc85c51f5e2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to | ||
| 4 | the end of the date treatments. | ||
| 5 | |||
| 6 | 2005-08-15 Simon Josefsson <jas@extundo.com> | ||
| 7 | |||
| 8 | * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has | ||
| 9 | it in url-handlers.el and XEmacs in url.el. Reported by Luca | ||
| 10 | Capello and Romain Francoise. | ||
| 11 | (pgg-fetch-key-function): Removed, not used? | ||
| 12 | (pgg-insert-url-with-w3): Require url, to get | ||
| 13 | url-insert-file-contents regardless of where it is defined. | ||
| 14 | |||
| 15 | 2005-08-08 Simon Josefsson <jas@extundo.com> | ||
| 16 | |||
| 17 | * pgg.el: Autoload url-insert-file-contents instead of loading | ||
| 18 | w3/url. | ||
| 19 | (pgg-insert-url-with-w3): Don't load url here. | ||
| 20 | |||
| 1 | 2005-08-05 Daiki Ueno <ueno@unixuser.org> | 21 | 2005-08-05 Daiki Ueno <ueno@unixuser.org> |
| 2 | 22 | ||
| 3 | * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct. | 23 | * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct. |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 31874a19149..40476ec2f23 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -1481,10 +1481,10 @@ This requires GNU Libidn, and by default only enabled if it is found." | |||
| 1481 | (gnus-treat-date-ut gnus-article-date-ut) | 1481 | (gnus-treat-date-ut gnus-article-date-ut) |
| 1482 | (gnus-treat-date-local gnus-article-date-local) | 1482 | (gnus-treat-date-local gnus-article-date-local) |
| 1483 | (gnus-treat-date-english gnus-article-date-english) | 1483 | (gnus-treat-date-english gnus-article-date-english) |
| 1484 | (gnus-treat-date-lapsed gnus-article-date-lapsed) | ||
| 1485 | (gnus-treat-date-original gnus-article-date-original) | 1484 | (gnus-treat-date-original gnus-article-date-original) |
| 1486 | (gnus-treat-date-user-defined gnus-article-date-user) | 1485 | (gnus-treat-date-user-defined gnus-article-date-user) |
| 1487 | (gnus-treat-date-iso8601 gnus-article-date-iso8601) | 1486 | (gnus-treat-date-iso8601 gnus-article-date-iso8601) |
| 1487 | (gnus-treat-date-lapsed gnus-article-date-lapsed) | ||
| 1488 | (gnus-treat-display-x-face gnus-article-display-x-face) | 1488 | (gnus-treat-display-x-face gnus-article-display-x-face) |
| 1489 | (gnus-treat-display-face gnus-article-display-face) | 1489 | (gnus-treat-display-face gnus-article-display-face) |
| 1490 | (gnus-treat-hide-headers gnus-article-maybe-hide-headers) | 1490 | (gnus-treat-hide-headers gnus-article-maybe-hide-headers) |
diff --git a/lisp/gnus/pgg.el b/lisp/gnus/pgg.el index b61d1ad82ec..af59833c6c0 100644 --- a/lisp/gnus/pgg.el +++ b/lisp/gnus/pgg.el | |||
| @@ -35,20 +35,10 @@ | |||
| 35 | ;; Don't merge these two `eval-when-compile's. | 35 | ;; Don't merge these two `eval-when-compile's. |
| 36 | (eval-when-compile | 36 | (eval-when-compile |
| 37 | (require 'cl)) | 37 | (require 'cl)) |
| 38 | ;; Fixme: This would be better done with an autoload for | ||
| 39 | ;; `url-insert-file-contents', and the url stuff rationalized. | ||
| 40 | ;; (`locate-library' can say whether the url code is available.) | ||
| 41 | (eval-when-compile | ||
| 42 | (ignore-errors | ||
| 43 | (require 'w3) | ||
| 44 | (require 'url))) | ||
| 45 | 38 | ||
| 46 | ;;; @ utility functions | 39 | ;;; @ utility functions |
| 47 | ;;; | 40 | ;;; |
| 48 | 41 | ||
| 49 | (defvar pgg-fetch-key-function (if (fboundp 'url-insert-file-contents) | ||
| 50 | (function pgg-fetch-key-with-w3))) | ||
| 51 | |||
| 52 | (defun pgg-invoke (func scheme &rest args) | 42 | (defun pgg-invoke (func scheme &rest args) |
| 53 | (progn | 43 | (progn |
| 54 | (require (intern (format "pgg-%s" scheme))) | 44 | (require (intern (format "pgg-%s" scheme))) |
diff --git a/man/ChangeLog b/man/ChangeLog index 98fc8b823eb..d9b86056304 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * emacs-mime.texi (time-date): Fix description of safe-date-to-time. | ||
| 4 | |||
| 5 | 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 6 | |||
| 7 | * emacs-mime.texi (Handles): Remove duplicate item. | ||
| 8 | (Encoding Customization): Fix the default value for | ||
| 9 | mm-coding-system-priorities. | ||
| 10 | (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist. | ||
| 11 | (Basic Functions): Fix reference. | ||
| 12 | |||
| 13 | 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 14 | |||
| 15 | * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp. | ||
| 16 | |||
| 1 | 2005-08-22 Juri Linkov <juri@jurta.org> | 17 | 2005-08-22 Juri Linkov <juri@jurta.org> |
| 2 | 18 | ||
| 3 | * display.texi (Standard Faces): Merge the text from | 19 | * display.texi (Standard Faces): Merge the text from |
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index 723bad3aa18..7bd36f3ce46 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi | |||
| @@ -9,8 +9,8 @@ | |||
| 9 | @copying | 9 | @copying |
| 10 | This file documents the Emacs MIME interface functionality. | 10 | This file documents the Emacs MIME interface functionality. |
| 11 | 11 | ||
| 12 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 12 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 |
| 13 | 2005 Free Software Foundation, Inc. | 13 | Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
| @@ -213,10 +213,6 @@ Set the undisplayer object. | |||
| 213 | @findex mm-handle-disposition | 213 | @findex mm-handle-disposition |
| 214 | Return the parsed @code{Content-Disposition} of the part. | 214 | Return the parsed @code{Content-Disposition} of the part. |
| 215 | 215 | ||
| 216 | @item mm-handle-disposition | ||
| 217 | @findex mm-handle-disposition | ||
| 218 | Return the description of the part. | ||
| 219 | |||
| 220 | @item mm-get-content-id | 216 | @item mm-get-content-id |
| 221 | Returns the handle(s) referred to by @code{Content-ID}. | 217 | Returns the handle(s) referred to by @code{Content-ID}. |
| 222 | 218 | ||
| @@ -813,7 +809,9 @@ by using the @code{encoding} @acronym{MML} tag (@pxref{MML Definition}). | |||
| 813 | @item mm-coding-system-priorities | 809 | @item mm-coding-system-priorities |
| 814 | @vindex mm-coding-system-priorities | 810 | @vindex mm-coding-system-priorities |
| 815 | Prioritize coding systems to use for outgoing messages. The default | 811 | Prioritize coding systems to use for outgoing messages. The default |
| 816 | is @code{nil}, which means to use the defaults in Emacs. It is a list of | 812 | is @code{nil}, which means to use the defaults in Emacs, but is |
| 813 | @code{(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8)} when | ||
| 814 | running Emacs in the Japanese language environment. It is a list of | ||
| 817 | coding system symbols (aliases of coding systems are also allowed, use | 815 | coding system symbols (aliases of coding systems are also allowed, use |
| 818 | @kbd{M-x describe-coding-system} to make sure you are specifying correct | 816 | @kbd{M-x describe-coding-system} to make sure you are specifying correct |
| 819 | coding system names). For example, if you have configured Emacs | 817 | coding system names). For example, if you have configured Emacs |
| @@ -880,8 +878,9 @@ used, of course. | |||
| 880 | @vindex mm-mime-mule-charset-alist | 878 | @vindex mm-mime-mule-charset-alist |
| 881 | Things are slightly more complicated when running Emacs with @sc{mule} | 879 | Things are slightly more complicated when running Emacs with @sc{mule} |
| 882 | support. In this case, a list of the @sc{mule} charsets used in the | 880 | support. In this case, a list of the @sc{mule} charsets used in the |
| 883 | part is obtained, and the @sc{mule} charsets are translated to @acronym{MIME} | 881 | part is obtained, and the @sc{mule} charsets are translated to |
| 884 | charsets by consulting the variable @code{mm-mime-mule-charset-alist}. | 882 | @acronym{MIME} charsets by consulting the table provided by Emacs itself |
| 883 | or the variable @code{mm-mime-mule-charset-alist} for XEmacs. | ||
| 885 | If this results in a single @acronym{MIME} charset, this is used to encode | 884 | If this results in a single @acronym{MIME} charset, this is used to encode |
| 886 | the part. But if the resulting list of @acronym{MIME} charsets contains more | 885 | the part. But if the resulting list of @acronym{MIME} charsets contains more |
| 887 | than one element, two things can happen: If it is possible to encode the | 886 | than one element, two things can happen: If it is possible to encode the |
| @@ -1168,7 +1167,7 @@ in the subsequent sections. | |||
| 1168 | This chapter describes the basic, ground-level functions for parsing and | 1167 | This chapter describes the basic, ground-level functions for parsing and |
| 1169 | handling. Covered here is parsing @code{From} lines, removing comments | 1168 | handling. Covered here is parsing @code{From} lines, removing comments |
| 1170 | from header lines, decoding encoded words, parsing date headers and so | 1169 | from header lines, decoding encoded words, parsing date headers and so |
| 1171 | on. High-level functionality is dealt with in the next chapter | 1170 | on. High-level functionality is dealt with in the first chapter |
| 1172 | (@pxref{Decoding and Viewing}). | 1171 | (@pxref{Decoding and Viewing}). |
| 1173 | 1172 | ||
| 1174 | @menu | 1173 | @menu |
| @@ -1504,7 +1503,7 @@ Take a time and return the number of days that represents. | |||
| 1504 | 1503 | ||
| 1505 | @item safe-date-to-time | 1504 | @item safe-date-to-time |
| 1506 | Take a date and return a time. If the date is not syntactically valid, | 1505 | Take a date and return a time. If the date is not syntactically valid, |
| 1507 | return a ``zero'' date. | 1506 | return a ``zero'' time. |
| 1508 | 1507 | ||
| 1509 | @item time-less-p | 1508 | @item time-less-p |
| 1510 | Take two times and say whether the first time is less (i. e., earlier) | 1509 | Take two times and say whether the first time is less (i. e., earlier) |
diff --git a/man/gnus.texi b/man/gnus.texi index 9b70d83bd50..131a92fae64 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -9406,7 +9406,7 @@ newsreaders and mailers that do not understand or use @acronym{MIME}, and | |||
| 9406 | just send out messages without saying what character sets they use. To | 9406 | just send out messages without saying what character sets they use. To |
| 9407 | help a bit with this, some local news hierarchies have policies that say | 9407 | help a bit with this, some local news hierarchies have policies that say |
| 9408 | what character set is the default. For instance, the @samp{fj} | 9408 | what character set is the default. For instance, the @samp{fj} |
| 9409 | hierarchy uses @code{iso-2022-jp-2}. | 9409 | hierarchy uses @code{iso-2022-jp}. |
| 9410 | 9410 | ||
| 9411 | @vindex gnus-group-charset-alist | 9411 | @vindex gnus-group-charset-alist |
| 9412 | This knowledge is encoded in the @code{gnus-group-charset-alist} | 9412 | This knowledge is encoded in the @code{gnus-group-charset-alist} |