commit fd9afdbdc979c8b0be9c6bd08a7bcf92349f07b0
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 30 13:18:26 2013 +0900

    Add contributors' name to NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.5 to 1.8.6): Add contributors' name.

commit 226da9b46b3b874922743fcb6a70d22e651bab19
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 30 13:10:09 2013 +0900

    Update RELNOTE.
    
    * RELNOTE
      - Update.

commit 4283708fb993256ef74995ac9a87677eb32bb180
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 30 12:56:49 2013 +0900

    Change a sentence in RELNOTE.
    
    * RELNOTE
      - Change a sentence.

commit db3a94e2cf3c5cddf5091467bb3561743a22c2c0
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 30 12:48:57 2013 +0900

    Update RELNOTE.
    
    * RELNOTE
      - Update from 1.8.5 to 1.8.6.

commit 3d312c3a8a72e37fabc72cdd14b3bc272a68adaa
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 30 12:25:59 2013 +0900

    Add an item on uim-tutcode to NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.5 to 1.8.6): Add an item on uim-tutcode.

commit 11266574e6b2d75f07647e6892030744c1ae026b
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 30 12:19:55 2013 +0900

    Update copyright.

commit 5acdf4eda67ce07676c4ba03c1d98ce054a51858
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed Jun 26 22:00:58 2013 +0900

    Add a section for 1.8.6.
    
    * NEWS
      - (Overview of changes from 1.8.5 to 1.8.6): New section.

commit 37c9bbf1aa5424077e7e19f8557a078738b790a7
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 16 18:34:22 2013 +0900

    Add "m17nlib-use-candidate-window?" option to the m17nlib module.
    
    * scm/m17nlib-custom.scm
      - Use "m17nlib-use-candidate-window?" option.
    * scm/m17nlib.scm
      - Define "m17nlib-use-candidate-window?" option
        based on the patch by icy in #25.

commit 68949a1e87f2dc2b2a86eca9d3272ca153f88aa0
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Wed Jun 26 21:08:44 2013 +0900

    Update trycode-rule.
    
    * scm/trycode.scm
      - (trycode-rule): Update: add 2 kanji.

commit a95360aebc94897e1c80afecf57c779ab0127d50
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Tue Jun 25 22:30:16 2013 +0900

    Avoid a crash when a Canna server name is specified.
    
    * scm/cannav3-socket.scm
      - (canna-lib-open-with-server): Apply the patch by Kouichi ONO
        in Debian BTS. When a Canna server name is specified, use the server.

commit 5b757432174f990a7ef63208a9ae24b8227d4b3f
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Mon Apr 15 07:06:53 2013 -0700

    Merge pull request #24 from tagoh/master
    
    Add XDG_RUNTIME_DIR support

commit d073233fabbe6537c2bd5bbd5ec9d6b3432211aa
Author: naota <naota@elisp.net>
Date:   Thu Apr 4 18:49:16 2013 +0900

    LINGUAS should list language name on each line
    
    intltool's Makefile.in.in looks up specified language code using:
    
    http://bazaar.launchpad.net/~intltool/intltool/trunk/view/head:/Makefile.in.in#L59
    > USER_LINGUAS=(snip)if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`"(snip)
    
    This code snippet means that LINGUAS is expected to list each
    supported language name on each line one by one.
    
    This patch simply fix current LINGUAS to follow such manner and
    let translation files properly generated.

commit f8a52f26b6740e96551faab06137983300b28343
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 31 19:51:12 2013 +0900

    Dump version post release.
    
    * configure.ac
      - dump version.

commit 7e9d210a26af53fb81db1b4513e373e8b058adec
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 31 19:06:12 2013 +0900

    Update RELNOTE.
    
    * RELNOTE
      - Update from 1.8.4 to 1.8.5.

commit 8e9bd392ad5caee661240c71d54b322099bcad4f
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 31 18:58:53 2013 +0900

    Add NEWS about uim-gtk.
    
    * NEWS
      - (Overview of changes from 1.8.4 to 1.8.5):
        Add a fix on uim-gtk.

commit 82e93c36fec81e7f3738eebe79550cc2e4e9eb1f
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Mar 30 13:19:40 2013 +0900

    Add NEWS about uim-tutcode.
    
    * NEWS
      - (Overview of changes from 1.8.4 to 1.8.5):
        Add fix about uim-tutcode.

commit b0c7d6e1563a48af6387e041eaf8d567e98d2f46
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Jan 26 09:11:59 2013 +0900

    Exclude non-hiragana chars from head of postfix katakana conversion target string.
    
    * scm/tutcode.scm
      - (tutcode-postfix-katakana-acquire-yomi):
        Exclude non-hiragana chars from head.

commit aab34d269070c271effa4332e49fb6ef5c02c79f
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Thu Mar 28 22:11:38 2013 +0900

    Add a section for 1.8.5.
    
    * NEWS
      - (Overview of changes from 1.8.4 to 1.8.5): New section.

commit 38b43b285352de681e0922bcb3c866a95a0e9d8a
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Tue Feb 19 21:20:19 2013 +0900

    Avoid an infinite recursion in GTK+ immodule.
    
    * gtk2/immodule/gtk-im-uim.c
      - (update_cb): Apply the patch by tagoh.
        Don't emit a 'preedit_changed' signal
        when no preedit is started.

commit 6d181a62020c8a3e1e40d4b89dfc2d8b5e9141a8
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Dec 30 15:57:26 2012 +0900

    Dump version post release.
    
    * configure.ac
      - dump version.

commit 5e5530ea3c00e50115c6f2403defdbdc0b1db9f5
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Dec 30 14:53:35 2012 +0900

    Update RELEASING.
    
    * doc/RELEASING
      - Replace the argument of git-clone.

commit 72bab93f06236674ed20ec4f469d57dba72f1100
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Dec 30 13:07:17 2012 +0900

    Update RELNOTE.
    
    * RELNOTE
      - Update from 1.8.3 to 1.8.4.

commit 9a773a1ffb22fb568ea97010d1fc8b8b6a53c280
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Dec 30 12:29:01 2012 +0900

    Remove empty subsections from NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.3 to 1.8.4):
        Remove empty subections Fixes and Others.

commit 5150f798c948d26887695b04b38d25686d24fc17
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Dec 30 12:27:12 2012 +0900

    Add NEWS about uim-xim.
    
    * NEWS
      - (Overview of changes from 1.8.3 to 1.8.4):
        Add Enhancements about uim-xim.

commit 494ac28af1996e6fbb5168a867caf7d6b59ac54a
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Thu Dec 27 19:48:26 2012 +0900

    Add NEWS about uim-tutcode.
    
    * NEWS
      - (Overview of changes from 1.8.3 to 1.8.4):
        Add Enhancements about uim-tutcode.

commit b63ff42a72299f2d0c4e572a0e08ddd7b6392da4
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Oct 6 21:16:33 2012 +0900

    Replace the repository URL.
    
    * .gitmodules
      - (submodule "sigscheme"):
        Replace Google Code URL with GitHub URL.
    * uim/uim.h
      - Ditto.
    * sigscheme
      - Update.

commit c73d5b21ed38a1c3c8f2f49e78247debb12565ba
Author: Kővágó Zoltán <DirtY.iCE.hu@gmail.com>
Date:   Sat Nov 17 21:48:03 2012 +0100

    add hungarian locale to xim

commit 436e41c5157a30b652e5b81493238209c722ba23
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Nov 10 19:08:13 2012 +0900

    Replace the repository URL.
    
    * doc/RELEASING
    * make-wc.sh
      - Replace Google Code URL with GitHub URL.

commit b3c93b4f6af129e91553a6b0555508763fd26b79
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed Dec 26 22:53:30 2012 +0900

    Add a section for 1.8.4.
    
    * NEWS
      - (Overview of changes from 1.8.3 to 1.8.4): New section.

commit 0e2f2b8557f967fbdf85fd995ba608040a20adf7
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Wed Dec 26 20:58:44 2012 +0900

    Update translation files.
    
    * po/fr.po
    * po/ja.po
    * po/ko.po
      - Update translation files by "make update-po".
      - Add translations for uim-tutcode.
      - Remove fuzzy.

commit d069d2724f3873858d504f67f5f9f4aa7d99bb43
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Dec 23 10:33:38 2012 +0900

    Add key customs for postfix katakana conversion with exclude or shrink.
    
    * scm/tutcode-key-custom.scm
      - (tutcode-postfix-katakana-0-start-sequence,
         tutcode-postfix-katakana-exclude-1-sequence,
         tutcode-postfix-katakana-exclude-2-sequence,
         tutcode-postfix-katakana-exclude-3-sequence,
         tutcode-postfix-katakana-exclude-4-sequence,
         tutcode-postfix-katakana-exclude-5-sequence,
         tutcode-postfix-katakana-exclude-6-sequence,
         tutcode-postfix-katakana-shrink-1-sequence,
         tutcode-postfix-katakana-shrink-2-sequence,
         tutcode-postfix-katakana-shrink-3-sequence,
         tutcode-postfix-katakana-shrink-4-sequence,
         tutcode-postfix-katakana-shrink-5-sequence,
         tutcode-postfix-katakana-shrink-6-sequence): New key custom.
    * scm/tutcode.scm
      - (tutcode-stroke-help-update-alist-with-rule):
        Add labels for new custom keys.
      - (tutcode-proc-state-on):
        Add check of new custom keys.
      - (tutcode-custom-set-mazegaki/bushu-start-sequence!):
        Support new custom keys.

commit 541d15d9429e7217f015af8047f401cb3fa9126f
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Dec 22 11:43:29 2012 +0900

    Fix to consider katakana mode on postfix katakana conversion.
    (regression by recent change at eed594c)
    
    * scm/tutcode.scm
      - (tutcode-postfix-katakana-shrink): Consider current katakana mode.
      - (tutcode-postfix-katakana-acquire-yomi):
        Follow argument addition of tutcode-postfix-katakana-acquire-char?
      - (tutcode-postfix-katakana-acquire-char?):
        Consider current katakana mode.
      - (tutcode-katakana?): New function.

commit 7704be9442c5235e592a32d8f25e3060edb4f1cd
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Dec 22 11:21:13 2012 +0900

    Add function to shrink katakana string just after postfix katakana conversion.
    
    * scm/tutcode.scm
      - (tutcode-postfix-katakana-shrink): New function.

commit e6bf1de41fe18f680b5b1cf74f7e2039a66d6134
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Dec 22 10:14:01 2012 +0900

    Change acquiring yomi of postfix katakana conversion to be customizable.
    
    * scm/tutcode.scm
      - (tutcode-postfix-katakana-char-list): New variable.
      - (tutcode-begin-postfix-katakana-conversion):
        Change to call tutcode-postfix-katakana-acquire-char?
      - (tutcode-postfix-katakana-acquire-char?):
        New function extracted from tutcode-begin-postfix-katakana-conversion.

commit ea770c44dc222747cc0e720f7b18737e248851a1
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Dec 16 17:12:59 2012 +0900

    Change postfix Katakana conversion to acquire middle dot as target hiragana.
    
    * scm/tutcode.scm
      - (tutcode-begin-postfix-katakana-conversion):
        Change not to convert to Katakana if acquired length is shorter
        than specified negative yomi count.
        Change to use tutcode-postfix-katakana-acquire-yomi.
      - (tutcode-postfix-katakana-acquire-yomi):
        New function to acquire characters while hiragana continues.
      - (tutcode-hiragana?): New function.

commit ebcebc97e0a058e91d62db4161461b3a3231da16
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Dec 16 16:30:41 2012 +0900

    Change postfix Katakana conversion to take characters while hiragana continues.
    
    * scm/tutcode.scm
      - (tutcode-begin-postfix-katakana-conversion):
        If yomi-len argument is zero, take characters while hiragana continues.
        For negative value, treat absolute value as excluding characters count.

commit 9677255cbfb1d0a5e324d3f3bb19c16f3b0f2713
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Fri Nov 23 08:36:57 2012 +0900

    Comment out reserved key sequences for commands in trycode-rule.
    
    * scm/trycode.scm
      - (trycode-rule): Comment out reserved key sequences for commands
        to simplify help and for performance of bushu conversion.

commit d201ba011cce1f85401d3fcca5046631662791ab
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Thu Nov 22 19:26:19 2012 +0900

    Update trycode-rule.
    
    * scm/trycode.scm
      - (trycode-rule): Update: add 4 kanji.

commit f4e46c699b55e213b4099a748189cd572fc2b149
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Sep 30 13:47:40 2012 +0900

    Dump version post release.
    
    * configure.ac
      - dump version.

commit 46c0a36483bfa3bfc261b0257f11154e8922d6bd
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Sep 30 12:30:28 2012 +0900

    Update RELNOTE.
    
    * RELNOTE
      - Update from 1.8.2 to 1.8.3.

commit 20caf16180060b478b93d253569d17c737e9bc4d
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Sep 30 12:28:49 2012 +0900

    Remove empty subsections from NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.2 to 1.8.3):
        Remove empty subections Enhancements and Others.

commit baaac9c86124998560aede80fb995599724c2d8f
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Sep 29 23:43:19 2012 +0900

    Add a note on fixes to NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.2 to 1.8.3):
        Add a note on fixes to uim-toolbar-gtk-systray.

commit e736647485f06c358b8d18c4cc6089c25846f4d7
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Sep 29 23:41:08 2012 +0900

    Add a contributor name to NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.1 to 1.8.2):
        Add a missing uim-skk contributor name.

commit 952afe653821b279a2074b47ad49b793df04de26
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat Sep 29 19:39:07 2012 +0900

    Update NEWS about uim-tutcode.

commit face7e07d2b800a4c046b8546b500258bd46c38f
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Sep 29 10:27:19 2012 +0900

    Don't hardcode sed in Makefile.am.
    
    * gtk2/toolbar/Makefile.am
      - (server_in_files): Replace sed with $(SED).
    * gtk3/toolbar/Makefile.am
      - (applet_in_files): Ditto.

commit f1f180079699146240edccb2b0c4121457cc87c5
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Tue Aug 21 22:56:35 2012 +0900

    Change output from `make sum'.
    
    * Makefile.am
      - (sum): Output hash function name.

commit 82bf80fc79ebf959df76864359b1505f4ed14e0b
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Sep 29 09:54:59 2012 +0900

    Add a section for 1.8.3.
    
    * NEWS
      - (Overview of changes from 1.8.2 to 1.8.3): New section.

commit 5c5d57bdfbc3aca08fd6c69402cbeb4b6202cdc3
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat Sep 1 08:17:35 2012 +0900

    Add comment about interactive bushu conversion algorithm.
    
    * scm/tutcode-bushu.scm
      - Add comment.

commit c0b906c17c0e38a59be1b2dfd07211a8fe1bafe6
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat Sep 1 08:17:06 2012 +0900

    Fix invalid char sequence error on long line of bushudict of uim-bushuconv.
    
    * uim/look.c (uim_look_look_internal):
      - Increase buf size for bushu dictionary file of uim-bushuconv.

commit 443d1ed1a9a98d5cb881a7e81b2c1b47b662bc2d
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat Sep 1 08:16:25 2012 +0900

    Fix SEGV by clicking a candidate shown by uim-bushuconv.
    Change to emit index-changed signal after selection changed,
    instead of emitting before selection change.
    
    * gtk2/immodule/uim-cand-win-vertical-gtk.c
      - (tree_selection_change): Change not to emit signal here.
      - (tree_selection_changed): Emit signal if index_changed flag is set.
    * gtk2/immodule/uim-cand-win-gtk.h
      - (_UIMCandWinGtk): Add member variable index_changed.
    * gtk2/immodule/uim-cand-win-gtk.c
      - (uim_cand_win_gtk_init): Add initialization of index_changed variable.

commit fca396e3ae51fe23041f00cfcde626c8c6735008
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Thu Aug 9 21:50:29 2012 +0900

    Fix bug that last pending rk is not cleared on preedit.
    
    * scm/tutcode.scm
      - (tutcode-key-press-handler-internal):
        Update preedit when pending rk becomes empty.

commit dee2c7818a8272c69767f970ad87d38a0a3aa9d1
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Thu Aug 9 19:51:05 2012 +0900

    Fix bug that <Shift>left/right key erases current selection text on Google Chrome.
    
    * scm/tutcode.scm
      - (tutcode-key-press-handler-internal):
        Not to update preedit when pending rk is empty.
        (related fix: 32fafd5d7ecdebd996bee075826ba32baff42073)

commit 22d1f8cfa6f88a13f799ac7118ffb41762aa368d
Author: Etsushi Kato <ek.kato@gmail.com>
Date:   Thu Sep 6 11:46:07 2012 +0900

    Fix a bug introduced in r6948 svn.
    
    * gtk2/toolbar/eggtrayicon.c (egg_tray_icon_get_visual_property)
      - Fix a bug (thanks to Sano Yukihiko).

commit 154a6a0e18c9ee68c5c9515be7415feadf2a7b53
Author: Etsushi Kato <ek.kato@gmail.com>
Date:   Wed Sep 5 21:51:55 2012 +0900

    Apply patch from Sano Yukihiko ([uim-ja 337]).
    
    * gtk2/toolbar/eggtrayicon.c (egg_tray_icon_get_visual_property)
              - Fix segv in some case.

commit 74ee19b28abe6c8fff00e5c620b9a21d7025f4e0
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jul 29 11:19:40 2012 +0900

    Dump version post release.
    
    * configure.ac
      - dump version.

commit 523991f9b2d715a7c06e4e85103395151096a9d1
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Jul 28 20:50:41 2012 +0900

    * RELNOTE
      - Update from 1.8.1 to 1.8.2.

commit 7f1d0a8e2ffdd6eef891bbc6e7805d2cde9d75b1
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Jul 28 20:54:03 2012 +0900

    Remove unmaintained uim.spec.
    
    * .gitignore
      - Remove uim.spec.
    * Makefile.am
      - (EXTRA_DIST): Remove uim.spec and uim.spec.in.
    * configure.ac
      - (AC_CONFIG_FILES): Remove uim.spec.
    * uim.spec.in
      - Remove.

commit cde2cf7ee219f60ea8c3269a4e9f3e65356f780c
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Jul 28 20:30:48 2012 +0900

    Update INSTALL.
    
    * INSTALL
      - Remove obsolete descriptions and simplify descriptions.

commit 2f402606cdd8bde71a218ebb24c5d3ebe1e28b88
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Jul 28 09:55:53 2012 +0900

    Update NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.1 to 1.8.2):
        Add fixes, enhancements and others to NEWS.

commit a73d129acec6d5ee3616dc255b97f30614c9ec32
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat Jul 28 07:48:50 2012 +0900

    Add NEWS about uim-tutcode.
    
    * NEWS
      - (Overview of changes from 1.8.1 to 1.8.2): Add Fixes about uim-tutcode

commit 4591cba170e970efaf92a8dff798f25a0f006947
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 10 17:57:27 2012 +0900

    Don't mix declarations and code in C.
    
    * gtk2/candwin/horizontal-gtk.c
      - (label_draw): Don't mix declarations and code because ISO C90 forbits that.
    * gtk2/immodule/uim-cand-win-horizontal-gtk.c
      - Ditto.

commit 610214c45dd6ca8cc07821d72fb1cb1f440a8bea
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Jun 10 16:27:29 2012 +0900

    Replace deprecated function in GTK+ 3.
    
    * gtk2/candwin/gtk.c
      - (candidate_window_init)
        * Replace gtk_vbox_new() with gtk_box_new().
        * Replace gtk_hbox_new() with gtk_box_new().
    * gtk2/candwin/horizontal-gtk.c
      - Ditto.
    * gtk2/candwin/tbl-gtk.c
      - Ditto.
    * gtk2/dict/word-list-win-gtk.c
      - (word_list_window_init): Replace gtk_vbox_new() with gtk_box_new().
    * gtk2/dict/word-win-gtk.c
      - (word_window_init)
        * Replace gtk_vbox_new() with gtk_box_new().
        * Replace gtk_hbox_new() with gtk_box_new().
    * gtk2/immodule/caret-state-indicator.c
      - (caret_state_indicator_new): Replace gtk_hbox_new() with gtk_box_new().
    * gtk2/immodule/uim-cand-win-gtk.c
      - (uim_cand_win_gtk_init)
        * Replace gtk_vbox_new() with gtk_box_new().
        * Replace gtk_hbox_new() with gtk_box_new().
      - (uim_cand_win_gtk_layout):
        Repalce gtk_widget_size_request() with gtk_widget_get_preferred_size().
    * gtk2/pad/ja.c
      - (create_tab, create_hiragana_tab, create_eisu_tab, create_symbol_tab,
         create_greek_tab, create_cyrillic_tab):
        Replace gtk_vbox_new() with gtk_box_new().
    * gtk2/pref/gtk-custom-widgets.c
      - (add_custom_type_bool, add_custom_type_integer,
         add_custom_type_string, add_custom_type_pathname,
         add_custom_type_choice, add_custom_type_orderedlist,
         add_custom_type_key, add_custom_type_table)
        Replace gtk_hbox_new() with gtk_box_new().
      - (choose_olist_clicked_cb, choose_key_clicked_cb,
         choose_table_clicked_cb)
        * Replace gtk_vbox_new() with gtk_box_new().
        * Replace gtk_hbox_new() with gtk_box_new().
      - (choose_key_button_clicked_cb):
        Replace gdk_keyboard_grab() with gdk_device_grab().
    * gtk2/pref/gtk.c
      - (create_setting_button_box)
        Replace gtk_hbutton_box_new() with gtk_button_box_new().
      - (create_group_widget, create_pref_window)
        Replace gtk_vbox_new() with gtk_box_new().
      - (create_sub_group_widgets)
        * Replace gtk_vbox_new() with gtk_box_new().
        * Replace gtk_hbox_new() with gtk_box_new().
    * gtk2/switcher/gtk.c
      - (create_switcher)
        * Replace gtk_vbox_new() with gtk_box_new().
        * Replace gtk_hbox_new() with gtk_box_new().
        * Replace gtk_hbutton_box_new() with gtk_button_box_new().
    * gtk2/test/entry.c
      - (main)
        * Replace gtk_vbox_new() with gtk_box_new().
        * Replace gtk_hbox_new() with gtk_box_new().
    * gtk2/toolbar/common-gtk.c
      - (calc_menu_position):
        Repalce gtk_widget_size_request() with gtk_widget_get_preferred_size().
      - (popup_prop_menu, toolbar_new):
        Replace gtk_hbox_new() with gtk_box_new().
    * gtk2/toolbar/standalone-gtk.c
      - (button_press_event_cb):
        * Replace gdk_pointer_grab() with gdk_device_grab().
        * Replace gdk_cursor_unref() with g_object_unref().
      - (button_release_event_cb):
        Replace gdk_pointer_ungrab() with gdk_device_ungrab().
      - (main): Replace gtk_hbox_new() with gtk_box_new().

commit 71da9c654d5361eb68bb39f4e253cbf9faee27e2
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed Jul 25 21:14:50 2012 +0900

    Add a section for 1.8.2.
    
    * NEWS
      - (Overview of changes from 1.8.1 to 1.8.2): New section.

commit abbfb3a290dc99bd7a70e4b4c29755707a243853
Author: Etsushi Kato <ek.kato@gmail.com>
Date:   Wed Jul 25 13:07:54 2012 +0900

    Support sticky key for uim-skk by anyakichi (https://gist.github.com/1241544)
    
    * scm/skk.scm
      - (skk-proc-state-direct-no-preedit) : Handle sticky keys.
      - (skk-proc-state-direct) : Ditto.
      - (skk-proc-state-kanji) : Ditto.
      - (skk-proc-state-okuri) : Ditto.
    * scm/skk-key-custom.scm
      - (skk-sticky-key) : New custom variable.

commit 127dda613dcf00897730c2dcd617c2f70c35ec98
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Tue Jul 3 20:39:54 2012 +0900

    Fix unmatched number args error in tutcode-auto-help-bushu-decompose-tc23.
    
    * scm/tutcode-bushu.scm
      - (tutcode-auto-help-bushu-decompose-tc23):
        Fix args for tutcode-bushu-for-char.

commit 58e8d49bcb3f8c7d8205dc32a2b98ad996502c5d
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sun Jun 17 10:36:54 2012 +0900

    Keep pending rk on focus out for consistency with preedit if tutcode-show-pending-rk? is #t.
    
    * scm/tutcode.scm
      - (tutcode-focus-out-handler):
        Change not to call rk-flush if tutcode-show-pending-rk? is #t.

commit 9ec012f051687f38c3b9cbdd4a3cdd14a7b4c27d
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sun Jun 3 10:58:22 2012 +0900

    Fix division by zero error when label key is typed just after entering interactive bushu mode.
    
    * scm/tutcode.scm
      - (tutcode-commit-by-label-key-for-prediction):
        Add check of zero before calling remainder.

commit 2d96af222d8bf6964dbfee6f2c95549e1438b79a
Author: Etsushi Kato <ek.kato@gmail.com>
Date:   Fri Jun 15 13:35:12 2012 +0900

    Fix behavior with GTK+ 3.
    
    * gtk2/immodule/uim-cand-win-gtk.c
      - (uim_cand_win_gtk_init) : Init cwin->block_index_selection.
      - (uim_cand_win_gtk_set_nr_candidates) : Enclose
        gtk_list_store_clear().
      - (uim_cand_win_gtk_real_create_sub_window) : Don't use
        GTK_POLICY_NEVER for horizontal configuration, which might
        cause problem with wrap mode.
    * gtk2/immodule/uim-candwin-gtk.h
      - (_UIMCandWinGtk) : Add block_index_selection member.
    * gtk2/immodule/uim-cand-win-vertical-gtk.c
      - (tree_selection_change) : Prevent selection if needed.
    * gtk2/candwin/gtk.c
      - (uim_cand_win_gtk_create_sub_window) : Don't use
        GTK_POLICY_NEVER.

commit dfb4e26dcec6e25855e58990877dde6a46712262
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Jun 2 18:39:09 2012 +0900

    Include common.pro in Qt 4 edittest building.
    
    * qt4/edittest/edittest.pro
      - Include common.pro, which is generated by configure, if it exists.
        We can avoid a Debian hardining warning by including common.pro.

commit 0956c392a4083decf97841e95969f96b54ba9612
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed May 30 23:20:33 2012 +0900

    Honor $CPPFLAGS in Qt4 helper tools and immodule.
    
    * qt4/common.pro.in
      - (QMAKE_CFLAGS_DEBUG, QMAKE_CFLAGS_RELEASE,
         QMAKE_CXXFLAGS_DEBUG, QMAKE_CXXFLAGS_RELEASE): Add @CPPFLAGS@.

commit ce34463af056fdaff2cadf811af646812de7b42e
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun May 27 13:40:13 2012 +0900

    Dump version post release.
    
    * configure.ac
      - dump version.

commit 2047e3690c855892d7cfd8784c2fe5ddc3d560f9
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun May 27 11:34:32 2012 +0900

    Update release number in RELNOTE.
    
    * RELNOTE
      - Update.

commit 6f9ce0da377d70dabcb60643972737f0ff1bf468
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun May 27 10:53:22 2012 +0900

    Replace rsvg with rsvg-convert.
    
    * make-wc.sh
      - Update the comment.
    * pixmaps/Makefile.am
      - Update the comment.
      - Update the error message.
    * pixmaps/README
      - Update the description.

commit 6b6e8b069abbd4033be6335b9f695aea719b2407
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat May 26 10:41:27 2012 +0900

    Update the release manual.
    
    * doc/RELEASING
      - Update. A maintainer should increment the version numbers
        in configure.ac after release.

commit 4586b426fa7783e7ccc9a838124d5048b0abcaad
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat May 26 10:36:59 2012 +0900

    Add the rest of changes in 1.8.1 to NEWS.
    
    * NEWS
      - (Overview of changes from 1.8.0 to 1.8.1): Update.

commit eb1fe9b252be074586cdbc627877ac640e86a0e8
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat May 26 08:48:44 2012 +0900

    Update NEWS.
    
    * NEWS
      - Add news about update of trycode composition table.

commit b6badad690eb83e34362ba7a98dd779c0fccbd62
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat May 26 08:44:18 2012 +0900

    Update trycode-rule.
    
    * scm/trycode.scm
      - (trycode-rule): Update: add 1 kanji.

commit af9e43bd6d2b649bef218f923e822b030e8bac0a
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Fri May 25 19:17:30 2012 +0900

    Update NEWS.
    
    * NEWS
      - Add news about uim-tutcode.

commit 7de01086a7e617e138837641719d977f2e27e6ce
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed May 23 23:56:30 2012 +0900

    Add a section for 1.8.1.
    
    * NEWS
      - (Overview of changes from 1.8.0 to 1.8.1): New section.

commit 3c4be2577760677ee405511201a8c6270180fdfa
Author: Etsushi Kato <ek.kato@gmail.com>
Date:   Tue May 1 11:43:24 2012 +0900

    * gtk3/immodule/Makefile.am : Use --update-cache option for
      gtk-query-immodule-3.0, and fix to use correct environment
      variable.

commit d8bd7bb08319010e06958f5daa23c0fceb53b210
Author: Etsushi Kato <ek.kato@gmail.com>
Date:   Tue May 1 13:39:16 2012 +0900

    * gtk2/immodule/uim-cand-win-horizontal-gtk.c (label_draw)
      - Redraw unselected text with normal color in GTK+3 horizontal
        candidate window.
    * gtk2/candwin/horizontal-gtk.c (label_draw)
      - Ditto.

commit 223e52760d47a12e81877a5812567a730a3277f3
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Mon May 21 20:42:27 2012 +0900

    Update translation files.
    
    * po/fr.po
    * po/ja.po
    * po/ko.po
      - Update translation files by "make update-po".
      - Add translations for uim-tutcode.
      - Remove fuzzy.

commit b3e291ed12e79441e52a0deb054f4a9ded37aa4e
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Mon Apr 30 15:18:50 2012 +0900

    Prevent systray-gtk from becoming defunct.
    
    * gtk2/toolbar/common-gtk.c
      - (right_click_menu_quit_activated):
        Call uim_quit() after "Quit this toolbar" is selected.
    * gtk2/toolbar/systray-gtk.c
      - (systray_unrealize_cb): Remove.
      - (main): Don't call systray_unrealize_cb after "unrealize"
        to prevent systray-gtk from becoming a defunct process.

commit 0d71262c677341deaeb26907dbe20a7f1d98f60d
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Thu May 3 20:28:28 2012 +0900

    Ignore swp file.
    
    * .gitignore
      - Add '*.swp' to ignore swp files vi generates.

commit cb9a149e11a84ef725846dbf196f0a996d9a0e49
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Thu May 17 19:42:55 2012 +0900

    Fix error on showing last page of kigou mode.
    
    * scm/tutcode.scm
      - (tutcode-pseudo-table-style-make-page):
        Not to omit empty block to avoid mismatch with nr candidates.
      - (tutcode-table-in-vertical-candwin):
        Add argument whether to omit empty lower half block.
      - (tutcode-auto-help-dump):
        Follow the argument change of tutcode-table-in-vertical-candwin.

commit 232469c7901830e9f117fdad896fd48574f556cf
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sun May 13 08:49:54 2012 +0900

    Support multiple pages for pseudo table style.
    
    * scm/tutcode-custom.scm
      - (tutcode-custom-adjust-nr-candidate-max):
        New function extracted from candidate-window-style hook.
      - (candidate-window-style):
        Change hook to call tutcode-custom-adjust-nr-candidate-max.
      - (tutcode-use-pseudo-table-style?): New set hook.
    * scm/tutcode.scm
      - (tutcode-context-rec-spec):
        Change initial value of pseudo-table-cands to #f
      - (tutcode-context-new):
        Treat tutcode-use-pseudo-table-style? same as
        table style candidate window.
      - (tutcode-activate-candidate-window):
        Follow the argument change of tutcode-pseudo-table-style-setup.
      - (tutcode-pseudo-table-style-setup):
        Remove unused argument.
      - (tutcode-pseudo-table-style-make-new-page): New.
      - (tutcode-candwin-limit-nr-nth): New.
      - (tutcode-pseudo-table-style-make-page):
        New function extracted from tutcode-pseudo-table-style-setup.
      - (tutcode-pseudo-table-style-candwin-index): New.
      - (tutcode-pseudo-table-style-scm-index): New.
      - (tutcode-select-candidate):
        Change to call tutcode-pseudo-table-select-candidate.
      - (tutcode-pseudo-table-select-candidate): New.
      - (tutcode-reset-candidate-window): Add reset of pseudo-table-cands.
      - (tutcode-get-candidate-handler):
        Support multiple pages for pseudo table style.
      - (tutcode-set-candidate-index-handler):
        Support pseudo table style candidate window.
      - (tutcode-delay-activating-handler):
        Support selecting candidate for pseudo table style.

commit 265f32cf09e9f28d913e403a827052d66c09f0e6
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Mon Apr 30 06:33:54 2012 +0900

    Support pseudo table style candidate window by adding wrapper layer.
    
    * scm/tutcode.scm
      - (tutcode-context-rec-spec): Add pseudo-table-cands.
      - (tutcode-activate-candidate-window): Support pseudo table style.
      - (tutcode-pseudo-table-style-setup): New.
      - (tutcode-stroke-help-make, tutcode-auto-help-make):
        Move making of pseudo table style candidates
        to tutcode-pseudo-table-style-setup.
      - (tutcode-auto-help-dump):
        Follow the change of pseudo table style candidates.
      - (tutcode-get-candidate-handler):
        Add check of pseudo table style.
      - (tutcode-get-candidate-handler-internal):
        New function extracted from tutcode-get-candidate-handler.
      - (tutcode-delay-activating-handler): Support pseudo table style.

commit 24b14ad1bd9bc5b3e6508088adcb6b752f024988
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Thu May 3 08:08:48 2012 +0900

    Fix error when bushu.help file does not exist.
    
    * scm/tutcode-bushu.scm
      - (tutcode-bushu-help-load): Add check of file-readable?

commit 133479d17d6580cd9da3c47e9e50d45c8db50b22
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sat Apr 28 13:44:54 2012 +0900

    Add custom tutcode-show-pending-rk? to show pending key sequences.
    
    * scm/tutcode-custom.scm
      - (tutcode-show-pending-rk?): New custom.
    * scm/tutcode.scm
      - (tutcode-do-update-preedit):
        Show pending key sequences if tutcode-show-pending-rk? is #t.
      - (tutcode-key-press-handler-internal):
        Call tutcode-update-preedit if tutcode-show-pending-rk? is #t.

commit 3f41d9f8bb8626d91a66e6a8ab707cd55022b9b4
Author: iratqq <iratqq@gmail.com>
Date:   Tue May 1 17:46:53 2012 +0900

    * scm/util.scm (read-line):
      - New function.
    
    * scm/tutcode-bushu.scm (tutcode-bushu-help-load):
      - x2 speedup by using read-char (bufferd vs nonubuffered).
      - Drop fileio.scm.

commit 9de91d7639fbc9aa31cb11604b7d2ee8ad61874c
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Mon Apr 30 12:54:15 2012 +0900

    Add scm/tutcode-rule-custom.scm to po/POTFILES.in.
    
    * po/POTFILES.in
      - Add scm/tutcode-rule-custom.scm to avoid a build error.

commit 9061130162f50b42c5ee0d38be7d88122cc14a04
Author: KIHARA Hideto <deton.kih@gmail.com>
Date:   Sun Apr 15 10:11:27 2012 +0900

    Add command to dump(commit) last help content shown on candidate window.
    
    * scm/tutcode-key-custom.scm
      - (tutcode-auto-help-dump-sequence): New custom.
    * scm/tutcode.scm
      - Update comment for tutcode-auto-help-dump.
      - (tutcode-table-in-vertical-candwin):
        Add block delimiter when right block is empty for help dump.
      - (tutcode-auto-help-dump): New function.
      - (tutcode-custom-set-mazegaki/bushu-start-sequence!):
        Add check of tutcode-auto-help-dump-sequence.

commit 7786eb1e801581247bbc7ad842ab9b6e5772e59c
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 17:34:29 2012 +0900

    Change to use label for first non-empty cell in row on pseudo table style.
    
    * scm/tutcode.scm
      - (tutcode-table-in-vertical-candwin):
        Change label for candwin from first cell in row
        to first non-empty cell in row.

commit 365bf6e283d8eeca7b2ff4c0e9c434c9423bd6b3
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 16:38:31 2012 +0900

    Add pseudo table style.
    
    * scm/tutcode-custom.scm
      - (tutcode-use-pseudo-table-style?): New custom variable.
    * scm/tutcode.scm
      - (tutcode-stroke-help-make, tutcode-auto-help-make):
        Support pseudo table style.
      - (tutcode-table-in-vertical-candwin): New function.

commit 15fb91585b127bcc758e78404607d67857d33973
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 11:58:24 2012 +0900

    Add shin joyo kanji to tutcode-rule with custom variable tutcode-rule-use-tutplus?
    
    * scm/tutcode-rule-custom.scm
      - (tutcode-rule-use-tutplus?): New custom variable.
    * scm/tutcode-rule.scm
      - (tutcode-rule-shin-joyo-kanji-plus): New additional rule.

commit 28def83105d375aae35033e8a97f07aa2a259c4f
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 11:42:46 2012 +0900

    Add tutcode-rule-custom.scm for customization about tutcode-rule.scm.
    
    * scm/Makefile.am
      - (SCM_FILES): Add tutcode-rule-custom.scm.
    * scm/tutcode-rule-custom.scm
      - New custom file.
      - (tutcode-rule): New custom group.
      - (tutcode-rule-uppercase-as-opposite-kana?,
         tutcode-rule-exclude-uppercase-for-katakana?,
         tutcode-rule-exclude-uppercase-for-kigou-in-katakana?):
        New custom variable.
    * scm/tutcode.scm
      - Add require-custom "tutcode-rule-custom.scm".
    * scm/tutcode-rule.scm
      - Update comment.

commit 6c5226af0b0ba8884e72aab5529e3854c7bc0f8e
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 10:52:43 2012 +0900

    Add check of tutcode-rule-uppercase-as-opposite-kana? for backward compatibility.
    
    * scm/tutcode-rule.scm:
      Use hiragana in tutcode-rule-uppercase-for-katakana for katakana mode
      only when tutcode-rule-uppercase-as-opposite-kana? is set to #t.

commit 537ec1371dd35e59e41100a3a8741874b4346696
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 09:56:48 2012 +0900

    Add hiragana to tutcode-rule-uppercase-for-katakana for katakana mode.
    
    * scm/tutcode-rule.scm
      - (tutcode-rule-uppercase-for-katakana):
        Add hiragana for katakana mode.
      - (tutcode-rule):
        Remove needless katakana string (hiragana and katakana are same).

commit 0deee5a741609ceea4835d17d1bed7735dd3faeb
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 16:07:30 2012 +0900

    Add custom key sequences to change katakana/hiragana mode (not toggle).
    
    * scm/tutcode-key-custom.scm
      - (tutcode-katakana-sequence, tutcode-hiragana-sequence): New custom.
    * scm/tutcode.scm
      - (tutcode-custom-set-mazegaki/bushu-start-sequence!):
        Change katakana/hiragana mode to katakana or hiragana by
        tutcode-katakana-sequence or tutcode-hiragana-sequence respectively.

commit 09ae7d536d1958954e895196c3e01234cc11e5a9
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Apr 14 09:19:59 2012 +0900

    Support tutcode-verbose-stroke-key on prefix (interactive) bushu conversion.
    
    * scm/tutcode.scm
      - (tutcode-proc-state-bushu, tutcode-proc-state-interactive-bushu):
        Use first key in pending sequence as bushu by tutcode-verbose-stroke-key.

commit 24f93a329dce296edf565883cc8f450617aa3b7f
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sun Apr 8 17:54:18 2012 +0900

    Fix bug that key which is not in rule (ex. "5") is not entered on (interactive) bushu conversion.
    
    * scm/tutcode.scm
      - (tutcode-proc-state-bushu, tutcode-proc-state-interactive-bushu):
        Fix scope error introduced at commit:effa429.

commit 13280dbbaabd20e701ebb1bd757202293bd29c16
Author: Etsushi Kato <ek.kato@gmail.com>
Date:   Mon Apr 23 15:59:42 2012 +0900

    * uim/Makefile.am (nodist_pkginclude_HEADERS) : Install version.h
      as uim.h needed.

commit 897ae53bef375298681e3eb7f577326eb527f8c3
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Apr 21 14:49:18 2012 +0900

    Fix compile error with glib 2.32.
    
    * notify/uim-libnotify.c
      - Don't include glib/gconvert.h directly.

commit 28906f74369013426f32b608ef1d14dce3f7832d
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Apr 15 22:43:16 2012 +0900

    Honor $LDFLAGS in Qt4 helper applications and immodule.
    
    * qt4/common.pro.in
      - Set QMAKE_LFLAGS to @LDFLAGS@.

commit 5dc7aae24748b97e40a9e5712921f5482cf71698
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Apr 15 22:29:15 2012 +0900

    Fix path to GNOME_UimApplet.server.in in po/POTFILES.skip.
    
    * po/POTFILES.skip
      - Fix path to GNOME_UimApplet.server.in.

commit b4bb1a8dc6b3f6b5bb991f273aefc135ced18f51
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Apr 1 20:33:43 2012 +0900

    Don't use deprecated XKeycodeToKeysym().
    
    * gtk2/immodule/key-util-gtk.c
    * xim/ximserver.cpp
      - Use XkbKeycodeToKeysym() instead of XKeycodeToKeysym().

commit a9bc270ccdabbda7b54b3bda39d5f61eed92e374
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Apr 1 16:43:38 2012 +0900

    Dump version post release.
    
    * configure.ac
      - dump version.

commit 5da5f8c4c5d9bc263ac5fbd8827220b7962a4563
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Apr 1 14:30:32 2012 +0900

    Make cosmetic change in configure.ac
    
    * configure.ac
      - Cosmetic change.

commit d8f0e6e35d5d46a15174696c53f32757816bd486
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Apr 1 13:26:58 2012 +0900

    Set UIM_VERSION_{MAJOR,MINOR,PATCHLEVEL} in configure.ac.
    
    * .gitignore
      - Add /uim/version.h.
    * configure.ac
      - Set UIM_VERSION_{MAJOR,MINOR,PATCHLEVEL}.
      - (AC_CONFIG_FILES): Add version.h.
    * doc/RELEASING
      - Update.
    * uim/Makefile.am
      - Add version.h.in to EXTRA_DIST.
    * uim/uim.h
      - (UIM_VERSION_MAJOR, UIM_VERSION_MINOR, UIM_VERSION_PATCHLEVEL)
        Move to version.h.in.
    * uim/version.h.in
      - New file.

commit f714f34727c4897c6b9a21e6a162ef3573cbd564
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Fri Mar 30 21:58:51 2012 +0900

    Update release manual.
    
    * doc/RELEASING
      - Update.

commit 14e0215aa5c446d563f541d7dd31f46d98a68579
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Fri Mar 30 21:49:52 2012 +0900

    Update NEWS and RELNOTE for 1.8.0.
    
    * NEWS
      - Add notes on libgcroots.
    * RELNOTE
      - Update.

commit daa67b3621cbe2fa5c47391bf61efcda86739a51
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed Mar 28 23:28:44 2012 +0900

    Update submodule sigscheme.
    
    * sigscheme
      - Update.

commit 1aedaa1be53a6a8431359d98dbf886bfcae8a462
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 25 19:03:09 2012 +0900

    Update release manual.
    
    * doc/RELEASING
      - Cosmetic changes.

commit 371ba07e8e85c10b788bf20066915f72fdd464aa
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 25 18:29:26 2012 +0900

    Add new section to NEWS.
    
    * NEWS
      - Update.

commit 257433a41eda3570ae7935c74da8d3d6e66e9e84
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 25 16:52:03 2012 +0900

    Update release manual.
    
    * doc/RELEASING
      - Update.

commit cc930f8852226653daafa6c3ebbab59b9662af37
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 25 16:11:58 2012 +0900

    Update release document.
    
    * doc/RELEASING
      - Check out branch on an alpha release.
      - Cosmetic changes.

commit 375e96bc9615f0c57cda83dbd23dc862f99ef62e
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 25 15:39:44 2012 +0900

    Update release document.
    
    * doc/RELEASING
      - Check out tracking branch before tagging.
      - Remove "Update Freshmeat entry".
      - Cosmetic changes.

commit 2865a23dff0a71b95562149ae096027283472db9
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sat Mar 24 23:29:28 2012 +0900

    Update NEWS and RELNOTE.
    
    * NEWS
      - Add notes on fixes in 1.8.0 beta.
    * RELNOTE
      - Update.

commit b9c483e29f3463e2c21375450965e566c75be84e
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Mon Mar 19 22:24:34 2012 +0900

    Change behavior of toolbar when toolbar-display-time is mode.
    
    * gtk2/toolbar/common-gtk.c
    * qt4/toolbar/common-uimstateindicator.cpp
      - Don't hide toolbar when mode is "off".
      - Hide toolbar when mode is "direct".

commit b14c96a1e5fd3a07060a7ac309cd7a63d2fa73b6
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed Mar 21 23:22:15 2012 +0900

    Fix Japanese translations for uim-chardict.
    
    * po/ja.po
      - Update.

commit 5efa5c7f4ea99ea31eca1add3e52ff1dd99f0db0
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Wed Mar 21 22:59:58 2012 +0900

    Update Unicode view in uim-chardict.
    
    * po/fr.po
    * po/ja.po
    * po/ko.po
      - Update translations.
    *  qt3/chardict/unicodeviewwidget.cpp
    *  qt4/chardict/unicodeviewwidget.cpp
       - (UBLOCK_SIZE): Remove.
       - (uBlocks): Update Unicode table.
       - (UnicodeViewWidget::setupWidgets): Don't use constant UBLOCK_SIZE.

commit 35434b3fdc004767e85da5107eecd6131a1855fc
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Mon Mar 19 11:55:59 2012 +0900

    Add ChangeLog.old.2 to distribution.
    
    * Makefile.am
      - (EXTRA_DIST): Add ChangeLog.old.2

commit f586932fbdda0c830d8ba39ba069e9ac9eae34bf
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Mon Mar 19 11:50:06 2012 +0900

    Update translation files.
    
    * po/fr.po
    * po/ja.po
    * po/ko.po
      - Update translation files by "make update-po".
      - Add translations for Baidu-OnlineIME-Jp.
      - Remove fuzzy.

commit 04394134dc769267ade89da53a357b3d11803f94
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Mon Mar 19 11:52:07 2012 +0900

    Update libuim version.
    
    * uim/libtool-version.mk
      - (libuim_version): Update libuim version (7.1.0 -> 8.0.0)
        because funcations were added and implementation was updated.

commit c73adeedda6ac170958d9d9859829567a0ac4271
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 18 23:45:11 2012 +0900

    Add POTFILES entries for intltool 0.50.x.
    
    * po/POTFILES.in
      - Apply patch to add scm/baidu-olime-jp-custom.scm
        and scm/baidu-olime-jp-key-custom.scm (#47027 by dai).

commit 8db470af050dfb4f8fc4ebdb82330b685d306ff3
Author: Muneyuki Noguchi <nogu.dev@gmail.com>
Date:   Sun Mar 18 16:05:50 2012 +0900

    Fix typo in header in NEWS and RELNOTE.
    
    * ChangeLog.old.2
      - Update.
    * NEWS
      - Fix header.
    * RELNOTE
      - Fix header.
