diff options
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26516fd2cd3..bb23d634ac1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu> | 1 | 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu> |
| 2 | 2 | ||
| 3 | * faces.el (face-spec-recalc): Apply X resources only after the | 3 | * faces.el (face-spec-recalc): Apply X resources only after the |
| 4 | the defface spec has been applied. Thus, X resources are no longer | 4 | defface spec has been applied. Thus, X resources are no longer |
| 5 | overriden by the defface spec which also fixes issues on win32 where | 5 | overriden by the defface spec which also fixes issues on win32 where |
| 6 | the toolbar coloring was wrong because it is set through X resources | 6 | the toolbar coloring was wrong because it is set through X resources |
| 7 | and was (wrongfully) overriden. (Bug#16694) | 7 | and was (wrongfully) overriden. (Bug#16694) |