diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3e1aca9c656..3b90332764e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 1999-11-12 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * term.c (term_init): If "op" isn't available, don't support color | ||
| 4 | because we can't switch back to the default foreground and | ||
| 5 | background. | ||
| 6 | |||
| 3 | * doc.c (Fdocumentation_property): Remove GCPRO because | 7 | * doc.c (Fdocumentation_property): Remove GCPRO because |
| 4 | Fsubstitute_command_keys gcpro's the string. | 8 | Fsubstitute_command_keys gcpro's the string. |
| 5 | 9 | ||