--- egg-remix.0204.el Sun Feb 11 13:08:15 2001 +++ egg-remix.0205.el Wed Jul 31 06:24:49 2002 @@ -56,6 +56,10 @@ ;; "remix" Egg ReMix モード ;; Change Log: +;; Jul 30 2002: version 0.205 +;; ・Wnn 以外の backend に対応するために、初期化動作時の +;; input-method を "japanese-egg-wnn" の決め打ちから +;; default-input-method を使うように変更 ;; Feb 11 2001: version 0.204 ;; ・font-lock-mode が有効なときに正しくフェンスを編集できない ;; 問題を fix @@ -83,7 +87,7 @@ ;; Code: (require 'egg) -(activate-input-method "japanese-egg-wnn") +(activate-input-method default-input-method) (activate-input-method nil) ;;;;==== @@ -242,9 +246,9 @@ ;;;;==== ;;;; Egg-ReMix code ;;;;==== -(defconst remix-version "0.204" +(defconst remix-version "0.205" "Egg ReMix のバージョン") -(defconst remix-version-date "Feb 11 2001" +(defconst remix-version-date "Jul 30 2002" "Egg ReMix の最終更新日") ;;;###autoload (defun remix-version ()