Revision: 6485
Author: iratqq
Date: Sat Jul  3 03:32:27 2010
Log: * scm/ajax-ime.scm (ajax-ime-init-handler, ajax-ime-url-alist):
* scm/ajax-ime-custom.scm (ajax-ime-url):
  - Drop ChaIME.

http://code.google.com/p/uim/source/detail?r=6485

Modified:
 /trunk/scm/ajax-ime-custom.scm
 /trunk/scm/ajax-ime.scm

=======================================
--- /trunk/scm/ajax-ime-custom.scm      Sun Apr  4 20:35:54 2010
+++ /trunk/scm/ajax-ime-custom.scm      Sat Jul  3 03:32:27 2010
@@ -308,8 +308,7 @@
 (define-custom 'ajax-ime-url 'ajax-ime
   '(ajax-ime-advanced ajax-ime-server)
   (list 'choice
-        (list 'ajax-ime (N_ "Ajax IME") (N_ "Ajax IME"))
-        (list 'cha-ime  (N_ "ChaIME")   (N_ "ChaIME")))
+        (list 'ajax-ime (N_ "Ajax IME") (N_ "Ajax IME")))
   (N_ "Server url of Ajax IME.")
   (N_ "long description will be here."))

=======================================
--- /trunk/scm/ajax-ime.scm     Thu Apr 22 18:16:04 2010
+++ /trunk/scm/ajax-ime.scm     Sat Jul  3 03:32:27 2010
@@ -61,8 +61,7 @@
(define ajax-ime-internal-context-new-internal ajax-ime-internal-context-new)

 (define ajax-ime-url-alist
-  '((ajax-ime . ("api.chasen.org" . "/ajaxime/"))
-    (cha-ime  . ("cl.naist.jp" . "/~mamoru-k/chaime/api.cgi"))))
+  '((ajax-ime . ("api.chasen.org" . "/ajaxime/"))))

 (define (ajax-ime-parse str)
   (define (ajax-ime:parse-quoted-word1 port)
@@ -568,7 +567,7 @@
       (if (or (not diff)
              (> diff 5))
        (begin
- (uim-notify-info (N_ "Caveat: All the request to Ajax-IME/ChaIME server is not encrypted through the internet.\nIf you want to disable this message, turn off the option in Ajax-IME (advanced) setting.")) + (uim-notify-info (N_ "Caveat: All the request to Ajax-IME server is not encrypted through the internet.\nIf you want to disable this message, turn off the option in Ajax-IME (advanced) setting."))
          (set! ajax-ime-prev-warn-connection-time (time))))))
   (if (not ajax-ime-init-lib-ok?)
       (begin

Reply via email to