diff options
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82f2ad9e949..1ceb91ff466 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,11 @@ | |||
| 1 | 2000-10-11 Miles Bader <miles@gnu.org> | 1 | 2000-10-11 Dave Love <fx@gnu.org> |
| 2 | |||
| 3 | * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid | ||
| 4 | compiler warnings. | ||
| 5 | (scheme-mode): Doc fix. | ||
| 6 | (scheme-font-lock-keywords-1): Match `define-syntax'. | ||
| 7 | |||
| 8 | 2000-10-11 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | 9 | ||
| 3 | * faces.el (frame-set-background-mode): Pay attention to saved | 10 | * faces.el (frame-set-background-mode): Pay attention to saved |
| 4 | face specs as well as default ones. Only do anything if the | 11 | face specs as well as default ones. Only do anything if the |
| @@ -40,8 +47,8 @@ | |||
| 40 | 47 | ||
| 41 | * play/zone.el (zone-timer, zone-wc-tbl): Rework | 48 | * play/zone.el (zone-timer, zone-wc-tbl): Rework |
| 42 | these vars as symbol properties. | 49 | these vars as symbol properties. |
| 43 | (zone, zone-when-idle, zone-leave-me-alone, | 50 | (zone, zone-when-idle, zone-leave-me-alone) |
| 44 | zone-pgm-whack-chars): Use new symbol properties. | 51 | (zone-pgm-whack-chars): Use new symbol properties. |
| 45 | 52 | ||
| 46 | * battery.el (display-battery): Doc spelling fix. | 53 | * battery.el (display-battery): Doc spelling fix. |
| 47 | 54 | ||