aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ef20fc4426f..01f3772db32 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
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): Call x_list_fonts with SIZE -1,
4 so that scalable fonts are included.
5
3 * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0, 6 * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0,
4 In the cache, use a key containing the information if scalable 7 In the cache, use a key containing the information if scalable
5 fonts are included. 8 fonts are included.
@@ -7,6 +10,9 @@
7 10
82001-01-17 Kim F. Storm <storm@filanet.dk> 112001-01-17 Kim F. Storm <storm@filanet.dk>
9 12
13 * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of
14 XListFonts to take advantage of font caching.
15
10 * xterm.c (x_list_fonts): Ensure caching font information when 16 * xterm.c (x_list_fonts): Ensure caching font information when
11 called for a null frame, which is the case frequently when Emacs 17 called for a null frame, which is the case frequently when Emacs
12 starts. 18 starts.