Mercurial > emacs
changeset 35370:bbca4b18a59c
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 17 Jan 2001 15:51:32 +0000 |
parents | aca9ba55cfcc |
children | dc0d772c9d3d |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 17 15:50:29 2001 +0000 +++ b/src/ChangeLog Wed Jan 17 15:51:32 2001 +0000 @@ -1,5 +1,8 @@ 2001-01-17 Gerd Moellmann <gerd@gnu.org> + * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1, + so that scalable fonts are included. + * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0, In the cache, use a key containing the information if scalable fonts are included. @@ -7,6 +10,9 @@ 2001-01-17 Kim F. Storm <storm@filanet.dk> + * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of + XListFonts to take advantage of font caching. + * xterm.c (x_list_fonts): Ensure caching font information when called for a null frame, which is the case frequently when Emacs starts.