• R/O
  • HTTP
  • SSH
  • HTTPS

tamago-tsunagi: Commit

Tamago-tsunagiのGitリポジトリです。


Commit MetaInfo

Revision2d53e37d69df0f094943a6839ce0bb87f88f6436 (tree)
Time2014-11-17 15:40:47
AuthorMitsutoshi NAKANO <bkbin005@rink...>
CommiterMitsutoshi NAKANO

Log Message

tsunagi-5.0.0.0

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

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
11 2014-11-17 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
22
33 * egg.el: egg-version: change version string to "5.0.0.0".
4+ * 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.
5+ 4 -> 5 or tsunagi.
46
57 2014-11-16 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
68 * ChangeLog: rename to ChangeLog.2002-2004.
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1-# Makefile --- Makefile of EGG V4.0
1+# Makefile --- Makefile of Tamago-tsunagi
22
33 # Copyright (C) 1999, 2000 Free Software Foundation, Inc
44 # Author: NIIBE Yutaka <gniibe@chroot.org>
--- a/egg-cnv.el
+++ b/egg-cnv.el
@@ -58,7 +58,7 @@
5858 (require 'egg-edep)
5959
6060 (defgroup egg-conv nil
61- "Conversion Backend Interface of Tamago 4."
61+ "Conversion Backend Interface of Tamago-tsunagi."
6262 :group 'egg)
6363
6464 (defcustom egg-conversion-wrap-select t
--- a/egg.el
+++ b/egg.el
@@ -42,10 +42,10 @@
4242 (require 'egg-edep)
4343
4444 (autoload 'egg-simple-input-method "egg-sim"
45- "simple input method for Tamago 4." t)
45+ "simple input method for Tamago-tsunagi." t)
4646
4747 (defgroup egg nil
48- "Tamago Version 4.")
48+ "Tamago Version 5.")
4949
5050 (defcustom egg-mode-preference t
5151 "*Make Egg as modefull input method, if non-NIL."
--- a/egg/anthy.el
+++ b/egg/anthy.el
@@ -35,7 +35,7 @@
3535 (require 'egg-edep)
3636
3737 (defgroup anthy-egg nil
38- "Anthy interface for Tamago 4."
38+ "Anthy interface for Tamago-tsunagi."
3939 :group 'egg)
4040
4141 (defcustom anthy-egg-use-utf8 nil
@@ -514,7 +514,7 @@ Return the list of bunsetsu."
514514
515515 ;;;###autoload
516516 (defun egg-activate-anthy (&rest arg)
517- "Activate ANTHY backend of Tamago 4."
517+ "Activate ANTHY backend of Tamago-tsunagi."
518518 (apply 'egg-mode (append arg anthy-egg-backend-alist)))
519519
520520 ;;; egg/anthy.el ends here.
--- a/egg/canna.el
+++ b/egg/canna.el
@@ -34,7 +34,7 @@
3434 (require 'egg-edep)
3535
3636 (defgroup canna nil
37- "CANNA interface for Tamago 4."
37+ "CANNA interface for Tamago-tsunagi."
3838 :group 'egg)
3939
4040 (defcustom canna-hostname "unix/"
@@ -377,7 +377,7 @@ katakana to candidates list. NOSTUDY specifies not study."
377377 (delete-process proc)
378378 (setq proc nil))
379379 (cannarpc-notice-group-name proc result group)
380- (cannarpc-set-app-name proc result "EGG4"))))
380+ (cannarpc-set-app-name proc result "EGG5"))))
381381 (cons proc result))
382382 (if proc
383383 (message (concat msg "done"))
@@ -922,7 +922,7 @@ Return the list of bunsetsu."
922922
923923 ;;;###autoload
924924 (defun egg-activate-canna (&rest arg)
925- "Activate CANNA backend of Tamago 4."
925+ "Activate CANNA backend of Tamago-tsunagi."
926926 (apply 'egg-mode (append arg canna-backend-alist)))
927927
928928 ;;; egg/canna.el ends here.
--- a/egg/sj3.el
+++ b/egg/sj3.el
@@ -35,7 +35,7 @@
3535 (require 'egg-edep)
3636
3737 (defgroup sj3 nil
38- "SJ3 interface for Tamago 4."
38+ "SJ3 interface for Tamago-tsunagi."
3939 :group 'egg)
4040
4141 (defcustom sj3-hostname "localhost"
@@ -476,7 +476,7 @@ Return the list of bunsetsu."
476476
477477 ;;;###autoload
478478 (defun egg-activate-sj3 (&rest arg)
479- "Activate SJ3 backend of Tamago 4."
479+ "Activate SJ3 backend of Tamago-tsunagi."
480480 (apply 'egg-mode (append arg sj3-backend-alist)))
481481
482482 ;;; egg/sj3.el ends here.
--- a/egg/wnn.el
+++ b/egg/wnn.el
@@ -36,7 +36,7 @@
3636 (require 'egg-edep)
3737
3838 (defgroup wnn nil
39- "Wnn interface for Tamago 4."
39+ "Wnn interface for Tamago-tsunagi."
4040 :group 'egg)
4141
4242 (defcustom wnn-auto-save-dictionaries 0
@@ -2264,7 +2264,7 @@ environment."
22642264
22652265 ;;;###autoload
22662266 (defun egg-activate-wnn (&rest arg)
2267- "Activate Wnn backend of Tamago 4."
2267+ "Activate Wnn backend of Tamago-tsunagi."
22682268 (apply 'egg-mode (append arg wnn-backend-alist)))
22692269
22702270 ;;; egg/wnn.el ends here.
--- a/its.el
+++ b/its.el
@@ -37,7 +37,7 @@
3737 (require 'egg-edep)
3838
3939 (defgroup its nil
40- "Input Translation System of Tamago 4."
40+ "Input Translation System of Tamago-tsunagi."
4141 :group 'egg)
4242
4343 (defcustom its-enable-fullwidth-alphabet t
--- a/leim-list.el
+++ b/leim-list.el
@@ -32,11 +32,11 @@
3232 ;;; Code:
3333
3434 (autoload 'egg-activate-anthy "egg/anthy"
35- "Activate ANTHY backend of Tamago 4." t)
36-(autoload 'egg-activate-wnn "egg/wnn" "Activate Wnn backend of Tamago 4." t)
37-(autoload 'egg-activate-sj3 "egg/sj3" "Activate SJ3 backend of Tamago 4." t)
35+ "Activate ANTHY backend of Tamago-tsunagi." t)
36+(autoload 'egg-activate-wnn "egg/wnn" "Activate Wnn backend of Tamago-tsunagi." t)
37+(autoload 'egg-activate-sj3 "egg/sj3" "Activate SJ3 backend of Tamago-tsunagi." t)
3838 (autoload 'egg-activate-canna "egg/canna"
39- "Activate CANNA backend of Tamago 4." t)
39+ "Activate CANNA backend of Tamago-tsunagi." t)
4040
4141 (register-input-method
4242 "japanese-egg-anthy" "Japanese" 'egg-activate-anthy
--- a/menudiag.el
+++ b/menudiag.el
@@ -50,7 +50,7 @@
5050 ;;
5151
5252 (defgroup menudiag nil
53- "Input Translation System of Tamago 4."
53+ "Input Translation System of Tamago-tsunagi."
5454 :group 'egg)
5555
5656 (defcustom menudiag-select-without-return nil
Show on old repository browser