aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-04-14 01:27:02 +0000
committerKenichi Handa2009-04-14 01:27:02 +0000
commitd156542d902d20dafbc9d2b8d95492928996e49f (patch)
tree4889d38c56dc19c61b92b93a7512571aefad904c /src/ChangeLog
parent3620330b86997d2f1af1baac94e047dc2e12af2e (diff)
downloademacs-d156542d902d20dafbc9d2b8d95492928996e49f.tar.gz
emacs-d156542d902d20dafbc9d2b8d95492928996e49f.zip
(xfont_has_char): The font has C if C is ASCII and the
encoding charset is ascii_compatible.
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)