)]}'
{
  "log": [
    {
      "commit": "07af1ad3c71b76465bae5c8958604015fc7e98bc",
      "tree": "b8d9f591033720a54a6c8431eb274cdf69816848",
      "parents": [
        "84bf1085b162350e83283cf32a767316734f130e"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sun Feb 15 13:29:18 2015"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sun Feb 15 13:29:18 2015"
      },
      "message": "Put SuppressionDictionary and UserDictionary into mozc::dictionary namespace\n\nThis CL does nothing but put SuppressionDictionary and UserDictionary into mozc::dictionary.\n\nThis is just an internal clean-up.  Hence no user-visible change is intended.\n\nPatch From Noriyuki Takahashi.\n\nBUG\u003dnone\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@551 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "84bf1085b162350e83283cf32a767316734f130e",
      "tree": "1e41823c07ca31b59e132b72657e6ce7e1326c31",
      "parents": [
        "46c39de61dcc82e6b4fdce76229a3886f27a4858"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sat Jan 24 15:15:39 2015"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sat Jan 24 15:15:39 2015"
      },
      "message": "Apply the same hack as conversion to prediction for transition cost from history node\n\nSometimes transition cost is too high and causes a bug Issue 274.\n\nFor example, \"接続詞 が\" -\u003e \"始まる 動詞,五段活用,基本形\" has very large cost and \"始まる\" is demoted.  To prevent such cases, ImmutableConverter computes transition from BOS/EOS too; see ImmutableConverterImpl::MakeLatticeNodesForHistorySegments().\n\nThis CL introduces the same hack for DictionaryPredictor::GetLMCost so that similar language model can be applied to both suggestion candidates and conversion candidates.\n\nCloses Issue 274.\n\nPatch from Noriyuki Takahashi.\n\nBUG\u003dIssue mozc:274\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@500 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "46c39de61dcc82e6b4fdce76229a3886f27a4858",
      "tree": "70c48da321530f43ab43a858deda9925358e3e2d",
      "parents": [
        "02d1e8e702c76132526eae1729236430afc5e111"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sun Jan 18 12:46:53 2015"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sun Jan 18 12:46:53 2015"
      },
      "message": "Update copyright year in source header comments\n\nThe copyright year in source header comments is updated to 2015 from 2014.\nNo behavior change is intended.\n\nBUG\u003dnone\nTEST\u003dcompile\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@485 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "02d1e8e702c76132526eae1729236430afc5e111",
      "tree": "bc5981781cbcfe5df67296341b0b9ce58761e0b1",
      "parents": [
        "0b2ec115f8cc92af690cb0235df6a8b95a36d971"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Mon Dec 22 08:38:00 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Mon Dec 22 08:38:00 2014"
      },
      "message": "Enable Material theme for Android\n\nWith this CL, Mozc for Android supports Material theme.\n\nNote that this CL also contains a lot of other improvements and bug fixes that might not be directly related to the Material theme.  Here are some examples:\n  * Floating candidate window support in Android 5.0.\n  * Improved accessibility support.\n  * Start bundling Key Character Map (KCM) file of Japanese 109 keyboard.\n\nSee the release note for details.\n\nAs for desktop versions, no behavior change is intended.\n\nBUG\u003dnone\nTEST\u003dmanually done with Nexus 5 / Android 5.0.1 (LRX22C)\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@467 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "0b2ec115f8cc92af690cb0235df6a8b95a36d971",
      "tree": "bd3045a6ef7d812ce107a2ba52e690616e42c9bd",
      "parents": [
        "4291680a3c993395932bda806f46cb8de9f330b9"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Wed Dec 17 05:08:29 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Wed Dec 17 05:08:29 2014"
      },
      "message": "For Android and Chrome OS, we need to change the page size of the candidate list from 9 as the default value.\n\nIntroduce per-session config mechanism to change the page size of the candidate list\n\nFor the traditional desktop-style floating candidate list, in some situations, we may want to reduce its maximum height by changing the page size.  For instance, if we show up-to 5 candidates per page, the candidate list is more likely to be rendered without being cliped by the edge of the screen even on a relatively smaller screen.\n\nWith this CL, each mozc client can tell the mozc server to change the page size in a per-session basis.  The default size is kept to be 9 hence no visible change is intended with this CL though.\n\nBUG\u003dnone\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@447 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "4291680a3c993395932bda806f46cb8de9f330b9",
      "tree": "9c634dca91e85b70bc8278318775e12c1ddb474c",
      "parents": [
        "e97815da7f4017273b4e8209e82a8221d1c19cec"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Wed Dec 17 00:56:11 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Wed Dec 17 00:56:11 2014"
      },
      "message": "Add usage stats entries about how many times keyboard are expanded/folded\n\nThis CL introduces a pair of new usage stats entries so that we can know how many times the keyboard are expanded/folded on Android.\n\nNo visible change is intended.\n\nPatch from Tsuyoshi Matsuzaki.\n\nBUG\u003dnone\nTEST\u003dcompile\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@446 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "e97815da7f4017273b4e8209e82a8221d1c19cec",
      "tree": "1efa374a974461396f52199edfaaab40abe50db2",
      "parents": [
        "04168eb6edc03c7c4d07a41603998f87ca6f7b61"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Wed Dec 17 00:28:53 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Wed Dec 17 00:28:53 2014"
      },
      "message": "Add new usage stats entries for chosen candidates\n\nThis CL introduces a set of new usage stats entries so that we can understand the distribution of the number of chosen words grouped by the row number of the candidate table where the word is displayed.\n\nNo visible change is intended.\n\nPatch from Tsuyoshi Matsuzaki.\n\nBUG\u003dnone\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@445 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "04168eb6edc03c7c4d07a41603998f87ca6f7b61",
      "tree": "1f53615fe7fd9e11705f328942414dce95fca34f",
      "parents": [
        "4b401191b67ba1926598783cef057981402f64e0"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sun Nov 02 15:43:37 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sun Nov 02 15:43:37 2014"
      },
      "message": "Sort test cases alphabetically\n\nThis is just a clean-up of unit test.  No behavior change is intended.\n\nBUG\u003dnone\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@366 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "4b401191b67ba1926598783cef057981402f64e0",
      "tree": "0209af8759ec8cd80968408d44de731a68a70b87",
      "parents": [
        "c84445851aa5934eed9aa1863eb17002c5cad3ec"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sat Oct 04 20:20:15 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com",
        "time": "Sat Oct 04 20:20:15 2014"
      },
      "message": "Fix style violations in header include guards\n\nThis CL style violations in header include guards.\nNo behavior change is intended with this CL.\n\nBUG\u003dnone\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@332 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "c84445851aa5934eed9aa1863eb17002c5cad3ec",
      "tree": "a62cb4ee704e5928f01be209f525c21b28b6565c",
      "parents": [
        "8ea9604ad193e0d069680db339dad63c53f628c8"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Aug 16 17:48:03 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Aug 16 17:48:03 2014"
      },
      "message": "Introduce a new keymap for Chromium OS device\n\nThis CL introduces a new keymap replace the default keymap for Chromium OS.\n\nNo behavioral change is intended except for other platforms.  This keymap should be visible in and only in Chromium OS at the moment.\n\nPatch from Hiroshi Sumita.\n\nBUG\u003dIssue chromium:310698\nTEST\u003dManually done\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@317 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "8ea9604ad193e0d069680db339dad63c53f628c8",
      "tree": "f3846263d7a6583ed76c628232a66072745f7336",
      "parents": [
        "00469a59c692a7184538d307325598c7e5c89a82"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Aug 16 17:26:12 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Aug 16 17:26:12 2014"
      },
      "message": "Move GetDefaultKeyMap from keymap::KeyMapManager to config::ConfigHandler\n\nThis CL moves GetDefaultKeyMap method from keymap::KeyMapManager to config::ConfigHandler as a refactoring.\nNo behavioral change is intended.\n\nPatch from Hiroshi Sumita.\n\nBUG\u003dnone\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@316 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "00469a59c692a7184538d307325598c7e5c89a82",
      "tree": "8b0b5966280dcba3d7c3d133cdc7d7421f093fab",
      "parents": [
        "85fc907fc8cbdf59397eb48f03959118fff41e78"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Aug 16 16:36:44 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Aug 16 16:36:44 2014"
      },
      "message": "Support \u0027Set input mode to X\u0027 in DirectInput mode on Linux, NaCl and Android\n\nOn Windows, following keymap commands have already been be functional even when assigned to DirectInput mode.\n- Set input mode to Hiragana\n- Set input mode to full-width alphanumeric\n- Set input mode to full-width katakana\n- Set input mode to half-width alphanumeric\n- Set input mode to half-width katakana\n\nWith this CL, these commands will be functional on Linux, NaCl and Android.\n\nNo behavioral change is intended for Windows and OS X.\n\nCloses Issue 246.\n\nBUG\u003dIssue mozc:246\nTEST\u003dManually done on Ubuntu 14.04\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@315 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "85fc907fc8cbdf59397eb48f03959118fff41e78",
      "tree": "8c514121e998a5acfc9cfe0a911c344ac5bef241",
      "parents": [
        "6c9fb9e28ec412c2f79d133e06dd0e8393b89919"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Jul 12 14:59:25 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Jul 12 14:59:25 2014"
      },
      "message": "Zero query suggestion shouldn\u0027t be triggered when committing with key event\n\nIt turned out that our zero query suggestion is implemented in an ad-hoc way, by naively and recklessly calling Session::Suggest from Session::Commit. This is actually dangerous because most of callers of Session::Commit never expect that Session::Commit could be called Session::Suggest internally as a side effect.  This CL addresses such situation.\n\nAnyway, oru current implementation of zero query suggestion is considered to be bug-prone and some refactoring might be required.\n\nCloses Issue 239.\n\nBUG\u003d Issue mozc:239\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@269 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "6c9fb9e28ec412c2f79d133e06dd0e8393b89919",
      "tree": "3445e6b1c6f0488afce7b048477e68a7c63ec96f",
      "parents": [
        "0ab6668623922b92c26c3ae4b0b89261335610b1"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Jun 28 17:24:06 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Sat Jun 28 17:24:06 2014"
      },
      "message": "Do not pass incomplete types to STL containers\n\nUsing STL containers with incomplete types are fragile in practice, and easily results in an undefined behavior.  On the other hand, including generated header files in a public header file is also considered harmful, because it easily results in non-deterministic compile errors unless hidden build dependencies are carefully carefully annotated in GYP file.  Thus this CL isn\u0027t great as it should be because it deliberately does the later to resolve the former.  Hopefully in future we will revisit here to stop including generated header files in a public header file.\n\nThis is just a build-specific issue thus no user-visible changes are expected.\n\nBUG\u003dnone\nTEST\u003dunittest\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@250 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "0ab6668623922b92c26c3ae4b0b89261335610b1",
      "tree": "ef5b6a61e24a11f57033c2482f679413919c1192",
      "parents": [
        "53bef11578114ceb8580e6eb0e3949df4161e308"
      ],
      "author": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu May 29 09:30:11 2014"
      },
      "committer": {
        "name": "yukawa@google.com",
        "email": "yukawa@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu May 29 09:30:11 2014"
      },
      "message": "Remove execute bit from files that shouldn\u0027t have it\n\nThis is an internal clean up. No behavioral change expected with this change.\n\nSomehow files in OSS Mozc repository have had execute bit unnecessarily.\nThis CL removes execute bit from files that shouldn\u0027t have it.\n\nBUG\u003dnone\nTEST\u003dno behavioral change expected\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@210 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "53bef11578114ceb8580e6eb0e3949df4161e308",
      "tree": "16e9a8f127ab97ca006266a178ec861719b4562c",
      "parents": [
        "3e81e8a8f22834f0cec0ea3c853ce0d1a6988db5"
      ],
      "author": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri May 16 11:56:29 2014"
      },
      "committer": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri May 16 11:56:29 2014"
      },
      "message": "Mozc OSS Ver. 1.15.1785.102\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@192 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "3e81e8a8f22834f0cec0ea3c853ce0d1a6988db5",
      "tree": "a9247c148dc60ec2327c42fff2c1d414b9d2f92c",
      "parents": [
        "69c1290de097ae0b24996cb1150e2d44f4349e49"
      ],
      "author": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Jan 06 07:15:27 2014"
      },
      "committer": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Jan 06 07:15:27 2014"
      },
      "message": "Mozc OSS Ver. 1.13.1651.102\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@185 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "69c1290de097ae0b24996cb1150e2d44f4349e49",
      "tree": "bcb7116110fedcbe52c86569c6c94aa8c008eea4",
      "parents": [
        "ba070d0945843bac1e840d7fd78f52e2d6d47981"
      ],
      "author": {
        "name": "matsuzakit@google.com",
        "email": "matsuzakit@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Oct 31 06:24:26 2013"
      },
      "committer": {
        "name": "matsuzakit@google.com",
        "email": "matsuzakit@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Oct 31 06:24:26 2013"
      },
      "message": "Mozc OSS Ver. 1.12.1599.102\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@178 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "ba070d0945843bac1e840d7fd78f52e2d6d47981",
      "tree": "f305178657db34200c24eaa5cbcc464048225a20",
      "parents": [
        "b0ef6a445b7057c957729634e777b3af3eb9a58e"
      ],
      "author": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Aug 28 05:34:15 2013"
      },
      "committer": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Aug 28 05:34:15 2013"
      },
      "message": "Mozc OSS Ver. 1.11.1522.102\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@171 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "b0ef6a445b7057c957729634e777b3af3eb9a58e",
      "tree": "f6a44ca39a54290c24f93f90142171ffa42901fe",
      "parents": [
        "ea6677afd9fc4b08f96c8cdd431ed0b46040c1ab"
      ],
      "author": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Jul 17 02:52:24 2013"
      },
      "committer": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Jul 17 02:52:24 2013"
      },
      "message": "Mozc OSS Ver. 1.11.1502.102\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@163 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "ea6677afd9fc4b08f96c8cdd431ed0b46040c1ab",
      "tree": "275b8aa6fdce6359264182f66e66132ddf56514d",
      "parents": [
        "fb149ed5cc93e5de8d1ad27ca4420f5a91d8ee3d"
      ],
      "author": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Mar 28 05:04:38 2013"
      },
      "committer": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Mar 28 05:04:38 2013"
      },
      "message": "Mozc OSS Ver 1.10.1389.102\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@131 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "fb149ed5cc93e5de8d1ad27ca4420f5a91d8ee3d",
      "tree": "e1dec7136250ff401c02c91a8c8875412da9ef4e",
      "parents": [
        "54c9333e1bdc18c318f841baefdb462cb75e70d4"
      ],
      "author": {
        "name": "toshiyuki@google.com",
        "email": "toshiyuki@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Aug 31 05:43:52 2012"
      },
      "committer": {
        "name": "toshiyuki@google.com",
        "email": "toshiyuki@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Aug 31 05:43:52 2012"
      },
      "message": "Mozc OSS Ver 1.6.1187.102\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@124 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "54c9333e1bdc18c318f841baefdb462cb75e70d4",
      "tree": "f2e16f54d2b82b87fe355ad69e0c12986a32e9fe",
      "parents": [
        "e54d04a1ab48d3507b501188af85d99e7387839c"
      ],
      "author": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon May 28 07:07:13 2012"
      },
      "committer": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon May 28 07:07:13 2012"
      },
      "message": "Ver 1.5.1090.102:\n- Add a workaround against QTBUG-25536 (Issue 158)\n-\u0027mozc_renderer\u0027 on Linux (a.k.a. \u0027gtk_renderer\u0027) (Issue 145):\n  - Experimental option (--enable_gtk_renderer) has been deprecated\n    and \u0027mozc_renderer\u0027 is now enabled by default on Linux.\n    You can still remove the dependencies to mozc_renderer as follows.\n    GYP_DEFINES\u003denable_gtk_renderer\u003d0 python build_mozc.py gyp\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@115 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "e54d04a1ab48d3507b501188af85d99e7387839c",
      "tree": "7b15533677dc3c15540016d6cba25d9fa5cdca8b",
      "parents": [
        "4ff7e66e9e4ada7d37655ae2338edadbcb118e53"
      ],
      "author": {
        "name": "matsuzakit@google.com",
        "email": "matsuzakit@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Apr 26 06:19:32 2012"
      },
      "committer": {
        "name": "matsuzakit@google.com",
        "email": "matsuzakit@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Apr 26 06:19:32 2012"
      },
      "message": "Ver. 1.5.1053.102\n  * \u0027libcurl4-openssl-dev\u0027 is replaced with \u0027libssl-dev\u0027 in the build\n    dependencies on Linux.\n  * \u0027emacs-mozc\u0027 now works correctly even when the Homonym dictionary is\n    enabled.  (Issue 146)\n  * \u0027mozc_renderer\u0027 on Linux (a.k.a. \u0027gtk_renderer\u0027) (Issue 145):\n    - \u0027libgtk2.0-dev\u0027 is now required to build \u0027mozc_renderer\u0027 on Linux.\n    - \u0027ibus-mozc\u0027 now checks if \u0027mozc_renderer\u0027 exists along with \u0027mozc_server\u0027\n      or not. If \u0027mozc_renderer\u0027 does not exist, \u0027ibus-mozc\u0027 behaves as if\n      --enable_gtk_renderer was not specified.\n    - Now \u0027mozc_renderer\u0027 can be built with GLib \u003e\u003d2.31.0.\n    - Now \u0027mozc_renderer\u0027 automatically adjusts its window location on the edge\n      of the display.\n    - Now \u0027mozc_renderer\u0027 uses custom font settings of IBus-panel if available.\n    - The position of candidate window no longer be disturbed by some background\n      applications such as GNU Emacs23, which periodically issue\n      set_cursor_position message even when they are background.\n    - Now \u0027ibus-mozc\u0027 uses IBus candidate window if the application does not\n      have the capability to show preedit string such as Emacs23 or xterm.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@111 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "4ff7e66e9e4ada7d37655ae2338edadbcb118e53",
      "tree": "00b229a5b5a25d2d05f0d62eb16418f7480a4937",
      "parents": [
        "2c691517ffe91c8b72139373377bc7c21ec97d39"
      ],
      "author": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Mar 26 09:03:06 2012"
      },
      "committer": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Mar 26 09:03:06 2012"
      },
      "message": "Ver 1.4.1033.102:\n- Experimentally enable mozc_renderer for ibus-mozc.\n- Fixed issues:\n  - \u0027g_language_dependent_spec\u0027 is removed. (Issue 115)\n  - mozc.el now supports PageUp, PageDown and Hiragana/katakana keys. (Issue 130, Issue 136)\n  - ibus-mozc now supports Hiragana/Katakana key. (Issue 136)\n  - Key-binding editor now supports Hiragana/Katakana key on Linux. (Issue 137)\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@105 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "2c691517ffe91c8b72139373377bc7c21ec97d39",
      "tree": "eb2c6e31a885360a5083119714b67afffc9cd24e",
      "parents": [
        "253d508c275f6230ceddb3baa8511bcfa546c716"
      ],
      "author": {
        "name": "hidehiko@google.com",
        "email": "hidehiko@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Mar 07 05:22:26 2012"
      },
      "committer": {
        "name": "hidehiko@google.com",
        "email": "hidehiko@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Mar 07 05:22:26 2012"
      },
      "message": "Ver 1.4.1003.102:\n- Link statically with the protocol buffer lib by default. (Issue 14)\n- Fixed bugs:\n  - \"build_mozc.py clean\" doesn\u0027t remove some generated files. (Issue 54)\n  - Cannot be built with IBus 1.4.1. (Issue 117)\n  - Use ibus_engine_delete_surrounding_text instead of backspace forwarding\n    for IBus 1.2.1 or later. (Issue 126)\n  - Enable \"Set input mode to X\" commands on Linux. (Issue 128)\n\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@96 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "253d508c275f6230ceddb3baa8511bcfa546c716",
      "tree": "5146adf07071933f5af09322857f9ff0f7b80777",
      "parents": [
        "913f0c1709374cdcc8e6038cde2d40362e578fdf"
      ],
      "author": {
        "name": "nona@google.com",
        "email": "nona@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Jan 26 08:13:11 2012"
      },
      "committer": {
        "name": "nona@google.com",
        "email": "nona@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Jan 26 08:13:11 2012"
      },
      "message": "Fixed the following bugs\n- The bugs on all platforms.\n -- The crash bug triggered by Commit\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@93 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "913f0c1709374cdcc8e6038cde2d40362e578fdf",
      "tree": "63ea2b407471a54ba129af67c254b5e89929059b",
      "parents": [
        "2fcc92e77f89b40f51af703954c14bc524b9fcb0"
      ],
      "author": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Dec 21 06:59:45 2011"
      },
      "committer": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Dec 21 06:59:45 2011"
      },
      "message": "* Fixed some bugs.\n  - Fixed memory leak in SCIM.(Issus 104)\n  - Fixed initial reconversion failure in IBus.(Issus 107)\n  - Changed to check the application have set IBUS_CAP_SURROUNDING_TEXT.\n  - Fixed SVN check out failure.(Issue 109)\n* Use new version of japanese_usage_dictionary.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@85 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "2fcc92e77f89b40f51af703954c14bc524b9fcb0",
      "tree": "704f0d3f5be4b24c598d0f78db4230b050a96654",
      "parents": [
        "d98dfcb8a570d3efe034966770124f4511727b01"
      ],
      "author": {
        "name": "nona@google.com",
        "email": "nona@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Nov 30 08:35:48 2011"
      },
      "committer": {
        "name": "nona@google.com",
        "email": "nona@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Nov 30 08:35:48 2011"
      },
      "message": "* Support new features for IBus.\n  - Support UNDO feature.\n  - Support Reconversion feature for IBus \u003e\u003d1.4.\n  - Add some menus into language bar.\n  - Set ibus-mozc rank as 80.\n* Fixed some bugs.\n  - Fixed English-number toggle key issue for emacs.(Issue 101)\n  - Fixed crash problem on scim.(Issue 104)\n* Change dependency name for Ubuntu 11.10.(Issue 106)\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@77 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "d98dfcb8a570d3efe034966770124f4511727b01",
      "tree": "8c080256107fd3df9d84c9595a2615e2a17a37f8",
      "parents": [
        "44d1e09bbe7b1c7fa5d7294ec1327a0def83010b"
      ],
      "author": {
        "name": "yamaguchi@google.com",
        "email": "yamaguchi@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Sep 05 08:33:22 2011"
      },
      "committer": {
        "name": "yamaguchi@google.com",
        "email": "yamaguchi@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Sep 05 08:33:22 2011"
      },
      "message": "Updated dictionary. \nFixed some bugs.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@72 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "44d1e09bbe7b1c7fa5d7294ec1327a0def83010b",
      "tree": "0278100a69a2a40a3cdcffdd344dff0844183f2a",
      "parents": [
        "98ab3939dd391d5f93ddecc6b4f5a2a98fefd82f"
      ],
      "author": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Aug 17 01:09:40 2011"
      },
      "committer": {
        "name": "horo@google.com",
        "email": "horo@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Aug 17 01:09:40 2011"
      },
      "message": "Implemented romaji spelling correction.\nImplemented search feature in the dictionary tool.\nFixed the bug where the icon is missing in the about dialog.(Issue 35)\nFixed the bug where “ぃ” can’t be outputted in SCIM Kana mode.(Issue 88)\nFixed the build error with --noqt option.(Issue 90)\nFixed the build error on Mac OSX Lion.(Issue 91)\nRemoved unnecessary dependency to libpng12.(Issue 95)\nFixed gen_zip_code_seed.py.(Issue 97)\nFixed the build errors with gcc 4.6.(Ubuntu Bug #811892)\nFixed the bug where comment fields of user dictionary cannot be imported correctly.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@61 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "98ab3939dd391d5f93ddecc6b4f5a2a98fefd82f",
      "tree": "d3db9874964043cb2f7b01323351255dc46b2b33",
      "parents": [
        "8e72ad6da434f281df1952b2c9a22dcc28744c8b"
      ],
      "author": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Tue Jul 19 05:55:36 2011"
      },
      "committer": {
        "name": "hsumita@google.com",
        "email": "hsumita@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Tue Jul 19 05:55:36 2011"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@58 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "8e72ad6da434f281df1952b2c9a22dcc28744c8b",
      "tree": "f5d4082bf89eaca193cc65470962c0f3eab3e747",
      "parents": [
        "dc162aeb52f45e20509e7ae12a21eb298395be58"
      ],
      "author": {
        "name": "peria@google.com",
        "email": "peria@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Jul 01 02:31:23 2011"
      },
      "committer": {
        "name": "peria@google.com",
        "email": "peria@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Jul 01 02:31:23 2011"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@57 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "dc162aeb52f45e20509e7ae12a21eb298395be58",
      "tree": "025fae0eebe3e05a63498337638c897ae338d091",
      "parents": [
        "0a1c9825b4c22dba11d1fe0055233173c61b0922"
      ],
      "author": {
        "name": "nona@google.com",
        "email": "nona@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri May 20 08:58:21 2011"
      },
      "committer": {
        "name": "nona@google.com",
        "email": "nona@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri May 20 08:58:21 2011"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@56 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "0a1c9825b4c22dba11d1fe0055233173c61b0922",
      "tree": "e962e25b17cfd72f299dabb47c6c75dff2119a0d",
      "parents": [
        "f4b50a5bfc1f9c70534f0f60de5f597ba7ace678"
      ],
      "author": {
        "name": "mukai@google.com",
        "email": "mukai@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Apr 15 10:44:22 2011"
      },
      "committer": {
        "name": "mukai@google.com",
        "email": "mukai@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Apr 15 10:44:22 2011"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@53 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "f4b50a5bfc1f9c70534f0f60de5f597ba7ace678",
      "tree": "bb0a7927bb761f34a879807835f77455c8bda00b",
      "parents": [
        "ccf4a1598055d4418af3fa483f514356bd1880ed"
      ],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Tue Mar 01 03:22:50 2011"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Tue Mar 01 03:22:50 2011"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@52 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "ccf4a1598055d4418af3fa483f514356bd1880ed",
      "tree": "974dd96117254446b477558dd0777ea48771580a",
      "parents": [
        "cf6c12fe06d559fcf9f5d3861879b9dd98541cd5"
      ],
      "author": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Dec 16 06:47:25 2010"
      },
      "committer": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Dec 16 06:47:25 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@51 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "cf6c12fe06d559fcf9f5d3861879b9dd98541cd5",
      "tree": "69788589c75634b5de9d7265cd9852f43df343c0",
      "parents": [
        "02c33f90278be26e92c6d4fd781a5f2b22fb3084"
      ],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Nov 04 08:11:57 2010"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Nov 04 08:11:57 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@49 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "02c33f90278be26e92c6d4fd781a5f2b22fb3084",
      "tree": "4c06a249a36b2237d8e5d6466995899c24c37b7e",
      "parents": [
        "254bcd2890cd60c06368f58568818e3eb4e99870"
      ],
      "author": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Oct 08 08:43:34 2010"
      },
      "committer": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Oct 08 08:43:34 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@47 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "254bcd2890cd60c06368f58568818e3eb4e99870",
      "tree": "e941f8b8f581310c719857f4ca559369db731135",
      "parents": [
        "fce4e2d3df20fabee8b1586c43fb83303241df54"
      ],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Sep 22 10:55:35 2010"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Sep 22 10:55:35 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@40 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "fce4e2d3df20fabee8b1586c43fb83303241df54",
      "tree": "c139a7b8c0bef363527e37f5c78233fe2b15e3cd",
      "parents": [
        "ef4af4bf751bbd60a0af1b2c5b987d6c5181cf90"
      ],
      "author": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Sep 10 00:18:33 2010"
      },
      "committer": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Fri Sep 10 00:18:33 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@39 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "ef4af4bf751bbd60a0af1b2c5b987d6c5181cf90",
      "tree": "3dcc0b05145c185f26becc39ff67e46e7632c46a",
      "parents": [
        "347a4612cdb1a11151aa518dd3cb67f2cde1de88"
      ],
      "author": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Jul 12 10:24:19 2010"
      },
      "committer": {
        "name": "komatsu@google.com",
        "email": "komatsu@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon Jul 12 10:24:19 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@35 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "347a4612cdb1a11151aa518dd3cb67f2cde1de88",
      "tree": "0f49b337d107a96294a3120cf7896afafe0d5f18",
      "parents": [
        "30c3ca3057978196f74f7707c19d5dcdcdd96a3d"
      ],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Jul 01 02:06:43 2010"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu Jul 01 02:06:43 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@31 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "30c3ca3057978196f74f7707c19d5dcdcdd96a3d",
      "tree": "db6a473f831a00ec05a4267c5d61949f0050e437",
      "parents": [
        "260bcf50f1e056fad7a6f3e3a5b6311683be1021"
      ],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Jun 16 09:38:15 2010"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Wed Jun 16 09:38:15 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@29 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "260bcf50f1e056fad7a6f3e3a5b6311683be1021",
      "tree": "a344202bfd13855854f68b82d39f1b4bbfd6bdc0",
      "parents": [
        "764c9cbc921d7a8537cd1ed33b88d3fbaacc552a"
      ],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu May 27 04:08:59 2010"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Thu May 27 04:08:59 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@24 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "764c9cbc921d7a8537cd1ed33b88d3fbaacc552a",
      "tree": "355dbb2344e7911b50b87cb4ac618df6d1218e13",
      "parents": [
        "9d358e80f861959ce5b2691f66216a02fdf47888"
      ],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Tue May 18 02:33:55 2010"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Tue May 18 02:33:55 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@18 a6090854-d499-a067-5803-1114d4e51264\n"
    },
    {
      "commit": "9d358e80f861959ce5b2691f66216a02fdf47888",
      "tree": "05f497a64263ff87ac5b11fa0a861d9a0fdf56f5",
      "parents": [],
      "author": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon May 10 12:10:13 2010"
      },
      "committer": {
        "name": "mazda@google.com",
        "email": "mazda@google.com@a6090854-d499-a067-5803-1114d4e51264",
        "time": "Mon May 10 12:10:13 2010"
      },
      "message": "Import from the internal repository.\n\ngit-svn-id: http://mozc.googlecode.com/svn/trunk/src/session@10 a6090854-d499-a067-5803-1114d4e51264\n"
    }
  ]
}
