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.
