aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-06-20 11:20:11 +0000
committerKenichi Handa2000-06-20 11:20:11 +0000
commit68a5e97b84b4703c8cdcc1aca820cb08c5880429 (patch)
tree4a5e5616f3deeb05918fca70f1db099531763b46 /src/ChangeLog
parent2f3f040a31fb7487880a880c693f1080cf26c976 (diff)
downloademacs-68a5e97b84b4703c8cdcc1aca820cb08c5880429.tar.gz
emacs-68a5e97b84b4703c8cdcc1aca820cb08c5880429.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b1eb52712a..f5424dcbbbb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12000-06-20 Kenichi Handa <handa@etl.go.jp>
2
3 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
4 contain information about ENCODING.
5
6 * fontset.c (FONTSET_ASCII): Use the first element of char table
7 for an ASCII font, not defalt slot.
8 (fontset_ref_via_base): If FONTSET doesn't contain information for
9 C, try the default fontset.
10 (make_fontset): Don't copy the default fontset.
11 (fontset_font_pattern): Likewise.
12 (accumulate_font_info): If ELT is nil, use the corresponding
13 element in the default fontset.
14
12000-06-19 Dave Love <fx@gnu.org> 152000-06-19 Dave Love <fx@gnu.org>
2 16
3 * syntax.c (Fparse_partial_sexp): Doc fix. 17 * syntax.c (Fparse_partial_sexp): Doc fix.