aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-18 18:53:11 +0000
committerGerd Moellmann2001-04-18 18:53:11 +0000
commiteeffb293a3e249447b1c55405cab0f778c10fd04 (patch)
treee0242f6475f7422ab5c73196f50c4c517db41377 /src/ChangeLog
parent2feba154699bdde60ecad4d92826999c9842b3d5 (diff)
downloademacs-eeffb293a3e249447b1c55405cab0f778c10fd04.tar.gz
emacs-eeffb293a3e249447b1c55405cab0f778c10fd04.zip
(Qscalable_fonts_allowed): New variable.
(realizing_basic_faces_p): Removed. (x_face_list_fonts): Special handling for realizing_basic_faces_p removed. (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default for scalable-fonts-allowed to t.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12001-04-18 Gerd Moellmann <gerd@gnu.org> 12001-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