Mercurial > emacs
changeset 35368:1e3b82738a26
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 17 Jan 2001 15:46:49 +0000 |
parents | 68000d773920 |
children | aca9ba55cfcc |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 17 15:46:19 2001 +0000 +++ b/src/ChangeLog Wed Jan 17 15:46:49 2001 +0000 @@ -1,3 +1,16 @@ +2001-01-17 Gerd Moellmann <gerd@gnu.org> + + * 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. + (x_load_font): Adapt to change of keys in the font cache. + +2001-01-17 Kim F. Storm <storm@filanet.dk> + + * xterm.c (x_list_fonts): Ensure caching font information when + called for a null frame, which is the case frequently when Emacs + starts. + 2001-01-17 Gerd Moellmann <gerd@gnu.org> * xfns.c (QCconversion): Replaces QCalgorithm.