commit e879ac43dfc0c023365fd53c24ae52acbf5ff5bf
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 15:47:20 2012 +0900

    Handle --help in the wrapper script.

 src/ibus-fep.in |    8 ++++++++
 src/main.vala   |   19 +++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

commit b31390f5cb4526c8cbb179814d83c34f31fb0d39
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 15:13:30 2012 +0900

    Bump version to 1.4.4 and require libfep-glib >= 0.0.7.

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

commit 24dc7fb06bc81264c0bd6ba9bae1479562773504
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 26 15:12:47 2012 +0900

    Rename $(pkglibexecdir)/fep -> $(libexecdir)/ibus-fep-client.

 src/Makefile.am |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

commit 02878069fb7a337f06977c9147caf3d27ab6d105
Author: TAKAHASHI Tamotsu <ttakah+github@gmail.com>
Date:   Fri Mar 23 13:52:54 2012 +0900

    Add -s option to specify preedit style.

    Also abolished fep.wrapper script.

 src/Makefile.am |   12 ++------
 src/client.vala |   33 ++++++++++++++++++++---
 src/ibus-fep.1  |   34 +++++++++++++++++-------
 src/ibus-fep.in |    4 +-
 src/main.vala   |   77
 +++++++++++++++++++++++++++++++++++++++++++++++-------
 5 files changed, 125 insertions(+), 35 deletions(-)

commit c27f1e67c590223f660414fe8dfefca13e80d31c
Author: TAKAHASHI Tamotsu <ttakah+github@gmail.com>
Date:   Tue Mar 13 10:23:12 2012 +0900

    Fix IBus.LookupTable.get_label usage.

    LookupTable.get_label takes a relative position from 0 to page_size-1,
    instead of an absolute position from cursor_pos to
    cursor_pos+page_size

 src/client.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8d9c8f0b20cd6dd246ddf2f31a24fd5399d548c9
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Mar 12 10:05:47 2012 +0900

    Proclaim the client can handle auxiliary text (Issue#4).

 src/client.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 48af1482b17d51d732be1d4807798068b2ddad59
Author: TAKAHASHI Tamotsu <ttakah+github@gmail.com>
Date:   Tue Mar 6 22:40:11 2012 +0900

    Fix .RI macro usage in man page.

    Whitespace needs to be escaped when .RI is used.

 src/ibus-fep.1 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e91308cb2f49d4e5550b31d124acdc0a550c9c0d
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Mar 1 12:31:20 2012 +0900

    Update README.

 README |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 9a622ad95b5efb292cf5c16e213fc0aaee9bf928
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Mar 1 12:30:42 2012 +0900

    Check global-engine-changed signal.

 src/client.vala |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit f651249407a12f0c7126766bc217f97059aca957
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 16 12:41:59 2012 +0900

    Fix typo.

 README         |    8 ++++----
 src/ibus-fep.1 |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 9e2593ed50a66ad65a4f6b409dd36921d9f0c222
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 16 11:23:05 2012 +0900

    Bump version to 1.4.3.

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

commit 1f9ea8143d587255331061fb630b26478ac1aa18
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 16 10:05:27 2012 +0900

    Mention that some keys (Hiragana_Katakana, etc.) are not recognized.

    Also mention that dbus-daemon must be running before ibus-daemon
    is started.

 README |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 7e8501fbd647f66889cd8ed14951047f58b18f66
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 16 10:00:33 2012 +0900

    Refactor the last commit.

 configure.ac    |    2 +-
 src/client.vala |   46 +++++++++++++++++++++++++++-------------------
 2 files changed, 28 insertions(+), 20 deletions(-)

commit a52136b89732b5bff9466a04a9cf502632c1e2fc
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 16 07:41:05 2012 +0900

    Use preprocessor macro to enable/disable ibus-1.5 code.

 configure.ac    |    3 +++
 src/Makefile.am |    4 ++++
 src/client.vala |   46 +++++++++++++++++++++++++++-------------------
 3 files changed, 34 insertions(+), 19 deletions(-)

commit cf8d01717403d3fc1115b6bbbfcc502885b9f1cd
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 15 22:04:17 2012 +0900

    More fix for ibus-1.4.

 src/client.vala |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 882be12c2e7eca6cf66875758d323d6749505d67
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 15 12:58:01 2012 +0900

    Bump version to 1.4.2.

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

commit 1f9571d8902931e1e22f10709a2af6a83ea34737
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 15 14:57:35 2012 +0900

    Update man page.

 src/ibus-fep.1 |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 02a7f0e52d1df83e75f66e8dc459429b9f04ecaa
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 15 13:33:43 2012 +0900

    Update comment about ibus-1.5 changes.

 src/client.vala |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 5c3e0422cd1d1a37d23c43c6649d9bb2dd0792ba
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 15 12:57:47 2012 +0900

    Update README.

 README |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit aad7898fbd630f6af9fde32cdc9d90820da27472
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 15 12:15:02 2012 +0900

    Use ibus hotkeys instead of custom trigger.

 README             |   21 +++++-------
 src/client.vala    |   89
 ++++++++++++++++++++--------------------------------
 src/fep.wrapper.in |    2 +-
 src/ibus-1.0.vapi  |    2 +-
 src/ibus-fep.in    |   32 ------------------
 src/main.vala      |   10 ------
 6 files changed, 45 insertions(+), 111 deletions(-)

commit 92c38769f4c9d702cfef8cc35606bf5da2c279e2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 14:07:23 2012 +0900

    Don't use ibus_input_context_{enable,disable}.

 src/client.vala |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

commit e8ba97534cf7ca508cec387d379822103168c295
Merge: 4984987 b05fd19
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 11:47:09 2012 +0900

    Merge branch 'master' of github.com:ueno/ibus-fep

commit 49849874eafed559f034a47cde82e840717b7562
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 11:45:49 2012 +0900

    Add ja.po.

 po/LINGUAS    |    1 +
 po/ja.po      |   35 +++++++++++++++++++++++++++++++++++
 src/main.vala |    8 ++++----
 3 files changed, 40 insertions(+), 4 deletions(-)

commit e5b1fb0462c067455f57df4f40825095bc11c9b7
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 11:40:40 2012 +0900

    Bump version to 1.4.1.

 configure.ac |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

commit 7fe4b31521d4bf42ffb562e1e2bb9a27de6b17fa
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 11:38:24 2012 +0900

    Minor code cleanup.

 Makefile.am  |    5 ++++-
 configure.ac |    1 -
 2 files changed, 4 insertions(+), 2 deletions(-)

commit b05fd19c5fedf618185df02313167d080cfaf0bc
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 07:14:59 2012 +0900

    Update README.

 README |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

commit 59aefb592f2b8e88acdfdf887651afeda24d270c
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 07:14:32 2012 +0900

    Add manpage.

 src/Makefile.am |    2 ++
 src/ibus-fep.1  |   24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

commit ed102c356738be172b91c7e3f057596527e106ff
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Fri Feb 10 07:07:56 2012 +0900

    Show EngineDesc.name as a indicator unless EngineDesc.symbol is
    available.

 src/client.vala |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit f2c2ace19f50d15b7b5272277bf7373249378033
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 9 19:12:28 2012 +0900

    Prepare for the release.

 README             |   40 +++++++++++++++++++++++++++++++---------
 src/client.vala    |   28 ++++++++++++++++++----------
 src/fep.wrapper.in |    4 ++--
 src/ibus-fep.in    |    4 ++--
 src/main.vala      |    4 ++--
 5 files changed, 55 insertions(+), 25 deletions(-)

commit bc4ce64768fd14e7970953f41360e84159b186f9
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 9 18:56:55 2012 +0900

    Fix clean rebuild.

 Makefile.am      |    2 +-
 m4/Makefile.am   |   26 ++++++++++++++++++++++++++
 po/POTFILES.in   |    3 +++
 po/POTFILES.skip |    3 +++
 4 files changed, 33 insertions(+), 1 deletions(-)

commit 56b882d17e1be9ffc2f1f59aec4229a8659f002e
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 9 17:23:46 2012 +0900

    Read toggle shortcut from IBus.Config.

 src/client.vala   |   21 +++++++++++++++++++--
 src/ibus-1.0.vapi |    2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)

commit 2c5cea2f2b4d6560b23114bac985cf52c1a917f1
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Thu Feb 9 16:55:05 2012 +0900

    Decorate preedit and selected candidate with SGR.

 src/client.vala |   50 +++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 41 insertions(+), 9 deletions(-)

commit ee85afd8f762a3f93256ad03eb3961506c45d44a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 8 18:25:26 2012 +0900

    Support toggle IME.

 src/client.vala |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

commit dffec006573bfb3db05589af5fe283bf4911a8d2
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Wed Feb 8 18:09:33 2012 +0900

    Show candidates at the status line.

 src/client.vala |   67
 +++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 58 insertions(+), 9 deletions(-)

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

    Use Fep.GClient.send_text instead of send_data.

 src/client.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea48f8f267141b3c94cb5a7f4036ec9dfcbf38a5
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Feb 7 11:56:18 2012 +0900

    Refine shell script.

 src/fep.wrapper.in |   20 --------------------
 src/ibus-fep.in    |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 20 deletions(-)

commit 6e85115babb6c42987ea6bf830b8b45ee052d60a
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Feb 7 11:45:13 2012 +0900

    Use inheritance from Fep.GClient.

 src/Makefile.am |    2 +-
 src/client.vala |   94
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/fep.vala    |   96
 -------------------------------------------------------
 src/main.vala   |   13 ++++++--
 4 files changed, 105 insertions(+), 100 deletions(-)

commit 306034c42e62d03f5f18e42461b3ca74847440df
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Tue Feb 7 11:19:48 2012 +0900

    Follow libfep API change.

 src/fep.vala |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 4325e56646b8ff43a61b44095fd873476bd4d331
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Feb 6 19:05:06 2012 +0900

    Untabify source code; add .dir-locals.el.

 .dir-locals.el |    3 +
 README         |    3 +
 src/fep.vala   |  130
 ++++++++++++++++++++++++++++----------------------------
 src/main.vala  |   62 +++++++++++++-------------
 4 files changed, 102 insertions(+), 96 deletions(-)

commit e63081bf8fe696370bf8e6bc66c0ca3bd10797da
Author: Daiki Ueno <ueno@unixuser.org>
Date:   Mon Feb 6 18:53:47 2012 +0900

    Initial import.

 COPYING            |  674 ++++++++
 Makefile.am        |   59 +
 README             |   13 +
 autogen.sh         |   25 +
 configure.ac       |   91 +
 git.mk             |  206 +++
 src/Makefile.am    |   67 +
 src/config.vapi    |   11 +
 src/fep.vala       |   97 ++
 src/fep.wrapper.in |   46 +
 src/ibus-1.0.deps  |    1 +
 src/ibus-1.0.vapi  | 4743
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/ibus-fep.in    |   21 +
 src/main.vala      |   60 +
 14 files changed, 6114 insertions(+), 0 deletions(-)
