Branch: refs/heads/1.8
Home: https://github.com/uim/uim
Commit: d201ba011cce1f85401d3fcca5046631662791ab
https://github.com/uim/uim/commit/d201ba011cce1f85401d3fcca5046631662791ab
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/trycode.scm
Log Message:
-----------
Update trycode-rule.
* scm/trycode.scm
- (trycode-rule): Update: add 4 kanji.
Commit: 9677255cbfb1d0a5e324d3f3bb19c16f3b0f2713
https://github.com/uim/uim/commit/9677255cbfb1d0a5e324d3f3bb19c16f3b0f2713
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/trycode.scm
Log Message:
-----------
Comment out reserved key sequences for commands in trycode-rule.
* scm/trycode.scm
- (trycode-rule): Comment out reserved key sequences for commands
to simplify help and for performance of bushu conversion.
Commit: ebcebc97e0a058e91d62db4161461b3a3231da16
https://github.com/uim/uim/commit/ebcebc97e0a058e91d62db4161461b3a3231da16
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/tutcode.scm
Log Message:
-----------
Change postfix Katakana conversion to take characters while hiragana
continues.
* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
If yomi-len argument is zero, take characters while hiragana continues.
For negative value, treat absolute value as excluding characters count.
Commit: ea770c44dc222747cc0e720f7b18737e248851a1
https://github.com/uim/uim/commit/ea770c44dc222747cc0e720f7b18737e248851a1
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/tutcode.scm
Log Message:
-----------
Change postfix Katakana conversion to acquire middle dot as target hiragana.
* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
Change not to convert to Katakana if acquired length is shorter
than specified negative yomi count.
Change to use tutcode-postfix-katakana-acquire-yomi.
- (tutcode-postfix-katakana-acquire-yomi):
New function to acquire characters while hiragana continues.
- (tutcode-hiragana?): New function.
Commit: e6bf1de41fe18f680b5b1cf74f7e2039a66d6134
https://github.com/uim/uim/commit/e6bf1de41fe18f680b5b1cf74f7e2039a66d6134
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/tutcode.scm
Log Message:
-----------
Change acquiring yomi of postfix katakana conversion to be customizable.
* scm/tutcode.scm
- (tutcode-postfix-katakana-char-list): New variable.
- (tutcode-begin-postfix-katakana-conversion):
Change to call tutcode-postfix-katakana-acquire-char?
- (tutcode-postfix-katakana-acquire-char?):
New function extracted from tutcode-begin-postfix-katakana-conversion.
Commit: 7704be9442c5235e592a32d8f25e3060edb4f1cd
https://github.com/uim/uim/commit/7704be9442c5235e592a32d8f25e3060edb4f1cd
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/tutcode.scm
Log Message:
-----------
Add function to shrink katakana string just after postfix katakana conversion.
* scm/tutcode.scm
- (tutcode-postfix-katakana-shrink): New function.
Commit: 541d15d9429e7217f015af8047f401cb3fa9126f
https://github.com/uim/uim/commit/541d15d9429e7217f015af8047f401cb3fa9126f
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/tutcode.scm
Log Message:
-----------
Fix to consider katakana mode on postfix katakana conversion.
(regression by recent change at eed594c)
* scm/tutcode.scm
- (tutcode-postfix-katakana-shrink): Consider current katakana mode.
- (tutcode-postfix-katakana-acquire-yomi):
Follow argument addition of tutcode-postfix-katakana-acquire-char?
- (tutcode-postfix-katakana-acquire-char?):
Consider current katakana mode.
- (tutcode-katakana?): New function.
Commit: d069d2724f3873858d504f67f5f9f4aa7d99bb43
https://github.com/uim/uim/commit/d069d2724f3873858d504f67f5f9f4aa7d99bb43
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M scm/tutcode-key-custom.scm
M scm/tutcode.scm
Log Message:
-----------
Add key customs for postfix katakana conversion with exclude or shrink.
* scm/tutcode-key-custom.scm
- (tutcode-postfix-katakana-0-start-sequence,
tutcode-postfix-katakana-exclude-1-sequence,
tutcode-postfix-katakana-exclude-2-sequence,
tutcode-postfix-katakana-exclude-3-sequence,
tutcode-postfix-katakana-exclude-4-sequence,
tutcode-postfix-katakana-exclude-5-sequence,
tutcode-postfix-katakana-exclude-6-sequence,
tutcode-postfix-katakana-shrink-1-sequence,
tutcode-postfix-katakana-shrink-2-sequence,
tutcode-postfix-katakana-shrink-3-sequence,
tutcode-postfix-katakana-shrink-4-sequence,
tutcode-postfix-katakana-shrink-5-sequence,
tutcode-postfix-katakana-shrink-6-sequence): New key custom.
* scm/tutcode.scm
- (tutcode-stroke-help-update-alist-with-rule):
Add labels for new custom keys.
- (tutcode-proc-state-on):
Add check of new custom keys.
- (tutcode-custom-set-mazegaki/bushu-start-sequence!):
Support new custom keys.
Compare: https://github.com/uim/uim/compare/f4e46c699b55...d069d2724f38