The projact aims building Japanese environment on
Linux installed Zaurus (SL-5x00, SL-A300, SL-B500, SL-C700).
多言語入力ライブラリuim
ソースが必要な方は以下のオフィシャルページから取得して下さい。
http://uim.freedesktop.org/
2004-04-13 YamaKen <yamaken@bp.iij4u.or.jp>
* skk.scm (skk-back-to-kanji-state):
- Fix truncated okuri-gana. Patch by [Anthy-dev 751]. Thanks
Etsushi Kato-san
- Eliminate improper (if ()) condition. To conform to R5RS,
use (null? ()) to detect if a list is empty or not.
2004-04-12 YamaKen <yamaken@bp.iij4u.or.jp>
* generic-key.scm: Add generic-begin-conv-key?
* prime.scm (prime-begin-conv-key?): Use generic-begin-conv-key?
* canna.scm (canna-begin-conv-key?): Use generic-begin-conv-key?
* anthy.scm (anthy-begin-conv-key?): Use generic-begin-conv-key?
* skk.scm (skk-begin-conv-key?): Use generic-begin-conv-key?
* zaurus.scm: - Make <Shift>SELECT key working correctly
- Bind SELECT key as begin-conv and next-candidate
2004-04-11 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
slib.c: remove use of environment variable SIOD_LIB. reorder function declaration to eliminate warnings.
2004-04-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
romaja.scm: Capitalize first letter of sequence. David-san's newer version.
2004-04-10 YamaKen <yamaken@bp.iij4u.or.jp>
Update ChangeLog
2004-04-10 YamaKen <yamaken@bp.iij4u.or.jp>
* util.scm (enclose-another-env): New procedure. used for dynamic
environment substitution of closure
* hangul.scm: Fix generic-keys disabling process enbuged in r685. Now
global generic-keys are untouched and other IMs are not affected.
2004-04-09 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
uim.c: allow user to change startup config file ~/.uim by environment
variable LIBUIM_USER_SCM_FILE. due to 713's suggestion.
2004-04-09 YamaKen <yamaken@bp.iij4u.or.jp>
* hangul.scm: Make generic-next-candidate-key?,
generic-prev-candidate-key? and generic-commit-key? untouched to
recover proper behavior. These key-predicates had broken by -r671:672.
* key.scm: Add simple description for make-key-predicate,
make-single-key-predicate and define-key-internal.
2004-04-08 YamaKen <yamaken@bp.iij4u.or.jp>
* anthy.scm (anthy-proc-compose-state): Recover "implicit commit by
shift-modified chars" feature in compose state. This had been enbuged
in -r661:662.
2004-04-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
loader.scm: Do not load romaja.scm at startup.
2004-04-08 Masahito Omote <omote@utyuuzin.net>
gnuify-changelog.pl: Create ChangeLog from svn log.
Makefile.am: Add 'make ChangeLog'.
2004-04-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
Fix cannot reinitialize at some environment. Thanks to Seiichi SATO.
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
Add more const qualifiers.
2004-04-07 Masahito Omote <omote@utyuuzin.net>
debian/*: Uim for Debian is moved to svn.debian.org.
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
Release 0.3.4.2
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
symbols should be through when there's no preedit.
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
Add more const qualifiers.
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
I've forgotten to commit this file...
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
Release 0.3.4
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
Change some key binds.
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
fprintf isn't need obviously here.
2004-04-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
If there's no preedit strings, * is not need.
2004-04-07 YamaKen <yamaken@bp.iij4u.or.jp>
scm/japanese.scm: Add a comment for ja-direct-rule
2004-04-05 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
mark more functions static
2004-04-05 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
properly clear context slot
2004-04-05 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
add license text
2004-04-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
If no preedit exists, commit key shoud be through.
2004-04-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
More clean up.
2004-04-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
Use cond to clean up.
2004-04-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
Shift key should be ignored except extend/shrink segment key in compose state.
Use cond to clean up.
2004-04-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
Correspond to PageUp/PageDown.
2004-04-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
Disable some key bind when using kana-table.
2004-04-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
Fix some bugs related on kana input
2004-04-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
Commit directly if alt key is pressed
2004-04-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
Add some symbols.
2004-04-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
Use AM_ICONV
2004-04-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
Use AC_PATH_XTRA
2004-04-02 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
context.h: also mark some argument of callback functions const
siod.h: remove declaration of unneeded function
anthy.scm: kill 'nil