aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-17 15:56:25 +0000
committerGerd Moellmann2001-01-17 15:56:25 +0000
commita86110a8e3be545fd163ed1d9f7fa08cffa1a616 (patch)
treea865352b2abc3d23911fbe2bbc34f67003e1ce17 /src/ChangeLog
parentd26d6fd91601e02e2fe38d371933a22b041c8cf8 (diff)
downloademacs-a86110a8e3be545fd163ed1d9f7fa08cffa1a616.tar.gz
emacs-a86110a8e3be545fd163ed1d9f7fa08cffa1a616.zip
(x_face_list_fonts): Don't BLOCK_INPUT around the
call to x_list_fonts. Call x_list_fonts with SIZE -1 only if SCALABLE_FONTS_P is set.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01f3772db32..107cba684d3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-01-17 Gerd Moellmann <gerd@gnu.org> 12001-01-17 Gerd Moellmann <gerd@gnu.org>
2 2
3 * 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
5 if SCALABLE_FONTS_P is set.
6
3 * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1, 7 * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
4 so that scalable fonts are included. 8 so that scalable fonts are included.
5 9