diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 107cba684d3..40404210f87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-01-17 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (direct_output_for_insert): If char_ins_del_ok is | ||
| 4 | zero, use this method only at the end of a line. | ||
| 5 | |||
| 3 | * xfaces.c (x_face_list_fonts): Don't BLOCK_INPUT around the | 6 | * xfaces.c (x_face_list_fonts): Don't BLOCK_INPUT around the |
| 4 | call to x_list_fonts. Call x_list_fonts with SIZE -1 only | 7 | call to x_list_fonts. Call x_list_fonts with SIZE -1 only |
| 5 | if SCALABLE_FONTS_P is set. | 8 | if SCALABLE_FONTS_P is set. |