# HG changeset patch # User Kenichi Handa # Date 963894685 0 # Node ID 45c7724b3cbe2b0ae69474796470ef7bf645dd08 # Parent e1671c1d33d2dc014aaee36c205d0b9c9a4a3a4e *** empty log message *** diff -r e1671c1d33d2 -r 45c7724b3cbe lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 18 04:29:20 2000 +0000 +++ b/lisp/ChangeLog Tue Jul 18 04:31:25 2000 +0000 @@ -1,7 +1,11 @@ 2000-07-18 Kenichi Handa + * language/european.el (compound-text): Force katakana-jisx0201 to + be designated to G1. + * international/mule-conf.el (oldjis-newjis-jisroman-ascii): Don't translate some national variant characters of latin-jisx0201. + (x-ctext): Force katakana-jisx0201 to be designated to G1. * international/kkc.el (kkc-after-update-conversion-functions): New variable. diff -r e1671c1d33d2 -r 45c7724b3cbe src/ChangeLog --- a/src/ChangeLog Tue Jul 18 04:29:20 2000 +0000 +++ b/src/ChangeLog Tue Jul 18 04:31:25 2000 +0000 @@ -1,3 +1,8 @@ +2000-07-18 Kenichi Handa + + * coding.c (setup_coding_system): Don't override the explicitly + specified designations. + 2000-07-15 Miles Bader * editfns.c (char_property_eq, char_property_stickiness): Renamed