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 e5fee939760..6facf4244d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2001-04-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (Qscalable_fonts_allowed): New variable. | ||
| 4 | (realizing_basic_faces_p): Removed. | ||
| 5 | (x_face_list_fonts): Special handling for realizing_basic_faces_p | ||
| 6 | removed. | ||
| 7 | (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. | ||
| 8 | (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change | ||
| 9 | default for scalable-fonts-allowed to t. | ||
| 10 | |||
| 3 | * fileio.c (Finsert_file_contents): If the file size returned from | 11 | * fileio.c (Finsert_file_contents): If the file size returned from |
| 4 | stat is zero, set END to READ_BUF_SIZE. This makes sure we can | 12 | stat is zero, set END to READ_BUF_SIZE. This makes sure we can |
| 5 | read from files on a procfs whose contents are generated | 13 | read from files on a procfs whose contents are generated |