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 4a9160ae5de..6c23fdb3eb3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 1999-11-25 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (set_lface_from_font_name): New parameter may_fail_p. | ||
| 4 | Callers changed. If specified font name is bogus, and mail_fail_p | ||
| 5 | is not set, try to use a reasonable default. | ||
| 6 | |||
| 3 | * dispnew.c (direct_output_for_insert): Set glyph row's | 7 | * dispnew.c (direct_output_for_insert): Set glyph row's |
| 4 | displays_text_p flag. Correct window's window_end_vpos if | 8 | displays_text_p flag. Correct window's window_end_vpos if |
| 5 | necessary. | 9 | necessary. |