diff options
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 | ||