aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2005-11-05 07:29:45 +0000
committerDan Nicolaescu2005-11-05 07:29:45 +0000
commitd60b49ac4e4ef6cbb9752b21284407f352d2bd9e (patch)
tree66a3d8e66bae82ef8bd14f13b2d7c861b825a5eb /lisp/ChangeLog
parent6b19bd8250c2975fbf95c90950a1003defb39e55 (diff)
downloademacs-d60b49ac4e4ef6cbb9752b21284407f352d2bd9e.tar.gz
emacs-d60b49ac4e4ef6cbb9752b21284407f352d2bd9e.zip
* font-lock.el: Don't deal with font-lock-face-attributes here,
move the code ... * startup.el (command-line): ... here. Use face-spec-set instead of custom-declare-face. * faces.el (face-spec-set): Reset the face if spec is not nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index db34296326f..5399ac62357 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * font-lock.el: Don't deal with font-lock-face-attributes here,
4 move the code ...
5
6 * startup.el (command-line): ... here. Use face-spec-set instead
7 of custom-declare-face.
8
9 * faces.el (face-spec-set): Reset the face if spec is not nil.
10
12005-11-04 Stefan Monnier <monnier@iro.umontreal.ca> 112005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * newcomment.el (comment-region-internal): Box more tightly in the 13 * newcomment.el (comment-region-internal): Box more tightly in the