aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Danjou2010-09-25 12:49:02 +0000
committerKatsumi Yamaoka2010-09-25 12:49:02 +0000
commite70153eb2fec2f9af9089feb98739b8f9385250d (patch)
tree33a1e1f2520201549ec1fb061b411c6d0a8de3d8
parentf877c546db4d53d4076715323bd151ab6c3347a5 (diff)
downloademacs-e70153eb2fec2f9af9089feb98739b8f9385250d.tar.gz
emacs-e70153eb2fec2f9af9089feb98739b8f9385250d.zip
Merge changes made in Gnus.tranck
gnus-art.el: Remove useless gnus-treat-translate. gnus-gravatar.el (gnus-gravatar-transform-address): Use gnus-gravatar-size. gnus.el: Remove useless gnus-local-domain. mml-smime.el: Remove useless mml-smime-verbose. mml2015.el: Remove useless mml2015-verbose.
-rw-r--r--doc/misc/gnus.texi3
-rw-r--r--lisp/gnus/ChangeLog13
-rw-r--r--lisp/gnus/gnus-art.el9
-rw-r--r--lisp/gnus/gnus-gravatar.el11
-rw-r--r--lisp/gnus/gnus.el9
-rw-r--r--lisp/gnus/mml-smime.el5
-rw-r--r--lisp/gnus/mml2015.el5
7 files changed, 19 insertions, 36 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 16d78027603..a22644f2f98 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -12630,7 +12630,6 @@ controlling variable is a predicate list, as described above.
12630@vindex gnus-treat-highlight-headers 12630@vindex gnus-treat-highlight-headers
12631@vindex gnus-treat-highlight-signature 12631@vindex gnus-treat-highlight-signature
12632@vindex gnus-treat-play-sounds 12632@vindex gnus-treat-play-sounds
12633@vindex gnus-treat-translate
12634@vindex gnus-treat-x-pgp-sig 12633@vindex gnus-treat-x-pgp-sig
12635@vindex gnus-treat-unfold-headers 12634@vindex gnus-treat-unfold-headers
12636@vindex gnus-treat-fold-headers 12635@vindex gnus-treat-fold-headers
@@ -12737,8 +12736,6 @@ is controlled by @code{gnus-body-boundary-delimiter}.
12737 12736
12738@vindex gnus-treat-play-sounds 12737@vindex gnus-treat-play-sounds
12739@item gnus-treat-play-sounds 12738@item gnus-treat-play-sounds
12740@vindex gnus-treat-translate
12741@item gnus-treat-translate
12742@item gnus-treat-ansi-sequences (t) 12739@item gnus-treat-ansi-sequences (t)
12743@vindex gnus-treat-x-pgp-sig 12740@vindex gnus-treat-x-pgp-sig
12744@item gnus-treat-x-pgp-sig (head) 12741@item gnus-treat-x-pgp-sig (head)
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index b62c702ed47..246fc048b0c 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,16 @@
12010-09-25 Julien Danjou <julien@danjou.info>
2
3 * mml2015.el: Remove useless mml2015-verbose.
4
5 * mml-smime.el: Remove useless mml-smime-verbose.
6
7 * gnus.el: Remove useless gnus-local-domain.
8
9 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
10 gnus-gravatar-size.
11
12 * gnus-art.el: Remove useless gnus-treat-translate.
13
12010-09-24 Julien Danjou <julien@danjou.info> 142010-09-24 Julien Danjou <julien@danjou.info>
2 15
3 * gnus-sum.el: Add support for Gravatars. 16 * gnus-sum.el: Add support for Gravatars.
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 231f9e90e44..35a6934b971 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -1609,15 +1609,6 @@ predicate. See Info node `(gnus)Customizing Articles'."
1609 :link '(custom-manual "(gnus)Customizing Articles") 1609 :link '(custom-manual "(gnus)Customizing Articles")
1610 :type gnus-article-treat-custom) 1610 :type gnus-article-treat-custom)
1611 1611
1612(defcustom gnus-treat-translate nil
1613 "Translate articles from one language to another.
1614Valid values are nil, t, `head', `first', `last', an integer or a
1615predicate. See Info node `(gnus)Customizing Articles'."
1616 :version "21.1"
1617 :group 'gnus-article-treat
1618 :link '(custom-manual "(gnus)Customizing Articles")
1619 :type gnus-article-treat-custom)
1620
1621(defcustom gnus-treat-x-pgp-sig nil 1612(defcustom gnus-treat-x-pgp-sig nil
1622 "Verify X-PGP-Sig. 1613 "Verify X-PGP-Sig.
1623To automatically treat X-PGP-Sig, set it to head. 1614To automatically treat X-PGP-Sig, set it to head.
diff --git a/lisp/gnus/gnus-gravatar.el b/lisp/gnus/gnus-gravatar.el
index 6b97a54845b..54679f43ff3 100644
--- a/lisp/gnus/gnus-gravatar.el
+++ b/lisp/gnus/gnus-gravatar.el
@@ -54,11 +54,12 @@ unpressed button."
54 (mail-encode-encoded-word-string 54 (mail-encode-encoded-word-string
55 (or (mail-fetch-field header) ""))) 55 (or (mail-fetch-field header) "")))
56 (mail-fetch-field header))))) 56 (mail-fetch-field header)))))
57 (dolist (address addresses) 57 (let ((gravatar-size gnus-gravatar-size))
58 (gravatar-retrieve 58 (dolist (address addresses)
59 (car address) 59 (gravatar-retrieve
60 'gnus-gravatar-insert 60 (car address)
61 (list header (car address) category)))))) 61 'gnus-gravatar-insert
62 (list header (car address) category)))))))
62 63
63(defun gnus-gravatar-insert (gravatar header address category) 64(defun gnus-gravatar-insert (gravatar header address category)
64 "Insert GRAVATAR for ADDRESS in HEADER in current article buffer. 65 "Insert GRAVATAR for ADDRESS in HEADER in current article buffer.
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 5aea6634a96..a9ab7ed97fb 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -1428,15 +1428,6 @@ you could set this variable:
1428 "Default default new newsgroups the first time Gnus is run. 1428 "Default default new newsgroups the first time Gnus is run.
1429Should be set in paths.el, and shouldn't be touched by the user.") 1429Should be set in paths.el, and shouldn't be touched by the user.")
1430 1430
1431(defcustom gnus-local-domain nil
1432 "Local domain name without a host name.
1433The DOMAINNAME environment variable is used instead if it is defined.
1434If the function `system-name' returns the full Internet name, there is
1435no need to set this variable."
1436 :group 'gnus-message
1437 :type '(choice (const :tag "default" nil)
1438 string))
1439
1440(defvar gnus-local-organization nil 1431(defvar gnus-local-organization nil
1441 "String with a description of what organization (if any) the user belongs to. 1432 "String with a description of what organization (if any) the user belongs to.
1442Obsolete variable; use `message-user-organization' instead.") 1433Obsolete variable; use `message-user-organization' instead.")
diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el
index 17732997e63..a99538be0af 100644
--- a/lisp/gnus/mml-smime.el
+++ b/lisp/gnus/mml-smime.el
@@ -53,11 +53,6 @@
53 mml-smime-epg-verify 53 mml-smime-epg-verify
54 mml-smime-epg-verify-test))) 54 mml-smime-epg-verify-test)))
55 55
56(defcustom mml-smime-verbose mml-secure-verbose
57 "If non-nil, ask the user about the current operation more verbosely."
58 :group 'mime-security
59 :type 'boolean)
60
61(defcustom mml-smime-cache-passphrase mml-secure-cache-passphrase 56(defcustom mml-smime-cache-passphrase mml-secure-cache-passphrase
62 "If t, cache passphrase." 57 "If t, cache passphrase."
63 :group 'mime-security 58 :group 'mime-security
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el
index 838813e0f19..fb581086512 100644
--- a/lisp/gnus/mml2015.el
+++ b/lisp/gnus/mml2015.el
@@ -119,11 +119,6 @@ Valid packages include `epg', `pgg', `gpg' and `mailcrypt'.")
119 :type '(repeat (cons (regexp :tag "GnuPG output regexp") 119 :type '(repeat (cons (regexp :tag "GnuPG output regexp")
120 (boolean :tag "Trust key")))) 120 (boolean :tag "Trust key"))))
121 121
122(defcustom mml2015-verbose mml-secure-verbose
123 "If non-nil, ask the user about the current operation more verbosely."
124 :group 'mime-security
125 :type 'boolean)
126
127(defcustom mml2015-cache-passphrase mml-secure-cache-passphrase 122(defcustom mml2015-cache-passphrase mml-secure-cache-passphrase
128 "If t, cache passphrase." 123 "If t, cache passphrase."
129 :group 'mime-security 124 :group 'mime-security