aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d6b007f3b3..73a82346679 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12010-10-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * faces.el (face-spec-reset-face): Reset all attributes in one
4 single call to set-face-attribute.
5 (face-spec-match-p): Make it a defsubst.
6 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
7 (x-create-frame-with-faces, tty-create-frame-with-faces)
8 (tty-set-up-initial-frame-faces): Don't recompute face specs in
9 frame-set-background-mode, since they are recomputed immediately
10 afterwards in face-set-after-frame-default.
11 (face-set-after-frame-default): Minor optimization.
12 (cursor): Provide non-trivial defface spec.
13
14 * custom.el (custom-theme-recalc-face): Simplify.
15
12010-10-14 Jay Belanger <jay.p.belanger@gmail.com> 162010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2 17
3 * calc/calc-alg.el (math-var): Renamed from `var'. 18 * calc/calc-alg.el (math-var): Renamed from `var'.