Sync up with APEL 8.3.9.
authormorioka <morioka>
Tue, 21 Apr 1998 13:46:17 +0000 (13:46 +0000)
committermorioka <morioka>
Tue, 21 Apr 1998 13:46:17 +0000 (13:46 +0000)
ChangeLog
emu-e20.el
emu-x20.el

index 83a215b..1532786 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
+       'shift_jis.
+
+       * EMU-ELS (emu-modules): fixed.
+
 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * README.en (What's APEL?): Modify for latest emu.
index 2c8f6f1..c3c42d3 100644 (file)
@@ -153,6 +153,8 @@ code conversion will not take place."
     ((ascii latin-iso8859-9)                           . iso-8859-9)
     ((ascii latin-jisx0201
            japanese-jisx0208-1978 japanese-jisx0208)   . iso-2022-jp)
+    ((ascii latin-jisx0201
+           katakana-jisx0201 japanese-jisx0208)        . shift_jis)
     ((ascii korean-ksc5601)                            . euc-kr)
     ((ascii chinese-gb2312)                            . cn-gb-2312)
     ((ascii chinese-big5-1 chinese-big5-2)             . cn-big5)
index 405c441..36ade86 100644 (file)
@@ -173,6 +173,8 @@ find-file-hooks, etc.
     ((ascii latin-iso8859-9)                           . iso-8859-9)
     ((ascii latin-jisx0201
            japanese-jisx0208-1978 japanese-jisx0208)   . iso-2022-jp)
+    ((ascii latin-jisx0201
+           katakana-jisx0201 japanese-jisx0208)        . shift_jis)
     ((ascii korean-ksc5601)                            . euc-kr)
     ((ascii chinese-gb2312)                            . cn-gb-2312)
     ((ascii chinese-big5-1 chinese-big5-2)             . cn-big5)