Branch: refs/heads/master
Home: https://github.com/uim/uim
Commit: f41f5a5a335a7fc91e60fd786971ab66199db087
https://github.com/uim/uim/commit/f41f5a5a335a7fc91e60fd786971ab66199db087
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-21 (Fri, 21 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: 78a7b56a5a544bfdf4cd07aa82770fcc8b9c51f2
https://github.com/uim/uim/commit/78a7b56a5a544bfdf4cd07aa82770fcc8b9c51f2
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-21 (Fri, 21 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: dd5c4d871635dc818d05a7b8dfb954697190f0a2
https://github.com/uim/uim/commit/dd5c4d871635dc818d05a7b8dfb954697190f0a2
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-21 (Fri, 21 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: c90eb3029c6f7864da7fbc3d28ada8efa2ed409d
https://github.com/uim/uim/commit/c90eb3029c6f7864da7fbc3d28ada8efa2ed409d
Author: KIHARA Hideto <[email protected]>
Date: 2012-12-22 (Sat, 22 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/9f5ee463bcd6...c90eb3029c6f