diff options
| author | Juri Linkov | 2011-08-24 21:09:18 +0300 |
|---|---|---|
| committer | Juri Linkov | 2011-08-24 21:09:18 +0300 |
| commit | f22f4808a08e8f985d5e6175bbd13d5260e1ab1a (patch) | |
| tree | 381a68eae818006164203f224b272bb2ab85bd95 /lisp/ChangeLog | |
| parent | 6a93965ee87c1e1bbad0b471b5de212b74a2a4ce (diff) | |
| download | emacs-f22f4808a08e8f985d5e6175bbd13d5260e1ab1a.tar.gz emacs-f22f4808a08e8f985d5e6175bbd13d5260e1ab1a.zip | |
More uses of `error' and `warning' faces.
* lisp/battery.el (battery-update): Use the face `error' instead of
`font-lock-warning-face'.
* lisp/ibuffer.el (ibuffer-marked-face): Change default face from
`font-lock-warning-face' to `warning'.
(ibuffer-deletion-face): Change default face from
`font-lock-type-face' to `error'.
* lisp/proced.el (proced-marked): Inherit from `error' instead of
`font-lock-warning-face'.
Fixes: debbugs:6117
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75ab64a1cfc..762779cc01e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2011-08-24 Juri Linkov <juri@jurta.org> | 1 | 2011-08-24 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * proced.el (proced-marked): Inherit from `error' instead of | ||
| 4 | `font-lock-warning-face'. | ||
| 5 | |||
| 6 | * ibuffer.el (ibuffer-marked-face): Change default face from | ||
| 7 | `font-lock-warning-face' to `warning'. | ||
| 8 | (ibuffer-deletion-face): Change default face from | ||
| 9 | `font-lock-type-face' to `error'. | ||
| 10 | |||
| 11 | * battery.el (battery-update): Use the face `error' instead of | ||
| 12 | `font-lock-warning-face' (bug#6117). | ||
| 13 | |||
| 14 | 2011-08-24 Juri Linkov <juri@jurta.org> | ||
| 15 | |||
| 3 | * faces.el (success): Change face color from "Green3" to | 16 | * faces.el (success): Change face color from "Green3" to |
| 4 | "ForestGreen" on light background (bug#9353). | 17 | "ForestGreen" on light background (bug#9353). |
| 5 | 18 | ||