comparison src/ChangeLog @ 35370:bbca4b18a59c

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 17 Jan 2001 15:51:32 +0000
parents 1e3b82738a26
children 7c46b0378534
comparison
equal deleted inserted replaced
35369:aca9ba55cfcc 35370:bbca4b18a59c
1 2001-01-17 Gerd Moellmann <gerd@gnu.org> 1 2001-01-17 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
4 so that scalable fonts are included.
2 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.
6 (x_load_font): Adapt to change of keys in the font cache. 9 (x_load_font): Adapt to change of keys in the font cache.
7 10
8 2001-01-17 Kim F. Storm <storm@filanet.dk> 11 2001-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.
13 19
14 2001-01-17 Gerd Moellmann <gerd@gnu.org> 20 2001-01-17 Gerd Moellmann <gerd@gnu.org>