diff options
| author | Eli Zaretskii | 2001-11-03 15:55:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-03 15:55:17 +0000 |
| commit | 528e14166495e50bb0ac94d574bd849da96ac33f (patch) | |
| tree | 052d1398e32e25abe0a75275998540345fedc393 /lisp/ChangeLog | |
| parent | 9ca8a5a0ed3c42ef75d1fca3e457a78edbca1fe6 (diff) | |
| download | emacs-528e14166495e50bb0ac94d574bd849da96ac33f.tar.gz emacs-528e14166495e50bb0ac94d574bd849da96ac33f.zip | |
(set-background-color, set-foreground-color): Call
face-set-after-frame-default, to propagate the new colors to the
frame's parameters alist.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8f44cf28bd..117b4fe4332 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * frame.el (set-background-color, set-foreground-color): Call | ||
| 4 | face-set-after-frame-default, to propagate the new colors to the | ||
| 5 | frame's parameters alist. | ||
| 6 | |||
| 3 | * calendar/timeclock.el (timeclock-out): Signal an error if | 7 | * calendar/timeclock.el (timeclock-out): Signal an error if |
| 4 | timeclock-last-event is nil. | 8 | timeclock-last-event is nil. |
| 5 | 9 | ||