aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-17 15:46:49 +0000
committerGerd Moellmann2001-01-17 15:46:49 +0000
commit9c11f79e2d17431a6dcb3f5b406e4bc91577ca06 (patch)
treee4b4adca668429c9f4615e585398540962a31820 /src/ChangeLog
parent9eaf396bd1a606f2d5cf73ef90125c4ca5682232 (diff)
downloademacs-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/ChangeLog13
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 @@
12001-01-17 Gerd Moellmann <gerd@gnu.org> 12001-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
82001-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
142001-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.