diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2005-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 |