aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e27d7b1c6a0..26516fd2cd3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
2
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
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
7 and was (wrongfully) overriden. (Bug#16694)
8
12014-04-28 Stefan Monnier <monnier@iro.umontreal.ca> 92014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * textmodes/rst.el (electric-pair-pairs): Declare. 11 * textmodes/rst.el (electric-pair-pairs): Declare.