OSDN Git Service

tsunagi-5.0.0.0 tsunagi-5_0_0_0
authorMitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
Mon, 17 Nov 2014 04:53:05 +0000 (13:53 +0900)
committerMitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
Mon, 17 Nov 2014 06:40:47 +0000 (15:40 +0900)
change version 4->(5 or tsunagi)

modified:   ChangeLog
modified:   Makefile.in
modified:   egg-cnv.el
modified:   egg.el
modified:   egg/anthy.el
modified:   egg/canna.el
modified:   egg/sj3.el
modified:   egg/wnn.el
modified:   its.el
modified:   leim-list.el
modified:   menudiag.el

ChangeLog
Makefile.in
egg-cnv.el
egg.el
egg/anthy.el
egg/canna.el
egg/sj3.el
egg/wnn.el
its.el
leim-list.el
menudiag.el

index cfa88a0..b0bc8ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2014-11-17  Mitsutoshi NAKANO  <bkbin005@rinku.zaq.ne.jp>
 
        * egg.el: egg-version: change version string to "5.0.0.0".
+       * Makefile.in, egg-cnv.el, egg.el, egg/anthy.el, egg/canna.el, egg/sj3.el, egg/wnn.el, its.el, leim-list.el, menudiag.el: change version.
+         4 -> 5 or tsunagi.
 
 2014-11-16  Mitsutoshi NAKANO  <bkbin005@rinku.zaq.ne.jp>
        * ChangeLog: rename to ChangeLog.2002-2004.
index b424c72..fd7c234 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile --- Makefile of EGG V4.0
+# Makefile --- Makefile of Tamago-tsunagi
 
 # Copyright (C) 1999, 2000 Free Software Foundation, Inc
 # Author: NIIBE Yutaka <gniibe@chroot.org>
index 4cfe498..2fb789f 100644 (file)
@@ -58,7 +58,7 @@
 (require 'egg-edep)
 
 (defgroup egg-conv nil
-  "Conversion Backend Interface of Tamago 4."
+  "Conversion Backend Interface of Tamago-tsunagi."
   :group 'egg)
 
 (defcustom egg-conversion-wrap-select t
diff --git a/egg.el b/egg.el
index 9ddada4..60b9d45 100644 (file)
--- a/egg.el
+++ b/egg.el
 (require 'egg-edep)
 
 (autoload 'egg-simple-input-method "egg-sim"
-  "simple input method for Tamago 4." t)
+  "simple input method for Tamago-tsunagi." t)
 
 (defgroup egg nil
-  "Tamago Version 4.")
+  "Tamago Version 5.")
 
 (defcustom egg-mode-preference t
   "*Make Egg as modefull input method, if non-NIL."
index 622453f..b802486 100644 (file)
@@ -35,7 +35,7 @@
 (require 'egg-edep)
 
 (defgroup anthy-egg nil
-  "Anthy interface for Tamago 4."
+  "Anthy interface for Tamago-tsunagi."
   :group 'egg)
 
 (defcustom anthy-egg-use-utf8 nil
@@ -514,7 +514,7 @@ Return the list of bunsetsu."
 
 ;;;###autoload
 (defun egg-activate-anthy (&rest arg)
-  "Activate ANTHY backend of Tamago 4."
+  "Activate ANTHY backend of Tamago-tsunagi."
   (apply 'egg-mode (append arg anthy-egg-backend-alist)))
 
 ;;; egg/anthy.el ends here.
index 15f856e..7a92b07 100644 (file)
@@ -34,7 +34,7 @@
 (require 'egg-edep)
 
 (defgroup canna nil
-  "CANNA interface for Tamago 4."
+  "CANNA interface for Tamago-tsunagi."
   :group 'egg)
 
 (defcustom canna-hostname "unix/"
@@ -377,7 +377,7 @@ katakana to candidates list. NOSTUDY specifies not study."
                    (delete-process proc)
                    (setq proc nil))
                (cannarpc-notice-group-name proc result group)
-               (cannarpc-set-app-name proc result "EGG4"))))
+               (cannarpc-set-app-name proc result "EGG5"))))
          (cons proc result))
       (if proc
          (message (concat msg "done"))
@@ -922,7 +922,7 @@ Return the list of bunsetsu."
 
 ;;;###autoload
 (defun egg-activate-canna (&rest arg)
-  "Activate CANNA backend of Tamago 4."
+  "Activate CANNA backend of Tamago-tsunagi."
   (apply 'egg-mode (append arg canna-backend-alist)))
 
 ;;; egg/canna.el ends here.
index e5e5264..da08a2f 100644 (file)
@@ -35,7 +35,7 @@
 (require 'egg-edep)
 
 (defgroup sj3 nil
-  "SJ3 interface for Tamago 4."
+  "SJ3 interface for Tamago-tsunagi."
   :group 'egg)
 
 (defcustom sj3-hostname "localhost"
@@ -476,7 +476,7 @@ Return the list of bunsetsu."
 
 ;;;###autoload
 (defun egg-activate-sj3 (&rest arg)
-  "Activate SJ3 backend of Tamago 4."
+  "Activate SJ3 backend of Tamago-tsunagi."
   (apply 'egg-mode (append arg sj3-backend-alist)))
 
 ;;; egg/sj3.el ends here.
index 6c58236..686240b 100644 (file)
@@ -36,7 +36,7 @@
 (require 'egg-edep)
 
 (defgroup wnn nil
-  "Wnn interface for Tamago 4."
+  "Wnn interface for Tamago-tsunagi."
   :group 'egg)
 
 (defcustom wnn-auto-save-dictionaries 0
@@ -2264,7 +2264,7 @@ environment."
 
 ;;;###autoload
 (defun egg-activate-wnn (&rest arg)
-  "Activate Wnn backend of Tamago 4."
+  "Activate Wnn backend of Tamago-tsunagi."
   (apply 'egg-mode (append arg wnn-backend-alist)))
 
 ;;; egg/wnn.el ends here.
diff --git a/its.el b/its.el
index da1cee0..64b9888 100644 (file)
--- a/its.el
+++ b/its.el
@@ -37,7 +37,7 @@
 (require 'egg-edep)
 
 (defgroup its nil
-  "Input Translation System of Tamago 4."
+  "Input Translation System of Tamago-tsunagi."
   :group 'egg)
 
 (defcustom its-enable-fullwidth-alphabet t
index 82cefc2..aa4eec9 100644 (file)
 ;;; Code:
 
 (autoload 'egg-activate-anthy "egg/anthy"
-  "Activate ANTHY  backend of Tamago 4." t)
-(autoload 'egg-activate-wnn "egg/wnn" "Activate Wnn backend of Tamago 4." t)
-(autoload 'egg-activate-sj3 "egg/sj3" "Activate SJ3 backend of Tamago 4." t)
+  "Activate ANTHY  backend of Tamago-tsunagi." t)
+(autoload 'egg-activate-wnn "egg/wnn" "Activate Wnn backend of Tamago-tsunagi." t)
+(autoload 'egg-activate-sj3 "egg/sj3" "Activate SJ3 backend of Tamago-tsunagi." t)
 (autoload 'egg-activate-canna "egg/canna"
-  "Activate CANNA backend of Tamago 4." t)
+  "Activate CANNA backend of Tamago-tsunagi." t)
 
 (register-input-method
  "japanese-egg-anthy" "Japanese" 'egg-activate-anthy
index 3c8490f..79326eb 100644 (file)
@@ -50,7 +50,7 @@
 ;;
 
 (defgroup menudiag nil
-  "Input Translation System of Tamago 4."
+  "Input Translation System of Tamago-tsunagi."
   :group 'egg)
 
 (defcustom menudiag-select-without-return nil