commit d23aacfaf060da6dc07213060473365f4d202b33
Author: Daiki Ueno <ueno@gnu.org>
Date:   Wed Feb 25 16:03:32 2026 +0900

    Release 1.1.1

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit ff19208f7d02889f3fdb2c881f6d1e37f4a57338
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Feb 13 17:34:08 2026 +0900

    pkgconfig: Move gee-0.8 to Requires.private

 libskk/libskk.pc.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7a1ec5a59f3a83b95f59c867a84b80533a461f26
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Feb 13 17:32:32 2026 +0900

    completion: Don't expose Gee.ArrayList from public API

    The commit 3114245832a879c32fe98815079e7be52bf73e84 introduced a
    CompletionSource with the get_completions method, which returns the
    current completions as a Gee.ArrayList. That resulted in adding a
    source level dependency on libgee, making it a little complicated to
    build the projects using libskk C API. This patch explicitly converts
    the ArrayList into a plain array to avoid that.

 libskk/completion.vala | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 70f5a9f7b73a6611ebcd074f89fee0bb1e7e31b0
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 12:25:23 2026 +0900

    ci: Re-enable docs build

 .github/workflows/test.yaml | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

commit 786bcba16322b1afbfa41b8d3d505bf487dc68c4
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 12:23:35 2026 +0900

    Fix issues spotted by make distcheck

 docs/Makefile.am   | 9 ++-------
 libskk/Makefile.am | 5 ++++-
 tests/Makefile.am  | 2 ++
 3 files changed, 8 insertions(+), 8 deletions(-)

commit b3aa8b6f3931ad32f2beb19caab392a02b53175f
Author: Daiki Ueno <dueno@redhat.com>
Date:   Fri Nov 8 09:41:35 2024 +0900

    fep: Avoid Vala generics to work around build issues with GCC 14

    Otherwise, there will be -Wint-conversion warnings:

     fep.c:232:91: error: initialization of ‘void *’ from ‘int’
     makes pointer from integer without a cast [-Wint-conversion]
       232 | static const ClientEntry CLIENT_input_mode_labels[5] =
       {{SKK_INPUT_MODE_HIRAGANA, "あ"}, {SKK_INPUT_MODE_KATAKANA,
       "ア"}, ...};
           |
           ^~~~~~~~~~~~~~~~~~~~~~~

    Signed-off-by: Daiki Ueno <dueno@redhat.com>

 tools/fep.vala | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 9aa56ae89815f93d86ca7d32becf75d3df8f1da8
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 21:21:20 2026 +0900

    Release 1.1.0

 NEWS         | 17 +++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

commit a7287caf1412f177a0a76dbae03308f67904ef77
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 10:25:00 2026 +0900

    Replace build status badge with GitHub workflow's

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7d72cffcc0c19db2e5154349ff55e78bf3b36ce4
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 09:55:32 2026 +0900

    Update copyright year

 Makefile.am                  | 4 ++--
 NEWS                         | 4 ++--
 README                       | 4 ++--
 README.md                    | 4 ++--
 configure.ac                 | 4 ++--
 libskk/Makefile.am           | 4 ++--
 libskk/candidate-list.vala   | 4 ++--
 libskk/candidate.vala        | 4 ++--
 libskk/cdb-dict.vala         | 4 ++--
 libskk/context.vala          | 4 ++--
 libskk/dict.vala             | 4 ++--
 libskk/encoding.vala         | 4 ++--
 libskk/expr.vala             | 4 ++--
 libskk/file-dict.vala        | 4 ++--
 libskk/key-event-filter.vala | 4 ++--
 libskk/key-event.vala        | 4 ++--
 libskk/keymap.vala           | 4 ++--
 libskk/keysyms.vala          | 4 ++--
 libskk/map-file.vala         | 4 ++--
 libskk/nicola.vala           | 4 ++--
 libskk/rom-kana.vala         | 4 ++--
 libskk/rule.vala             | 4 ++--
 libskk/skkserv.vala          | 4 ++--
 libskk/state.vala            | 4 ++--
 libskk/user-dict.vala        | 4 ++--
 libskk/util.vala             | 4 ++--
 rules/Makefile.am            | 4 ++--
 rules/README.rules           | 4 ++--
 tests/Makefile.am            | 4 ++--
 tools/Makefile.am            | 4 ++--
 tools/fep.vala               | 4 ++--
 tools/skk.vala               | 4 ++--
 tools/skkfep.in              | 4 ++--
 33 files changed, 66 insertions(+), 66 deletions(-)

commit c967ace7134030771cbbaa7f4bcdbeed1d699495
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 12:51:32 2026 +0900

    ci: Remove graphviz from the base image

 ci/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

commit 7e893552e4b7f367d070a08d1031531bacfd4524
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 12:33:27 2026 +0900

    ci: Use the current rawhide instead of mixing F43/F44 packages

 ci/Dockerfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 1042dc9a23cd7996f500ba4e461df61500e4401f
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 12:05:33 2026 +0900

    ci: Pull in valadoc from F44

 ci/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit dc2871ebfe2d1eec0f25ca0e0511d07df6c8c0b8
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Tue Feb 3 03:09:42 2026 +0900

    Remove git.mk in favor of manually written gitignore

 Makefile.am |  33 ----------
 git.mk      | 206
 ------------------------------------------------------------
 2 files changed, 239 deletions(-)

commit 2ed8c7ebe9b17a76aab00b890475b76e6418b30c
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Tue Feb 3 00:09:46 2026 +0900

    Add gitignore files

 .gitignore        | 27 +++++++++++++++++++++++++++
 libskk/.gitignore | 10 ++++++++++
 m4/.gitignore     |  3 +++
 po/.gitignore     |  7 +++++++
 tests/.gitignore  | 12 ++++++++++++
 tools/.gitignore  |  2 ++
 6 files changed, 61 insertions(+)

commit b40d5deac3d93eaf1b3f746a1b003143798b7bc6
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Mon Feb 2 22:25:35 2026 +0900

    Ignore presence of incomplete kana on commit-unhandled

    `commit-unhandled` command should handle (i.e., capture) the key event
    whenever it commits some string, even if preedit has an incomplete
    kana.

 libskk/state.vala | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 4b294b3cce973161918fa457d09178a86e8bbda1
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Mon Feb 2 23:19:47 2026 +0900

    Add a test for `commit-unhandled` with incomplete kana

 tests/basic.c | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit 44c1208224dcf7f0bd485abdc3f822c7d8591666
Author: Taiki Sugawara <buzz.taiki@gmail.com>
Date:   Fri Nov 19 23:33:37 2021 +0900

    Don't overwrite state.output when end_dict_edit

 libskk/context.vala | 2 +-
 tests/basic.c       | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 0e759ef0c16491051f193a516730b9454962ea29
Author: karubabu <karubabu@users.noreply.github.com>
Date:   Mon Apr 20 17:56:52 2020 +0900

    tests: test programs will be compiled only when you run `make check`.

 tests/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

commit 48786e0ac4a2312d5849e83b4e94cc23a09e180f
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 16:57:17 2026 +0900

    ci: Run ./autogen.sh as user, not root

    To avoid intermittent file permission issues caused by autom4te
    caches, run ./autogen.sh as the same user which runs configure.

 .github/actions/basic-autotools/action.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 863e123b4f053d8565e419dba2389468a916a663
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 16:54:25 2026 +0900

    ci: Skip docs for now

 .github/workflows/test.yaml | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

commit 0040207fd8c005b9034ad24e2aa0f443ee672230
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 16:51:27 2026 +0900

    ci: Bump actions/checkout to v6

 .github/workflows/test.yaml | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

commit 34815c7c1c16db415a915dbf6572c1aa54ee779d
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 13:11:12 2026 +0900

    ci: Skip "make distcheck"

 .github/workflows/test.yaml | 3 ---
 1 file changed, 3 deletions(-)

commit 9f5917c6e8876331903af70e4eb98e71aead5a62
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 13:04:02 2026 +0900

    ci: Stop building skkfep

 .github/workflows/test.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f779f35949fdce450959f42c7f3150d4aae04ff5
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 12:59:06 2026 +0900

    Fix valadoc markup

 libskk/context.vala | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 292637d233ded28bbbd87f3da3f1774175f1e4b1
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 11:43:42 2026 +0900

    ci: Decompose BUILD_OPTS into individual envvars such as CFLAGS

 .github/workflows/test.yaml | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit b40cb23f01cc4795bc5b61e338ee439cf165c27f
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 11:43:15 2026 +0900

    ci: Give up on VPATH build

    It is hard to preserve the checkout clean with the current Vala
    tooling in Autotools. Let's not bother doing VPATH build.

 .github/actions/basic-autotools/action.yaml | 6 +-----
 .github/workflows/test.yaml                 | 1 -
 build/setup-wrapper.sh                      | 8 ++------
 3 files changed, 3 insertions(+), 12 deletions(-)

commit 4443acc7cea2b58823db52c13a5c401985eb6f7b
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 11:31:34 2026 +0900

    ci: Do not create user in setup-wrapper.sh

    The user should have been already created in the container image.

 build/setup-wrapper.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit cb4857f59c0e7639e041af4a82de2f618e00770b
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 2 11:17:28 2026 +0900

    Port CI to GitHub workflows

 .github/actions/basic-autotools/action.yaml | 45 +++++++++++++++++++++++
 .github/workflows/build-image.yml           | 39 ++++++++++++++++++++
 .github/workflows/test.yaml                 | 57
 +++++++++++++++++++++++++++++
 .travis.yml                                 | 56
 ----------------------------
 build/run-wrapper.sh                        | 17 +++++++++
 build/setup-wrapper.sh                      | 23 ++++++++++++
 ci/Dockerfile                               | 14 +++++++
 7 files changed, 195 insertions(+), 56 deletions(-)

commit 99d75486ded23fe68778bfcf1ffdacb562d7c040
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Wed Jan 28 02:49:04 2026 +0900

    Check if the preedit was changed even when the event is unhandled

    `process_key_event()` can return false even if the preedit was changed
    in case `commit-unhandled` command was assigned.

 libskk/context.vala | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 0b263f052cdfcaaa4b325a72e44fd402e89fb544
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Wed Jan 28 02:48:25 2026 +0900

    Add and update tests to see if preedit is empty after commit

 tests/basic.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit 80f74c0c9dd1342e71d733ca44e47a95c5267957
Author: Taiki Sugawara <buzz.taiki@gmail.com>
Date:   Fri Nov 19 21:31:23 2021 +0900

    fix okuri-ari entry dictionary edit

 libskk/context.vala | 26 ++++++++++++++++++--------
 libskk/state.vala   | 50
 ++++++++++++++++++++++++++------------------------
 tests/basic.c       |  5 +++++
 3 files changed, 49 insertions(+), 32 deletions(-)

commit 550d0c5c6f2334b186440d7fbb683695dad8b0b3
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Sat Jan 24 18:35:16 2026 +0900

    avoid inserting upper letter when mods are active with no commands

 libskk/state.vala | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 9c624a021153895a2adef626d48984eab95403e8
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Sat Jan 24 18:30:47 2026 +0900

    Add test cases for upper letters with modifiers activated

 tests/basic.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit d5e9726fa5c439518bed2a74d1796d3b99b861ce
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Sun May 4 02:04:54 2025 +0900

    Return to abbrev mode on abort if abbrev preedit is not empty

 libskk/state.vala | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 9af1981deb179fe84fac4af92cb29f1e868a1904
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Sun May 4 01:46:01 2025 +0900

    Add test cases for aborts on abbrev mode

 tests/basic.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 6a48f6d394230428d5aed0e687eade0d8ea916fb
Author: YOSHIOKA Takuma <lo48576@hard-wi.red>
Date:   Sun Sep 23 22:27:38 2018 +0900

    Let lonely modifiers pass through if no command assigned

    This change prevents modifiers, "Control_L" without normal key for
    example, from being eaten by libskk.

 libskk/state.vala | 5 +++++
 1 file changed, 5 insertions(+)

commit 05ed5455fe3673848b2df859d60db7717602caed
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Sat Apr 12 08:59:12 2025 +0900

    Make "-to-latin" part effective only when "abort" part is no-op

 libskk/state.vala | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

commit 153b96e80c2620d824839598f8ebdb295773f8f8
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Sat Apr 12 09:23:10 2025 +0900

    Add more test cases of abort-like commands with discarded preedits

 tests/basic.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a7777f7e69c9d0b23a6a3e2012fdf2bcbc883e24
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Mon Sep 30 01:28:16 2024 +0900

    Refactor completion handling and improve naming consistency

    - Rename CompletionSourceManager class to CompletionService for
    clarity
    - Update related variable names in libskk/state.vala for consistency
    - Rename libskk/completion-source.vala to libskk/completion.vala to
    better reflect its contents

    This commit improves the overall structure and readability of the
    completion-related code, making it easier to understand and maintain.

 libskk/Makefile.am                                 |  2 +-
 libskk/{completion-source.vala => completion.vala} |  4 +--
 libskk/state.vala                                  | 30
 +++++++++++-----------
 3 files changed, 18 insertions(+), 18 deletions(-)

commit df028c3614f6921061915a5441a49cf0b1972783
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Mon Sep 30 00:54:06 2024 +0900

    Add customizable completion order for normal and abbrev modes

    This commit introduces the following changes:

    1. In libskk/state.vala:
    - Add `update_completion_sources` function to allow updating
    completion sources for different modes.

    2. In libskk/context.vala:
    - Add `set_completion_order` function, enabling users (clients)
    to customize the completion order.

    These modifications provide users with the ability to change the
    completion order for both normal and abbreviation modes, offering
    greater flexibility in dictionary prioritization and completion
    behavior.

 libskk/context.vala | 26 ++++++++++++++++++++++++++
 libskk/state.vala   | 22 ++++++++++++++++------
 2 files changed, 42 insertions(+), 6 deletions(-)

commit 3114245832a879c32fe98815079e7be52bf73e84
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Sun Sep 29 23:17:46 2024 +0900

    Implement flexible completion source management

    This commit introduces a new CompletionSource abstraction and
    CompletionSourceManager
    to handle completion candidates more flexibly. Key changes include:

    - Add new file completion-source.vala with CompletionSource and
    CompletionSourceManager classes
    - Refactor state.vala to use CompletionSourceManager for both normal
    and abbreviation modes
    - Update Makefile.am to include the new completion-source.vala file

    This implementation allows for:
    1. Easy addition of new completion sources in the future
    2. Prioritization of completion sources
    3. Efficient deduplication of completion candidates

    These changes address the feedback from the author while maintaining
    the functionality proposed in the initial pull request.

 libskk/Makefile.am            |  1 +
 libskk/completion-source.vala | 65 ++++++++++++++++++++++++++++++++++++++
 libskk/context.vala           | 24 --------------
 libskk/state.vala             | 73
 +++++++++++++++----------------------------
 4 files changed, 91 insertions(+), 72 deletions(-)

commit 69cd8f4613725419201640b9555eb6118ff20e01
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Sun Sep 15 19:18:30 2024 +0900

    Refactor completion order handling and simplify completion logic

 libskk/state.vala | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 31ac619e9bd27561c1814b474bd3ccbc7b990afd
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Sun Sep 15 14:18:37 2024 +0900

    Refactor completion order handling and simplify completion logic

    - Move CompletionOrder enum definition in state.vala
    - Relocate completion_order properties in context.vala
    - Update default values for completion order properties
    - Simplify completion candidate addition logic by merging into a
    single method
    - Remove redundant completion iterator setup

 libskk/context.vala | 63
 +++++++++++++++++++++--------------------------------
 libskk/state.vala   | 56 ++++++++++++++++-------------------------------
 2 files changed, 44 insertions(+), 75 deletions(-)

commit 7659592a1a585cb7a6e251c02c952901f22beed0
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Fri Sep 13 08:17:34 2024 +0900

    Add completion order properties and methods to Context

    - Add completion_order and completion_order_abbrev_mode properties
    to Context class
    - Add set_completion_order method to allow setting completion order
    for both normal and abbrev modes
    - These changes allow runtime configuration of completion behavior
    as requested

 libskk/context.vala | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit 4375e7346cb136074e6a2cfb022ec7f44bde2a68
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Fri Sep 13 08:13:44 2024 +0900

    Add CompletionOrder enum and completion order properties to State

    - Add CompletionOrder enum to define different completion order
    options
    - Add completion_order and completion_order_abbrev_mode properties
    to State class
    - Update completion_start method to use new completion order settings
    - Default completion order set to USER_DICT for normal mode and
    USER_DICT_THEN_SYSTEM_DICT for abbrev mode

 libskk/state.vala | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit 9a7639ed90769fe817f597b24c1adea2676baa9e
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Fri Sep 13 07:45:59 2024 +0900

    sort system dictionary completions

 libskk/state.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bb5edcb2f974280eeb8eb9e4dc0ecdee199c41d6
Author: Yoshio TAKAEDA <takaeda@toor.jpn.com>
Date:   Fri Sep 13 07:20:00 2024 +0900

    1st draft regarding completion-order

 libskk/state.vala | 40 ++++++++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 8 deletions(-)

commit a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74
Author: Mamoru TASAKA <mtasaka@fedoraproject.org>
Date:   Thu Aug 22 00:53:12 2024 +0900

    Fix invalid escape on json file

    Fix the following invalid escape on
    rules/default/rom-kana/default.json:

    /usr/share/libskk/rules/default/rom-kana/default.json:121:47:
    解析エラー: unexpected
    character `,', expected string constant

    Fixes: #89

 rules/default/rom-kana/default.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d5a04055f54b46519c47494ad66bb2ae503ed19d
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Mon Aug 5 23:49:04 2024 +0900

    Fix backward index movement on non-ASCII character

    Non-ASCII characters may consist of multiple bytes, so going to the
    previous character is not always possible by `index--;`.

    `get_prev_char()` would also be used in this situation, but it looks
    simpler for me to count the consumed bytes.

 libskk/expr.vala | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 31b0a4d74a4ccd75d7c748ec07d6faa911561d59
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Mon Aug 5 23:48:36 2024 +0900

    Add test cases for escaped characters followed by non-ASCII

    * `(略)` for octal escape
    * `オン/オフ` for hexadecimal escape

 tests/basic.c       | 2 ++
 tests/file-dict.dat | 2 ++
 2 files changed, 4 insertions(+)

commit d7c3293ac6770b92f671d501cc8c3fd83eef783d
Author: nan1sa <nan1sa@nan1.casa>
Date:   Wed May 22 06:33:11 2024 +0900

    Add keymap for act/act09

 rules/act/keymap/hankaku-katakana.json   | 1 +
 rules/act/keymap/hiragana.json           | 1 +
 rules/act/keymap/katakana.json           | 1 +
 rules/act09/keymap/hankaku-katakana.json | 1 +
 rules/act09/keymap/hiragana.json         | 1 +
 rules/act09/keymap/katakana.json         | 1 +
 6 files changed, 6 insertions(+)

commit 6e871998e3be83466822df00745e7970da257cde
Author: nan1sa <nan1sa@nan1.casa>
Date:   Wed May 22 05:44:17 2024 +0900

    Fix act/act09 keymap

 rules/act/keymap/hankaku-katakana.json   | 2 +-
 rules/act/keymap/hiragana.json           | 2 +-
 rules/act/keymap/katakana.json           | 2 +-
 rules/act/keymap/latin.json              | 2 +-
 rules/act/keymap/wide-latin.json         | 2 +-
 rules/act09/keymap/hankaku-katakana.json | 2 +-
 rules/act09/keymap/hiragana.json         | 2 +-
 rules/act09/keymap/katakana.json         | 2 +-
 rules/act09/keymap/latin.json            | 2 +-
 rules/act09/keymap/wide-latin.json       | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

commit 7ec4a42459b090b23a772d6a568f910f380e44db
Author: YOSHIOKA Takuma <nop_thread@nops.red>
Date:   Mon May 20 06:56:28 2024 +0900

    Fix build failure with gcc-14

 libskk/file-dict.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5f5e5c2d3facfec9f577fb66032e6f1994ed5d44
Author: Keita Urashima <ursm@ursm.jp>
Date:   Mon Aug 30 01:24:51 2021 +0900

    Remove "z." → "ず" entry from AZIK rom-kana rules

    This rule is not mentioned on the official AZIK page, and unlike
    the similar
    "zc", "zv", "zf", and "zx" rules, the original keystroke (zu) is
    not difficult
    to type. And it masks the DDSKK-derived "z." → "…" shortcut.

 rules/azik/rom-kana/default.json | 1 -
 1 file changed, 1 deletion(-)

commit 1de476fe45b0bcabc59e7c3ad382ed7f74c3a21b
Author: Futa MIYACHI <miyachf@gmail.com>
Date:   Fri Feb 19 23:11:48 2021 +0900

    state: Handle "complete" command in Abbrev mode

 libskk/state.vala   | 12 ++++++++++++
 tests/basic.c       | 10 ++++++++++
 tests/file-dict.dat |  3 +++
 3 files changed, 25 insertions(+)

commit 847cb2715e774ecdaab3a1c0bead4caddd7ec776
Author: Futa MIYACHI <miyachf@gmail.com>
Date:   Fri Jan 1 17:36:59 2021 +0900

    Unique completion

 libskk/state.vala | 6 +++++-
 tests/basic.c     | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

commit b9c74c93b3dbaeeb6987ad698b5944e209568bb1
Author: karubabu <karubabu@users.noreply.github.com>
Date:   Thu May 14 04:57:26 2020 +0900

    travis: add `--cap-add SYS_PTRACE` arg to `docker run`.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit daa7b36f5f6cd9c49599abfe1c86c6ca0403815c
Author: karubabu <karubabu@users.noreply.github.com>
Date:   Thu May 14 04:40:48 2020 +0900

    travis: show config.log after-failure

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

commit a21992e0cb715d16396f88d09dfc8ac737a94477
Author: karubabu <karubabu@users.noreply.github.com>
Date:   Tue Mar 24 07:27:26 2020 +0900

    Add callbacks for clipboard access.

 libskk/context.vala                                | 24 ++++++++++
 libskk/state.vala                                  | 22 +++++++++
 tests/basic.c                                      | 53
 ++++++++++++++++++++++
 tests/rules/test-selection/keymap/default.json     | 12 +++++
 .../test-selection/keymap/hankaku-katakana.json    | 10 ++++
 tests/rules/test-selection/keymap/hiragana.json    | 11 +++++
 tests/rules/test-selection/keymap/katakana.json    | 10 ++++
 tests/rules/test-selection/keymap/latin.json       |  5 ++
 tests/rules/test-selection/keymap/wide-latin.json  |  5 ++
 tests/rules/test-selection/metadata.json           |  4 ++
 tests/rules/test-selection/rom-kana/default.json   |  3 ++
 11 files changed, 159 insertions(+)

commit a910ccdf4829e0686e78aade6ee249ec265884c4
Author: Takashi Kokubun <takashikkbn@gmail.com>
Date:   Tue Jul 23 21:46:34 2019 +0900

    Use consistent indentations in default keymap

 rules/default/keymap/hankaku-katakana.json | 2 +-
 rules/default/keymap/hiragana.json         | 2 +-
 rules/default/keymap/katakana.json         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit b091e9f9779bb1abc1a6c6bab52d723095e08091
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sat Sep 15 09:15:57 2018 +0200

    Release 1.0.5

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 54415daf375a0562d16c06a94d9884a9fc323b52
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jul 2 19:09:39 2018 +0200

    travis: Install libxkbcommon-devel

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4eb2cad4d2a0cb95d4b8ca8f0e45cb9f2cad5ff7
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jul 2 18:51:04 2018 +0200

    build: Use libxkbcommon to resolve keysyms

 configure.ac          |   8 ++-
 docs/Makefile.am      |   1 +
 libskk/Makefile.am    |   3 +-
 libskk/key-event.vala | 144
 +++++++++++++++++++++++---------------------------
 libskk/nicola.vala    |   8 +--
 libskk/util.vala      |  66 +++++++++++++++++++++++
 libskk/xkbcommon.vapi |  18 +++++++
 7 files changed, 163 insertions(+), 85 deletions(-)

commit c15f2a2ea5a277d111be5551ecfd7c4a8e61ebf3
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Aug 20 06:59:55 2018 +0200

    state: Ignore unassigned keys in start and select states

    That would cause incompatible behavior when we switched to
    libxkbcommon to resolve keysyms:
    https://github.com/ueno/libskk/pull/54#issuecomment-404041744

 libskk/state.vala | 10 ++++++++++
 tests/basic.c     |  2 ++
 2 files changed, 12 insertions(+)

commit 09f32b8049e085fb13e4d7c73086d44985c6a8bb
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jul 2 17:09:32 2018 +0200

    build: Drop check for libvaladoc

    https://gitlab.gnome.org/GNOME/folks/commit/248da016ae25834f1745880c2278a428876cbebe

 configure.ac | 4 ----
 1 file changed, 4 deletions(-)

commit 809c8897531f5658bad90333a631de6c6a1c8d85
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Jun 26 06:29:55 2018 +0200

    Release 1.0.4

 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 57ecea81d673dd88649ce3ea02ee24f22afe1a59
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Sun Jan 28 01:51:11 2018 +0900

    Let key release events pass through except when editing dictionary

 libskk/context.vala | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 5371304d5c53d18a4c03d2ac5a34c8582f2e1d02
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Jun 26 06:11:16 2018 +0200

    rules: Add more z* rules from ddskk

 rules/default/rom-kana/default.json | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 63c02d2b0ec206db74fbd270bdb5a42c67acbdfd
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Jun 26 06:02:06 2018 +0200

    build: Update copyright year

 Makefile.am                  | 4 ++--
 NEWS                         | 4 ++--
 README                       | 4 ++--
 README.md                    | 4 ++--
 configure.ac                 | 4 ++--
 libskk/Makefile.am           | 4 ++--
 libskk/candidate-list.vala   | 4 ++--
 libskk/candidate.vala        | 4 ++--
 libskk/cdb-dict.vala         | 4 ++--
 libskk/context.vala          | 4 ++--
 libskk/dict.vala             | 4 ++--
 libskk/encoding.vala         | 4 ++--
 libskk/expr.vala             | 4 ++--
 libskk/file-dict.vala        | 4 ++--
 libskk/key-event-filter.vala | 4 ++--
 libskk/key-event.vala        | 4 ++--
 libskk/keymap.vala           | 4 ++--
 libskk/keysyms.vala          | 4 ++--
 libskk/map-file.vala         | 4 ++--
 libskk/nicola.vala           | 4 ++--
 libskk/rom-kana.vala         | 4 ++--
 libskk/rule.vala             | 4 ++--
 libskk/skkserv.vala          | 4 ++--
 libskk/state.vala            | 4 ++--
 libskk/user-dict.vala        | 4 ++--
 libskk/util.vala             | 4 ++--
 rules/Makefile.am            | 4 ++--
 rules/README.rules           | 4 ++--
 tests/Makefile.am            | 4 ++--
 tools/Makefile.am            | 4 ++--
 tools/fep.vala               | 4 ++--
 tools/skk.vala               | 4 ++--
 tools/skkfep.in              | 4 ++--
 33 files changed, 66 insertions(+), 66 deletions(-)

commit f3580f266ee786717c359c5656753a3b47137394
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 18:22:29 2018 +0200

    travis: Fix multiline scripts

 .travis.yml | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

commit 027714e5f73d9d902f01058e0f79e38d928e56a0
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 18:12:35 2018 +0200

    README.md: Link to github pages

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5408a4fb1d551c82f8dad0771ad17fb6c577654f
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 18:12:19 2018 +0200

    travis: More adjustment on deployment target

 .travis.yml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 38ad938cea5d488e096c7c3b514f6e9b70c2eaa4
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 17:53:12 2018 +0200

    travis: More adjustment on deployment target

 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 47b5b94273561a1084f4c25f25bb31bf8bd9b4bd
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 17:33:37 2018 +0200

    travis: More adjustment on deploy target

 .travis.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit 9d5bc51332117f6a58e9d42565551095fa842534
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 15:58:47 2018 +0200

    travis: More adjustment on deploy target

 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ceb302bf7fc7636982cdc5dd70c3c792a8952b48
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 15:50:28 2018 +0200

    travis: More adjustment on deploy target

 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c35e64d26295c03b59f75826423fb1f5171e9600
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 15:25:23 2018 +0200

    travis: Use unique directory for generated docs

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8f0f3a93c99581599b4c140640c9340b9e089c4d
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 14:55:06 2018 +0200

    travis: Fix syntax error in .travis.yml

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7198de1ea19bfde532d9aac16eb274ca67246356
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 14:49:32 2018 +0200

    travis: Only deploy docs when documentation is built

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 58155a68e372e7c41c08d07683d4c8409b128279
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Jun 18 11:46:09 2018 +0200

    travis: Deploy documentation to gh-pages

 .travis.yml | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

commit d5df1624942f97d39ca8f76102e56ee4d6a7302d
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Jan 23 15:04:18 2018 +0100

    build: Simplify tests/rules distribution

 tests/Makefile.am | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

commit 56f41233d38a49bb3aa225157859b2ac70836b84
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Tue Jan 23 18:16:58 2018 +0900

    Let punctuations half-width in hankaku-katakana mode

 libskk/rom-kana.vala | 5 ++++-
 tests/basic.c        | 4 ++++
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 41a7643bb5f61ab03a58176d3b2c5dce95b2a984
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Tue Jan 23 18:05:30 2018 +0900

    Auto-start henkan by hankaku katakana "wo", comma, and period

 libskk/state.vala | 3 ++-
 tests/basic.c     | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 88453ba7dd61b77e587a4af0f96ca76f5b063caa
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Tue Jan 23 15:46:47 2018 +0900

    Improve kana conversion table and add tests for hankaku-kana
    conversion

    Added small-ka, small-ke, and some symbols used frequently in
    Japanese.

 libskk/util.vala | 12 +++++++++++-
 tests/basic.c    |  4 ++++
 2 files changed, 15 insertions(+), 1 deletion(-)

commit 9ff1f892b561caeeafe23d39faeb2a7b8380b0e5
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Tue Jan 23 02:10:13 2018 +0900

    Add tests for `abort-to-latin*` commands

 tests/basic.c                                 | 47
 +++++++++++++++++++++++++++
 tests/rules/test-aborts/keymap/hiragana.json  | 11 +++++++
 tests/rules/test-aborts/metadata.json         |  4 +++
 tests/rules/test-aborts/rom-kana/default.json |  3 ++
 4 files changed, 65 insertions(+)

commit d7450ca686e91d740fc1d2a7f75ef6c35dbea865
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Tue Jan 23 00:21:03 2018 +0900

    Rename `*-passthrough` to `*-unhandled` and change variable name

      * Renamed `abort-to-latin-passthrough` command to
        `abort-to-latin-unhandled`
      * Renamed a variable `allow_passthrough` to `event_handled`.
        Note that they use inverse values to represent states,
        i.e. "event is handled" means "passthrough is *NOT* allowed",
        and vice versa.

    See <https://github.com/ueno/libskk/pull/48#discussion_r162960592>.

 libskk/state.vala  | 23 ++++++++++++-----------
 rules/README.rules |  2 +-
 2 files changed, 13 insertions(+), 12 deletions(-)

commit 127714ec8271e74794f5a137b314ada58a6ac52e
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Sun Jan 21 02:16:15 2018 +0900

    Add `abort-to-latin` and `abort-to-latin-passthrough` command

    This change and PR #47 (`Escape` keymap) enables us to use
    "vi-cooperative" keymap.

    `abort-to-latin` does "`abort`, then change to latin input mode".
    If the state changes on abort or mode change, key event is consumed.

    `abort-to-latin-passthrough` does "`abort`, then change to latin input
    mode, and let key event pass-through when no input string is
    discarded".

    "vi-cooperative" keymap will be achived by config such as the
    code below:

    ```json
    {
      "include": [
        "default"
      ],
      "define": {
        "keymap": {
          "Escape": "abort-to-latin-passthrough",
        }
      }
    }
    ```

    `abort-to-latin-passthrough` does not consume the key event even
    if the
    state changed.
    So, when the user type "C-j Esc" under the config above, application
    will receive "Esc" key event, in contrast to `abort-to-latin` command.

 libskk/state.vala  | 45 ++++++++++++++++++++++++++++++++++++---------
 rules/README.rules |  2 ++
 2 files changed, 38 insertions(+), 9 deletions(-)

commit 94e57ba4c2f7b079ad42b0f6a88c4f38fa0c561c
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Tue Jan 23 01:22:21 2018 +0900

    Add tests for typing rule inheritance

 tests/basic.c                                      | 39
 ++++++++++++++++++++++
 .../keymap/hiragana.json                           | 10 ++++++
 .../test-inherit-rule-for-dict-edit/metadata.json  |  4 +++
 .../rom-kana/default.json                          |  8 +++++
 4 files changed, 61 insertions(+)

commit 4345ae5627f241bfb97431aa612a68bf9665cb54
Author: YOSHIOKA Takuma <tashioka.256@gmail.com>
Date:   Tue Jan 23 00:04:09 2018 +0900

    Inherit typing rule for descendant states (used during dict edit)

 libskk/context.vala | 1 +
 1 file changed, 1 insertion(+)

commit afe959be545d92137377d5e78ef366540ad3bac9
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Dec 25 07:27:52 2017 +0100

    README.md: Remove mention about maintenance status

    I added it two years ago expecting someone stepping up as a
    maintainer.  Unfortunately that didn't work and even some stupid
    people abused it:
    https://wiki.debian.org/JapaneseEnvironment/IbusSupportforBuster

 README.md | 2 --
 1 file changed, 2 deletions(-)

commit a6ec508c40ce00a04fd001da0f662665d416986d
Author: Weng Xuetian <wengxt@gmail.com>
Date:   Mon Dec 18 17:24:51 2017 -0800

    Fix memory leak caused by hacking strv length.

    generated _vala_array_free relies length to free the data correctly.
    Change the value to -1 will affect the behavior of _vala_array_free.

 libskk/key-event.vala | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 57b1874124c8ea8bb29d74f6b17b08a1eb6f7cab
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 27 18:48:53 2017 +0100

    travis: Print test-suite.log after failure

 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

commit 16698c2162b1ac7366f07e3690d831feff2f504d
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 27 18:40:02 2017 +0100

    travis: Make ASan build work

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e3922ca4917a84543c38d4b4a93d012a9718bf17
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 27 18:05:27 2017 +0100

    travis: Only one build should collect coverage

 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c805af15ad071f5fc595d3edb771dc3ec7412993
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 27 17:54:48 2017 +0100

    travis: Supply necessary envvars to container for Coveralls

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 518b4168475a0286195fe5603016c17a1b286455
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 27 13:21:04 2017 +0100

    travis: Don't supply -t option to coveralls

    This shouldn't be necessary on Travis

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a18648ecfc63edf895fb0f6f6e356ebc933bc1dd
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 13 16:32:04 2017 +0100

    build: Assume glib >= 2.36

 configure.ac      | 2 +-
 tests/basic.c     | 1 -
 tests/cdb-dict.c  | 1 -
 tests/context.c   | 1 -
 tests/file-dict.c | 1 -
 tests/rom-kana.c  | 1 -
 tests/rule.c      | 1 -
 tests/skkserv.c   | 1 -
 tests/user-dict.c | 1 -
 9 files changed, 1 insertion(+), 9 deletions(-)

commit 6bbb96a52e58b618380adbc6ba3ce0e01fb5ff6a
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 13 16:31:22 2017 +0100

    build: Build test programs only on "make check"

 tests/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 36ddcbdd785e19a3f46a5e70bd117a5b744665e3
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Nov 13 16:31:07 2017 +0100

    build: Port autogen.sh away from gnome-common

 autogen.sh | 45 +++++++++++++++++++++++++++++----------------
 1 file changed, 29 insertions(+), 16 deletions(-)

commit baec905fc584bf94bbc3962d64a9bfc0082907a7
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 12:01:40 2017 +0100

    Release 1.0.3

 NEWS         | 15 ++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)

commit aa5ead9f9dd0d8197e801a8083523f1307969f8e
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 14:02:58 2017 +0100

    build: Use xz-compressed archive tarball

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c8a11d99e21c2f9d8ea1adc25e6ee2b2676f0464
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 14:21:16 2017 +0100

    build: Set DIST_SUBDIRS for maintainer-clean target

 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit 369fe1b183600fa0dd425f2502d9d5fb7ebdfdab
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 14:21:44 2017 +0100

    build: Use stamp files for documentation build

 docs/Makefile.am | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

commit 7bcf7484f43be3a525e0f6bab8147bc25d0a020f
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 14:03:18 2017 +0100

    build: Suppress warning with the latest Vala compiler

 libskk/encoding.vala  |  6 +++---
 libskk/key-event.vala |  4 ++--
 libskk/nicola.vala    |  2 +-
 libskk/rom-kana.vala  |  4 ++--
 libskk/rule.vala      |  2 +-
 libskk/state.vala     |  6 +++---
 libskk/util.vala      | 16 ++++++++--------
 7 files changed, 20 insertions(+), 20 deletions(-)

commit 75e11bbd33992c990a2dbc6d350463ecdb0fe778
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 11:34:31 2017 +0100

    build: Update copyright year

 Makefile.am                  | 4 ++--
 NEWS                         | 4 ++--
 README                       | 4 ++--
 README.md                    | 4 ++--
 configure.ac                 | 4 ++--
 libskk/Makefile.am           | 4 ++--
 libskk/candidate-list.vala   | 4 ++--
 libskk/candidate.vala        | 4 ++--
 libskk/cdb-dict.vala         | 4 ++--
 libskk/context.vala          | 4 ++--
 libskk/dict.vala             | 4 ++--
 libskk/encoding.vala         | 4 ++--
 libskk/expr.vala             | 4 ++--
 libskk/file-dict.vala        | 4 ++--
 libskk/key-event-filter.vala | 4 ++--
 libskk/key-event.vala        | 4 ++--
 libskk/keymap.vala           | 4 ++--
 libskk/keysyms.vala          | 4 ++--
 libskk/map-file.vala         | 4 ++--
 libskk/nicola.vala           | 4 ++--
 libskk/rom-kana.vala         | 4 ++--
 libskk/rule.vala             | 4 ++--
 libskk/skkserv.vala          | 4 ++--
 libskk/state.vala            | 4 ++--
 libskk/user-dict.vala        | 4 ++--
 libskk/util.vala             | 4 ++--
 rules/Makefile.am            | 4 ++--
 rules/README.rules           | 4 ++--
 tests/Makefile.am            | 4 ++--
 tools/Makefile.am            | 4 ++--
 tools/fep.vala               | 4 ++--
 tools/skk.vala               | 4 ++--
 tools/skkfep.in              | 4 ++--
 33 files changed, 66 insertions(+), 66 deletions(-)

commit 0fbd5d5bff3c13f1a24c970c6d06e22fa5e501c3
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 11:28:23 2017 +0100

    build: Ignore more files

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit 31757b2ec9ba058d5711b0205189f9dfc1c7194d
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 11:23:24 2017 +0100

    build: Use AM_CPPFLAGS instead of INCLUDES

 tests/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit e48a014800a33eb0faa51a4c62aaa8e4c8ca1026
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 11:14:27 2017 +0100

    build: Ship test data for sticky-shift

 tests/Makefile.am | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 8f26543fd6d4129cc3921a52b64491128576551e
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 11:08:30 2017 +0100

    build: Require valadoc-0.40

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 31f378084f52cb33e1042adf0033426c49597d5d
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 10 10:52:48 2017 +0100

    build: Migrate from intltool to gettext

 Makefile.am  | 12 ++++++++++
 configure.ac |  3 ++-
 po/Makevars  | 78
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 1 deletion(-)

commit fb7ba4f73484e7046bd1ea3be361019a8b0bbde0
Author: karubabu <karubabu8810@gmail.com>
Date:   Mon Nov 6 06:27:01 2017 +0900

    Add test for Pull request #41

 tests/basic.c | 3 +++
 1 file changed, 3 insertions(+)

commit 9f0180a09c02844948f66c0a63b58c29b755b7d0
Author: karubabu <karubabu8810@gmail.com>
Date:   Sat Oct 28 01:48:18 2017 +0900

    単語登録モード中にひらがな→'q'でカタカナに変換した場合、それまでに入力していた内容が消えてカタカナのみになってしまう現象の修正

 libskk/state.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5a20269b23da095f250b8fa6769551e9dae68d82
Author: karubabu <karubabu8810@gmail.com>
Date:   Sat Nov 4 04:44:56 2017 +0900

    Add test for Pull request #39

    preeditに"▽test"が残っているのは、変換せず確定した場合にcommit-unhandledを叩いた時の正常な動作です
    平仮名、片仮名や半角片仮名でも同じ動作になります

 tests/basic.c | 2 ++
 1 file changed, 2 insertions(+)

commit b09156b83fcf97708b295db458a9c548210829cf
Author: karubabu <karubabu8810@gmail.com>
Date:   Sat Oct 28 03:00:00 2017 +0900

    Add commit-unhandled command in AbbrevStateHandler

    abbrev状態のみcommitでしか確定できなかったため、commit-unhandledで確定できるよう追加しました

 libskk/state.vala | 5 +++++
 1 file changed, 5 insertions(+)

commit fb7162f697367f513a13ee19e6f1743c8cb90dce
Author: karubabu <karubabu8810@gmail.com>
Date:   Mon Oct 30 22:11:45 2017 +0900

    travisはFedoraのDocker imageを使用するようになる
    PRのコメント:
    https://github.com/ueno/libkkc/commit/e5adcf4523d4ba70c464ad4af572fcf0ad17d3d8
    を参考にして必要の無さそうなパッケージを削って作成しました
    この状態ではcoverallsがレポジトリを見つけられないため、オーナーによって
    ```
    gem install travis
    cd /srcdir
    travis encrypt COVERALLS_REPO_TOKEN="coveralls.io libskk_repo_token"
    --add
    ```
    する必要があると思っています

    私はBUILD_OPTS環境変数の意味を殆ど理解していないためこの部分を触っていません

 .travis.yml | 43 +++++++++++++++++++++++++++++++++----------
 1 file changed, 33 insertions(+), 10 deletions(-)

commit 7fffd6dfdcc36979bd2fcbbf42d89ac282c58a98
Author: karubabu <karubabu8810@gmail.com>
Date:   Sat Oct 28 15:38:58 2017 +0900

    travis-CIが通るように修正
    以下エラー文
    E: Package 'valac-0.24' has no installation candidate
    The command "if [ "$VALAC" = "valac-0.24" ]; then sudo
    add-apt-repository -y ppa:vala-team && sudo apt-get update -qq && sudo
    apt-get install -qq autotools-dev gnome-common gobject-introspection
    intltool libgtk-3-dev libgee-0.8-dev libgirepository1.0-dev
    libjson-glib-dev "$VALAC"; fi" failed and exited with 100 during .

    バージョン情報が無いのは問題かもしれない

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6a232e75de6d5dbe543ab17c9b85dc7560093509
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Jun 10 16:21:46 2016 +0900

    nicola: Fix okuri-nasi conversion

    Reported by Yukiharu YABUKI in:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825936

 libskk/state.vala | 2 +-
 tests/rule.c      | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit be6e20bf307173aa002b1232ac4966c41fa764b8
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Apr 13 12:07:33 2015 +0900

    Fix typo

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7219ccea3bbcd7b6c8595c3463843159f806f5f
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Apr 13 11:55:57 2015 +0900

    Add notice about maintenance status

 README.md | 2 ++
 1 file changed, 2 insertions(+)

commit 6ab3f999db6963e629f948129501fafc8ff0de1a
Merge: 6b0fbfd 6ff2cf5
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon Feb 9 19:24:25 2015 +0900

    Merge pull request #37 from ohac/wip/kzik

    fix KZIK

commit 6ff2cf5f9b7320842e9f29470705ecffc3143d4e
Author: OHASHI Hideya <ohachige@gmail.com>
Date:   Mon Feb 9 18:47:54 2015 +0900

    Inherit default/{latin,wide-latin} (KZIK)

 rules/kzik/keymap/latin.json      | 3 ++-
 rules/kzik/keymap/wide-latin.json | 3 ++-
 tests/rule.c                      | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

commit d2c6014ca1eb7298d54317cc31f061f4aab4a48f
Author: OHASHI Hideya <ohachige@gmail.com>
Date:   Mon Feb 9 17:38:52 2015 +0900

    rules: inherit KZIK keymap from the default keymap

 rules/Makefile.am                |  1 +
 rules/kzik/keymap/common.json    |  7 +++++++
 rules/kzik/keymap/default.json   | 10 +++-------
 rules/kzik/keymap/hiragana.json  |  7 +++++--
 rules/kzik/keymap/katakana.json  |  7 +++++--
 rules/kzik/rom-kana/default.json |  1 +
 tests/rule.c                     |  3 +++
 7 files changed, 25 insertions(+), 11 deletions(-)

commit 6b0fbfdfa138037f7466f49428326f223dbc4469
Merge: 2ecb72d a322246
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sun Feb 8 21:41:24 2015 +0900

    Merge pull request #36 from duloxetine/development

    辞書変換を2回しているのを1回にした。数値が入っているものは従来通り2回呼ぶ。

commit a3222468a74f275502f33430488566556c111a39
Author: Watanabe Keiichi <keiichi@keiblo.com>
Date:   Sun Feb 8 18:48:14 2015 +0900

    辞書変換を2回しているのを1回にした。数値が入っているものは従来通り2回呼ぶ。

 libskk/state.vala | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 2ecb72dc9680fa760b18859dfd5553e59c141b25
Merge: 627bd6f 4464426
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Feb 3 16:04:08 2015 +0900

    Merge pull request #34 from naokiri/issues/33-okuri-ari-recursive-edit

    Issue #33. Fix initial state of okuri ari recursive edit.

commit 4464426a1cebeefef84250fd82de79b5a12b3fbd
Author: Naoaki Iwakiri <naokiri@gmail.com>
Date:   Tue Feb 3 15:45:52 2015 +0900

    Add test for Issue #33

 tests/basic.c | 2 ++
 1 file changed, 2 insertions(+)

commit 0ac62fc064eea7a5dc8158dacf125859e847d221
Author: Naoaki Iwakiri <naokiri@gmail.com>
Date:   Tue Feb 3 00:51:17 2015 +0900

    Issue #33. Fix initial state of okuri ari recursive edit.

 libskk/context.vala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 627bd6f3e0204da7dd6748e73e348d7358740149
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sat Nov 15 16:59:00 2014 +0900

    expr: Sync with libkkc/expression.vala

 libskk/expr.vala | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

commit 49731cb01e2da2d6d285ee2decc167f8382cb03c
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sat Nov 15 16:51:18 2014 +0900

    travis: Exclude tools directory from coverage analysis

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f828d354e110eccae0dbfd25917ae2fb3b865c9c
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sat Nov 15 13:05:26 2014 +0900

    Don't error out if a map file is loaded twice

 libskk/map-file.vala | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit c4c4a012e86c6b0d3732696ce79e2f97cdb313ca
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sat Nov 15 13:05:11 2014 +0900

    Remove INSTALL file from git

 INSTALL | 365
 ----------------------------------------------------------------
 1 file changed, 365 deletions(-)

commit 8edd0a999f9a85e804e292ae14252bd8aad74d45
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sat Nov 15 09:33:44 2014 +0900

    Update copyright year

 Makefile.am                  | 4 ++--
 NEWS                         | 4 ++--
 README                       | 4 ++--
 README.md                    | 6 +++---
 configure.ac                 | 4 ++--
 libskk/Makefile.am           | 4 ++--
 libskk/candidate-list.vala   | 4 ++--
 libskk/candidate.vala        | 4 ++--
 libskk/cdb-dict.vala         | 4 ++--
 libskk/context.vala          | 4 ++--
 libskk/dict.vala             | 4 ++--
 libskk/encoding.vala         | 4 ++--
 libskk/expr.vala             | 4 ++--
 libskk/file-dict.vala        | 4 ++--
 libskk/key-event-filter.vala | 4 ++--
 libskk/key-event.vala        | 4 ++--
 libskk/keymap.vala           | 4 ++--
 libskk/keysyms.vala          | 4 ++--
 libskk/map-file.vala         | 4 ++--
 libskk/nicola.vala           | 4 ++--
 libskk/rom-kana.vala         | 4 ++--
 libskk/rule.vala             | 4 ++--
 libskk/skkserv.vala          | 4 ++--
 libskk/state.vala            | 4 ++--
 libskk/user-dict.vala        | 4 ++--
 libskk/util.vala             | 4 ++--
 rules/Makefile.am            | 4 ++--
 rules/README.rules           | 4 ++--
 tests/Makefile.am            | 4 ++--
 tools/Makefile.am            | 4 ++--
 tools/fep.vala               | 4 ++--
 tools/skk.vala               | 4 ++--
 tools/skkfep.in              | 4 ++--
 33 files changed, 67 insertions(+), 67 deletions(-)

commit ed598bbb87a37e78d55069f611f5f3b972c1ced4
Merge: 1d0f6e0 a6c49e2
Author: Daiki Ueno <ueno@gnu.org>
Date:   Fri Nov 14 09:42:35 2014 +0900

    Merge pull request #32 from tomykaira/sticky-shift

    Add command for sticky-shift

commit 1d0f6e0b7e10a0224ea1cc1cf936b8183ffa0e97
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 18:06:00 2014 +0900

    Cosmetic improvements to README.md

 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e29dd0799f4fedaed63e45c739319e8d2c6e196f
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 18:03:55 2014 +0900

    Add coverage status badge

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d0381b530cadf236332e234a2c55c125bd72a9c1
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 18:00:01 2014 +0900

    travis: Run coveralls

 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 1a3f6be3b4f2555b8bb3ff412e1d68123c8a26ee
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 17:53:57 2014 +0900

    Reformat README in markdown

 README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

commit 0ad79dc93b403fbaecbb531e36634f023e406ef8
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 17:40:12 2014 +0900

    travis: Pull valac-XX instead of vala-XX

 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5b48d38a2e48487c69c1a503e8b35498c77f1bbb
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 17:37:27 2014 +0900

    travis: Pull gnome-common package

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4e0bdaed614ed1ca9552b187a1321dabcb82ea6b
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 17:34:58 2014 +0900

    travis: Add missing 'fi' to the install script

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

commit d130ce8896ca0256a8d1f8a07beac7cddd529ece
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 13 17:26:09 2014 +0900

    Add .travis.yml

 .travis.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit a6c49e2dfa5a4bc98429bc799f53fd957a5f7036
Author: tomykaira <tomykaira@gmail.com>
Date:   Thu Nov 6 13:19:57 2014 +0900

    Add to command reference

 rules/README.rules | 1 +
 1 file changed, 1 insertion(+)

commit 9a0d39d28b1c17b81d9dfa1febe9a17d7faf17a2
Author: tomykaira <tomykaira@gmail.com>
Date:   Thu Nov 6 12:35:10 2014 +0900

    start-preedit-no-delete for sticky-shift

 libskk/state.vala                             |  6 +++++-
 tests/Makefile.am                             |  2 +-
 tests/basic.c                                 | 28
 +++++++++++++++++++++++++++
 tests/rules/test-sticky/keymap/hiragana.json  | 10 ++++++++++
 tests/rules/test-sticky/metadata.json         |  4 ++++
 tests/rules/test-sticky/rom-kana/default.json |  3 +++
 6 files changed, 51 insertions(+), 2 deletions(-)

commit 37abd178d959d1096fe8918db6d81996e8bf6972
Merge: 8da19fe e8b3537
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Nov 6 07:11:00 2014 +0900

    Merge pull request #31 from tomykaira/usability_fix

    Show correct error for no default metadata

commit e8b353777895a0ded30c30997c0ffa5c49c746bb
Author: tomykaira <tomykaira@gmail.com>
Date:   Thu Nov 6 01:43:08 2014 +0900

    Show correct error for no default metadata

    The user sees segfault without handling.
    This marely happens, but it is hard to find the cause once happens.

 libskk/rom-kana.vala | 6 +++++-
 libskk/rule.vala     | 3 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 8da19fe6a1bc30623a1c75d4c5e44018dadce83b
Merge: 72cb377 e449276
Author: Daiki Ueno <ueno@gnu.org>
Date:   Sun Nov 2 21:48:11 2014 +0900

    Merge pull request #30 from tomykaira/C-j_in_azik_latin

    Bind C-j to go back to hiragana in Azik latin

commit e44927619cb43c7d48a0ad253f0e2b763e6bf9c5
Author: tomykaira <tomykaira@gmail.com>
Date:   Sun Nov 2 20:39:24 2014 +0900

    Inherit default/{latin,wide-latin}

 rules/azik/keymap/latin.json      | 10 +++-------
 rules/azik/keymap/wide-latin.json | 10 +++-------
 2 files changed, 6 insertions(+), 14 deletions(-)

commit de523dd692da3b543eba69a861b10c567431eb99
Author: tomykaira <tomykaira@gmail.com>
Date:   Sun Nov 2 17:10:01 2014 +0900

    Bind C-j to go back to hiragana in Azik latin

 rules/azik/keymap/latin.json      | 7 ++++++-
 rules/azik/keymap/wide-latin.json | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 72cb3774036cde06e97691e32e49996f961681ea
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Sep 9 10:59:18 2014 +0900

    Bump version to 1.0.2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7e815cbad72af134df64438a573e7c1e398b81e6
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Sep 9 10:58:05 2014 +0900

    Add news entries for 1.0.2

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 6213733f1291750520c9886f9abef36725a2d644
Author: Daiki Ueno <ueno@gnu.org>
Date:   Tue Sep 9 11:07:23 2014 +0900

    Fix left over libgee 0.8 migration

 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 024a258817ac98d28375ae4c7b4839b346919ce4
Author: Daiki Ueno <ueno@gnu.org>
Date:   Wed Aug 13 12:23:41 2014 +0900

    Port to libgee 0.8

    https://github.com/ueno/libskk/issues/29

 configure.ac          |  4 +--
 libskk/Makefile.am    |  2 +-
 libskk/context.vala   |  2 +-
 libskk/expr.vala      |  2 +-
 libskk/keymap.vala    | 20 +++++++--------
 libskk/libskk.pc.in   |  2 +-
 libskk/nicola.vala    |  4 +--
 libskk/skk-1.0.deps   |  2 +-
 libskk/state.vala     | 10 ++++----
 libskk/user-dict.vala | 69
 ++++++++++++++++++++++-----------------------------
 10 files changed, 53 insertions(+), 64 deletions(-)

commit 54f9854197c2b6768bc84f7a38b7ee8b06cb3fec
Merge: bf96bfd cfc7014
Author: Daiki Ueno <ueno@gnu.org>
Date:   Thu Jul 17 15:37:03 2014 +0900

    Merge pull request #28 from NigoroJr/act09

    Add missing rules for ACT09

commit cfc7014c76d356eae82198736aa940bf5369c3c9
Author: Naoki Mizuno <nm2372@gmail.com>
Date:   Thu Jul 17 00:59:24 2014 -0400

    Add missing rules

 rules/act09/rom-kana/default.json | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit bf96bfd7c3dd5f4c4782b79fc753ece3e3e8f848
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon May 19 13:02:37 2014 +0900

    rules: Include act09 files in the distribution

 rules/Makefile.am | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 20fe510f8989a44ba7d45aac7ace2cb1291a24fb
Merge: 28f57ee eb67f63
Author: Daiki Ueno <ueno@gnu.org>
Date:   Mon May 19 12:55:28 2014 +0900

    Merge pull request #27 from NigoroJr/act09

    Add ACT09 rules

commit eb67f63bf392847d1d4cb90fe6f2d51155ac2d43
Author: Naoki Mizuno <nm2372@gmail.com>
Date:   Sun May 18 10:30:40 2014 -0400

    Fix missing comma at the end of line

 rules/act09/rom-kana/default.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 21a04e5ddd961fbe7608c2e91fd0361a9ef70377
Author: Naoki Mizuno <nm2372@gmail.com>
Date:   Fri May 16 14:15:23 2014 -0400

    Add ACT09 rules

 rules/act09/keymap/default.json          |   5 +
 rules/act09/keymap/hankaku-katakana.json |  10 +
 rules/act09/keymap/hiragana.json         |  10 +
 rules/act09/keymap/katakana.json         |  10 +
 rules/act09/keymap/latin.json            |   5 +
 rules/act09/keymap/wide-latin.json       |   5 +
 rules/act09/metadata.json                |   4 +
 rules/act09/rom-kana/default.json        | 850
 +++++++++++++++++++++++++++++++
 8 files changed, 899 insertions(+)

commit 28f57ee15fd0f0d8305349b585d61399f390d04d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Mar 6 18:39:36 2014 +0900

    Update translations

 po/ja.po | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

commit f0d13a704e1e3fa869981efc4c11128ea0f35413
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Mar 6 18:38:00 2014 +0900

    Fix the last change

 libskk/key-event.vala | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 9df01ec4f279ce648ac9258eb3109611de467fb9
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 3 19:01:31 2014 +0900

    Add workaround for valac 0.24

 libskk/key-event.vala | 3 +++
 1 file changed, 3 insertions(+)

commit d3a7c8810699fadbc452b2c2061d005a970912dc
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 27 14:09:30 2014 +0900

    Consume key event for "commit" in start-conversion state (Issue#26)

    Thanks Weng Xuetian for suggestion.

 libskk/state.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 48d5cc478200bb354bff879aff34ed174f8874b5
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jul 22 13:18:40 2013 +0900

    Remove statistical conversion code

 README               |   3 -
 libskk/Makefile.am   |   1 -
 libskk/kana-kan.vala | 212
 ---------------------------------------------------
 tests/Makefile.am    |   5 +-
 tests/kana-kan.c     |  42 ----------
 5 files changed, 1 insertion(+), 262 deletions(-)

commit 5d20a3f6a0d2a995076d4b43574c115b25c8f6e0
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jul 9 12:50:49 2013 +0900

    Mark Skk.ModifierType as bitmask

 libskk/key-event.vala | 1 +
 1 file changed, 1 insertion(+)

commit ff3949c15afe86066e6d0591d53fcf29c1c2d144
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jun 19 12:50:30 2013 +0900

    Handle C-j in abbrev mode (Issue#24)

 libskk/state.vala | 5 +++++
 tests/basic.c     | 2 ++
 2 files changed, 7 insertions(+)

commit 1c0c757ca6e26565871f0cd26422adc132492ab7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue May 28 16:43:29 2013 +0900

    Define LOG_COMPILER to support Automake 1.13

 autogen.sh        | 4 ++--
 configure.ac      | 2 +-
 tests/Makefile.am | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 616a1b12836e993175a431531e8ac68e95f22a66
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Apr 1 19:05:00 2013 +0900

    Bump version to 1.0.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 68e15c69a1a56370758506b2c1d404f79683a4ed
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Apr 1 19:04:48 2013 +0900

    Add NEWS entries for 1.0.1

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 4175f64067205ecb1dca3639d441f675496fba10
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 14 16:26:33 2013 +0900

    Fix boundary of binary search on file dict.

 libskk/file-dict.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 773f70d6e96ae5ad0c80685a1c8248049e8cb8f1
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 14 16:24:04 2013 +0900

    Fix ASCII range check.

 libskk/state.vala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit dfaf800b05ee7198cffc44b0382d97d16d90d778
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 14 16:23:18 2013 +0900

    Removed unused midasi history code.

 libskk/user-dict.vala | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

commit 231418d65e1a3865077dcb3531560ffa7cc22766
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Nov 17 08:59:34 2012 +0900

    Fix cancellng dict edit for okuri-ari conversion (Issue#23)

    Cancel okuri-ari conversion only if there is no candidate.

 libskk/context.vala | 3 ++-
 tests/basic.c       | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 54e20fb1180279ca463214b2e51ee64a7246d8ff
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 5 15:32:49 2012 +0900

    Allow clients to populate lookup table before setting cursor pos

    Fixes ibus-skk Issue#51.

 libskk/candidate-list.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 80a8545b2edceb4a990578e368b3e4ed188ceccc
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Oct 15 17:31:45 2012 +0900

    rules: inherit AZIK keymap from the default keymap (Issue#22)

 rules/Makefile.am               |  1 +
 rules/azik/keymap/common.json   |  7 +++++++
 rules/azik/keymap/default.json  | 10 +++-------
 rules/azik/keymap/hiragana.json |  7 +++++--
 rules/azik/keymap/katakana.json |  7 +++++--
 tests/rule.c                    |  3 +++
 6 files changed, 24 insertions(+), 11 deletions(-)

commit 83b62271854c245ae509115bf195fb9261c895cd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Sep 18 14:51:28 2012 +0900

    Don't use type-punning when converting bytes to uint32 (Issue#20).

    Also fix a couple of compiler warnings.

 libskk/cdb-dict.vala | 2 +-
 libskk/expr.vala     | 2 +-
 libskk/state.vala    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 6db04294fdbc682dff3f6acb3754ac5bdd530713
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Sep 18 12:52:50 2012 +0900

    Don't use integer type arg of generic structs (Issue#20).

    There are missing cast in generated code from inline array
    constant of generic structs:
    https://bugzilla.gnome.org/show_bug.cgi?id=684262

 libskk/key-event.vala | 16 ++++++++++++++--
 libskk/rule.vala      |  9 ++++++++-
 libskk/state.vala     | 11 +++++++++--
 libskk/util.vala      | 12 ++++++------
 4 files changed, 37 insertions(+), 11 deletions(-)

commit bc48ed9625e8a1c56d3552e7fa6d9a1481636632
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Sep 3 14:43:34 2012 +0900

    Fix typo.

 libskk/context.vala  | 2 +-
 libskk/rom-kana.vala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 112257a2879abe51d2fb298426d82f5a915e9f3c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Aug 27 11:35:35 2012 +0900

    Bump version to 1.0.0.

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 3f84867ded4288e0ab16ae0cee73d638ac419cca
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Aug 25 11:12:34 2012 +0900

    user-dict: create parent directory if not exist (Debian bug#685745).

 libskk/user-dict.vala | 2 ++
 1 file changed, 2 insertions(+)

commit 0b362f579897667db92ac6d3a3dea55f7c3cd787
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Aug 23 17:49:38 2012 +0900

    context: clear output and preedit on reset

 libskk/context.vala | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 69a57ce83218344a6d067c38e080d744c0fd6ba7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jul 31 14:17:18 2012 +0900

    Include common.h from context test (Issue#19).

 tests/context.c | 1 +
 1 file changed, 1 insertion(+)

commit e335c01e02eabe803730a02ec95fcfcf9690c040
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jul 2 10:54:45 2012 +0900

    Bump version to 0.0.13.

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit ae6f19be24ded108da62b946e75cb86ee09d3533
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jul 2 11:06:55 2012 +0900

    Fix valadoc errors.

 docs/Makefile.am           | 1 +
 libskk/candidate-list.vala | 2 +-
 libskk/context.vala        | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit a95245abe22eda52255daf3925d587907ca6f925
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jun 15 12:06:00 2012 +0900

    libskk: avoid unwanted ulong -> uint cast

 libskk/rule.vala | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit cf65fb2a67bb8b5916d349870d23f542cd9758c4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jun 12 11:49:05 2012 +0900

    Update required Vala version to 0.14.0 (Issue#17).

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 49855a94c2ab7044569780d58a064ce571e25e9d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed May 30 11:45:55 2012 +0900

    kana-kan: fix edge score computation

 libskk/kana-kan.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 653c13fe954cfa8271d26b9f0978884eaf22a7b4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue May 29 18:36:18 2012 +0900

    Fix kana-kan test.

 tests/kana-kan.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit fbbea6190782da447caddc903cbc31a0d8676f38
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri May 25 11:19:43 2012 +0900

    cdb: make sure that integer does not stride across 4-byte alignments

    Fixes Debian bug#674471.

 libskk/cdb-dict.vala | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 8930d2b8da0c421058aea245cde10057e08a0529
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Apr 16 16:09:55 2012 +0900

    Update README.

 README | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit bdbf9319ec8720fb128cb0c5c97aaa65268473d2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Apr 16 16:07:37 2012 +0900

    Make some map files optional.

 libskk/map-file.vala | 32 ++++++++++++++++----------------
 libskk/rom-kana.vala |  2 +-
 libskk/rule.vala     | 41 +++++++++++++++++++++++++++++++++--------
 3 files changed, 50 insertions(+), 25 deletions(-)

commit 73e79b9443d1c46f5d089f378c1d52d8bfb9909f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Mar 29 10:40:05 2012 +0900

    Bump version to 0.0.12.

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f401f8e51eb2b4faf76ecacf85d79379600eb60c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Mar 27 11:20:01 2012 +0900

    Adjust coding style of tools/skk.vala to tools/fep.vala's.

 tools/skk.vala | 287
 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 140 insertions(+), 147 deletions(-)

commit 76232a578db88158b3c9241f0d470dc7d9d6824f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Mar 27 11:05:36 2012 +0900

    Add 0.0.12 changes to NEWS.

 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit f3fd13caf201c90cbd4d9aafc1e838cce5234136
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 17:00:29 2012 +0900

    Update act and kzik rules.

    Also add missing rules/azik/keymap/default.json to git.

 rules/Makefile.am                       |  2 ++
 rules/act/keymap/hankaku-katakana.json  |  7 ++++++-
 rules/act/keymap/hiragana.json          |  7 ++++++-
 rules/act/keymap/katakana.json          |  7 ++++++-
 rules/azik/keymap/default.json          | 10 ++++++++++
 rules/azik/keymap/hankaku-katakana.json |  7 ++++++-
 rules/kzik/keymap/default.json          | 10 ++++++++++
 rules/kzik/keymap/hankaku-katakana.json |  9 +++++++--
 rules/kzik/keymap/hiragana.json         |  9 +++++++--
 rules/kzik/keymap/katakana.json         |  9 +++++++--
 10 files changed, 67 insertions(+), 10 deletions(-)

commit 90cce303bb385cc03680712e38a94cab9a74c3f0
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 16:55:23 2012 +0900

    Check if input characters are valid in the rom-kana trie.

 libskk/rom-kana.vala | 8 ++++++++
 libskk/state.vala    | 9 +++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 2a3e85c5dc25ee9db4d41f3ef2ddae848e6857a8
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 16:31:48 2012 +0900

    Port --preedit-style option from ibus-fep.

 configure.ac         |   2 +-
 tools/Makefile.am    |  29 ++-
 tools/fep.vala       | 644
 ++++++++++++++++++++++++++++-----------------------
 tools/fep.wrapper.in |  27 ---
 tools/skkfep.in      |  12 +-
 5 files changed, 381 insertions(+), 333 deletions(-)

commit d875311388320083f839d2d1f07574bb42da0187
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 11:58:25 2012 +0900

    Simplify the previous commit.

 libskk/state.vala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit f85ae8c73cedc83f4a2d31e5b4681fcfafdaa3fb
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 11:33:38 2012 +0900

    Add new command "upper-?" to define case table (Issue#16).

    * Define "[" as hiragana/katakana trigger in AZIK.
    * Define ":" as a upper case letter of ";".

 libskk/state.vala                       | 32
 ++++++++++++++++++++++++--------
 rules/README.rules                      |  1 +
 rules/azik/keymap/hankaku-katakana.json |  2 +-
 rules/azik/keymap/hiragana.json         |  9 +++++++--
 rules/azik/keymap/katakana.json         |  9 +++++++--
 rules/azik/keymap/latin.json            |  2 +-
 rules/azik/keymap/wide-latin.json       |  2 +-
 tests/rule.c                            |  1 +
 8 files changed, 43 insertions(+), 15 deletions(-)

commit 51b8d344c0cdcdc3c41715c26c66ac527925a97a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Mar 23 16:21:48 2012 +0900

    rom-kana: fix non-terminal node check (Issue#16)

 libskk/rom-kana.vala |  2 +-
 tests/rule.c         | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)

commit 1fba8a5e3885bb21d9c2834411fdbefcd1ff9684
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Mar 13 18:09:41 2012 +0900

    Fix an issue number in the basic test.

 tests/basic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f1a82c50ceee59ec4a89b35035c4be4629b4da47
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Mar 13 18:03:31 2012 +0900

    Flush "nn" before input mode change (Issue#15).

 libskk/state.vala | 1 +
 tests/basic.c     | 4 ++++
 2 files changed, 5 insertions(+)

commit 822b94c924596acb6bff20ca1d5c7cdf4a8b3b2a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Mar 6 15:23:23 2012 +0900

    Flush "nn" first if okuri-kana is "N [AIUEO]".

 libskk/rom-kana.vala | 5 +++--
 libskk/state.vala    | 3 +++
 tests/basic.c        | 3 ---
 3 files changed, 6 insertions(+), 5 deletions(-)

commit 2c7c1a8d74c71a585526c802791245493dc1f4cd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Mar 6 14:26:26 2012 +0900

    Fix build with vala 0.15.

 libskk/cdb-dict.vala  |  7 ++++++-
 libskk/file-dict.vala |  7 ++++++-
 libskk/user-dict.vala | 15 ++++++++++++++-
 3 files changed, 26 insertions(+), 3 deletions(-)

commit 3c74ee1f481766606f3f663fa27c89b41dc5b7d4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 5 12:42:11 2012 +0900

    Simplify basic tests with fixtures.

 tests/basic.c  | 323
 +++++++++++++++++++++++++--------------------------------
 tests/common.c |   7 +-
 tests/common.h |  11 +-
 tests/rule.c   |  38 +++----
 4 files changed, 169 insertions(+), 210 deletions(-)

commit 9663f16e124211b0b396565eeee31eb608fe42c6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 5 11:58:44 2012 +0900

    Fix example in README.

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5bffd1f424a1141a8f1f8bc6e83b00f43dfedfbf
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 5 11:56:50 2012 +0900

    Mark ibus-skk issue as "ibus-skk Issue#XX".

 libskk/skkserv.vala |  2 +-
 tests/basic.c       | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit c48248720897cc51029564c2d8307f7783021ec8
Author: TAKAHASHI Tamotsu <ttakah+github@gmail.com>
Date:   Sun Mar 4 15:26:49 2012 +0900

    Try to fix issue #12. (untested)
    Util.get_okurigana_prefix assumes its argument is hiragana.
    So we have to Util.get_hiragana it before giving it to
    get_okurigana_prefix.

 libskk/state.vala | 3 ++-
 tests/basic.c     | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit eb984855db93a4b9c43f14fc249728efbdf2c6f0
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Feb 11 20:49:39 2012 +0900

    Bump version to 0.0.11.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ee26f76c11840350167eb04e8ea95a7e2bc08323
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Feb 11 20:48:02 2012 +0900

    Add doc comment for Skk.KeyEvent.from_x_keysym.

 libskk/key-event.vala | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 956fb0ece9e625849c480c6d5b89d5654a0fa3fe
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Feb 11 20:19:55 2012 +0900

    Add entries for 0.0.11.

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit 2bd5bb917bc506366f746dc4e7b73587ee266294
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Feb 11 20:16:41 2012 +0900

    Fix automake usage.

 Makefile.am       | 3 ++-
 tools/Makefile.am | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 39f42f36c2f0f1309e8b073d30b9ecb26e240a07
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Feb 11 20:15:15 2012 +0900

    fep: highlight current candidate.

 tools/fep.vala | 33 +++++++++++++++++++++++----------
 1 file changed, 23 insertions(+), 10 deletions(-)

commit 9f52f3c2f4ff6220b75206003c26737dc7bca2d2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Feb 11 15:28:34 2012 +0900

    Include m4/vala.m4 from vala.

 Makefile.am |  2 +-
 m4/vala.m4  | 70
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+), 1 deletion(-)

commit 133f680f3d51dcfa05032ce1e99e12a8b926764c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 8 17:48:13 2012 +0900

    fep: show candidates at the status line.

 tools/fep.vala | 113
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 108 insertions(+), 5 deletions(-)

commit c32cefff3a672da51a8702c097b4e42fa537e637
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Feb 7 16:22:05 2012 +0900

    Use Fep.GClient.send_text instead of send_data.

 tools/fep.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 086479d8673de8b87245ff2cfcfbe50e62905587
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Feb 7 12:28:50 2012 +0900

    Use IOChannel.add_watch instead of using Posix.poll directly.

 tools/fep.vala | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

commit e47dc2f4986107ac2137a1950b466790c35e3f33
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Feb 7 11:20:02 2012 +0900

    Follow libfep API change.

 tools/fep.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 941dfe5cf3234ab4d5b5c7cc1076feae4237d9e7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Feb 6 18:41:27 2012 +0900

    Supply the rest of command args to fep.wrapper.

 tools/fep.wrapper.in | 23 ++++++++++++++++++++++-
 tools/skkfep.in      | 17 ++++++++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)

commit e9cec058777b28ac30400ec59a111f3084592d5d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Feb 6 16:38:27 2012 +0900

    Follow the libfep API change.

 tools/fep.vala | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit e91c25b6e4fa79812355ddcbd96256137ed935b2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Feb 6 12:59:49 2012 +0900

    Add shift_jis-2004 to SHIFT_JISX0213 mapping.

 libskk/encoding.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 01a446f6766cce0810241ffdd550fd81cf5c74af
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Feb 5 21:21:38 2012 +0900

    Fix the last commit.

 libskk/candidate-list.vala | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 80e40bcf573ba4a13dfd6c13ca0bcb5591f2c308
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Feb 5 10:56:07 2012 +0900

    Make sure to emit signals on CandidateList#clear (ibus-skk Issue#47).

 libskk/candidate-list.vala | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit c0b099c162a8e7c695585cbf5fe0730a2c2509e3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 3 17:10:47 2012 +0900

    Bump version to 0.0.10.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4f9398cb3d6fc7ec69702f679ea28ec7894e0974
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 3 17:10:28 2012 +0900

    Add news entry for skkfep.

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3a9f77df08d0e40a2f7a2cd2877499512ebcb2a2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 3 17:10:00 2012 +0900

    Remove "[DictEdit]" translation from po.

 po/ja.po | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

commit f4a301f0599e074252d44897a05b88caad6c62a3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 3 17:02:30 2012 +0900

    Fix build with --disable-fep; add an entry about skkfep in NEWS.

 NEWS                                        |   2 +
 po/POTFILES.in                              |   4 +-
 po/POTFILES.skip                            |   3 +-
 tools/Makefile.am                           |  35 +++++---
 tools/fep.vala                              | 132
 +++++++++++++++++++++++++++-
 tools/{skkfep.wrapper.in => fep.wrapper.in} |   4 +-
 tools/{tool.vala => skk.vala}               |  17 +---
 tools/skkfep.in                             |   4 +-
 8 files changed, 170 insertions(+), 31 deletions(-)

commit 62b102033c79d7c50318e640eddcba132ab29fb6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 30 19:07:12 2012 +0900

    Support libfep.

    To compile with libfep, pass --enable-fep to configure.  It will
    install a new program called skkfep for testing.

 configure.ac            |  11 +++++
 tools/Makefile.am       |  28 ++++++++++++-
 tools/fep.vala          | 105
 ++++++++++++++++++++++++++++++++++++++++++++++++
 tools/skkfep.1          |  16 ++++++++
 tools/skkfep.in         |   6 +++
 tools/skkfep.wrapper.in |   4 ++
 tools/tool.vala         |  31 +++++++++++++-
 7 files changed, 197 insertions(+), 4 deletions(-)

commit 7135e430344fd9b43e3056b39bef3d09d4a6a19a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 3 10:53:54 2012 +0900

    Clear rom kana converter when switching from None -> Start (Issue#11).

    Also don't prepend output to preedit when state is top level.

 libskk/context.vala | 19 +++++++++----------
 libskk/state.vala   |  3 +++
 tests/basic.c       |  6 +++++-
 3 files changed, 17 insertions(+), 11 deletions(-)

commit 5a7515eb46ba0ceb17e9dc75005af93a6c0ad9ba
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 1 16:53:31 2012 +0900

    Add NEWS entries for 0.0.10.

 NEWS | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 6509e3d05190e69561f0eb8729da3ae0e0884c72
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 1 16:51:24 2012 +0900

    Port Skk.KeyEvent.from_x_keysym from ibus-skk.

 libskk/Makefile.am    |    1 +
 libskk/context.vala   |   10 +-
 libskk/key-event.vala |   55 +-
 libskk/keymap.vala    |   17 +-
 libskk/keysyms.vala   | 2106
 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 2184 insertions(+), 5 deletions(-)

commit caf894e1c284a80fc9ff006838685d869ff9ecb3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 31 18:51:12 2012 +0900

    Re-enable /libskk/abort test case which was mistakenly disabled.

 tests/basic.c | 2 --
 1 file changed, 2 deletions(-)

commit 27de85be755ec34925337877d16b857b08e00d51
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 31 18:48:19 2012 +0900

    Work around euc-jis-2004 coding cookie.

 libskk/encoding.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5b30bd73e1031a28861cd204a0c144161d6ed9df
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 31 18:47:41 2012 +0900

    Change preedit format for dict edit mode.

 libskk/context.vala | 38 +++++++++++++++++++++++---------------
 tests/basic.c       | 32 +++++++++++++++++---------------
 tests/context.c     |  2 +-
 3 files changed, 41 insertions(+), 31 deletions(-)

commit 6a0389b757218376278ab746d48d1f83d3956f7c
Merge: 988a007 929edad
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 30 16:32:25 2012 +0900

    Merge branch 'master' of github.com:ueno/libskk

commit 988a0079e0c6647148e96a75a9fc89e69a3493ec
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 30 16:31:44 2012 +0900

    Respect coding cookie when reading file dict (ibus-skk Issue#45).

 libskk/context.vala   |  1 +
 libskk/encoding.vala  | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 libskk/file-dict.vala | 21 +++++++++++++++++++++
 libskk/user-dict.vala | 48
 ++++++++++++++----------------------------------
 4 files changed, 82 insertions(+), 34 deletions(-)

commit 929edada57b33a4f5efd8934878c786dcd7c6cd9
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Jan 29 17:07:53 2012 +0900

    Fix "Q" binding in default and nicola keymaps (Issue#10).

 rules/default/keymap/default.json          | 1 -
 rules/default/keymap/hankaku-katakana.json | 1 +
 rules/default/keymap/hiragana.json         | 1 +
 rules/default/keymap/katakana.json         | 1 +
 rules/nicola/keymap/default.json           | 1 -
 rules/nicola/keymap/kana.json              | 3 ++-
 tests/basic.c                              | 4 +++-
 7 files changed, 8 insertions(+), 4 deletions(-)

commit 65680c3d71d30d18655aba705fd45936e256c679
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 27 10:54:17 2012 +0900

    Update git.mk.

 git.mk | 30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

commit 781dd29317463f824c3644a0c36836e81c0108f2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 27 10:17:23 2012 +0900

    Move docs/skk.1 to tools/skk.1 so it is installed without
    --enable-docs.

 docs/Makefile.am      | 2 --
 tools/Makefile.am     | 2 ++
 {docs => tools}/skk.1 | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

commit e18039c5466cddd2c88c4d63f98e0d2064ce0f3a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 26 15:57:08 2012 +0900

    Escape hyphen in skk.1.

 docs/skk.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7cbf39bc44b19f11944b76985c31acfd0106ffd6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 25 17:10:12 2012 +0900

    Bump version to 0.0.9.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a4cbcaa7f0e7b723d5ef0ff0f1ef5feb7d1830f1
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 25 17:09:06 2012 +0900

    Request server to close skkserv connection before closing local port.

 libskk/skkserv.vala | 5 +++++
 1 file changed, 5 insertions(+)

commit 566dd9732c58c070dce57570484b91907dcf7143
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 25 17:06:56 2012 +0900

    Delete ChangeLog on make distclean when off the tree build.

 Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

commit 77d60c6cd6bba2f58fd4d79c4f5d995e4c34d5fb
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 17 17:52:08 2012 +0900

    Consume any key when "ん" is produced in rom-kana conversion
    (Issue#9).

 libskk/rom-kana.vala | 9 ++++++---
 tests/basic.c        | 2 ++
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 1a16bb57857efbcbd454fd7c335335bee0d3f37d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 16 12:41:10 2012 +0900

    Generate ChangeLog from git log.

 ChangeLog   |  0
 Makefile.am | 17 +++++++++++++++++
 2 files changed, 17 insertions(+)

commit 3bac7b90023ff50dce464c0a45315c3fa96d3d61
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 16 11:56:08 2012 +0900

    Add license to README.rules.

 rules/README.rules | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 396035a9de5a1d3880f6eb7ad698603c5bc1ee95
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 16 11:40:58 2012 +0900

    Revert Skk.init coverage hack.

 libskk/context.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1ee72f95ae7c95b1a61432781fa5cc5d26f07ba2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 16 11:40:32 2012 +0900

    Factor out socket closing code in skkserv.vala.

 libskk/candidate-list.vala | 23 +++++++++++++----------
 libskk/skkserv.vala        | 26 +++++++++++++++++---------
 2 files changed, 30 insertions(+), 19 deletions(-)

commit d7f20a8015f26c4d8a1d4c2708c62ab49662568a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Jan 16 11:40:08 2012 +0900

    Use Gee.LinkedList instead of GLib.SList for stack.

 libskk/context.vala | 125
 +++++++++++++++++++++++++++++++---------------------
 libskk/state.vala   |   4 +-
 2 files changed, 76 insertions(+), 53 deletions(-)

commit b9043aa16f099acb46ca3a413b05fec79961c03e
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 13 18:43:43 2012 +0900

    Fix memleaks in test cases, minor coverage improvements.

 libskk/context.vala   |  2 +-
 libskk/key-event.vala |  2 +-
 libskk/rom-kana.vala  |  2 +-
 libskk/skkserv.vala   |  3 ++-
 libskk/state.vala     |  1 +
 libskk/util.vala      |  4 ++++
 tests/basic.c         |  1 +
 tests/cdb-dict.c      |  1 +
 tests/context.c       | 34 +++++++++++++++++++++++++++++++---
 tests/rule.c          | 10 +++++++---
 tests/skkserv.c       | 16 +++++++++++++++-
 tests/user-dict.c     |  1 +
 12 files changed, 66 insertions(+), 11 deletions(-)

commit f5e1087f89ff4935532e4138bb770ab2e36c94f9
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 13 17:36:51 2012 +0900

    Create filter instance per rule.

 libskk/rule.vala | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 707f4b3cb75a63bde67c509afbcb0f49dc79fec2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 13 16:03:32 2012 +0900

    Add NEWS entry for 0.0.9.

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit ca25ce25cba9913702a4e35ebcde0e51ecebbf36
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 13 16:03:14 2012 +0900

    Add skkserv test.

 tests/Makefile.am |   5 +-
 tests/skkserv.c   | 164
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 168 insertions(+), 1 deletion(-)

commit a395d3e42123067eaf494ed6b192998201229100
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 13 16:02:25 2012 +0900

    Fix skkserv completion response handling.

    Also make sure to close the socket on finalize.

 libskk/skkserv.vala | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 159e06616717984b6e1c92b03708e5857feba58c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 13 10:44:01 2012 +0900

    Add tests for CDB dict and surrounding text.

    Also split tests/context.c into separate files.

 libskk/rom-kana.vala |   2 +
 tests/Makefile.am    |  18 +-
 tests/basic.c        | 452
 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/cdb-dict.c     |  58 ++++++
 tests/cdb-dict.dat   | Bin 0 -> 2426 bytes
 tests/context.c      | 485
 ---------------------------------------------------
 tests/file-dict.c    |   5 +
 tests/rule.c         |  97 +++++++++++
 tests/user-dict.c    |  22 ++-
 9 files changed, 650 insertions(+), 489 deletions(-)

commit 0fede13b00f33586ca5b7db5c81ee858d8c84360
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 18:46:17 2012 +0900

    Improve candidate_list test.

 libskk/candidate-list.vala |  3 +-
 tests/context.c            | 72
 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+), 1 deletion(-)

commit 4aefb71cf91ef40cc8ca109a8451a6a8f6bbc503
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 18:19:42 2012 +0900

    Make ExprNode a struct instead of a class.

 libskk/expr.vala | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 761cef8360277f18ef9d9acc13e6ff8e1ffcfa9c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 18:19:21 2012 +0900

    Derive EncodingConverter from GLib.Object.

 libskk/encoding.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e255c01ae846f666bc3510509c11343ff3c0a317
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 18:18:34 2012 +0900

    Always add empty dict to increase test coverage.

 tests/common.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit f59f11038d70702dac49f863985859ca6c9dfb47
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 18:00:39 2012 +0900

    Fix compilation warnings.

 tests/common.c    | 12 +++++++++---
 tests/common.h    |  5 +++--
 tests/context.c   | 37 +++++++++++++++++++------------------
 tests/user-dict.c | 24 +++++++++++-------------
 tools/tool.vala   | 32 ++++++++++++++++++++++++++++----
 5 files changed, 70 insertions(+), 40 deletions(-)

commit 3bd2c44c776b5623e35e2b10cfa28834c8d78ee0
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 16:49:19 2012 +0900

    Add --enable-valgrind-tests configure option.

 configure.ac      | 15 +++++++++++++++
 tests/Makefile.am |  8 ++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

commit d53e73e4b47cb21010b1a4118ec15066e6a25854
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 16:33:15 2012 +0900

    Fix skk command description in the command line help.

 po/ja.po        | 12 ++++++++----
 tools/tool.vala |  3 ++-
 2 files changed, 10 insertions(+), 5 deletions(-)

commit dba80820a606eb1fd1e92f3fcb6b698801602dab
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 16:15:40 2012 +0900

    Fix gtk-doc link in README.

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4d00219f0619c5ddccfab1d7e4c080ca19b83658
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 13:54:23 2012 +0900

    Support code coverage check with lcov.

 Makefile.am        | 16 ++++++++++++++++
 configure.ac       | 14 ++++++++++++++
 lcov.mk            | 23 +++++++++++++++++++++++
 libskk/Makefile.am |  7 ++++++-
 4 files changed, 59 insertions(+), 1 deletion(-)

commit c3c04a918260563f68ab845d15fd13a0f579e79e
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 11:53:54 2012 +0900

    Don't export internal symbols from libskk.so.

 configure.ac       | 15 +++++++++++++++
 libskk/Makefile.am | 12 ++++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)

commit 67bc47fb031ed0b1e761506d96e218b54ff7d4fe
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 11:26:46 2012 +0900

    Doc fix.

 libskk/cdb-dict.vala         |  2 +-
 libskk/context.vala          |  2 +-
 libskk/file-dict.vala        |  2 +-
 libskk/key-event-filter.vala |  7 ++++++-
 libskk/nicola.vala           | 10 +++++++++-
 libskk/skkserv.vala          |  2 +-
 libskk/user-dict.vala        |  2 +-
 7 files changed, 20 insertions(+), 7 deletions(-)

commit 524a25c85be58fb6177fee38717846c2dca599c6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 11:13:50 2012 +0900

    Split out some classes to separate files to make valadoc happy.

 libskk/Makefile.am           |   2 +
 libskk/candidate-list.vala   | 410
 +++++++++++++++++++++++++++++++++++++++++++
 libskk/candidate.vala        | 390
 ----------------------------------------
 libskk/key-event-filter.vala |  63 +++++++
 libskk/key-event.vala        |  45 -----
 5 files changed, 475 insertions(+), 435 deletions(-)

commit 499e7a56661ec0b1d736139340f23fe840d36b7e
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 10:30:47 2012 +0900

    Update copyright year.

 Makefile.am           | 4 ++--
 NEWS                  | 4 ++--
 README                | 4 ++--
 configure.ac          | 4 ++--
 libskk/Makefile.am    | 4 ++--
 libskk/candidate.vala | 4 ++--
 libskk/cdb-dict.vala  | 4 ++--
 libskk/context.vala   | 4 ++--
 libskk/dict.vala      | 4 ++--
 libskk/encoding.vala  | 4 ++--
 libskk/expr.vala      | 4 ++--
 libskk/file-dict.vala | 4 ++--
 libskk/key-event.vala | 4 ++--
 libskk/keymap.vala    | 4 ++--
 libskk/map-file.vala  | 4 ++--
 libskk/nicola.vala    | 4 ++--
 libskk/rom-kana.vala  | 4 ++--
 libskk/rule.vala      | 4 ++--
 libskk/skkserv.vala   | 4 ++--
 libskk/state.vala     | 4 ++--
 libskk/user-dict.vala | 4 ++--
 libskk/util.vala      | 4 ++--
 rules/Makefile.am     | 4 ++--
 tests/Makefile.am     | 4 ++--
 tools/Makefile.am     | 4 ++--
 tools/tool.vala       | 4 ++--
 26 files changed, 52 insertions(+), 52 deletions(-)

commit 8ca45cc27d4feca52bb08785f6b2220aac327a91
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 12 10:27:06 2012 +0900

    Import skk.1 from Debian.

 docs/Makefile.am |  2 ++
 docs/skk.1       | 55
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

commit 8874edd2f0a7bf852a6a4f0a5d03d0dbc4a2768a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 11 17:16:07 2012 +0900

    Add NEWS entry for 0.0.8.

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit 63b79d2e99ece7b9b8ef49b3c2e52123f05bd310
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 11 17:05:09 2012 +0900

    Bump version to 0.0.8.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d2f6bf8c335bbc45bc1ec9f8f7d37fffd7a01d43
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 11 17:04:55 2012 +0900

    Fix preedit change detection.

 libskk/context.vala | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 5ea878fad07966555c8723a079d23d52acdc0391
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 10 18:25:22 2012 +0900

    Don't expose State's CandidateList to client.

    Also make sure to disconnect signal handlers from per-state objects.

 libskk/candidate.vala | 399
 ++++++++++++++++++++++++++++++++++----------------
 libskk/context.vala   |  67 ++++++---
 libskk/state.vala     |   3 +-
 3 files changed, 321 insertions(+), 148 deletions(-)

commit ca7d6761741ea3a44f16419bdb0b54af7fa77a0d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 11 10:57:35 2012 +0900

    Fix a typo in the code swapping candidates in user dict.

 libskk/user-dict.vala | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit ba9af5354e8f39e5a32cce000993dfc84d2504e1
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 11 10:43:01 2012 +0900

    Call EncodingConverter.convert repeatedly until all the input is
    consumed.

    This fixes ibus-skk Issue#44.

 libskk/encoding.vala | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

commit d0393db1318087a83ac481078f4f9e2dd3d55e39
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 10 10:17:31 2012 +0900

    Add Skk.Context.{add|remove}_dictionary.

 libskk/context.vala | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

commit 1c9d09c0335460a9c4cbada1b7e13b3727f61aa3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 10 10:08:03 2012 +0900

    Update translation.

 po/ja.po | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit 4e7309c204cc50c7c28b81833a51b24001cb56af
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Jan 10 10:05:46 2012 +0900

    Don't change input mode when ▽ひらがな + 'q' => ヒラガナ
    (Issue#8).

 libskk/state.vala |  2 +-
 po/ja.po          | 25 ++++++++++++++++---------
 tests/context.c   | 12 ++++++------
 3 files changed, 23 insertions(+), 16 deletions(-)

commit 99b233ce406cca0c3cd5918e85d6be0b86fc41c6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 6 18:33:43 2012 +0900

    Fix the last commit; register completion test.

 tests/user-dict.c | 1 +
 1 file changed, 1 insertion(+)

commit 5b6cd8eb8dbaa4cbc45f1abaec525bbc9cb05e56
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 6 18:15:43 2012 +0900

    Add completion test for user-dict.

 tests/common.c    | 37 ++++++++++++++++++++++---------------
 tests/common.h    |  3 ++-
 tests/context.c   | 34 +++++++++++++++++-----------------
 tests/user-dict.c | 43 ++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 83 insertions(+), 34 deletions(-)

commit e7d52908e0797f884e48f941edac78953ba2cb6c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 6 17:29:17 2012 +0900

    Avoid memleaks in Gee.TreeSet.

 libskk/user-dict.vala | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit fb24c2c6493f6f73685433619932f83088ab71c7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 6 12:00:41 2012 +0900

    Install skk-1.0.deps in vapi dir.

 libskk/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f7918d48e9130804d48fdf320313bc2a91db5824
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Jan 6 11:59:59 2012 +0900

    Improve exception message when loading map-file fails.

 libskk/map-file.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8674aa83f97a0a5122af1fb794244a111b15e081
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 5 16:39:32 2012 +0900

    Bump version to 0.0.7.

 NEWS         | 8 +++++++-
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit ca7bc375698fa217842dfcf946c6f75bdbac2f7e
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Jan 5 16:24:26 2012 +0900

    Preserve State.input_mode when reset.

 libskk/candidate.vala | 16 ++++++++++++++++
 libskk/state.vala     | 33 ++++++++-------------------------
 2 files changed, 24 insertions(+), 25 deletions(-)

commit 80d5bf9f011503b09271c3223847c980ab351792
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 4 17:56:12 2012 +0900

    Remove erroneous comma in rule example (Issue#7).

 rules/README.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b43cd99a70d85615e28c4ef0b76f479774202917
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 4 17:54:33 2012 +0900

    Check modifiers when handling latin keysyms in NoneStateHandler
    (Issue#5).

 libskk/state.vala | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit dd5233647ecfdcea689adfe565e03cc820e9b336
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 4 17:52:07 2012 +0900

    Make user dict file modes private (Issue#4).

 libskk/user-dict.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6cd3a6e63fd454d7fa0b71dc7010a4799870b9a3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Jan 4 17:50:27 2012 +0900

    Fix candidate cursor movement with x and SPC.

 libskk/candidate.vala | 156
 ++++++++++++++++++++++++++++++++++++++++++++++----
 libskk/context.vala   |   1 +
 libskk/state.vala     |  41 +++++++------
 tests/context.c       |  25 +++++++-
 4 files changed, 194 insertions(+), 29 deletions(-)

commit d8bc3891659061969e08c3cbbf1e59114cd98aed
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 29 19:01:42 2011 +0900

    Optimize the number of property notification.

 libskk/candidate.vala |  4 +++-
 libskk/context.vala   | 29 ++++++++++++++++++++---------
 2 files changed, 23 insertions(+), 10 deletions(-)

commit 605f2cb6f226592eec49db65ca0147315f7e57f4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 29 11:49:17 2011 +0900

    Don't update preedit when CandidateList is cleared.

 libskk/context.vala | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 2150d6572de6300d8a467c36eccb10dcb6b1aa70
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 18:03:18 2011 +0900

    Fix doc.

 libskk/candidate.vala | 14 ++++++++------
 libskk/cdb-dict.vala  | 13 ++++++++++++-
 libskk/context.vala   | 15 +++++++++++----
 libskk/file-dict.vala |  4 +++-
 libskk/key-event.vala | 38 +++++++++++++++++++++++++++++++++++---
 5 files changed, 69 insertions(+), 15 deletions(-)

commit 8ae149098b1ceafecee935137a07713fbfc3b7db
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 17:13:40 2011 +0900

    Bump version to 0.0.6.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6381269eda384aaaad92d7ab8680fdf8f90a8b81
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 17:14:23 2011 +0900

    Relax valac version requirement for Fedora 15.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 88a98083ae9ad434849d92b25a8a7baf800781c2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 16:51:12 2011 +0900

    Make sure to abort dict edit and restore surrounding text on
    Context.reset.

 configure.ac        |  2 +-
 libskk/context.vala | 21 +++++++++++++++++----
 libskk/state.vala   |  6 ++++++
 tests/common.c      |  5 ++++-
 tests/context.c     |  8 +++++---
 tools/tool.vala     |  1 +
 6 files changed, 34 insertions(+), 9 deletions(-)

commit 37e20192619520da1051622949d67ac57c102366
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 12:33:31 2011 +0900

    Support (current-time-string), (pwd), and (skk-version).

 libskk/expr.vala | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

commit 914581ea7fed4209aa5f7a75015871b3f22fbec2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 11:32:36 2011 +0900

    Add doc.

 NEWS                | 40 ++++++++++++++++++++++++++++++++++++++++
 README              | 30 ++++++++++++++++++++++++++++++
 libskk/context.vala | 25 +++++++++++++++++++++++++
 3 files changed, 95 insertions(+)

commit 16f3818753c48679909be6097487efe2ac1e7c1a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 11:32:11 2011 +0900

    Assign Left and Right to shrink-preedit and expand-preedit.

 rules/default/keymap/default.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7043e20bf0eef7e4c96c8a397e78581f9b989873
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 28 11:31:47 2011 +0900

    Fix memleak on loading user dict.

 libskk/user-dict.vala | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

commit a25700ec48fffb89d0bb95aeae24ba4bb0364b77
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 27 18:28:33 2011 +0900

    Make sure to commit remaining surrounding text after SPC following
    ▽.

 libskk/state.vala | 4 ++++
 1 file changed, 4 insertions(+)

commit 9e85632c09a49f163c2d0d626fc1dfa39e548ede
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 27 18:24:26 2011 +0900

    Fix reconvert behavior.

 libskk/context.vala | 21 +++++++++++-
 libskk/state.vala   | 98
 +++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 96 insertions(+), 23 deletions(-)

commit 523520a246908f6b9b0d614b8e0bd75e9bb6896d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 27 17:01:08 2011 +0900

    Support reconvert based on surrounding text.

 libskk/context.vala               |  6 ++++
 libskk/state.vala                 | 71
 +++++++++++++++++++++++++++++----------
 rules/default/keymap/default.json |  4 ++-
 3 files changed, 63 insertions(+), 18 deletions(-)

commit ae78f9f1e76f3ab7dc5c15a56a89c2569b96d72a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 26 18:05:20 2011 +0900

    Refactor API.

    Split Context.get_output into peek_output and poll_output, and abolish
    list_typing_rule.

 libskk/context.vala   | 42 +++++++++++++++++++++++++++++-------------
 libskk/key-event.vala |  3 +--
 libskk/nicola.vala    | 38 +++++++++++++++++++++++++++++---------
 libskk/rule.vala      |  2 +-
 tools/tool.vala       |  4 ++--
 5 files changed, 62 insertions(+), 27 deletions(-)

commit d3aae2dfe1384aa74a27f9f4f556c418b7de811e
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 26 16:29:09 2011 +0900

    Simplify rule loading API.

 libskk/map-file.vala |  6 +++---
 libskk/rule.vala     | 46 +++++++++++++++++++++++++++++-----------------
 2 files changed, 32 insertions(+), 20 deletions(-)

commit 207ef0f6a19b77da8017a530a86cfcd970b4a835
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Dec 25 09:55:28 2011 +0900

    Bump version to 0.0.5.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 18f3427bda4937096123c517dd6fc4111e7e11e8
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Dec 25 09:54:46 2011 +0900

    Add license header to Makefile.am and configure.ac.

 Makefile.am        | 16 +++++++++
 configure.ac       | 16 +++++++++
 libskk/Makefile.am | 99
 +++++++++++++++++++++++++++++++-----------------------
 rules/Makefile.am  | 46 +++++++++++++++++++------
 tests/Makefile.am  | 16 +++++++++
 tools/Makefile.am  | 22 ++++++++++--
 6 files changed, 161 insertions(+), 54 deletions(-)

commit d54734ab2b752c9f5a2e6748ed5ec7ece6707f31
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Dec 25 09:36:29 2011 +0900

    Fix buffer overrun when reading skkserv response (Issue#2).

 libskk/skkserv.vala | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 5bc3defcaf7fe53dbe0955c2043ed9fa29d5f91b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 23 07:30:29 2011 +0900

    Clarify wording "rule" and "map file" in README.rules.

 rules/README.rules | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

commit cfc66724fefe53f9db603e6e651b17e663182303
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 22 16:40:13 2011 +0900

    Notify Context:candidates change.

 libskk/context.vala | 3 +++
 1 file changed, 3 insertions(+)

commit f21878c4ad915aa1e871627d54c839e234f23fbf
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 22 16:09:06 2011 +0900

    Fix zipcode conversion and avoid memleaks in Gee.TreeSet.

 libskk/candidate.vala |  93 +++++++++++++------------------------------
 libskk/cdb-dict.vala  |   2 +-
 libskk/context.vala   |  49 +++++++++++++----------
 libskk/dict.vala      |  31 +++++++++------
 libskk/file-dict.vala |   2 +-
 libskk/skkserv.vala   |   6 ++-
 libskk/state.vala     |  66 ++++++++++++++++++-------------
 libskk/user-dict.vala | 106
 ++++++++++++++++++++++++++------------------------
 tests/common.c        |  11 +++++-
 tests/context.c       |   4 ++
 tests/file-dict.c     |  18 +++++++--
 11 files changed, 203 insertions(+), 185 deletions(-)

commit 939fe86af61257a8946e88310174f5ef04ec6b0b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 22 11:14:48 2011 +0900

    Fix a typo in README.

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7f813d52d7e26da2407659e0ffb575f378c287cb
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 22 11:13:08 2011 +0900

    Reduce the number of pkg-config dependencies.

 configure.ac | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit b6f23cab13196693505d0e67f3b0d946ec8f03ea
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 22 11:00:49 2011 +0900

    Switch to use git.mk from pango.

 .gitignore         |  35 ----------
 Makefile.am        |  17 +++++
 git.mk             | 200
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/Makefile.am |  21 ++++--
 rules/Makefile.am  |   2 +
 tests/Makefile.am  |   2 +
 tools/Makefile.am  |  23 +++---
 7 files changed, 250 insertions(+), 50 deletions(-)

commit f6fcf56d94519dfcf8f6c650ee9262b7dcf11f59
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 21 09:50:13 2011 +0900

    Display library deps when PKG_CHECK_MODULES fails (Issue#1).

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ced30a300afd08464aa3127183b0c16643d5e651
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 20 13:31:16 2011 +0900

    Bump version to 0.0.4.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b767c6befba309f5b2603c739aa6524784ec990b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 20 13:03:12 2011 +0900

    Fix extracting okurigana-prefix for "っX".

 libskk/util.vala | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

commit 4e0aeefbb94bc39dbbcf2a0c0b51907b1d6d57bc
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 20 11:08:21 2011 +0900

    Bump version to 0.0.3.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 084f34765a52e4a4c4b392c64c69d16d51e49337
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 20 10:31:26 2011 +0900

    Preserve previous candidate list when dict edit.

 libskk/candidate.vala |  5 ++++-
 libskk/context.vala   | 23 +++++++++++++----------
 libskk/state.vala     | 14 ++++++--------
 tests/context.c       | 17 +++++++++++++++++
 4 files changed, 40 insertions(+), 19 deletions(-)

commit e4734db27a434eaea641baaf5cf5c059af0a011e
Merge: e6556b8 b4209c0
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 20 09:52:26 2011 +0900

    Merge branch 'master' of github.com:ueno/libskk

    Conflicts:
            rules/README.rules

commit e6556b8ce2304ae673224a8aacdb0dd19120a0fd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 18:08:03 2011 +0900

    Update README.rules.

 rules/README.rules | 38 +++++++++++++++++++++++++++++++++++---
 1 file changed, 35 insertions(+), 3 deletions(-)

commit b4209c0832deb09f92b55ea158216519fd971023
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 18:08:03 2011 +0900

    Update README.rules.

 rules/README.rules | 38 +++++++++++++++++++++++++++++++++++---
 1 file changed, 35 insertions(+), 3 deletions(-)

commit d9f293a3945c415e426e6367aa7d154e970ab442
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 17:58:42 2011 +0900

    List available commands in doc.

 rules/README.rules | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 6f15e9d562300ecc4f849dca908e1276773af111
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 17:54:39 2011 +0900

    Update README.rules.

 rules/README.rules | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

commit 262c0ea6ba5dec1985cbdf5f0cfdf0845e2df6c7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 16:55:41 2011 +0900

    Support (concat ...).

 libskk/Makefile.am    |   1 +
 libskk/candidate.vala |   3 +
 libskk/expr.vala      | 183
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/state.vala     | 123 +++++++++++++++++++--------------
 tests/context.c       |   2 +
 tests/file-dict.dat   |   2 +
 6 files changed, 263 insertions(+), 51 deletions(-)

commit f6196123460b79df47b242c66027abc1f79121b5
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 15:07:58 2011 +0900

    Rename commit-and-newline to commit-unhandled.

 libskk/state.vala                 | 8 ++++----
 rules/default/keymap/default.json | 4 ++--
 rules/nicola/keymap/default.json  | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 749c2a4456ee53ad09507954fbde8a6a18ab95a7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 14:36:34 2011 +0900

    Fix small conversion behavior.

 libskk/context.vala |  1 +
 libskk/state.vala   | 32 ++++++++++++++++++++++++++++----
 tests/context.c     |  6 ++++++
 3 files changed, 35 insertions(+), 4 deletions(-)

commit d2ae14c63897027ce49bb2530c6aa112f5588f55
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 10:58:34 2011 +0900

    Implement UserDict#complete.

 libskk/file-dict.vala | 32 ++++++++++++++++++++------------
 libskk/user-dict.vala | 34 +++++++++++++++++++++++++++++++---
 tests/context.c       | 15 ++++++++++-----
 3 files changed, 61 insertions(+), 20 deletions(-)

commit d0694aa4707b537d830cb20db723bbb1bd85427a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 19 10:29:10 2011 +0900

    Cancel okuri-ari conversion with DEL.

 libskk/state.vala | 11 ++++++++---
 tests/context.c   |  2 ++
 2 files changed, 10 insertions(+), 3 deletions(-)

commit a7774a17d49564967eeaeb08dd05c43abb4c7ade
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Dec 18 11:13:11 2011 +0900

    Rename "enter" to "commit-and-newline".

 libskk/state.vala                          | 13 +++++++++----
 rules/default/keymap/default.json          |  4 ++--
 rules/default/keymap/hankaku-katakana.json |  3 ++-
 rules/default/keymap/hiragana.json         |  3 ++-
 rules/default/keymap/katakana.json         |  3 ++-
 rules/nicola/keymap/default.json           |  4 ++--
 6 files changed, 19 insertions(+), 11 deletions(-)

commit 5cf756b8b2d55822ff7c871b2d59b358ca09b2c6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 17:24:28 2011 +0900

    Bump version to 0.0.2.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed87ce54627b80de5511b26a852b9d105e19cdea
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 16:17:29 2011 +0900

    Rewrite hiragana/katakana/hankaku-katakana conversion.

 libskk/util.vala | 258
 +++++++++++++++++++++++++++++++++----------------------
 tests/context.c  |   2 +-
 2 files changed, 154 insertions(+), 106 deletions(-)

commit 5010496525d61bf73edf70eeeb5da4998499eaca
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 12:21:36 2011 +0900

    Fix hankaku katakana to kanji conversion.

 libskk/util.vala | 9 ++++++---
 tests/context.c  | 1 +
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 3ee7c61f921bddda0227e7b2e982e8b7a08c0b58
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 11:59:37 2011 +0900

    Fix tcode and trycode rom-kana map-files.

 rules/tcode/rom-kana/default.json   | 2710 +++++++--------
 rules/trycode/rom-kana/default.json | 6484
 +++++++++++++++++------------------
 2 files changed, 4597 insertions(+), 4597 deletions(-)

commit f897b0a9b4553270e833c9cb69cdbafef0257f38
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 11:40:16 2011 +0900

    Check rule parse error when listing.

 libskk/rule.vala | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit d280d759f0f59cded8040fe1c890ee8a65aeff7b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 10:49:36 2011 +0900

    Support katakana input with NICOLA.

 libskk/state.vala             | 8 ++++++--
 rules/nicola/keymap/kana.json | 5 ++++-
 tests/context.c               | 6 ++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

commit 351ed064b6f16d0de50cae9a467aa5486fd2e618
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 10:35:58 2011 +0900

    Install nicola/keymap/default.json.

 rules/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 70da88c65146f15f7636f0ae58172fe787de8550
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 10:30:00 2011 +0900

    Add missing nicola/keymap/default.json.

 rules/nicola/keymap/default.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit c86c328ecb5f0799c6cc0d33e9f2689a0f521caf
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 10:23:24 2011 +0900

    Fix metadata of tutcode-touch16x rule.

 rules/tutcode-touch16x/metadata.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d234bc7c5f047aca04e6b61061936fdfbad0f3ea
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 10:17:33 2011 +0900

    Support okuri-ari conversion with NICOLA.

 libskk/state.vala             | 24 +++++++++++++++++++-----
 rules/nicola/keymap/kana.json |  2 +-
 tests/context.c               |  4 ++++
 3 files changed, 24 insertions(+), 6 deletions(-)

commit 0c4f23f314c0f1567b026253df6dbd2278c237b2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 09:57:14 2011 +0900

    Abolish RomKanaConverter#is_active().

 libskk/rom-kana.vala |  9 ---------
 libskk/state.vala    | 48
 ++++++++++++++++++++++++------------------------
 2 files changed, 24 insertions(+), 33 deletions(-)

commit 3de68f4f21642eea5d00cae4682bdf2444520542
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 16 04:03:56 2011 +0900

    Make TUT-Code Touch16+ extension as a separate rule.

 libskk/rule.vala                                   |  5 ++--
 rules/Makefile.am                                  | 30
 ++++++++++++++--------
 rules/act/keymap/default.json                      |  5 ++++
 rules/act/metadata.json                            |  4 +++
 rules/azik/metadata.json                           |  4 +++
 rules/default/metadata.json                        |  4 +++
 rules/kzik/metadata.json                           |  4 +++
 rules/nicola/metadata.json                         |  2 +-
 rules/tcode/metadata.json                          |  2 +-
 rules/trycode/metadata.json                        |  2 +-
 .../tutcode-touch16x/keymap/hankaku-katakana.json  |  5 ++++
 rules/tutcode-touch16x/keymap/hiragana.json        |  5 ++++
 rules/tutcode-touch16x/keymap/katakana.json        |  5 ++++
 rules/tutcode-touch16x/keymap/latin.json           |  5 ++++
 rules/tutcode-touch16x/keymap/wide-latin.json      |  5 ++++
 rules/tutcode-touch16x/metadata.json               |  4 +++
 .../rom-kana/default.json}                         |  2 +-
 .../keymap/hankaku-katakana.json                   |  0
 rules/{tut-code => tutcode}/keymap/hiragana.json   |  0
 rules/{tut-code => tutcode}/keymap/katakana.json   |  0
 rules/{tut-code => tutcode}/keymap/latin.json      |  0
 rules/{tut-code => tutcode}/keymap/wide-latin.json |  0
 rules/tutcode/metadata.json                        |  4 +++
 rules/{tut-code => tutcode}/rom-kana/default.json  |  0
 24 files changed, 80 insertions(+), 17 deletions(-)

commit c1b12bec9468a656f3a4d4054089a57b180498be
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 15 18:18:14 2011 +0900

    Add T-Code and TRY-CODE rules.

 rules/Makefile.am                          |   20 +
 rules/tcode/keymap/hankaku-katakana.json   |    5 +
 rules/tcode/keymap/hiragana.json           |    5 +
 rules/tcode/keymap/katakana.json           |    5 +
 rules/tcode/keymap/latin.json              |    5 +
 rules/tcode/keymap/wide-latin.json         |    5 +
 rules/tcode/metadata.json                  |    4 +
 rules/tcode/rom-kana/default.json          | 1360 ++++++++++++
 rules/trycode/keymap/hankaku-katakana.json |    5 +
 rules/trycode/keymap/hiragana.json         |    5 +
 rules/trycode/keymap/katakana.json         |    5 +
 rules/trycode/keymap/latin.json            |    5 +
 rules/trycode/keymap/wide-latin.json       |    5 +
 rules/trycode/metadata.json                |    4 +
 rules/trycode/rom-kana/default.json        | 3249
 ++++++++++++++++++++++++++++
 15 files changed, 4687 insertions(+)

commit 8d2bd3eb5ad06399d456e9302b3543b86025b593
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 15 17:07:31 2011 +0900

    Embed kana char in insert-kana-* command name.

 libskk/state.vala             |  15 +--
 rules/nicola/keymap/kana.json | 210
 +++++++++++++++++++++---------------------
 2 files changed, 110 insertions(+), 115 deletions(-)

commit 4f0edd9b149d0ee3fba9f5a651e77de739795fca
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 15 16:55:03 2011 +0900

    Extract okuri-prefix from okurigana instead of input key sequence.

 libskk/rom-kana.vala | 17 -----------------
 libskk/state.vala    | 13 ++++++++-----
 libskk/util.vala     | 28 ++++++++++++++++++++++++++++
 tests/context.c      |  1 +
 4 files changed, 37 insertions(+), 22 deletions(-)

commit cd368387f2a1c3dd96dc1c3a3cc0c57e1788d19b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 15 16:11:53 2011 +0900

    Refactor command handling.

 libskk/rule.vala  |  69 +++++++++++------------
 libskk/state.vala | 160
 +++++++++++++++++++++++++++---------------------------
 libskk/util.vala  |  70 +++++++++++++-----------
 tests/context.c   |   2 +
 4 files changed, 152 insertions(+), 149 deletions(-)

commit bc5f98dbd169b934ff42d867aacbcd4aeaaea4b8
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 14 18:01:21 2011 +0900

    Update NICOLA rule.

 libskk/key-event.vala             |  5 +++++
 libskk/nicola.vala                | 11 ++++++++++-
 rules/Makefile.am                 |  2 +-
 rules/nicola/keymap/hiragana.json |  7 ++++++-
 rules/nicola/keymap/kana.json     |  3 +++
 rules/nicola/keymap/katakana.json |  7 ++++++-
 6 files changed, 31 insertions(+), 4 deletions(-)

commit 5bc96942f1a375d7614200c133ef46a7bc8101bb
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 13 18:08:31 2011 +0900

    Fix \0 handling in RomKanaConverter.append().

 libskk/rom-kana.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 60d56cf6b55c32643a9cfbb5345716a03db7f855
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 13 17:26:22 2011 +0900

    Support NICOLA.

 README                                    |   2 +
 libskk/context.vala                       |  66 +++++++++++-
 libskk/key-event.vala                     |  13 +--
 libskk/nicola.vala                        |  72 ++++++++-----
 libskk/rule.vala                          |   9 +-
 libskk/state.vala                         |  10 +-
 rules/Makefile.am                         |  11 ++
 rules/nicola/keymap/hankaku-katakana.json |   5 +
 rules/nicola/keymap/hiragana.json         |   5 +
 rules/nicola/keymap/kana.json             | 173
 ++++++++++++++++++++++++++++++
 rules/nicola/keymap/katakana.json         |   5 +
 rules/nicola/keymap/latin.json            |   5 +
 rules/nicola/keymap/wide-latin.json       |   5 +
 rules/nicola/metadata.json                |   5 +
 rules/nicola/rom-kana/default.json        |   6 ++
 tests/context.c                           |  53 +++++++--
 tools/tool.vala                           |   5 +-
 17 files changed, 400 insertions(+), 50 deletions(-)

commit dbe3850236d01946720faf457371d26f4525e7f3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 13 12:39:00 2011 +0900

    Load KeyEventFilter from rule.

 libskk/context.vala |  17 +++----
 libskk/rule.vala    | 137
 +++++++++++++++++++++++++++++++++-------------------
 2 files changed, 93 insertions(+), 61 deletions(-)

commit ba9f141a4b167e28c04a574f09e4a8ae001f7c75
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 13 12:06:52 2011 +0900

    Expose Rule class.

 libskk/context.vala |  2 +-
 libskk/rule.vala    | 52
 +++++++++++++++++++++++++++++++++++++---------------
 libskk/state.vala   | 16 ++++++----------
 tests/context.c     |  8 +++++++-
 tools/tool.vala     |  8 +++++++-
 5 files changed, 58 insertions(+), 28 deletions(-)

commit 07c635e86fbabb1759d97795e87728729ef181e8
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 13 11:26:37 2011 +0900

    Rename Rule to MapFile, TypingRule to Rule.

 libskk/Makefile.am      |   2 +-
 libskk/key-event.vala   |   2 +-
 libskk/map-file.vala    | 135 ++++++++++++++++++++++
 libskk/nicola.vala      |   1 +
 libskk/rom-kana.vala    |   8 +-
 libskk/rule.vala        | 291
 ++++++++++++++++++++++++------------------------
 libskk/state.vala       |  14 +--
 libskk/typing-rule.vala | 111 ------------------
 libskk/util.vala        |  18 +++
 9 files changed, 316 insertions(+), 266 deletions(-)

commit ed21490ad5ccd1a83923b6434131db5755356079
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 12 16:06:46 2011 +0900

    Add Skk.list_typing_rules().

 libskk/context.vala | 10 +++++++
 libskk/rule.vala    | 75
 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 rules/Makefile.am   |  5 ++++
 tools/tool.vala     | 14 ++++++++++
 4 files changed, 103 insertions(+), 1 deletion(-)

commit f6db40c5632a7de13d475017066ac53ac9a19c1f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 12 14:32:13 2011 +0900

    Supply correct LIBSKK_DATA_PATH to tests.

 libskk/rule.vala  | 9 +++++++--
 tests/Makefile.am | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

commit ce695710f9e9eaa2dd723ae34dca6c6f9709edec
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 12 11:35:27 2011 +0900

    Merge rom-kana rule and keymaps into a typing rule.

 README                  |   4 ++
 libskk/Makefile.am      |   1 +
 libskk/context.vala     |  12 +++---
 libskk/keymap.vala      |  20 ++-------
 libskk/nicola.vala      |   6 +++
 libskk/rom-kana.vala    | 106
 ++++++++++-----------------------------------
 libskk/rule.vala        |  10 ++---
 libskk/skk-1.0.deps     |   1 +
 libskk/state.vala       |  44 +++++++++----------
 libskk/typing-rule.vala | 111
 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/context.c         |   2 +-
 tools/Makefile.am       |   2 +-
 tools/tool.vala         |  10 ++---
 13 files changed, 187 insertions(+), 142 deletions(-)

commit 906d884f7a8649bbfe057e4930f654f56f117986
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 9 16:52:51 2011 +0900

    Change the rules directory layout.

 Makefile.am                                        |  2 +-
 configure.ac                                       |  4 +-
 data/Makefile.am                                   |  2 -
 data/keymap/Makefile.am                            |  8 ----
 data/rom-kana/Makefile.am                          |  8 ----
 libskk/keymap.vala                                 |  4 +-
 libskk/rom-kana.vala                               |  4 +-
 libskk/rule.vala                                   | 38 ++++++++++++----
 libskk/state.vala                                  | 10 ++--
 rules/Makefile.am                                  | 53
 ++++++++++++++++++++++
 {data => rules}/README.rules                       | 24 ++++++++++
 rules/act/keymap/hankaku-katakana.json             |  5 ++
 rules/act/keymap/hiragana.json                     |  5 ++
 rules/act/keymap/katakana.json                     |  5 ++
 rules/act/keymap/latin.json                        |  5 ++
 rules/act/keymap/wide-latin.json                   |  5 ++
 .../act.json => rules/act/rom-kana/default.json    | 11 ++---
 rules/azik/keymap/hankaku-katakana.json            |  5 ++
 rules/azik/keymap/hiragana.json                    |  5 ++
 rules/azik/keymap/katakana.json                    |  5 ++
 rules/azik/keymap/latin.json                       |  5 ++
 rules/azik/keymap/wide-latin.json                  |  5 ++
 .../azik.json => rules/azik/rom-kana/default.json  |  2 +-
 {data => rules/default}/keymap/default.json        |  0
 .../default}/keymap/hankaku-katakana.json          |  0
 {data => rules/default}/keymap/hiragana.json       |  0
 {data => rules/default}/keymap/katakana.json       |  0
 {data => rules/default}/keymap/latin.json          |  0
 {data => rules/default}/keymap/wide-latin.json     |  0
 {data => rules/default}/rom-kana/default.json      |  0
 rules/kzik/keymap/hankaku-katakana.json            |  5 ++
 rules/kzik/keymap/hiragana.json                    |  5 ++
 rules/kzik/keymap/katakana.json                    |  5 ++
 rules/kzik/keymap/latin.json                       |  5 ++
 rules/kzik/keymap/wide-latin.json                  |  5 ++
 .../kzik.json => rules/kzik/rom-kana/default.json  |  2 +-
 rules/tut-code/keymap/hankaku-katakana.json        |  5 ++
 rules/tut-code/keymap/hiragana.json                |  5 ++
 rules/tut-code/keymap/katakana.json                |  5 ++
 rules/tut-code/keymap/latin.json                   |  5 ++
 rules/tut-code/keymap/wide-latin.json              |  5 ++
 .../tut-code/rom-kana/default.json                 |  0
 .../tut-code/rom-kana/touch16+.json                |  2 +-
 43 files changed, 222 insertions(+), 52 deletions(-)

commit 2bea3083dd42b6b214c8176337b9eb4328b65485
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 9 13:10:21 2011 +0900

    Fix some mistake in rom-kana.

 libskk/rom-kana.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1027f1c1b14719924e9e90ff48affe5e7582c995
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 9 12:55:53 2011 +0900

    Make sure that strv ends with null.

 libskk/key-event.vala | 1 +
 1 file changed, 1 insertion(+)

commit c84c4c59ea9757d5d307eb174fdc000667e82554
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 9 12:44:04 2011 +0900

    Make sure that KeyEvent:name and KeyEvent:code are always set.

 libskk/key-event.vala | 46 +++++++++++++++++++++++++++-------------------
 1 file changed, 27 insertions(+), 19 deletions(-)

commit 6525b019f4098b7dfdd85ba08083c7017e9a68b6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 9 12:32:27 2011 +0900

    Check rule parse error.

 libskk/keymap.vala   |  7 ++++++-
 libskk/rom-kana.vala |  9 +++++++--
 libskk/rule.vala     |  4 ++--
 libskk/state.vala    | 26 ++++++++++++++++----------
 4 files changed, 31 insertions(+), 15 deletions(-)

commit bb6b13e9be23b6601a9f530caef5e3825829eebe
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 9 12:14:38 2011 +0900

    Don't use bare \x7F.

 data/keymap/default.json | 2 +-
 libskk/context.vala      | 2 +-
 tests/context.c          | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 285972fb30e06794cea97bc90c8d71d51441e08f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 9 10:07:29 2011 +0900

    Factor out keymap from the code to json files.

 configure.ac                      |   1 +
 data/Makefile.am                  |   3 +-
 data/README.rules                 |  80 +++++++++++++++++++++
 data/keymap/Makefile.am           |   8 +++
 data/keymap/default.json          |  20 ++++++
 data/keymap/hankaku-katakana.json |  13 ++++
 data/keymap/hiragana.json         |  13 ++++
 data/keymap/katakana.json         |  13 ++++
 data/keymap/latin.json            |  10 +++
 data/keymap/wide-latin.json       |  10 +++
 data/rom-kana/Makefile.am         |   1 -
 data/rom-kana/README.rom-kana     |  48 -------------
 libskk/Makefile.am                |   1 +
 libskk/key-event.vala             |  40 +++++++++++
 libskk/keymap.vala                |  99 ++++++-------------------
 libskk/rom-kana.vala              | 128 ++++++---------------------------
 libskk/rule.vala                  | 148
 ++++++++++++++++++++++++++++++++++++++
 libskk/state.vala                 |  42 +++++------
 18 files changed, 418 insertions(+), 260 deletions(-)

commit e4bcd5a4cabae19ca01aeb0c72531688df4e62ed
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 8 15:31:33 2011 +0900

    Rename standard.json to default.json.

 data/rom-kana/Makefile.am                     | 2 +-
 data/rom-kana/README.rom-kana                 | 4 ++--
 data/rom-kana/act.json                        | 2 +-
 data/rom-kana/azik.json                       | 2 +-
 data/rom-kana/{standard.json => default.json} | 0
 data/rom-kana/kzik.json                       | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit b154a3979596a429c330e358c9d95456b03f5cf3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 8 12:56:30 2011 +0900

    Factor out keymap from the code.

 libskk/Makefile.am    |   1 +
 libskk/context.vala   |   3 +-
 libskk/key-event.vala |   8 +-
 libskk/keymap.vala    | 107 ++++++++++++++++++++++
 libskk/state.vala     | 243
 +++++++++++++++++++++++---------------------------
 5 files changed, 228 insertions(+), 134 deletions(-)

commit 9f9679edff9113f97198caaa026fc144f47e0c56
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 7 17:37:38 2011 +0900

    Add experimental NICOLA support (not working yet).

 libskk/Makefile.am    |   1 +
 libskk/context.vala   |  12 +--
 libskk/key-event.vala |  91 ++++++++++++-------
 libskk/nicola.vala    | 242
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 307 insertions(+), 39 deletions(-)

commit 4e5bc3b2cc7b64ebcc87b3b2b486541fad4f8870
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Dec 7 09:50:38 2011 +0900

    Extend KeyEvent to accept more modifier prefixes.

 libskk/key-event.vala | 6 ++++++
 1 file changed, 6 insertions(+)

commit 2db61577fefdb99364f0e8a694257770b2afb3c7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Dec 6 17:42:58 2011 +0900

    Apply key event filter before passing key events to state handler.

 libskk/context.vala   | 20 +++++++++++++
 libskk/key-event.vala | 78
 ++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 94 insertions(+), 4 deletions(-)

commit 9f09464425585f1908e6103c773551d084200e18
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Dec 5 17:42:50 2011 +0900

    Expose KeyEvent.

 libskk/context.vala   | 10 +++++-----
 libskk/key-event.vala | 15 ++++++++++-----
 2 files changed, 15 insertions(+), 10 deletions(-)

commit 8e9edf166e3448367b8d30f25fa5e1ef6f8e7004
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sun Dec 4 18:19:47 2011 +0900

    Fix RomKanaNode.remove().

 libskk/rom-kana.vala | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

commit ef9da4847559b372214d8c0435f6861b01198757
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Dec 3 16:39:48 2011 +0900

    Update COPYING.

 COPYING | 1130
 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 651 insertions(+), 479 deletions(-)

commit 647947b12578b6e462d10349964fc1bbff29e3ab
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Dec 3 16:32:10 2011 +0900

    Add more examples in README.

 README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit f52e2c5b97bb731d597a00f08a513b39c3be8579
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Dec 3 16:29:10 2011 +0900

    Change the license to GPLv3+.

 libskk/candidate.vala | 30 ++++++++++++++----------------
 libskk/cdb-dict.vala  | 30 ++++++++++++++----------------
 libskk/context.vala   | 30 ++++++++++++++----------------
 libskk/dict.vala      | 30 ++++++++++++++----------------
 libskk/encoding.vala  | 30 ++++++++++++++----------------
 libskk/file-dict.vala | 30 ++++++++++++++----------------
 libskk/key-event.vala | 30 ++++++++++++++----------------
 libskk/rom-kana.vala  | 30 ++++++++++++++----------------
 libskk/skkserv.vala   | 30 ++++++++++++++----------------
 libskk/state.vala     | 31 +++++++++++++++----------------
 libskk/user-dict.vala | 30 ++++++++++++++----------------
 libskk/util.vala      | 30 ++++++++++++++----------------
 12 files changed, 169 insertions(+), 192 deletions(-)

commit 066e406209c1fad64ad833aaad7317eea4e02766
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Dec 3 15:53:44 2011 +0900

    Fix reloading rom-kana rule.

 libskk/rom-kana.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a4ec8d8240d1c1aa86c78c6b026122e0c9eda548
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Dec 3 11:27:04 2011 +0900

    Add skk tool.

 Makefile.am           |   2 +-
 README                |   3 ++
 configure.ac          |   2 +-
 libskk/config.vapi    |   3 ++
 libskk/context.vala   |   6 +++
 libskk/user-dict.vala |   4 +-
 po/POTFILES.in        |   1 +
 po/POTFILES.skip      |   1 +
 po/ja.po              |  22 ++++++++--
 tools/Makefile.am     |  18 ++++++++
 tools/tool.vala       | 112
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 168 insertions(+), 6 deletions(-)

commit 6f69b778abbec68700195fc3a3cd8ef247e3f38d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 18:19:49 2011 +0900

    Wrap long lines.

 libskk/rom-kana.vala | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 21b3f1f04f8096df717522beb083496ee2728375
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 18:17:01 2011 +0900

    Make rom-kana rule loading robuster.

 libskk/rom-kana.vala | 120
 +++++++++++++++++++++++++++++++--------------------
 1 file changed, 74 insertions(+), 46 deletions(-)

commit 33608194f6f86239f34924398a5ac283debf9fc2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 17:57:10 2011 +0900

    Allow arbitrary properties to be defined in rom-kana rule files.

 data/rom-kana/README.rom-kana           |   24 +-
 data/rom-kana/act.json                  | 1327 ++++----
 data/rom-kana/azik.json                 |  978 +++---
 data/rom-kana/kzik.json                 | 1026 +++---
 data/rom-kana/standard.json             |  474 +--
 data/rom-kana/tut-code-touch16plus.json |   20 +-
 data/rom-kana/tut-code.json             | 5280
 ++++++++++++++++---------------
 libskk/rom-kana.vala                    |   73 +-
 8 files changed, 4619 insertions(+), 4583 deletions(-)

commit cf33140fecd36c9058296a926c3d3baade1ff333
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 16:33:17 2011 +0900

    Reuse Regex in numeric conversion.

 libskk/context.vala |  1 +
 libskk/state.vala   | 85
 +++++++++++++++++++++++++++++------------------------
 2 files changed, 48 insertions(+), 38 deletions(-)

commit 3c685dac9df62458fa5e8c8faa583a70c0b772bf
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 16:18:30 2011 +0900

    Rename tut-code-touch16.json to tut-code-touch16plus.json.

 data/rom-kana/Makefile.am                                          | 2 +-
 data/rom-kana/{tut-code-touch16.json => tut-code-touch16plus.json} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 72c05a2696cda0fc9fa38b24560e83b1cecfddfe
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 16:01:04 2011 +0900

    Fix ACT and TUT-code rom-kana rule files.

 data/rom-kana/act.json              | 1314 ++++-----
 data/rom-kana/tut-code-touch16.json |   22 +-
 data/rom-kana/tut-code.json         | 5282
 +++++++++++++++++------------------
 3 files changed, 3309 insertions(+), 3309 deletions(-)

commit 81736400c95a6e7c026eb8674e6d91b49ce171f4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 15:46:23 2011 +0900

    Fix valac warnings.

 libskk/state.vala     | 16 ++++++++++++----
 libskk/user-dict.vala |  5 ++++-
 libskk/util.vala      |  2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)

commit 7b289f6bba3bd9121ec7aa844e77793f0ac3beab
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 15:42:01 2011 +0900

    Fix the last commit.

 libskk/rom-kana.vala | 3 ---
 1 file changed, 3 deletions(-)

commit dc805a9107c2a952820b70af2007e22e56cf2851
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 15:36:58 2011 +0900

    Support ACT and TUT-code (experimental).

 data/rom-kana/Makefile.am           |    8 +-
 data/rom-kana/act.json              |  663 +++++++++
 data/rom-kana/tut-code-touch16.json |   16 +
 data/rom-kana/tut-code.json         | 2643
 +++++++++++++++++++++++++++++++++++
 4 files changed, 3329 insertions(+), 1 deletion(-)

commit 02dfdda93394288c3ef42d940661ae674b3e1ff6
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 15:36:33 2011 +0900

    Update rom-kana format spec.

 data/rom-kana/README.rom-kana | 31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)

commit 1bfe5474d18ee78f49d0db867fa015b2ba9635ec
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Dec 2 10:19:47 2011 +0900

    Compact rom-kana rules.

 data/rom-kana/Makefile.am     |    1 +
 data/rom-kana/README.rom-kana |   43 ++
 data/rom-kana/azik.json       |  980
 +++++++++++++++++++--------------------
 data/rom-kana/kzik.json       | 1028
 ++++++++++++++++++++---------------------
 data/rom-kana/standard.json   |  476 +++++++++----------
 libskk/context.vala           |   12 +
 libskk/rom-kana.vala          |   61 ++-
 libskk/util.vala              |    4 +-
 tests/context.c               |    1 +
 tests/file-dict.c             |    1 +
 tests/kana-kan.c              |    1 +
 tests/rom-kana.c              |    1 +
 tests/user-dict.c             |    1 +
 13 files changed, 1345 insertions(+), 1265 deletions(-)

commit c35b9e6e38273cf356f75abb6d643cf2502cef06
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 1 18:19:17 2011 +0900

    Untabify rom-kana rules.

 .dir-locals.el              |    3 +-
 data/rom-kana/azik.json     |  978
 ++++++++++++++++++++---------------------
 data/rom-kana/kzik.json     | 1026
 +++++++++++++++++++++----------------------
 data/rom-kana/standard.json |  472 ++++++++++----------
 4 files changed, 1240 insertions(+), 1239 deletions(-)

commit 9c826877e9857e86d7be308860a1004f07bfecfd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 1 17:50:32 2011 +0900

    Support AZIK.

 data/rom-kana/Makefile.am |   2 +-
 data/rom-kana/azik.json   | 495
 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 496 insertions(+), 1 deletion(-)

commit 40715715ef68709cafaf7113e245171dde4039be
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 1 17:42:05 2011 +0900

    Make rom-kana rule format extensible.

 data/rom-kana/kzik.json     | 1207
 +++++++++++++++++++------------------------
 data/rom-kana/standard.json |  478 ++++++++---------
 libskk/rom-kana.vala        |   83 ++-
 3 files changed, 823 insertions(+), 945 deletions(-)

commit 07c9adcd033b5a00ecf11981c01494c3a2585c6c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 1 14:43:53 2011 +0900

    Support CDB dictionary.

 libskk/Makefile.am    |   1 +
 libskk/cdb-dict.vala  | 138
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/file-dict.vala |   2 -
 libskk/skkserv.vala   |   2 +-
 libskk/state.vala     |   2 +-
 5 files changed, 141 insertions(+), 4 deletions(-)

commit 91574a6e2e62bfffebe5145162b5bd9a2f4cf556
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Dec 1 11:05:27 2011 +0900

    Factor out mmap related code to util.vala.

 libskk/file-dict.vala | 60
 +++++++++++++--------------------------------------
 libskk/util.vala      | 55 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+), 45 deletions(-)

commit 37d273a93985603b1cde9951d48a173e7339ca2a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 30 17:37:14 2011 +0900

    Adopt intltool.

 Makefile.am         |  2 +-
 configure.ac        | 10 +++++++++-
 libskk/Makefile.am  |  3 +++
 libskk/context.vala |  2 +-
 libskk/state.vala   |  9 ++++++---
 po/LINGUAS          |  1 +
 po/POTFILES.in      |  3 +++
 po/POTFILES.skip    |  2 ++
 po/ja.po            | 25 +++++++++++++++++++++++++
 9 files changed, 51 insertions(+), 6 deletions(-)

commit fcbb0c8d688f1fbb2043b37fe42caec92d23c4c7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 30 17:12:44 2011 +0900

    Add doc references in README.

 README | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 1969d46359f9eb1ce1278361c41649427229ba66
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 30 16:35:06 2011 +0900

    Fix for valadoc.

 docs/Makefile.am    |  2 +-
 libskk/dict.vala    | 19 ++++++++++++++++++-
 libskk/skkserv.vala |  3 ++-
 3 files changed, 21 insertions(+), 3 deletions(-)

commit c631cdcbca63c75fb0cd93dbf73e57bb1692270f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 30 13:24:52 2011 +0900

    Bump version to 0.0.1.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2dfe11193461c8e22a401d6cb8f5a7805ead0a70
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 30 13:24:15 2011 +0900

    Support dictionary reloading.

 docs/Makefile.am      |  2 +-
 libskk/candidate.vala |  5 +++--
 libskk/context.vala   | 20 +++++++++++++++++---
 libskk/state.vala     |  6 ++++--
 4 files changed, 25 insertions(+), 8 deletions(-)

commit 4344785eee27e71857f799c9666db4022858d7da
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 30 11:10:09 2011 +0900

    Harden file-dict completion.

 libskk/candidate.vala |  2 ++
 libskk/dict.vala      |  5 +++
 libskk/file-dict.vala | 86
 +++++++++++++++++++++++++++++++--------------------
 libskk/skkserv.vala   |  4 ++-
 libskk/state.vala     |  1 -
 libskk/user-dict.vala | 16 +++++-----
 tests/context.c       | 10 +++---
 7 files changed, 76 insertions(+), 48 deletions(-)

commit 2ef2c9736476112490fd4e754ba667d71fcc07e8
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 30 10:09:10 2011 +0900

    Rearrange the code for valadoc.

 libskk/Makefile.am    |   1 +
 libskk/candidate.vala | 211
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/context.vala   | 101 +-----------------------
 libskk/dict.vala      |  94 ----------------------
 libskk/kana-kan.vala  |  95 ++++++++++++-----------
 libskk/rom-kana.vala  |   3 +
 6 files changed, 268 insertions(+), 237 deletions(-)

commit 848a677d1c13894ff54a12828667f5dfa375f3eb
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 17:52:36 2011 +0900

    Hide CandidateList#clear().

 libskk/context.vala | 57
 +++++++++++++++++++++++++++++++++++------------------
 libskk/dict.vala    |  7 +++++++
 libskk/state.vala   | 28 +++++++++++++++-----------
 3 files changed, 61 insertions(+), 31 deletions(-)

commit 5d9ba01ecf795158995c3cae6a2d09102bc2121b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 15:09:32 2011 +0900

    Fix off-by-one in file-dict binary search.

 libskk/file-dict.vala | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 25d3e5ffa53c9ca9348912d2ad07253520989fb2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 14:56:33 2011 +0900

    Fix loading rom-kana rule.

 libskk/rom-kana.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3cca4041b67590343daae6240d0732915805d58f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 14:51:31 2011 +0900

    Throw exception on failure when loading/saving dictionaries.

 libskk/context.vala   |  14 ++++-
 libskk/dict.vala      |   6 +-
 libskk/encoding.vala  |   3 +-
 libskk/file-dict.vala |  43 ++++++++------
 libskk/user-dict.vala | 162
 +++++++++++++++++++++++++-------------------------
 tests/user-dict.c     |   5 +-
 6 files changed, 123 insertions(+), 110 deletions(-)

commit 69c18c384dcedf16239fa37d6b6ab9343cc3aec7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 13:06:20 2011 +0900

    Use etag instead of mtime to detect file-dict modification.

 libskk/file-dict.vala | 22 ++++++++++++----------
 libskk/user-dict.vala | 15 +++++++++------
 2 files changed, 21 insertions(+), 16 deletions(-)

commit b701728b321c2ac9d7517cfc8153500cfbaa4ac0
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 12:58:20 2011 +0900

    Fix make distcheck.

 Makefile.am                             |  2 +-
 configure.ac                            |  4 +++-
 data/Makefile.am                        |  1 +
 data/rom-kana/Makefile.am               |  2 ++
 {libskk => data/rom-kana}/kzik.json     |  0
 {libskk => data/rom-kana}/standard.json |  0
 docs/Makefile.am                        |  3 +++
 libskk/Makefile.am                      |  9 +++------
 libskk/config.vapi                      |  2 +-
 libskk/context.vala                     |  2 +-
 libskk/file-dict.vala                   |  1 -
 libskk/rom-kana.vala                    | 28 ++++++++++++++++++++++++++--
 tests/Makefile.am                       |  6 +++++-
 tests/common.c                          |  2 +-
 tests/file-dict.c                       |  4 +---
 15 files changed, 48 insertions(+), 18 deletions(-)

commit aee86ade9338071af18aeb168954bdf7c9af38a4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 12:01:51 2011 +0900

    Fix numeric conversion without numerals.

 libskk/context.vala   |  4 ++--
 libskk/state.vala     | 15 +++++++++++++--
 libskk/user-dict.vala | 19 ++++++++++++++++---
 libskk/util.vala      |  7 ++-----
 tests/context.c       |  2 ++
 5 files changed, 35 insertions(+), 12 deletions(-)

commit d04445defe03765b265ee6826e79b3d2e9a085ee
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 10:57:47 2011 +0900

    Use GIO for accessing user dictionary.

 libskk/user-dict.vala | 140
 ++++++++++++++++++++++++++------------------------
 1 file changed, 72 insertions(+), 68 deletions(-)

commit 5a3f93af7c346c86197f601e17deb2d13f205215
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 29 09:58:09 2011 +0900

    Fix learning numeric conversion.

 libskk/dict.vala  | 21 ++++++++++++++++++++-
 libskk/state.vala |  6 +++---
 tests/common.c    | 12 ++++++------
 tests/context.c   |  6 ++++--
 4 files changed, 33 insertions(+), 12 deletions(-)

commit 9a33278c34e11c595e616d05c980e794b65cd8f4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 28 19:10:15 2011 +0900

    Add some comment to the mmap code.

 libskk/file-dict.vala | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit b02e41df079c32d8b92a2dfcc5d20d9a1df422b5
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 28 18:46:48 2011 +0900

    Use mmap.

 libskk/file-dict.vala | 255
 +++++++++++++++++++++++++++++++++-----------------
 1 file changed, 168 insertions(+), 87 deletions(-)

commit cd37b296cce8697734b3a138182e001ad6f56eba
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 28 12:08:59 2011 +0900

    Support numeric conversion.

 libskk/dict.vala  |  3 ++
 libskk/state.vala | 90
 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 libskk/util.vala  | 88
 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 tests/context.c   | 17 +++++++++++
 4 files changed, 194 insertions(+), 4 deletions(-)

commit 2849f3d25f2c8a70719da37458b605ca9bddf30f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Nov 26 09:31:11 2011 +0900

    Fix "K a n J i" conversion.

 libskk/rom-kana.vala |  8 ++++++--
 libskk/state.vala    | 11 ++++++++---
 tests/context.c      |  1 +
 3 files changed, 15 insertions(+), 5 deletions(-)

commit 308ce75aa9d3277bb9a23daf28fbe9a09b7d6ea8
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Sat Nov 26 06:23:50 2011 +0900

    Add warning messages.

 .gitignore            |  1 -
 libskk/context.vala   | 38 ++++++++++++++++++++------------------
 libskk/file-dict.vala |  5 +++++
 libskk/state.vala     |  6 +++++-
 libskk/user-dict.vala | 29 +++++++++++++++++++++++------
 5 files changed, 53 insertions(+), 26 deletions(-)

commit 639e9bacb2d428523fec7ef97ff914c0b85008a4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 25 21:25:36 2011 +0900

    Add missing config.vapi.

 libskk/config.vapi | 8 ++++++++
 1 file changed, 8 insertions(+)

commit daf07f498e2d284bfc392cd432410b1003b23c4b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 25 18:14:30 2011 +0900

    Fix minor warnings.

 libskk/context.vala  |  5 +++--
 libskk/rom-kana.vala | 14 +++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

commit 8c1ee4a3c090c2183738fe600b45d0125b081bdd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 25 18:08:35 2011 +0900

    Uniquify candidates when adding them to CandidateList.

 libskk/context.vala | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 85346ad077a9b01fbfe2ec5f393ae789480aeff5
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 25 17:25:48 2011 +0900

    Fix user-dict encoding.

 libskk/context.vala   | 36 ++++++++++++++++++++++++++++++------
 libskk/state.vala     |  2 +-
 libskk/user-dict.vala | 10 ++++++----
 3 files changed, 37 insertions(+), 11 deletions(-)

commit 88e92657716d24caf8bf8ef6901d2a6bf2cb8767
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 25 16:47:10 2011 +0900

    Fix skkserv support.

 libskk/skkserv.vala | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

commit 3b78e747fecee3dbdab538465334083ea1d12728
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 25 11:13:42 2011 +0900

    Load rom-kana rule from JSON file.

 configure.ac         |   2 +-
 libskk/Makefile.am   |  13 +-
 libskk/context.vala  |   9 +
 libskk/kzik.json     | 688
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/rom-kana.vala | 288 ++++-----------------
 libskk/standard.json | 238 ++++++++++++++++++
 libskk/state.vala    |  10 +
 tests/context.c      |  17 ++
 8 files changed, 1018 insertions(+), 247 deletions(-)

commit 9b251582212254259f606ffbe5daa6e26ce4de2f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 24 18:15:20 2011 +0900

    Support egg-like-newline.

 libskk/context.vala | 12 ++++++++++++
 libskk/state.vala   |  6 +++++-
 tests/context.c     |  6 +++---
 3 files changed, 20 insertions(+), 4 deletions(-)

commit c437c8a16705e783f9805389b89bcdd5d2ebdb64
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 24 15:46:21 2011 +0900

    Export period style to Context from RomKanaConverter.

 libskk/context.vala | 12 ++++++++++++
 libskk/state.vala   | 24 +++++++++++++++++-------
 2 files changed, 29 insertions(+), 7 deletions(-)

commit 475391df1ec6e19d48fb954fa29960563299d96a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 24 12:21:04 2011 +0900

    Support auto conversion.

 libskk/context.vala | 12 ++++++++++++
 libskk/state.vala   | 47 ++++++++++++++++++++++++++++++++++++++++++++---
 tests/context.c     | 16 ++++++++++++++++
 3 files changed, 72 insertions(+), 3 deletions(-)

commit e90854ddf2af9cb0c1e1531e22792f84109dd0e4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 21 12:17:19 2011 +0900

    Don't handle control characters in latin input mode.

 libskk/state.vala | 16 +++++++++++-----
 tests/context.c   |  3 ++-
 2 files changed, 13 insertions(+), 6 deletions(-)

commit 343e19def73ac6ced69248be324eaf93f81e8eda
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 21 11:28:40 2011 +0900

    Emit notify signal on input mode change.

 libskk/context.vala | 3 +++
 1 file changed, 3 insertions(+)

commit e68ce910f8b3a208bb8571174ba53ff3739125f5
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 21 11:28:24 2011 +0900

    Fix conversion from katakana to kanji.

 libskk/state.vala | 2 +-
 tests/context.c   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit d2613879a072c37f5c0c72892721e77d4cfabadd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 18 17:59:08 2011 +0900

    Remove useless modifiers.

 libskk/key-event.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c77fd0dba09604c72ea8b317cfd3a5361f8ef1cd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 18 17:28:36 2011 +0900

    Fix some mistakes.

 libskk/context.vala  | 38 +++++++++++++++++++++++++++++++++-----
 libskk/rom-kana.vala |  2 +-
 libskk/state.vala    | 49
 +++++++++++++++++++++++++++++++------------------
 tests/context.c      |  4 +++-
 4 files changed, 68 insertions(+), 25 deletions(-)

commit e6074749d30317d06246301a78b11680b3d173e2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Nov 18 12:20:48 2011 +0900

    Factor out CandidateList from State.

 libskk/context.vala | 50
 ++++++++++++++++++++++++++++++++++++++++++++++++--
 libskk/state.vala   | 36 ++++++++++++++++--------------------
 2 files changed, 64 insertions(+), 22 deletions(-)

commit 72d2d825d5043abb3c61be93e12028a10ad0ca76
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 18:12:46 2011 +0900

    Check if rom-kana converter successfully consumed a character.

 libskk/context.vala  | 32 +++++++++++----------
 libskk/rom-kana.vala | 11 ++++++--
 libskk/state.vala    | 78
 +++++++++++++++++++++++++++++++---------------------
 tests/context.c      |  5 ++++
 4 files changed, 78 insertions(+), 48 deletions(-)

commit 9327c87e88808438e87baa90249f67808ddc3ad7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 16:00:41 2011 +0900

    Add doc comments.

 libskk/context.vala   | 52
 +++++++++++++++++++++++++++++++++++++++++++++------
 libskk/dict.vala      | 15 +++++++++++++++
 libskk/file-dict.vala | 12 ++++++++++++
 libskk/rom-kana.vala  | 37 ++++++++++++++++++++++++++++++++----
 libskk/skkserv.vala   | 25 +++++++++++++++++++++++++
 libskk/user-dict.vala | 21 +++++++++++++++++++++
 6 files changed, 152 insertions(+), 10 deletions(-)

commit aa6abe7d818cb59e2654a2f3efe0767d958ca2a4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 13:56:17 2011 +0900

    Split AbbrevStateHandler out of StartStateHandler.

 libskk/context.vala |  2 ++
 libskk/state.vala   | 85
 +++++++++++++++++++++++++++++++++++------------------
 2 files changed, 59 insertions(+), 28 deletions(-)

commit bc2e4b12a284b3289ca0d4a1c72bc98283db2d78
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 13:40:41 2011 +0900

    Fix libskk.h installation.

 libskk/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3187f39ee962c0de238d94cc3b4383198615c330
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 11:52:59 2011 +0900

    Fix vapi installation.

 libskk/Makefile.am  | 3 +++
 libskk/skk-1.0.deps | 4 ++++
 2 files changed, 7 insertions(+)

commit 235f606b446d6c41e2ef23e0cafc6a852058142e
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 11:43:59 2011 +0900

    Fix pkgconfig stuff.

 libskk/Makefile.am  | 6 +++++-
 libskk/libskk.pc.in | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 654c77606347e4fd28d0dbff6d37b06a41bbd390
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 11:06:41 2011 +0900

    Support kuten input.

 libskk/context.vala   |   2 +
 libskk/state.vala     | 100
 ++++++++++++++++++++++++++++++++++++++++++++++----
 libskk/user-dict.vala |   2 +-
 tests/context.c       |  19 ++++++++++
 4 files changed, 115 insertions(+), 8 deletions(-)

commit 7d5ba2c9fcab57dd811c5291cf5c502f20ad39f3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 17 09:46:05 2011 +0900

    Add missing tests/user-dict.c.

 tests/user-dict.c | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 76c9eb7ea0ef25ef396f84ab42614ef787fb6911
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 18:36:56 2011 +0900

    Make sure to remove user-dict.dat before running each test.

 libskk/state.vala   | 34 ++++++++++++++++++++--------------
 tests/common.c      |  3 +++
 tests/context.c     |  5 +----
 tests/user-dict.dat |  2 --
 4 files changed, 24 insertions(+), 20 deletions(-)

commit c85a57c5fcdb8da2c370c21e4816a5eacc1c570f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 18:16:13 2011 +0900

    Support purge dictionary entry.

 libskk/state.vala     | 20 ++++++++++++++++++--
 libskk/user-dict.vala | 18 ++++++++++--------
 tests/context.c       | 10 ++++++++++
 3 files changed, 38 insertions(+), 10 deletions(-)

commit 34aa2665b8def41eb43728ebfbfd31418ef98bcf
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 17:25:44 2011 +0900

    Fix dictionary saving.

 libskk/context.vala   | 13 +++++++++++--
 libskk/dict.vala      |  2 +-
 libskk/state.vala     |  4 ++--
 libskk/user-dict.vala | 14 +++++++-------
 tests/context.c       |  2 ++
 5 files changed, 23 insertions(+), 12 deletions(-)

commit 7770551d6e2a9943f598b3551776256e16c84958
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 16:48:25 2011 +0900

    Add recursive-edit signals for dict-edit.

 libskk/context.vala   | 55
 ++++++++++++++++++++++++---------------------------
 libskk/kana-kan.vala  |  4 ++--
 libskk/skkserv.vala   |  2 +-
 libskk/state.vala     | 21 ++++++++++++++------
 libskk/user-dict.vala |  8 +++++---
 5 files changed, 49 insertions(+), 41 deletions(-)

commit 4544faa8c4ee87976cde915ffc82aff159c30318
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 15:55:38 2011 +0900

    Switch to valadoc from directly calling gtk-doc.

 Makefile.am           |   8 +++-
 configure.ac          |  22 ++++++++++-
 docs/Makefile.am      | 101
 +++++++++++++++++++++++++++++++++++++++++++++-----
 libskk/context.vala   |  49 ++++++++++++------------
 libskk/dict.vala      |  79 +++++++++++++++------------------------
 libskk/file-dict.vala |  14 +++----
 libskk/rom-kana.vala  |  67 ++++++++++++++-------------------
 libskk/state.vala     |   9 -----
 libskk/user-dict.vala |  14 +++----
 9 files changed, 215 insertions(+), 148 deletions(-)

commit d98848d46424b7b86a1f18683692967e0f0b299f
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 13:18:55 2011 +0900

    Support dict-edit.

 libskk/context.vala | 68
 +++++++++++++++++++++++++++++++++++++----------------
 libskk/state.vala   |  9 +++++--
 tests/context.c     | 23 ++++++++++++++++++
 3 files changed, 78 insertions(+), 22 deletions(-)

commit 1feeb945394c2a301f7768d5293306aada6ac44c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 11:50:38 2011 +0900

    Support abbrev.

 libskk/state.vala | 81
 ++++++++++++++++++++++++++++++++++++++++---------------
 libskk/util.vala  | 14 ++++++++++
 tests/context.c   | 24 +++++++++++++++++
 3 files changed, 98 insertions(+), 21 deletions(-)

commit 7cdfa4648b3134238ad1d520ef40941150e33068
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Nov 16 10:32:18 2011 +0900

    Include modified SKK-JISYO.S for testing.

 tests/Makefile.am   |    8 +-
 tests/common.c      |   46 +
 tests/common.h      |   20 +
 tests/context.c     |   50 +-
 tests/file-dict.c   |    2 +-
 tests/file-dict.dat | 3417
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/user-dict.dat |    2 +
 7 files changed, 3493 insertions(+), 52 deletions(-)

commit 37cc1ba7f17c5b19ac6d073732dbcbef4318bd7d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Nov 15 16:24:14 2011 +0900

    Add support for skkserv and completion.

 libskk/Makefile.am    |   1 +
 libskk/dict.vala      |   7 ++-
 libskk/file-dict.vala |  46 ++++++++++++-----
 libskk/skkserv.vala   | 135
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/state.vala     |  32 ++++++++++++
 libskk/user-dict.vala |   4 ++
 tests/context.c       |  19 +++++++
 7 files changed, 231 insertions(+), 13 deletions(-)

commit 4539e72b4b258a920ce2fb170faf59c16c0fa5c3
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 14 18:24:32 2011 +0900

    Port some tests from ibus-skk's test.py.

 libskk/context.vala  |   9 +
 libskk/rom-kana.vala | 519
 +++++++++++++++++++++++++++------------------------
 libskk/state.vala    | 213 +++++++++++++++++----
 libskk/util.vala     |  36 +++-
 tests/context.c      | 198 +++++++++++++++++---
 5 files changed, 664 insertions(+), 311 deletions(-)

commit 0003d3a389e886736880d4a6d6d8da47ec650faa
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Nov 14 10:39:31 2011 +0900

    Disable kana-kan test.

 tests/Makefile.am | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 7d024f99899f65f79fa03e89d534760fdd3e5b6c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Nov 10 11:52:13 2011 +0900

    Add user dictionary support (WIP).

 libskk/Makefile.am    |   1 +
 libskk/context.vala   |   8 ++
 libskk/dict.vala      |  56 +++++++++-
 libskk/encoding.vala  |   3 +
 libskk/file-dict.vala |  10 +-
 libskk/user-dict.vala | 287
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/util.vala      |  26 ++---
 tests/Makefile.am     |   5 +-
 8 files changed, 379 insertions(+), 17 deletions(-)

commit 1b6131da6ce4836d819e1b3df261784dab3ca46a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Oct 27 11:50:41 2011 +0900

    Fix rom-kana conversion when there is carryover.

 libskk/rom-kana.vala |  1 +
 tests/context.c      |  2 +-
 tests/rom-kana.c     | 10 ++++++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

commit 8a0976eced53a4100240dfeef0698f11da8e3bf8
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 26 17:39:35 2011 +0900

    Implement input mode change.

 libskk/context.vala | 10 ++++++-
 libskk/state.vala   | 76
 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 tests/context.c     | 56 ++++++++++++++++++++++++++++++++++++---
 3 files changed, 134 insertions(+), 8 deletions(-)

commit 87f2b8b8253240d3ce758c1bc9a9f3004c25888b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Oct 20 09:44:53 2011 +0900

    Make sure to unref objects in the kana-kan test.

 tests/kana-kan.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 7215f069ba364cac53805e4608bb5bebb603cd24
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Oct 20 09:42:40 2011 +0900

    Derive KanaKan* from GLib.Object.

 libskk/kana-kan.vala | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d7497e8eca325c8c57601374a34fa5011a23737b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 19 21:58:43 2011 +0900

    Hide KanaKanConverter#viterbi().

 libskk/kana-kan.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a6ebe090021598babe024b118ad7de4db9e6a549
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 19 21:57:41 2011 +0900

    Require Vala 0.14.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dc9c65f3dcfb6d3a6a52e6319db55ca73e16460a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 19 18:37:23 2011 +0900

    Move UnicodeString to util.vala.

 libskk/kana-kan.vala | 21 ---------------------
 libskk/util.vala     | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 21 deletions(-)

commit 6913205d7472095b15a47f92482d04db7947ed16
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 19 18:15:43 2011 +0900

    Add naive kana-kanji converter.

 libskk/Makefile.am   |   1 +
 libskk/kana-kan.vala | 230
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/Makefile.am    |   5 +-
 tests/kana-kan.c     |  23 ++++++
 4 files changed, 258 insertions(+), 1 deletion(-)

commit 65585fe814075d7e8550df8ea2c5c8112838251c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 19 15:58:35 2011 +0900

    Rename converter.vala to encoding.vala.

 libskk/Makefile.am                       | 2 +-
 libskk/{converter.vala => encoding.vala} | 4 ++--
 libskk/file-dict.vala                    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 8a889062d2f5232aeb4777866cfeb7d191078af4
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 19 13:47:32 2011 +0900

    Add doc comments.

 libskk/context.vala   | 46 +++++++++++++++++++++++++++++++++++++-
 libskk/dict.vala      | 62
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 libskk/file-dict.vala | 12 ++++++++++
 3 files changed, 119 insertions(+), 1 deletion(-)

commit 48450264e3fc2a26259d29844866ef9e274e8cad
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Oct 19 12:21:51 2011 +0900

    Implement kana-kanji conversion.

    Represent key event as SkkKeyEvent instead of unichar; fix okuri-ari
    lookup in
    SkkFileDict; implement basic state transition between SkkStartState
    and
    SkkSelectState.

 libskk/Makefile.am    |   1 +
 libskk/context.vala   |  28 +++++++++-----
 libskk/file-dict.vala |   5 ++-
 libskk/key-event.vala |  62 ++++++++++++++++++++++++++++++
 libskk/rom-kana.vala  |  16 ++++++++
 libskk/state.vala     | 103
 ++++++++++++++++++++++++++++++++++++++++----------
 tests/context.c       |  38 +++++++++++++++++--
 tests/file-dict.c     |   6 +++
 8 files changed, 226 insertions(+), 33 deletions(-)

commit 07d792ca9ebbf36998231772af8794cea1764c24
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Oct 18 18:09:15 2011 +0900

    Add half/wide kana conversion utility.

 libskk/Makefile.am |   3 +-
 libskk/state.vala  |  24 ++++++--
 libskk/util.vala   | 169
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 189 insertions(+), 7 deletions(-)

commit 9a774d9e0f36c67417ea4b5c2f1fbd5a2f3423b7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Oct 18 16:59:42 2011 +0900

    Simplify SkkContext#process_key_event().

 libskk/context.vala | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit 03a6e9d3b11d2eda8b67aaefa619bc23e315e8aa
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Oct 17 17:52:18 2011 +0900

    Simplify SkkState interface.

 libskk/context.vala | 52 ++++++++++------------------------------
 libskk/state.vala   | 69
 +++++++++++++----------------------------------------
 tests/context.c     |  4 ++--
 3 files changed, 31 insertions(+), 94 deletions(-)

commit 885ae10a582bc3b6f76b0c7c2024a4ea08273a9c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Oct 17 17:32:51 2011 +0900

    Implement SkkState#get_preedit() for Start and Select states.

 libskk/context.vala | 12 ++++++------
 libskk/state.vala   | 40 ++++++++++++++++++++++++++++++++++++----
 tests/context.c     |  3 +++
 3 files changed, 45 insertions(+), 10 deletions(-)

commit b2d4b66681595f2befd290003a25bda4fefbb144
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Oct 17 10:07:56 2011 +0900

    Partially implement SkkState and SkkContext.

 .gitignore           |   2 +-
 README               |   4 +-
 libskk/context.vala  |  98 ++++++++++++++++++++++++++++++-----------
 libskk/rom-kana.vala |  41 +++++++++--------
 libskk/state.vala    | 122
 ++++++++++++++++++++++++++++++++-------------------
 tests/Makefile.am    |   5 ++-
 tests/context.c      |  34 ++++++++++++++
 tests/rom-kana.c     |   8 ++--
 8 files changed, 217 insertions(+), 97 deletions(-)

commit 24be44d9cf73cef0e6faf7cfbe6de96ef21c357b
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Oct 4 17:48:43 2011 +0900

    Initial import.

 .dir-locals.el        |   2 +
 .gitignore            |  36 ++++
 AUTHORS               |   0
 COPYING               | 502
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog             |   0
 INSTALL               | 365 ++++++++++++++++++++++++++++++++++++
 Makefile.am           |   2 +
 NEWS                  |   0
 README                |   3 +
 autogen.sh            |  25 +++
 configure.ac          |  55 ++++++
 docs/Makefile.am      |  12 ++
 libskk/Makefile.am    |  51 +++++
 libskk/context.vala   |  85 +++++++++
 libskk/converter.vala |  58 ++++++
 libskk/dict.vala      |  94 ++++++++++
 libskk/file-dict.vala | 170 +++++++++++++++++
 libskk/libskk.pc.in   |  29 +++
 libskk/rom-kana.vala  | 479
 +++++++++++++++++++++++++++++++++++++++++++++++
 libskk/state.vala     | 110 +++++++++++
 tests/Makefile.am     |  10 +
 tests/file-dict.c     |  29 +++
 tests/rom-kana.c      |  42 +++++
 23 files changed, 2159 insertions(+)
