diff options
| author | Gerd Moellmann | 2001-01-17 15:46:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-17 15:46:49 +0000 |
| commit | 9c11f79e2d17431a6dcb3f5b406e4bc91577ca06 (patch) | |
| tree | e4b4adca668429c9f4615e585398540962a31820 /src/ChangeLog | |
| parent | 9eaf396bd1a606f2d5cf73ef90125c4ca5682232 (diff) | |
| download | emacs-9c11f79e2d17431a6dcb3f5b406e4bc91577ca06.tar.gz emacs-9c11f79e2d17431a6dcb3f5b406e4bc91577ca06.zip | |
(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.
(x_list_fonts): Ensure caching font information when
called for a null frame, which is the case frequently when Emacs
starts.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 165f6749c5f..ef20fc4426f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2001-01-17 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0, | ||
| 4 | In the cache, use a key containing the information if scalable | ||
| 5 | fonts are included. | ||
| 6 | (x_load_font): Adapt to change of keys in the font cache. | ||
| 7 | |||
| 8 | 2001-01-17 Kim F. Storm <storm@filanet.dk> | ||
| 9 | |||
| 10 | * xterm.c (x_list_fonts): Ensure caching font information when | ||
| 11 | called for a null frame, which is the case frequently when Emacs | ||
| 12 | starts. | ||
| 13 | |||
| 14 | 2001-01-17 Gerd Moellmann <gerd@gnu.org> | ||
| 15 | |||
| 3 | * xfns.c (QCconversion): Replaces QCalgorithm. | 16 | * xfns.c (QCconversion): Replaces QCalgorithm. |
| 4 | 17 | ||
| 5 | * w32fns.c (QCconversion): Replaces QCalgorithm. Update copyright. | 18 | * w32fns.c (QCconversion): Replaces QCalgorithm. Update copyright. |