aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.8
diff options
context:
space:
mode:
authorKenichi Handa2010-09-16 11:11:13 +0900
committerKenichi Handa2010-09-16 11:11:13 +0900
commit38d50547c2a8195bed0aaeafbbc4c0f277d4e416 (patch)
tree388416c9f2cc4746d0d2d9e525a50a6c2f00f3d4 /src/ChangeLog.8
parentfa3f60399014127e711f3f438004950cba0bddb9 (diff)
parent6139f995addcb8fce63deb30c7ed0e6f2b618b02 (diff)
downloademacs-38d50547c2a8195bed0aaeafbbc4c0f277d4e416.tar.gz
emacs-38d50547c2a8195bed0aaeafbbc4c0f277d4e416.zip
merge trunk
Diffstat (limited to 'src/ChangeLog.8')
-rw-r--r--src/ChangeLog.86
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 4dd3d0dd071..4dac2b262b7 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -13869,10 +13869,10 @@
138691998-08-31 Kenichi Handa <handa@etl.go.jp> 138691998-08-31 Kenichi Handa <handa@etl.go.jp>
13870 13870
13871 * charset.c (unibyte_char_to_multibyte): 13871 * charset.c (unibyte_char_to_multibyte):
13872 Vnonacii_translation_table will convert a 7-bit charcater. 13872 Vnonacii_translation_table will convert a 7-bit character.
13873 (multibyte_char_to_unibyte): Handle the case that 13873 (multibyte_char_to_unibyte): Handle the case that
13874 Vnonacii_translation_table converts a multibyte charcater to a 13874 Vnonacii_translation_table converts a multibyte character to a
13875 unibyte charcter of less than 128. 13875 unibyte character of less than 128.
13876 (init_charset_once): Initialize nonascii_insert_offset and 13876 (init_charset_once): Initialize nonascii_insert_offset and
13877 Vnonacii_translation_table. 13877 Vnonacii_translation_table.
13878 13878