aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0e452aa6686..c81dbf2889a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,11 +1,20 @@
12013-12-21 Chong Yidong <cyd@gnu.org> 12013-12-21 Chong Yidong <cyd@gnu.org>
2 2
3 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4 undefined. Thus, theme settings for undefined faces do not take
5 effect until the faces are defined with defface, the same as with
6 theme variables.
7
8 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
9 (face-spec-reset-face): Don't assign extra properties in temacs.
10 (face-spec-recalc): Apply X resources too.
11
122013-12-21 Chong Yidong <cyd@gnu.org>
13
3 * faces.el (face-spec-set): 14 * faces.el (face-spec-set):
4 * cus-face.el (custom-theme-set-faces, custom-set-faces): 15 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5 * custom.el (defface): Doc fixes (Bug#16203). 16 * custom.el (defface): Doc fixes (Bug#16203).
6 17
72013-12-21 Chong Yidong <cyd@gnu.org>
8
9 * indent.el (indent-rigidly-map): Add docstring, and move commands 18 * indent.el (indent-rigidly-map): Add docstring, and move commands
10 into named functions. 19 into named functions.
11 (indent-rigidly-left, indent-rigidly-right) 20 (indent-rigidly-left, indent-rigidly-right)