# HG changeset patch # User Katsumi Yamaoka # Date 1276642536 0 # Node ID 4eded71f421597b73015c5854b81089f9da506f7 # Parent 51e15604baa1cfc1d196f3b8f379820f4fd61d3f# Parent cf7a433d2eb646e200d477e425a3e953349842d4 Merge from mainline. diff -r 51e15604baa1 -r 4eded71f4215 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jun 15 08:18:19 2010 +0000 +++ b/lisp/ChangeLog Tue Jun 15 22:55:36 2010 +0000 @@ -1,3 +1,7 @@ +2010-06-15 Juanma Barranquero + + * facemenu.el (list-colors-sort): Doc fix. + 2010-06-15 Bob Rogers (tiny change) * progmodes/sql.el (sql-connect-mysql): Fix typo. diff -r 51e15604baa1 -r 4eded71f4215 lisp/facemenu.el --- a/lisp/facemenu.el Tue Jun 15 08:18:19 2010 +0000 +++ b/lisp/facemenu.el Tue Jun 15 22:55:36 2010 +0000 @@ -503,9 +503,9 @@ `nil' means default implementation-dependent order (defined in `x-colors'). `name' sorts by color name. `rgb' sorts by red, green, blue components. -`rgb-dist' sorts by the RGB distance to the specified color. +`(rgb-dist . COLOR)' sorts by the RGB distance to the specified color. `hsv' sorts by hue, saturation, value. -`hsv-dist' sorts by the HVS distance to the specified color +`(hsv-dist . COLOR)' sorts by the HSV distance to the specified color and excludes grayscale colors." :type '(choice (const :tag "Unsorted" nil) (const :tag "Color Name" name) diff -r 51e15604baa1 -r 4eded71f4215 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Tue Jun 15 08:18:19 2010 +0000 +++ b/lisp/gnus/ChangeLog Tue Jun 15 22:55:36 2010 +0000 @@ -1,3 +1,8 @@ +2010-06-15 Michael Albinus + + * auth-source.el (auth-source-pick): If choice does not contain a + questioned keyword, set the check to t. + 2010-06-12 Romain Francoise * gnus-util.el (gnus-date-get-time): Move up before first use. diff -r 51e15604baa1 -r 4eded71f4215 lisp/gnus/auth-source.el --- a/lisp/gnus/auth-source.el Tue Jun 15 08:18:19 2010 +0000 +++ b/lisp/gnus/auth-source.el Tue Jun 15 22:55:36 2010 +0000 @@ -229,7 +229,8 @@ ;; Check keywords. (dolist (k keys match) (let* ((v (plist-get spec k)) - (choicev (plist-get choice k))) + (choicev (if (plist-member choice k) + (plist-get choice k) t))) (setq match (and match (or