diff options
| author | Kenichi Handa | 2011-07-07 13:20:12 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-07-07 13:20:12 +0900 |
| commit | ef7b981ddd5efeb17f2894f51b5a69b974bc3674 (patch) | |
| tree | e9f2802174b1cead62c96ebd7e487da63f4eff4e /etc | |
| parent | 023e7b416bc76d4c98a421ee9455df039967e484 (diff) | |
| parent | 76b397fb2aaecf9f71b6a914dea4a5ff7b486d18 (diff) | |
| download | emacs-ef7b981ddd5efeb17f2894f51b5a69b974bc3674.tar.gz emacs-ef7b981ddd5efeb17f2894f51b5a69b974bc3674.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 8 | ||||
| -rw-r--r-- | etc/themes/dichromacy-theme.el | 1 | ||||
| -rw-r--r-- | etc/themes/tango-dark-theme.el | 1 | ||||
| -rw-r--r-- | etc/themes/tango-theme.el | 1 | ||||
| -rw-r--r-- | etc/themes/wheatgrass-theme.el | 1 |
5 files changed, 8 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5e80b5029ff..f2098dc210d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-07-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * themes/dichromacy-theme.el: | ||
| 4 | * themes/tango-theme.el: | ||
| 5 | * themes/tango-dark-theme.el: | ||
| 6 | * themes/wheatgrass-theme.el: Don't define button face separately; | ||
| 7 | it inherits from link now. | ||
| 8 | |||
| 1 | 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 | 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 10 | ||
| 3 | * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist. | 11 | * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist. |
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el index 0105080ab08..31f27d9fb8a 100644 --- a/etc/themes/dichromacy-theme.el +++ b/etc/themes/dichromacy-theme.el | |||
| @@ -72,7 +72,6 @@ Ansi-Color faces are included.") | |||
| 72 | `(font-lock-warning-face ((,class (:weight bold :slant italic | 72 | `(font-lock-warning-face ((,class (:weight bold :slant italic |
| 73 | :foreground ,vermillion)))) | 73 | :foreground ,vermillion)))) |
| 74 | ;; Button and link faces | 74 | ;; Button and link faces |
| 75 | `(button ((,class (:underline t :foreground ,blue)))) | ||
| 76 | `(link ((,class (:underline t :foreground ,blue)))) | 75 | `(link ((,class (:underline t :foreground ,blue)))) |
| 77 | `(link-visited ((,class (:underline t :foreground ,redpurple)))) | 76 | `(link-visited ((,class (:underline t :foreground ,redpurple)))) |
| 78 | ;; Gnus faces | 77 | ;; Gnus faces |
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index b5621d10320..403370c90cb 100644 --- a/etc/themes/tango-dark-theme.el +++ b/etc/themes/tango-dark-theme.el | |||
| @@ -86,7 +86,6 @@ Semantic, and Ansi-Color faces are included.") | |||
| 86 | `(font-lock-variable-name-face ((,class (:foreground ,orange-1)))) | 86 | `(font-lock-variable-name-face ((,class (:foreground ,orange-1)))) |
| 87 | `(font-lock-warning-face ((,class (:foreground ,red-0)))) | 87 | `(font-lock-warning-face ((,class (:foreground ,red-0)))) |
| 88 | ;; Button and link faces | 88 | ;; Button and link faces |
| 89 | `(button ((,class (:underline t :foreground ,blue-1)))) | ||
| 90 | `(link ((,class (:underline t :foreground ,blue-1)))) | 89 | `(link ((,class (:underline t :foreground ,blue-1)))) |
| 91 | `(link-visited ((,class (:underline t :foreground ,blue-2)))) | 90 | `(link-visited ((,class (:underline t :foreground ,blue-2)))) |
| 92 | ;; Gnus faces | 91 | ;; Gnus faces |
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el index c58e0036353..9d0f0aca94a 100644 --- a/etc/themes/tango-theme.el +++ b/etc/themes/tango-theme.el | |||
| @@ -77,7 +77,6 @@ Semantic, and Ansi-Color faces are included.") | |||
| 77 | `(font-lock-variable-name-face ((,class (:foreground ,orange-4)))) | 77 | `(font-lock-variable-name-face ((,class (:foreground ,orange-4)))) |
| 78 | `(font-lock-warning-face ((,class (:foreground ,red-2)))) | 78 | `(font-lock-warning-face ((,class (:foreground ,red-2)))) |
| 79 | ;; Button and link faces | 79 | ;; Button and link faces |
| 80 | `(button ((,class (:underline t :foreground ,blue-3)))) | ||
| 81 | `(link ((,class (:underline t :foreground ,blue-3)))) | 80 | `(link ((,class (:underline t :foreground ,blue-3)))) |
| 82 | `(link-visited ((,class (:underline t :foreground ,blue-2)))) | 81 | `(link-visited ((,class (:underline t :foreground ,blue-2)))) |
| 83 | ;; Gnus faces | 82 | ;; Gnus faces |
diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el index 3a08bb63d96..9f8772c4d6e 100644 --- a/etc/themes/wheatgrass-theme.el +++ b/etc/themes/wheatgrass-theme.el | |||
| @@ -47,7 +47,6 @@ of green, brown, and blue.") | |||
| 47 | `(font-lock-variable-name-face ((,class (:foreground "yellow green")))) | 47 | `(font-lock-variable-name-face ((,class (:foreground "yellow green")))) |
| 48 | `(font-lock-warning-face ((,class (:foreground "salmon1")))) | 48 | `(font-lock-warning-face ((,class (:foreground "salmon1")))) |
| 49 | ;; Button and link faces | 49 | ;; Button and link faces |
| 50 | `(button ((,class (:underline t :foreground "cyan")))) | ||
| 51 | `(link ((,class (:underline t :foreground "cyan")))) | 50 | `(link ((,class (:underline t :foreground "cyan")))) |
| 52 | `(link-visited ((,class (:underline t :foreground "dark cyan")))) | 51 | `(link-visited ((,class (:underline t :foreground "dark cyan")))) |
| 53 | ;; Gnus faces | 52 | ;; Gnus faces |