aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2004-02-06 11:18:50 +0000
committerKenichi Handa2004-02-06 11:18:50 +0000
commitb62210c2707892b2f7b61950c62787f501c77fa9 (patch)
treeca3f070f31df969dc23af993643378521b26c676 /src
parent4a64ad459ed968312bfde2d63274c8dbdca42ed4 (diff)
downloademacs-b62210c2707892b2f7b61950c62787f501c77fa9.tar.gz
emacs-b62210c2707892b2f7b61950c62787f501c77fa9.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.2214
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index fec756001ea..6ef57054565 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,17 @@
12004-02-06 Kenichi Handa <handa@m17n.org>
2
3 * fontset.c (FONTSET_DEFAULT): New macro.
4 (FONTSET_ADD): Handle the case that range is nil.
5 (fontset_add): Likewise.
6 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
7 the case that it is nil.
8 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
9 (syms_of_fontset): Set char-table-extra-slots property of fontset
10 to 9.
11
12 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
13 subset or superset.
14
12004-01-30 Kenichi Handa <handa@m17n.org> 152004-01-30 Kenichi Handa <handa@m17n.org>
2 16
3 * emacs.c (main): Call init_charset after syms_of_XXX. 17 * emacs.c (main): Call init_charset after syms_of_XXX.