diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6efbd878aee..4ffb5a71593 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2000-04-09 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New | ||
| 4 | variable. | ||
| 5 | (realize_tty_face): Suppress boldness if colors are the inverse of | ||
| 6 | the default colors, and tty_suppress_bold_inverse_default_colors_p | ||
| 7 | is set. | ||
| 8 | (Ftty_suppress_bold_inverse_default_colors): New function. | ||
| 9 | (syms_of_xfaces): Defsubr it. | ||
| 10 | |||
| 3 | * buffer.c (Frestore_buffer_modified_p): New function. | 11 | * buffer.c (Frestore_buffer_modified_p): New function. |
| 4 | (syms_of_buffer): Defsubr it. | 12 | (syms_of_buffer): Defsubr it. |
| 5 | 13 | ||