# HG changeset patch # User Gerd Moellmann # Date 979746692 0 # Node ID bbca4b18a59c3e24cd01ab9f6ade24966bfb0775 # Parent aca9ba55cfccea409aacb1d472e62733fd911ca6 *** empty log message *** diff -r aca9ba55cfcc -r bbca4b18a59c src/ChangeLog --- 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 + * 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 + * 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.