aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-11-02 01:39:46 +0000
committerMiles Bader2007-11-02 01:39:46 +0000
commitc590ed3a9753d91d228905a55db0eef19c79da47 (patch)
tree80aad6db4f276039685eb8200a650b09b0fb61f2
parent658674b070b70db1e8e6b7582d33f9a152e414aa (diff)
downloademacs-c590ed3a9753d91d228905a55db0eef19c79da47.tar.gz
emacs-c590ed3a9753d91d228905a55db0eef19c79da47.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 266-268) - Merge from emacs--rel--22 - Update from CVS 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mm-util.el (mm-charset-eval-alist): Mark as risky local variable. * lisp/gnus/gnus.el (gnus-group-charter-alist): Mark as risky local variable. * lisp/gnus/gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as risky local variable. * lisp/gnus/gnus-group.el (gnus-group-icon-list): Mark as risky local variable. 2007-11-01 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) * lisp/gnus/message.el (message-use-alternative-email-as-from): Examine the From header as well; use message-make-from in order to include a user's full name. [ Backported bug fix from No Gnus. ] 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/qp.el (quoted-printable-decode-string): Fix typo in doc string. 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-143
-rw-r--r--lisp/gnus/ChangeLog25
-rw-r--r--lisp/gnus/gnus-art.el2
-rw-r--r--lisp/gnus/gnus-ems.el4
-rw-r--r--lisp/gnus/gnus-group.el1
-rw-r--r--lisp/gnus/gnus.el1
-rw-r--r--lisp/gnus/message.el5
-rw-r--r--lisp/gnus/mm-util.el1
-rw-r--r--lisp/gnus/qp.el2
8 files changed, 37 insertions, 4 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 88cc5e07d39..5df07f75355 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,28 @@
12007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4
5 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6
7 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8 risky local variable.
9
10 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11
122007-11-01 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13
14 * message.el (message-use-alternative-email-as-from): Examine the
15 From header as well; use message-make-from in order to include a
16 user's full name. [ Backported bug fix from No Gnus. ]
17
182007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
19
20 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
21
222007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
23
24 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
25
12007-10-23 Richard Stallman <rms@gnu.org> 262007-10-23 Richard Stallman <rms@gnu.org>
2 27
3 * gnus-group.el (gnus-group-highlight): Mark as risky. 28 * gnus-group.el (gnus-group-highlight): Mark as risky.
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 696222e0043..1ab31bb519f 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -6708,6 +6708,7 @@ variable it the real callback function."
6708 (repeat :tag "Par" 6708 (repeat :tag "Par"
6709 :inline t 6709 :inline t
6710 (integer :tag "Regexp group"))))) 6710 (integer :tag "Regexp group")))))
6711(put 'gnus-button-alist 'risky-local-variable t)
6711 6712
6712(defcustom gnus-header-button-alist 6713(defcustom gnus-header-button-alist
6713 '(("^\\(References\\|Message-I[Dd]\\|^In-Reply-To\\):" "<[^<>]+>" 6714 '(("^\\(References\\|Message-I[Dd]\\|^In-Reply-To\\):" "<[^<>]+>"
@@ -6745,6 +6746,7 @@ HEADER is a regexp to match a header. For a fuller explanation, see
6745 (repeat :tag "Par" 6746 (repeat :tag "Par"
6746 :inline t 6747 :inline t
6747 (integer :tag "Regexp group"))))) 6748 (integer :tag "Regexp group")))))
6749(put 'gnus-header-button-alist 'risky-local-variable t)
6748 6750
6749;;; Commands: 6751;;; Commands:
6750 6752
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el
index 88190b8085b..a4d24603b4c 100644
--- a/lisp/gnus/gnus-ems.el
+++ b/lisp/gnus/gnus-ems.el
@@ -208,7 +208,9 @@
208 (setq sbars 208 (setq sbars
209 (cons (/ (or (frame-parameter nil 'scroll-bar-width) 14) 209 (cons (/ (or (frame-parameter nil 'scroll-bar-width) 14)
210 fcw) 210 fcw)
211 0)))) 211 0)))
212 (t
213 (setq sbars '(0 . 0))))
212 (setq left (- (* (round (/ (1- (/ (+ (window-width) 214 (setq left (- (* (round (/ (1- (/ (+ (window-width)
213 (car sbars) (cdr sbars) 215 (car sbars) (cdr sbars)
214 (/ (+ (or (car fringes) 0) 216 (/ (+ (or (car fringes) 0)
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index 3c5cd7bedef..e92f463a846 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -416,6 +416,7 @@ score: The score of the group.
416ticked: The number of ticked articles." 416ticked: The number of ticked articles."
417 :group 'gnus-group-icons 417 :group 'gnus-group-icons
418 :type '(repeat (cons (sexp :tag "Form") file))) 418 :type '(repeat (cons (sexp :tag "Form") file)))
419(put 'gnus-group-icon-list 'risky-local-variable t)
419 420
420(defcustom gnus-group-name-charset-method-alist nil 421(defcustom gnus-group-name-charset-method-alist nil
421 "Alist of method and the charset for group names. 422 "Alist of method and the charset for group names.
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 6fe8b1c3cbe..663a417c283 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -1466,6 +1466,7 @@ When FORM is evaluated `name' is bound to the name of the group."
1466 :version "22.1" 1466 :version "22.1"
1467 :group 'gnus-group-various 1467 :group 'gnus-group-various
1468 :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form")))) 1468 :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form"))))
1469(put 'gnus-group-charter-alist 'risky-local-variable t)
1469 1470
1470(defcustom gnus-group-fetch-control-use-browse-url nil 1471(defcustom gnus-group-fetch-control-use-browse-url nil
1471 "*Non-nil means that control messages are displayed using `browse-url'. 1472 "*Non-nil means that control messages are displayed using `browse-url'.
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 419fd07727c..8b282dacc96 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -7164,7 +7164,7 @@ regexp VARSTR."
7164address in `message-alternative-emails', looking at To, Cc and 7164address in `message-alternative-emails', looking at To, Cc and
7165From headers in the original article." 7165From headers in the original article."
7166 (require 'mail-utils) 7166 (require 'mail-utils)
7167 (let* ((fields '("To" "Cc")) 7167 (let* ((fields '("To" "Cc" "From"))
7168 (emails 7168 (emails
7169 (split-string 7169 (split-string
7170 (mail-strip-quoted-names 7170 (mail-strip-quoted-names
@@ -7179,7 +7179,8 @@ From headers in the original article."
7179 (unless (or (not email) (equal email user-mail-address)) 7179 (unless (or (not email) (equal email user-mail-address))
7180 (message-remove-header "From") 7180 (message-remove-header "From")
7181 (goto-char (point-max)) 7181 (goto-char (point-max))
7182 (insert "From: " email "\n")))) 7182 (insert "From: " (let ((user-mail-address email)) (message-make-from))
7183 "\n"))))
7183 7184
7184(defun message-options-get (symbol) 7185(defun message-options-get (symbol)
7185 (cdr (assq symbol message-options))) 7186 (cdr (assq symbol message-options)))
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el
index 04a600abf25..4f41cf3645b 100644
--- a/lisp/gnus/mm-util.el
+++ b/lisp/gnus/mm-util.el
@@ -420,6 +420,7 @@ could use `autoload-coding-system' here."
420 (cons (symbol :tag "charset") 420 (cons (symbol :tag "charset")
421 (symbol :tag "form")))) 421 (symbol :tag "form"))))
422 :group 'mime) 422 :group 'mime)
423(put 'mm-charset-eval-alist 'risky-local-variable t)
423 424
424(defvar mm-binary-coding-system 425(defvar mm-binary-coding-system
425 (cond 426 (cond
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el
index 17cc7ef2cf6..cb9c779e4b5 100644
--- a/lisp/gnus/qp.el
+++ b/lisp/gnus/qp.el
@@ -82,7 +82,7 @@ them into characters should be done separately."
82 82
83(defun quoted-printable-decode-string (string &optional coding-system) 83(defun quoted-printable-decode-string (string &optional coding-system)
84 "Decode the quoted-printable encoded STRING and return the result. 84 "Decode the quoted-printable encoded STRING and return the result.
85If CODING-SYSTEM is non-nil, decode the region with coding-system. 85If CODING-SYSTEM is non-nil, decode the string with coding-system.
86Use of CODING-SYSTEM is deprecated; this function should deal with 86Use of CODING-SYSTEM is deprecated; this function should deal with
87raw bytes, and coding conversion should be done separately." 87raw bytes, and coding conversion should be done separately."
88 (mm-with-unibyte-buffer 88 (mm-with-unibyte-buffer