aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e518eaee1a5..ebbe9bab941 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12009-04-14 Kenichi Handa <handa@m17n.org>
2
3 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4 encoding charset is ascii_compatible.
5
6 * charset.c (Fdefine_charset_internal): Make charset
7 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
8 code_offset is 0, and covers all ASCII characters.
9
12009-04-13 Stefan Monnier <monnier@iro.umontreal.ca> 102009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * nsselect.m (symbol_to_nsstring, clean_local_selection_data) 12 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)