summaryrefslogtreecommitdiff
path: root/inputmethod/canna/DESCR
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-05-31 07:24:38 +0000
committeruebayasi <uebayasi>2003-05-31 07:24:38 +0000
commit931b5892a66c1a518833b263978177ed919a0454 (patch)
treefea0cbdb31bb3bfe7da6a5c9d031c8cf63402c92 /inputmethod/canna/DESCR
parent5f55018954bfd916b224bae0ed677f8034d615cd (diff)
downloadpkgsrc-931b5892a66c1a518833b263978177ed919a0454.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/DESCR13
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.