[uim-commit] r770 - branches/composer/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Mar 7 09:34:55 PST 2005


Author: yamaken
Date: 2005-03-07 09:34:15 -0800 (Mon, 07 Mar 2005)
New Revision: 770

Modified:
   branches/composer/scm/anthy.scm
Log:
* scm/anthy.scm
  - (anthy-context-new): Remove obsolete using-kana-table?
    support. Use default-widget_anthy_kana_input_method instead


Modified: branches/composer/scm/anthy.scm
===================================================================
--- branches/composer/scm/anthy.scm	2005-03-07 17:29:28 UTC (rev 769)
+++ branches/composer/scm/anthy.scm	2005-03-07 17:34:15 UTC (rev 770)
@@ -857,15 +857,6 @@
      (anthy-context-set-preconv-ustr! ac (ustr-new))
      (anthy-context-set-segments! ac (ustr-new))
      (anthy-context-set-keytrans-emc! ac (key-event-translator-new))
-
-     ;; 2004-08-26 Takuro Ashie <ashie at homa.ne.jp>
-     ;;   * I think load-kana-table should be marked as depracated.
-     ;;     Because it is a little violent (it overwrites ja-rk-rule table).
-     ;;     We should prepare a custom entry like "uim-default-input-rule"
-     ;;     instead of using-kana-table.
-     (if (and (symbol-bound? 'using-kana-table?)
-	      using-kana-table?)
-	 (anthy-context-set-input-rule! ac anthy-input-rule-kana))
      (anthy-select-ruletree! ac)
      ac)))
 



More information about the Uim-commit mailing list