• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


RSS
Rev. Time Author
19ccbdc 2005-01-21 17:27:29 ekato

* scm/skk-custom.scm : Update description about skk-auto-start-henkan?

32af872 2005-01-21 17:02:53 ekato

* scm/skk.scm : Fix r341 to prevent saving incorrect words in
personal dictionary.
(skk-style-spec) : Add new style-spec entry for auto-conversion
characters.
(skk-context-rec-spec) : Add new entry 'appendix for
auto-conversion characters.
(skk-prepare-commit-string) : Add appendix character.
(skk-do-update-preedit) : Show appendix character.
(skk-proc-state-kanji) : Use skk-context-appendix instead of
skk-context-okuri.
(skk-back-to-kanji-state) : Add appendix character to
skk-context-head.

b453e6e 2005-01-21 16:39:53 tkng

* uim/uim-custom.h,uim/uim-custom.c:
- uim_custom_enable: New function. Renamed from uim_custom_init.
- uim_custom_quit: uim_custom_quit should be called in uim_quit..

* helper/pref-gtk.c, qt/uim-kdehelper/src/pref/uim-pref-qt.cpp,
examples/uim-custom/uim-custom-update.c,
examples/uim-custom/uim-custom-dump.c,
examples/uim-custom/uim-custom-variable.c:
- s/uim_custom_init/uim_custom_enable/
- Removed uim_custom_quit.

4ba6a8a 2005-01-21 15:50:04 makeinu

* uim/uim-custom.c:
- (c_list_to_str): Terminate the string by NUL character.

03ac6d7 2005-01-21 15:28:04 ekato

* scm/skk-custom.scm (skk-auto-start-henkan?) : New custom
boolean variable. Default is #t.
* scm/skk.scm (skk-auto-start-henkan-keyword-list) : New list of
characters for starting auto conversion.
(skk-proc-state-kanji) : Enable auto conversion with some specific
characters.

793bf0f 2005-01-21 07:09:27 tkng

* gtk/gtk-im-uim.c:
-(im_module_create): First argument of setlocale should be LC_CTYPE.

8a9526c 2005-01-21 04:47:18 ekato

* scm/skk.scm : Indentation fixes using tab.
(skk-context-rec-spec) : Use empty list instead of "" for head
and okuri.
(skk-proc-state-direct-no-preedit) : Check each modifier key
separately instead of whole modifier-key-mask to prevent problem
with some wide latin characters.
(skk-proc-state-direct) : Ditto. This fixes the bug introduced in
r251. Use skk-upper-char? for beginning of skk-state-kanji.
(skk-upper-char?) : New procedure.
(skk-proc-state-kanji) : Use skk-upper-char? instead of checking
shift-key-mask.

ca65af4 2005-01-20 23:03:32 ekato

* scm/skk.scm (skk-state-direct-no-preedit-nop-key?) : New key
definition. Keys in this list will have no effect on
proc-state-direct-no-preedit.
* scm/skk.scm (skk-proc-state-direct-no-preedit) : Update r335
using skk-state-direct-no-preedit-nop-key? See [Anthy-dev
1613].

f72e2bd 2005-01-20 21:45:12 tkng

* doc/api-doc/uim-devel.db: Update documentation.
Added new chapters:
- Customization features
- How to debug

55d39a9 2005-01-20 17:16:58 ekato

* scm/skk.scm (skk-proc-state-direct-no-preedit) : Make sure to
not forward skk-on-key? as native event although the key is not
used in this state. This is ddskk compatible behavior.

ae379a5 2005-01-20 16:00:27 makeinu

* helper/pref-gtk.c:
- Added UI for editing ordered list.
- (choose_key_clicked_cb): Don't use gtk_dialog_run() for key
preference window.

82510ad 2005-01-19 21:50:53 ekato

* scm/skk.scm (skk-proc-state-direct-no-preedit) : Do commit raw
even for keys with shift modifier mask when they are not
alphabet keys (e.g. "<Control><Shift>_").

3a81289 2005-01-19 12:48:20 tkng

* README: Updated software requirement infomation.

23b38c1 2005-01-19 12:36:40 tkng

* README, README.ja: Removed obsolete description.

b1182f4 2005-01-19 06:43:32 yamaken

* helper/im-switcher-gtk.c
- (create_switcher): Adjust spacing as familiar as uim-pref-gtk

a0c8962 2005-01-19 04:33:50 yamaken

* This commit removes --enable-compat-custom option of configure
script and all related codes. This has also resolved bug #2306

* configure.ac
- Remove --enable-compat-custom option and related definitions
* uim/Makefile.am
- Remove "if COMPAT_CUSTOM" section
* uim/uim.c
- Remove #ifndef UIM_COMPAT_CUSTOM enclosure

* uim/uim-compat-custom.h
* uim/uim-compat-custom.c
- Remove

4d18c52 2005-01-19 04:08:58 yamaken

* uim/plugin.c
- (plugin_unload):
* Add error checks
* Remove Scheme-side construct
* scm/plugin.scm
- (plugin-list-delete): New procedure

dc1c39c 2005-01-19 03:46:31 yamaken

* scm/test-custom.scm
- (test define-custom (choice)): Add test for overwriting definition
- (test custom-value-as-literal, test custom-definition-as-literal):
Add test for #f and () as value

* test/test-im.scm
- (test normalize-im-list, test register-im (module-name)): New test
- (test register-im):
* Add test for module-name
* Add test for overwriting register
* Check result value of register-im (initial register or not)
- (testcase im im-custom): New testcase
- (test custom-im-list-as-choice-rec): New test

* test/test-plugin.scm
- New file
- (testcase module): New testcase
- (test require-module): New test

* test/test-lazy-load.scm
- New file
- (testcase stub-im): New testcase
- (test stub-im-generate-init-handler, test register-stub-im, test
stub-im-generate-stub-im-list, test
stub-im-generate-all-stub-im-list): New test

* scm/im-custom.scm
* scm/plugin.scm
* scm/custom.scm
* scm/im.scm
- Remove TODO mark

1c72c5d 2005-01-18 22:24:58 ekato

* uim/skk-dic.c (skk_lib_remove_annotation) : Revert r325 change
to use uim_scm_c_str() because this function may modify the
string.

fe5bc3a 2005-01-18 22:03:18 kzk

* qt/uim-kdehelper/src/pref/uim-pref-qt.cpp
- fix the order of ComboBox
- fix layouting

070578c 2005-01-18 21:36:07 kzk

* qt/uim-kdehelper/src/pref/uim-pref-qt.cpp
- handle defaultly selected symbol
- fix the bug of combobox-insertion index

11c77a3 2005-01-18 21:06:04 kzk

* qt/uim-kdehelper/src/pref/customwidgets.h
- fix wrong Q_ASSERT condition

9be6d46 2005-01-18 20:08:22 tkng

* uim/skk-dic.c:
-(skk_commit_candidate), (sanitize_word), (skk_learn_word),
(skk_learn_word), (skk_lib_save_personal_dictionary),
(skk_lib_get_annotation), (skk_lib_remove_annotation): Replaced
uim_scm_c_str with uim_scm_refer_c_str.

cc449bf 2005-01-18 19:57:04 ekato

* xim/ximserver.cpp (XimServer::customContext) : Re-enable IM
updating.

* scm/skk.scm (skk-proc-state-direct-no-preedit) : Add modifier
key handling in no-preedit state as in skk-proc-state-direct.
This avoids unwanted skk-flush enbuged in r246.

ee46c40 2005-01-18 19:31:05 tkng

* configure.ac, Makefile.am: Removed sumika.

* sumika/ Removed.

d02979c 2005-01-18 19:01:28 tkng

* uim/m17nlib.c:
-(uim_plugin_instance_quit):Don't free im_array and ic_array if not
initialized.

f310c49 2005-01-18 17:11:15 yamaken

* This commit adds on-the-fly custom variable update of live
uim-enabled processes via uim-helper-server

* uim/slib.c
- (procedurep): New function
- (init_subrs): Add initialization of procedurep
* scm/custom-rt.scm
- (custom-key-exist?, custom-set-value!): New procedure
- (define-custom): Add definition of 'key' custom variable in
addition to key predicate
- (custom-prop-update-custom-handler): Implement. warning: no
validation performed
* test/test-slib.scm
- (testcase procedures): New testcase
- (test precedure?): New test
* test/test-custom-rt.scm
- New file
- (testcase custom define-custom, testcase custom methods): New
testcase
- (test define-custom (choice), test define-custom (choice) #2, test
define-custom (key), test define-custom (key) #2, test
custom-key-exist?, test custom-value, test custom-set-value!):
New test

bed8e50 2005-01-18 16:49:03 ekato

* xim/ximserver.cpp (XimServer::customContext) : Don't update
ximserver's input method for now to avoid confusion.

697d109 2005-01-18 14:16:51 yamaken

* scm/custom-rt.scm
- (custom-exist?): Add check for symbol-bound?
- (custom-value): Cosmetic change
- (define-custom): Replace symbol-bound? with custom-exist?
- (custom-prop-update-custom-handler): Add a comment

f96986e 2005-01-18 12:34:20 yamaken

* scm/custom-rt.scm
- (require-custom): Accept defined-order groups instead of
reversed-order one. This change has been fixed broken per-user
config loading on custom.scm. Thanks Etsushi Kato for reporting.
- (custom-list-primary-groups): Return as defined order