aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 854a8673458..d9a2d3ec3f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12005-03-08 Kenichi Handa <handa@m17n.org>
2
3 * frame.c (x_set_font): Call set_default_ascii_font if an
4 available font is found.
5
6 * fontset.c (set_default_ascii_font): New function.
7 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset)
8 here.
9
10 * fontset.h (set_default_ascii_font): Extern it.
11
12005-03-07 Kim F. Storm <storm@cua.dk> 122005-03-07 Kim F. Storm <storm@cua.dk>
2 13
3 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const. 14 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.