diff options
author | uebayasi <uebayasi> | 2003-05-31 07:24:38 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-05-31 07:24:38 +0000 |
commit | a0e9256121f561d93b2abedea09ecf9c733104fc (patch) | |
tree | fea0cbdb31bb3bfe7da6a5c9d031c8cf63402c92 /inputmethod/canna/DESCR | |
parent | 5da0215db51020421a7afb9f33180fd56af0057c (diff) | |
download | pkgsrc-a0e9256121f561d93b2abedea09ecf9c733104fc.tar.gz |
* Move Canna-server from inputmethod/canna-server to here.
* Put Makefile.common and Makefile.include for common definitions and
inclusions.
* Update to 3.6p3. From Toru Takamizu in PR#20208.
Random summary of changes since 3.6p1.
* CHANGES.jp: update
* Fix sample files.
* Install default.canna to cannaLibDir.
* Fix cursor handling in tango-touroku.
* Add "nami" symbol.
* Prevent wrong learning. It had occured in two situations:
1. bubun kakutei at bunsetsus (probably) except in jishu-henkan mode
2. bubun muhenkan
In both cases, all bunsetsus had been learned.
This commit is only a quick hack. tanbunContext should be removed
and new protocol should be added in future.
* lib/RKC/wconvert.c(SendType11Request): stop buffer overrun
* server/IR.h: define _WCHAR_t again after include "canna/RK.h"
New direcroty hierarchy.
Currently old hierarchy is default on stable branch.
And document/code bug fixes.
Diffstat (limited to 'inputmethod/canna/DESCR')
-rw-r--r-- | inputmethod/canna/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/canna/DESCR b/inputmethod/canna/DESCR new file mode 100644 index 00000000000..bd470e7e7eb --- /dev/null +++ b/inputmethod/canna/DESCR @@ -0,0 +1,13 @@ +Canna is a Kana-Kanji conversion server. +Support Mule (Multi-lingal extention Emacs), kinput2 X11 input method, +cannum front end and some others. + + To use from Mule (CANNA version), in .emacs file: + + (if (and (boundp 'CANNA) CANNA) ; Is it CANNA MULE? + (progn + (load-library "canna") + (canna) )) + + Then kana-kanji conversion begin to `C-o' key. Show more detail +Info, and/or documents. |