[Groonga-commit] groonga/groonga [master] doc en: update po

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Mar 25 15:55:36 JST 2013


HAYASHI Kentaro	2013-03-25 15:55:36 +0900 (Mon, 25 Mar 2013)

  New Revision: f71767855e9c34ac6a4da19835b2f95f1e124c25
  https://github.com/groonga/groonga/commit/f71767855e9c34ac6a4da19835b2f95f1e124c25

  Message:
    doc en: update po

  Modified files:
    doc/locale/en/LC_MESSAGES/news.po

  Modified: doc/locale/en/LC_MESSAGES/news.po (+364 -362)
===================================================================
--- doc/locale/en/LC_MESSAGES/news.po    2013-03-25 15:20:57 +0900 (982d248)
+++ doc/locale/en/LC_MESSAGES/news.po    2013-03-25 15:55:36 +0900 (3214bbd)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: groonga 2.0.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-22 13:25\n"
+"POT-Creation-Date: 2013-03-25 15:39\n"
 "PO-Revision-Date: 2012-07-23 17:58+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: English\n"
@@ -52,14 +52,14 @@ msgstr ""
 # 2fd7dac761b9443eb371e68936e9e68f
 # c19abfacdbf441fdb187f9af8951ad5c
 # 565f00f6457a4b6b8c3a2bd9ef2ddc10
-#: ../../../source/news.txt:14 ../../../source/news.txt:65
-#: ../../../source/news.txt:125 ../../../source/news.txt:205
-#: ../../../source/news.txt:250 ../../../source/news.txt:310
-#: ../../../source/news.txt:345 ../../../source/news.txt:382
-#: ../../../source/news.txt:430 ../../../source/news.txt:483
-#: ../../../source/news.txt:530 ../../../source/news.txt:592
-#: ../../../source/news.txt:646 ../../../source/news.txt:690
-#: ../../../source/news.txt:739 ../../../source/news/1.2.x.txt:11
+#: ../../../source/news.txt:14 ../../../source/news.txt:66
+#: ../../../source/news.txt:126 ../../../source/news.txt:206
+#: ../../../source/news.txt:251 ../../../source/news.txt:311
+#: ../../../source/news.txt:346 ../../../source/news.txt:383
+#: ../../../source/news.txt:431 ../../../source/news.txt:484
+#: ../../../source/news.txt:531 ../../../source/news.txt:593
+#: ../../../source/news.txt:647 ../../../source/news.txt:691
+#: ../../../source/news.txt:740 ../../../source/news/1.2.x.txt:11
 #: ../../../source/news/1.2.x.txt:74 ../../../source/news/1.2.x.txt:132
 #: ../../../source/news/1.2.x.txt:159 ../../../source/news/1.2.x.txt:191
 #: ../../../source/news/1.2.x.txt:223 ../../../source/news/1.2.x.txt:258
@@ -85,53 +85,55 @@ msgstr ""
 msgid ""
 "Supported binary operations such as ``X + Y``, ``X - Y``, ``X * Y``, ``X / "
 "Y``, ``X % Y``, ``X >> Y``, ``X << Y``, ``X | Y``, ``X ^ Y``, ``X & Y`` and "
-"``X >>> Y``."
+"``X >>> Y`` for Int8, UInt8, Int16, UInt16 and UInt64."
 msgstr ""
 
 # a80d4ec7010d42c78c2b074a4d84467d
-#: ../../../source/news.txt:21
+#: ../../../source/news.txt:22
 msgid "Added english documentation for ``load`` command."
 msgstr ""
 
 # fdd54afcb3a7452e9a362d9c5ac8c605
-#: ../../../source/news.txt:22
+#: ../../../source/news.txt:23
 msgid ""
 "Supported binary assign operations such as ``X += Y``, ``X -= Y``, ``X *= "
 "Y``, ``X /= Y``, ``X %= Y``, ``X <<= Y``, ``X >>= Y``, ``X >>>= Y``, ``X &= "
-"Y``, ``X |= Y`` and ``X ^= Y``."
+"Y``, ``X |= Y`` and ``X ^= Y`` for Int8, UInt8, Int16, UInt16 and UInt64."
 msgstr ""
 
-# 62dd23fd04a2429ea0722f7c64e31fea
-#: ../../../source/news.txt:25
-msgid "Supported unary operations such as ``-X``."
+# 74d202a867a4434c93eb6d8657377032
+#: ../../../source/news.txt:26
+msgid ""
+"Supported unary operations such as ``-X`` for Int8, UInt8, Int16, UInt16 and "
+"UInt64."
 msgstr ""
 
 # 575d5cddcf7748c89577085abcf761f9
-#: ../../../source/news.txt:26
+#: ../../../source/news.txt:27
 msgid ""
 "Supported complex string concatination in ``--output_columns``. For example, "
 "you can use a query such as ``--output_columns '\"<\" + title + \">\"'``."
 msgstr ""
 
 # ec6a72f5045e4253b87dc4c597b9faca
-#: ../../../source/news.txt:28
+#: ../../../source/news.txt:29
 msgid "Added the information of the repository of groonga to development page."
 msgstr ""
 
 # aed72f81742049bfbfeb5206cb5c3220
-#: ../../../source/news.txt:29
+#: ../../../source/news.txt:30
 msgid "Added ``sub_filter()`` function."
 msgstr ""
 
 # fc5f1c31150446cb8d56e4bc508e0e82
-#: ../../../source/news.txt:30
+#: ../../../source/news.txt:31
 msgid ""
 "Supported query expander in ``query()`` function. This change supports the "
 "query such as ``query(\"MATCH_COLUMNS\", \"QUERY\", \"QueryExpanderTSV\")``."
 msgstr ""
 
 # cfdbb50d56b14c33bbc9d07b8ce1ab01
-#: ../../../source/news.txt:33
+#: ../../../source/news.txt:34
 msgid ""
 "Renamed ``--query_expansion`` to ``--query_expander``. ``--query_expansion`` "
 "is regarded as deprecated."
@@ -152,14 +154,14 @@ msgstr ""
 # 36a46b394b0e436cba83b8d0de173b42
 # 61324067e94447b692b9ce625da463c7
 # a489d44d169d49db8dfd20e85452dca9
-#: ../../../source/news.txt:37 ../../../source/news.txt:82
-#: ../../../source/news.txt:105 ../../../source/news.txt:151
-#: ../../../source/news.txt:174 ../../../source/news.txt:227
-#: ../../../source/news.txt:273 ../../../source/news.txt:322
-#: ../../../source/news.txt:361 ../../../source/news.txt:403
-#: ../../../source/news.txt:455 ../../../source/news.txt:510
-#: ../../../source/news.txt:554 ../../../source/news.txt:612
-#: ../../../source/news.txt:668 ../../../source/news.txt:714
+#: ../../../source/news.txt:38 ../../../source/news.txt:83
+#: ../../../source/news.txt:106 ../../../source/news.txt:152
+#: ../../../source/news.txt:175 ../../../source/news.txt:228
+#: ../../../source/news.txt:274 ../../../source/news.txt:323
+#: ../../../source/news.txt:362 ../../../source/news.txt:404
+#: ../../../source/news.txt:456 ../../../source/news.txt:511
+#: ../../../source/news.txt:555 ../../../source/news.txt:613
+#: ../../../source/news.txt:669 ../../../source/news.txt:715
 #: ../../../source/news/1.2.x.txt:37 ../../../source/news/1.2.x.txt:104
 #: ../../../source/news/1.2.x.txt:143 ../../../source/news/1.2.x.txt:176
 #: ../../../source/news/1.2.x.txt:211 ../../../source/news/1.2.x.txt:236
@@ -169,7 +171,7 @@ msgid "Fixes"
 msgstr "Fixes"
 
 # 7b719faa89ae48b8a3f972ec6e94a769
-#: ../../../source/news.txt:39
+#: ../../../source/news.txt:40
 msgid ""
 "Fixed a bug that ``snippet_html(XXX), XXX`` fails with \"stack error\". This "
 "bug affects a query such as ``--output_columns 'snippet_html(title), "
@@ -177,19 +179,19 @@ msgid ""
 msgstr ""
 
 # 5eb6c07cc08540cb8eb745d2195937bf
-#: ../../../source/news.txt:42
+#: ../../../source/news.txt:43
 msgid "Fixed a typo about install documentation. [Reported by hino]"
 msgstr ""
 
 # 4175b4d265184bc3a30ba7b8d941fcbb
-#: ../../../source/news.txt:43
+#: ../../../source/news.txt:44
 msgid ""
 "Fixed a bug that Travis-CI setup script fails. [groonga-dev,01248] [Reported "
 "by ongaeshi]"
 msgstr ""
 
 # bc348416dba145f9a3be8d2be37fdabf
-#: ../../../source/news.txt:45
+#: ../../../source/news.txt:46
 msgid ""
 "Fixed a memory leak. This bug affects the case which satisfy following three "
 "conditions. Column is a reference column, Column is a vector column and "
@@ -197,7 +199,7 @@ msgid ""
 msgstr ""
 
 # 728b55c9fe464bf995ea371323a44b42
-#: ../../../source/news.txt:49
+#: ../../../source/news.txt:50
 msgid ""
 "Fixed a crash bug by ``--output_columns _score.GARBAGE``. This affects the "
 "case if GARBAGE does not exist."
@@ -216,14 +218,14 @@ msgstr ""
 # cdbdc89143c144cea982080043cf0469
 # bf94700814b443ac94362b8d9af38289
 # 435a5e420dbb434e825d1c07227e94dc
-#: ../../../source/news.txt:53 ../../../source/news.txt:92
-#: ../../../source/news.txt:115 ../../../source/news.txt:161
-#: ../../../source/news.txt:239 ../../../source/news.txt:297
-#: ../../../source/news.txt:333 ../../../source/news.txt:372
-#: ../../../source/news.txt:418 ../../../source/news.txt:471
-#: ../../../source/news.txt:519 ../../../source/news.txt:567
-#: ../../../source/news.txt:634 ../../../source/news.txt:679
-#: ../../../source/news.txt:724 ../../../source/news.txt:774
+#: ../../../source/news.txt:54 ../../../source/news.txt:93
+#: ../../../source/news.txt:116 ../../../source/news.txt:162
+#: ../../../source/news.txt:240 ../../../source/news.txt:298
+#: ../../../source/news.txt:334 ../../../source/news.txt:373
+#: ../../../source/news.txt:419 ../../../source/news.txt:472
+#: ../../../source/news.txt:520 ../../../source/news.txt:568
+#: ../../../source/news.txt:635 ../../../source/news.txt:680
+#: ../../../source/news.txt:725 ../../../source/news.txt:775
 #: ../../../source/news/1.2.x.txt:49 ../../../source/news/1.2.x.txt:118
 #: ../../../source/news/1.2.x.txt:148 ../../../source/news/1.2.x.txt:181
 #: ../../../source/news/1.2.x.txt:247 ../../../source/news/1.2.x.txt:274
@@ -231,34 +233,34 @@ msgid "Thanks"
 msgstr "Thanks"
 
 # 4052261165c647b99a92a83665edefaa
-#: ../../../source/news.txt:55
+#: ../../../source/news.txt:56
 msgid "Hendro Wibowo"
 msgstr ""
 
 # dade686436754b4080a8405c9e3f7ffe
-#: ../../../source/news.txt:56
+#: ../../../source/news.txt:57
 msgid "hino"
 msgstr ""
 
 # 7844c123a477486caff1858d3999b015
-#: ../../../source/news.txt:57 ../../../source/news.txt:301
+#: ../../../source/news.txt:58 ../../../source/news.txt:302
 msgid "ongaeshi"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:62
+#: ../../../source/news.txt:63
 msgid "Release 3.0.1 - 2013/02/28"
 msgstr ""
 
 # 32f11ae0d49d455d95544c344a225c50
-#: ../../../source/news.txt:67
+#: ../../../source/news.txt:68
 msgid ""
 "Supported to set Bool to reference column when loading dataset by load "
 "command."
 msgstr ""
 
 # 10c08a02af2042358dbfddb02192715c
-#: ../../../source/news.txt:68
+#: ../../../source/news.txt:69
 msgid ""
 "Supported AND operation for nested index. In this change, the expression "
 "\"COLUMN1.COLUMN2 >= 1 && COLUMN1.COLUMN2 <=3\" works. Note that the order "
@@ -267,14 +269,14 @@ msgid ""
 msgstr ""
 
 # d347bd7b5f474ad4a33d4de8f029129e
-#: ../../../source/news.txt:72
+#: ../../../source/news.txt:73
 msgid ""
 "Supported sorting not indexed entries. This change affects the case such as "
 "``--sortby geo_distance(...)`` drops not indexed entries."
 msgstr ""
 
 # f9ce270eea2747099beb6d024635f165
-#: ../../../source/news.txt:75
+#: ../../../source/news.txt:76
 msgid ""
 "Supported range search for reference column by index. This change enable you "
 "to search range by index which is TABLE_PAT_KEY or TABLE_DAT_KEY based "
@@ -282,19 +284,19 @@ msgid ""
 msgstr ""
 
 # e1a33a5f7e59499f8734fcbb09e3f4c4
-#: ../../../source/news.txt:78
+#: ../../../source/news.txt:79
 msgid "[rpm][centos] Supported MeCab 0.995."
 msgstr ""
 
 # 9c425c1b235642f0ba4dfb5152ab981b
-#: ../../../source/news.txt:79
+#: ../../../source/news.txt:80
 msgid ""
 "[doc] Added missing documentation of commands such as ``column_rename`` or "
 "``truncate``."
 msgstr ""
 
 # 5c48651edc324bb585fc653ccca38a03
-#: ../../../source/news.txt:84
+#: ../../../source/news.txt:85
 msgid ""
 "Fixed a bug that ``grn_index_cursor_next()`` returns NULL unexpectedly. It "
 "causes that invalid index entry is returned after deleting entries. This bug "
@@ -302,49 +304,49 @@ msgid ""
 msgstr ""
 
 # 728b55c9fe464bf995ea371323a44b42
-#: ../../../source/news.txt:87
+#: ../../../source/news.txt:88
 msgid ""
 "Fixed a crash bug that ``geo_distance()`` sort by index. This bug occurs by "
 "wrong the number of found records."
 msgstr ""
 
 # 8a97de17b70546f59bec99627e248b44
-#: ../../../source/news.txt:89
+#: ../../../source/news.txt:90
 msgid ""
 "[httpd] Enabled default owner/group of database setting as groonga/groonga."
 msgstr ""
 
 # d987104fcf8243ab8b14c8c511bea091
-#: ../../../source/news.txt:94
+#: ../../../source/news.txt:95
 msgid "b senboku"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:100
+#: ../../../source/news.txt:101
 msgid "Release 3.0.0 - 2013/02/09"
 msgstr ""
 
 # e05a53e296d7412f8ad1a370fee14cc3
-#: ../../../source/news.txt:102
+#: ../../../source/news.txt:103
 msgid "Bump version to 3.0.0!"
 msgstr ""
 
 # a393eb3ad7e14880b9533941c27e840c
-#: ../../../source/news.txt:107
+#: ../../../source/news.txt:108
 msgid ""
 "[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary "
 "when ``groonga-tokenizer-mecab`` package is installed."
 msgstr ""
 
 # 70e921abc3b0477f96c157c10f4258bf
-#: ../../../source/news.txt:109
+#: ../../../source/news.txt:110
 msgid ""
 "Fixed a bug that int64 literal is truncated to uint32 value. If you use "
 "string literal for int64, this bug does not affects."
 msgstr ""
 
 # efb5f387fe9a4e1cb0c087c2ed496fce
-#: ../../../source/news.txt:111
+#: ../../../source/news.txt:112
 msgid ""
 "[rpm][centos] Fixed a bug that stopping ``groonga-server-http`` service by "
 "init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]"
@@ -354,19 +356,19 @@ msgstr ""
 # 5eb676e32b1240d194e07235f73f983b
 # 2d14d535fa12405587b286ba1e5036a7
 # 0e04c49fb71646698a1f83098db1dafe
-#: ../../../source/news.txt:117 ../../../source/news.txt:420
-#: ../../../source/news.txt:474 ../../../source/news.txt:522
-#: ../../../source/news.txt:569 ../../../source/news.txt:636
+#: ../../../source/news.txt:118 ../../../source/news.txt:421
+#: ../../../source/news.txt:475 ../../../source/news.txt:523
+#: ../../../source/news.txt:570 ../../../source/news.txt:637
 msgid "IWAI, Masaharu"
 msgstr "IWAI, Masaharu"
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:122
+#: ../../../source/news.txt:123
 msgid "Release 2.1.2 - 2013/01/29"
 msgstr "Release 2.1.2 - 2013/01/29"
 
 # 31ea48bed2be4ee482af829ad6a68175
-#: ../../../source/news.txt:127
+#: ../../../source/news.txt:128
 msgid ""
 "Supported multiple ``query()`` in a select command. For example, you can "
 "specify the keyword which has different weight such as 'query(\"column * "
@@ -375,19 +377,19 @@ msgid ""
 msgstr ""
 
 # f47ceae669db43caac1ab50ad324b2ce
-#: ../../../source/news.txt:131
+#: ../../../source/news.txt:132
 msgid "Dropped experimental view feature."
 msgstr ""
 
 # 6f32479438e74f12ac851b12d020d101
-#: ../../../source/news.txt:132
+#: ../../../source/news.txt:133
 msgid ""
 "Added ``grn_logger_reopen`` API for custom logger. Note that "
 "``grn_logger_info`` API is deprecated, use ``grn_logger`` API instead."
 msgstr ""
 
 # e8fce2e489904b128f0d644db14029a9
-#: ../../../source/news.txt:134
+#: ../../../source/news.txt:135
 msgid ""
 "Added ``grn_default_logger_set_path()`` and ``grn_default_logger_get_path()"
 "`` API. Note that global ``grn_log_path`` variable was removed. Use above "
@@ -395,7 +397,7 @@ msgid ""
 msgstr ""
 
 # 65efe83b90bd4fcf91da57e41158f73a
-#: ../../../source/news.txt:136
+#: ../../../source/news.txt:137
 msgid ""
 "Added ``grn_default_query_logger_set_path()`` and "
 "``grn_default_query_logger_get_path()`` API. Note that global "
@@ -403,21 +405,21 @@ msgid ""
 msgstr ""
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:139
+#: ../../../source/news.txt:140
 msgid ""
 "Added translated documentation about :doc:`/reference/tables` and :doc:`/"
 "reference/normalizers`."
 msgstr ""
 
 # a393eb3ad7e14880b9533941c27e840c
-#: ../../../source/news.txt:140
+#: ../../../source/news.txt:141
 msgid ""
 "[deb][rpm] Improved to install with missing dictionary when ``groonga-"
 "tokenizer-mecab`` package is installed."
 msgstr ""
 
 # d96573539d5540288a9eb7497d73740d
-#: ../../../source/news.txt:142
+#: ../../../source/news.txt:143
 msgid ""
 "Supported :ref:`nested-index-search` with range search. For example, you can "
 "specify 'column1.column2...columnN <= \"1988-01-04 00:00:00\"' in ``--"
@@ -425,84 +427,84 @@ msgid ""
 msgstr ""
 
 # 3e181623b37246ff898a7c6f7aa5682b
-#: ../../../source/news.txt:145
+#: ../../../source/news.txt:146
 msgid "[rpm][fedora] Supported Fedora 18."
 msgstr ""
 
 # 6aa9784d1d9a45139ef5b950dc6feebd
-#: ../../../source/news.txt:146
+#: ../../../source/news.txt:147
 msgid "[rpm][fedora] Dropped Fedora 17 support."
 msgstr ""
 
 # a80d4ec7010d42c78c2b074a4d84467d
-#: ../../../source/news.txt:147
+#: ../../../source/news.txt:148
 msgid "[doc] Added documentation for :doc:`/server/package`."
 msgstr ""
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:148
+#: ../../../source/news.txt:149
 msgid "[doc] Added documentation for :doc:`/reference/functions/query`."
 msgstr ""
 
 # 9c32328411e1443ea3673d30399f270a
-#: ../../../source/news.txt:153
+#: ../../../source/news.txt:154
 msgid ""
 "Fixed not to report an error even though MeCab tokenizer shared object isn't "
 "found. [groonga-dev,01174] [Reported by wing]"
 msgstr ""
 
 # 68d1929e7bf149b6bdfb71c4ea3778bb
-#: ../../../source/news.txt:155
+#: ../../../source/news.txt:156
 msgid ""
 "[httpd] Fixed not to fail configure on CentOS 5.4 by setting ``SED`` "
 "variable explicitly."
 msgstr ""
 
 # 02c78713f9fd455ba6e70b35e287375a
-#: ../../../source/news.txt:157
+#: ../../../source/news.txt:158
 msgid ""
 "Fixed a crash bug that not initialized vector column value is accessed by "
 "select command."
 msgstr ""
 
 # dade686436754b4080a8405c9e3f7ffe
-#: ../../../source/news.txt:163
+#: ../../../source/news.txt:164
 msgid "wing"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:168
+#: ../../../source/news.txt:169
 msgid "Release 2.1.1 - 2012/12/29"
 msgstr ""
 
 # 6dc14f17087141d9943f31af19191e4a
-#: ../../../source/news.txt:170
+#: ../../../source/news.txt:171
 msgid ""
 "This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1 "
 "instead."
 msgstr ""
 
 # ec6a72f5045e4253b87dc4c597b9faca
-#: ../../../source/news.txt:176
+#: ../../../source/news.txt:177
 msgid ""
 "Fixed a bug that ``KEY_NORMALIZE`` information in database that is created "
 "by groonga 2.0.8 or ealier is dropped."
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:182
+#: ../../../source/news.txt:183
 msgid "Release 2.1.0 - 2012/12/29"
 msgstr ""
 
 # 138c44a520f24551a5b463064b64a089
-#: ../../../source/news.txt:186
+#: ../../../source/news.txt:187
 msgid ""
 "Use 2.1.1 instead of 2.1.0. 2.1.0 has a serious bug related "
 "``KEY_NORMALIZE``."
 msgstr ""
 
 # 37c34847531e441b89e5043921b3b255
-#: ../../../source/news.txt:191
+#: ../../../source/news.txt:192
 msgid ""
 "This release has backward incompatible changes against ``table_list`` and "
 "``column_list`` commands. If you use own program which depends on the output "
@@ -510,7 +512,7 @@ msgid ""
 msgstr ""
 
 # a8c947bb93e54c8c9a1d78ad981562f7
-#: ../../../source/news.txt:195
+#: ../../../source/news.txt:196
 msgid ""
 "This release has supported ``--normalizer`` option, but there is side effect "
 "for this feature. If you open old version of groonga database at least once, "
@@ -518,7 +520,7 @@ msgid ""
 msgstr ""
 
 # 060afde8c2b444a39ae54df9f3c8d762
-#: ../../../source/news.txt:200
+#: ../../../source/news.txt:201
 msgid ""
 "There is also another backward incompatible change agaist plugin API for "
 "tokenizer. The argument of ``grn_tokenizer_query_open`` API has changed. "
@@ -526,12 +528,12 @@ msgid ""
 msgstr ""
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:207
+#: ../../../source/news.txt:208
 msgid "[doc] Added documentation about :ref:`nested-index-search`."
 msgstr ""
 
 # a5f0494c4cf347f59b7d57dcfe33d417
-#: ../../../source/news.txt:208
+#: ../../../source/news.txt:209
 msgid ""
 "Supported the expression as :doc:`/reference/functions/snippet_html` "
 "arguments. This change enables you to use ``snippet_html(\"STRING\" + "
@@ -540,12 +542,12 @@ msgid ""
 msgstr ""
 
 # 8aa7f4cdba6b4ad283698e85413311b9
-#: ../../../source/news.txt:211
+#: ../../../source/news.txt:212
 msgid "Supported to create own normalizer as a plugin."
 msgstr ""
 
 # 7b46d53d9baf4554a3cd756e899c24fc
-#: ../../../source/news.txt:212
+#: ../../../source/news.txt:213
 msgid ""
 "Moved ``groonga-query-log-analyzer`` as `groonga-query-log <http://rubygems."
 "org/gems/groonga-query-log>`_ RubyGems. It enables you to analyze query logs "
@@ -553,14 +555,14 @@ msgid ""
 msgstr ""
 
 # 081dbee3c68a4564ab81aebb15f41f76
-#: ../../../source/news.txt:215
+#: ../../../source/news.txt:216
 msgid ""
 "Supported ``--normalizer`` option for :doc:`/reference/commands/"
 "table_create` command. This change enables you to specify normalizer plugin."
 msgstr ""
 
 # e15983309ae748369ff074cbe8a979b3
-#: ../../../source/news.txt:217
+#: ../../../source/news.txt:218
 msgid ""
 "Changed \"null\" string to null value as meaning for \"No Object\". This is "
 "backward incompatible change and affects output results of introspection "
@@ -568,27 +570,27 @@ msgid ""
 msgstr ""
 
 # 2a510d9fbd9849fc86a32b019ed3a40f
-#: ../../../source/news.txt:220
+#: ../../../source/news.txt:221
 msgid ""
 "Added a flag which controls behavior about normalizer as the last argument "
 "of ``grn_tokenizer_query_open`` API."
 msgstr ""
 
 # f3b233753a5a4accb97226fa7882691e
-#: ../../../source/news.txt:222
+#: ../../../source/news.txt:223
 msgid ""
 "Supported continuous line in :ref:`command-list-with-continuous-line` list."
 msgstr ""
 
 # 00ec1e504ef64d9e806c2480ccf62761
-#: ../../../source/news.txt:223
+#: ../../../source/news.txt:224
 msgid ""
 "Improved to support not only no key table, but also hash table, patricia "
 "trie and double array trie for :ref:`nested-index-search`."
 msgstr ""
 
 # 8da6f867ca28449c8704a449144deb64
-#: ../../../source/news.txt:229
+#: ../../../source/news.txt:230
 msgid ""
 "[windows] Added missing ``O_BINARY`` flag to open file correctly. This "
 "change fixes the infinite loop problem about groonga HTTP server. "
@@ -596,7 +598,7 @@ msgid ""
 msgstr ""
 
 # fbef648a68ba47c284650a4659297f55
-#: ../../../source/news.txt:232
+#: ../../../source/news.txt:233
 msgid ""
 "Fixed a bug that ``--default-match-escalation-threshold`` doesn't accept "
 "negative value to disable functionality. This fix enable you to disable "
@@ -605,40 +607,40 @@ msgid ""
 msgstr ""
 
 # 3581a0b31e1c462d96146106b120ebac
-#: ../../../source/news.txt:236
+#: ../../../source/news.txt:237
 msgid ""
 "Fixed a bug that ``_score`` after \"*\" is ignored in ``--output_columns``."
 msgstr ""
 
 # 44d3144ddb8b445f9b84db634d9ece79
-#: ../../../source/news.txt:241 ../../../source/news.txt:299
+#: ../../../source/news.txt:242 ../../../source/news.txt:300
 msgid "Tomoatsu Shimada"
 msgstr ""
 
 # 99acd255d1624998a99c6189df6aac3f
-#: ../../../source/news.txt:242
+#: ../../../source/news.txt:243
 msgid "Shimomura Tatsuya"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:247
+#: ../../../source/news.txt:248
 msgid "Release 2.0.9 - 2012/11/29"
 msgstr ""
 
 # 35ad71d9aa7540a59ba9818f9b78c6b6
-#: ../../../source/news.txt:252
+#: ../../../source/news.txt:253
 msgid ""
 "Supported to calculate the value of distance accross border in "
 "``geo_distance`` with ``rectangle`` as approximate type. [#1534]"
 msgstr ""
 
 # 315e965e243643f8a060007fc1959747
-#: ../../../source/news.txt:254
+#: ../../../source/news.txt:255
 msgid "[doc] Added the :doc:`/spec/gqtp` specification."
 msgstr ""
 
 # 560236f740fb4d89a51fe066ab9ad1e3
-#: ../../../source/news.txt:255
+#: ../../../source/news.txt:256
 msgid ""
 "Improved to ignore non critical ``getaddrinfo()`` error which groonga "
 "command emits on startup. This change does not affects nomal use of groonga "
@@ -647,21 +649,21 @@ msgid ""
 msgstr ""
 
 # 2bdc27a3d21749f4afbb62bef3ca87cb
-#: ../../../source/news.txt:258
+#: ../../../source/news.txt:259
 msgid ""
 "[experimental] Added ``snippet_html()`` function which extract keyword and "
 "surrounding text. See :doc:`/reference/functions/snippet_html` about details."
 msgstr ""
 
 # 27ccedb6e36c46b0b80fcf5c66050716
-#: ../../../source/news.txt:260
+#: ../../../source/news.txt:261
 msgid ""
 "Supported to report error reason when error occured during reading table "
 "record."
 msgstr ""
 
 # 3292ee82e4b6486aa7613b53a9ec0658
-#: ../../../source/news.txt:261
+#: ../../../source/news.txt:262
 msgid ""
 "Supported to search with keyword by nested index notation ( concatinate "
 "multiple indexed column name with dot character ) if there is a relationship "
@@ -669,21 +671,21 @@ msgid ""
 msgstr ""
 
 # ad5bb98d432f42dfa38bd2dd8ec83555
-#: ../../../source/news.txt:264
+#: ../../../source/news.txt:265
 msgid ""
 "Supported to log \"[tokenizer][mecab]\" tag when using ``TokenMecab`` "
 "tokenizer."
 msgstr ""
 
 # 18ae73adf8924fd29d8001d846f831a5
-#: ../../../source/news.txt:265
+#: ../../../source/news.txt:266
 msgid ""
 "Supported to log \"[tokenizer][kytea]\" tag when using ``TokenKyTea`` "
 "tokenizer."
 msgstr ""
 
 # 5472769458124f7e8a39ffb0795ee82f
-#: ../../../source/news.txt:266
+#: ../../../source/news.txt:267
 msgid ""
 "Improved to use separated array for command error location as output "
 "results. This change is incompatibility change, but does not affects "
@@ -691,24 +693,24 @@ msgid ""
 msgstr ""
 
 # a80d4ec7010d42c78c2b074a4d84467d
-#: ../../../source/news.txt:268
+#: ../../../source/news.txt:269
 msgid "Added documentation for :doc:`/reference/command/output_format`."
 msgstr ""
 
 # 50d1849e9d8d4b959970ccdf9fffca54
-#: ../../../source/news.txt:269
+#: ../../../source/news.txt:270
 msgid ""
 "Added documentation for :doc:`/reference/command/return_code` of output "
 "results."
 msgstr ""
 
 # fa5e29cee6bc427d89530331204fea2a
-#: ../../../source/news.txt:270
+#: ../../../source/news.txt:271
 msgid "Supported range search by using index."
 msgstr ""
 
 # 6c4d7e3839d14856b81332cdd19e04af
-#: ../../../source/news.txt:275
+#: ../../../source/news.txt:276
 msgid ""
 "Fixed to use network byte order for status code of :ref:`gqtp-header-spec` "
 "to follow the normal network protocol convention. This change affects that "
@@ -717,7 +719,7 @@ msgid ""
 msgstr ""
 
 # 819f51edc4304cbabca41755bf2dcd7a
-#: ../../../source/news.txt:279
+#: ../../../source/news.txt:280
 msgid ""
 "Fixed a bug that UTF-8 normalization computes wrong offset which affects to "
 "return value of ``snippet_html()``. This change not to insert tag of snippet "
@@ -725,14 +727,14 @@ msgid ""
 msgstr ""
 
 # dd557008ae2d44b486bcdd0c62050a49
-#: ../../../source/news.txt:282
+#: ../../../source/news.txt:283
 msgid ""
 "[windows] Fixed over allocated memory access which cause segmentation fault "
 "on startup by groonga command. [#1532] [Patch by Akio Tajima]"
 msgstr ""
 
 # 4cac7cc330ac4ed9bdd3510934050403
-#: ../../../source/news.txt:284
+#: ../../../source/news.txt:285
 msgid ""
 "[windows] Fixed a bug that data stored in column couldn't be read when total "
 "amount of data stored in column exceeds 128MB. [groonga-dev,01088] [Reported "
@@ -740,385 +742,385 @@ msgid ""
 msgstr ""
 
 # 0272f4214a764c7787c7e45056813978
-#: ../../../source/news.txt:286
+#: ../../../source/news.txt:287
 msgid ""
 "Fixed a bug that searching with indexed column for ``Int*`` and ``UInt*`` "
 "except ``Int32/Uint32`` returns invalid results."
 msgstr ""
 
 # c8095b641030471a932be3cce5ec995e
-#: ../../../source/news.txt:288
+#: ../../../source/news.txt:289
 msgid "Fixed a bug that deleting record can be found."
 msgstr ""
 
 # 59c5005fcbbe45b489c7247c82812bab
-#: ../../../source/news.txt:289
+#: ../../../source/news.txt:290
 msgid ""
 "Fixed a bug that latin1 and koi8r normalizations could not process all "
 "string data if given string contains NULL character on the way."
 msgstr ""
 
 # 57aad13e76f7409bba24ca86092b3b57
-#: ../../../source/news.txt:291
+#: ../../../source/news.txt:292
 msgid ""
 "Fixed to return the correct default value of type when no data stored in "
 "column is referenced by ``select`` command."
 msgstr ""
 
 # 4691e642f9ff499cad2175a73245e665
-#: ../../../source/news.txt:293
+#: ../../../source/news.txt:294
 msgid ""
 "Fixed to exclude the value of vector column metadata in :ref:`offline-index-"
 "construction`. This change not to contain such a metadata as search results."
 msgstr ""
 
 # edb66b5a61404a0d8ce9b8e35099e001
-#: ../../../source/news.txt:300
+#: ../../../source/news.txt:301
 msgid "Akio Tajima"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:307
+#: ../../../source/news.txt:308
 msgid "Release 2.0.8 - 2012/10/29"
 msgstr "Release 2.0.8 - 2012/10/29"
 
 # d2cb41c23d8048368cca9571a605bc32
-#: ../../../source/news.txt:312
+#: ../../../source/news.txt:313
 msgid ""
 "[rpm] Improved the description of server-http and httpd packages. [Suggested "
 "by Daiki Ueno]"
 msgstr ""
 
 # 5970a52a249a4e5eb604982122741219
-#: ../../../source/news.txt:314
+#: ../../../source/news.txt:315
 msgid "Supported custom query expansion by plugin."
 msgstr ""
 
 # e1a33a5f7e59499f8734fcbb09e3f4c4
-#: ../../../source/news.txt:315
+#: ../../../source/news.txt:316
 msgid "[experimental] Added query expander ``QueryExpanderTSV`` plugin."
 msgstr ""
 
 # 56553938fcf948f98ce2230f21cb9536
-#: ../../../source/news.txt:316
+#: ../../../source/news.txt:317
 msgid "Supported Ubuntu 12.10 Quantal Quetzal"
 msgstr ""
 
 # e1a33a5f7e59499f8734fcbb09e3f4c4
-#: ../../../source/news.txt:317
+#: ../../../source/news.txt:318
 msgid "[experimental] Supported function call in ``output_columns``."
 msgstr ""
 
 # 4148c18221d7467b8433757f9aa2ee59
-#: ../../../source/news.txt:318
+#: ../../../source/news.txt:319
 msgid ""
 "[doc][rpm] Add missing description about installing MeCab dictionary. "
 "[Reported by serihiro]"
 msgstr ""
 
 # 94c881630c5a47e3809bd37ee07dd60d
-#: ../../../source/news.txt:324
+#: ../../../source/news.txt:325
 msgid ""
 "[rpm] Fixed to remove needless \"Requires\" from spec file. [Reported by "
 "Daiki Ueno]"
 msgstr ""
 
 # 22d906aa230042eab31fa3ef3faa80ff
-#: ../../../source/news.txt:326
+#: ../../../source/news.txt:327
 msgid ""
 "[rpm] Fixed inaccurate description about license of groonga-server-gqtp."
 msgstr ""
 
 # 33d90e4652ef4d619863cedafdf53345
-#: ../../../source/news.txt:327
+#: ../../../source/news.txt:328
 msgid ""
 "[admin] Fixed record edit button shows wrong record. [GitHub#34] [Reported "
 "by firewood]"
 msgstr ""
 
 # 4583a50b99f34fd988b1a08a9d32752a
-#: ../../../source/news.txt:329
+#: ../../../source/news.txt:330
 msgid "[deb] Fixed to remove needless dependency to pcre."
 msgstr ""
 
 # 3e6f3ddb30794e1daaa5c5aa5b74d6a3
-#: ../../../source/news.txt:330
+#: ../../../source/news.txt:331
 msgid "[deb] Fixed to bundle missing table plugin."
 msgstr ""
 
 # 0ea661cd1867446b988e8a1096e5803f
 # 0ea661cd1867446b988e8a1096e5803f
 # 350aadef79e046c7a2951e4984606cb9
-#: ../../../source/news.txt:335 ../../../source/news.txt:637
-#: ../../../source/news.txt:727 ../../../source/news/1.2.x.txt:250
+#: ../../../source/news.txt:336 ../../../source/news.txt:638
+#: ../../../source/news.txt:728 ../../../source/news/1.2.x.txt:250
 msgid "Daiki Ueno"
 msgstr "Daiki Ueno"
 
 # 0da8e1f77442494e87e63727ea5f1447
-#: ../../../source/news.txt:336
+#: ../../../source/news.txt:337
 msgid "firewood"
 msgstr ""
 
 # df68e11d72d647478e6746f4adaa9ce6
-#: ../../../source/news.txt:337
+#: ../../../source/news.txt:338
 msgid "serihiro"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:342
+#: ../../../source/news.txt:343
 msgid "Release 2.0.7 - 2012/09/29"
 msgstr ""
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:347
+#: ../../../source/news.txt:348
 msgid "[doc] Added more descriptions about ``--query_flags``."
 msgstr ""
 
 # b8d8dcd2d1d34779bdae034236d1a364
-#: ../../../source/news.txt:348
+#: ../../../source/news.txt:349
 msgid "[doc][httpd] Added sample configuration for gzip compression."
 msgstr ""
 
 # 2a81f4c676ce47f596c91476ec89851d
-#: ../../../source/news.txt:349
+#: ../../../source/news.txt:350
 msgid "[httpd][rpm][centos] Added groonga-httpd init script."
 msgstr ""
 
 # 7f2543c1c28f43ee8e962c052fe261e7
-#: ../../../source/news.txt:350
+#: ../../../source/news.txt:351
 msgid "[rpm] Added logrotate config files."
 msgstr ""
 
 # 2700b60803c94d95845372405c40e94d
-#: ../../../source/news.txt:351
+#: ../../../source/news.txt:352
 msgid "Supported creating database during install process."
 msgstr ""
 
 # 4ae8e5d9346547f19d9085febeb95a79
-#: ../../../source/news.txt:352
+#: ../../../source/news.txt:353
 msgid "[httpd] Supported ``groonga_database_auto_create`` directive."
 msgstr ""
 
 # 908fe10278cc4c5a9be0b3ad7b829767
-#: ../../../source/news.txt:353
+#: ../../../source/news.txt:354
 msgid "Supported score respected merge by set operation. [GitHub#31]"
 msgstr ""
 
 # a4688ff2ae464093bb400e8d1958989b
-#: ../../../source/news.txt:354
+#: ../../../source/news.txt:355
 msgid "[httpd] Supported ``load`` command by POST."
 msgstr ""
 
 # 420b0034d8244e8080c10fd09cc2bcdf
-#: ../../../source/news.txt:355
+#: ../../../source/news.txt:356
 msgid "Added error check for creating temporary result set. [GitHub#33]"
 msgstr ""
 
 # d5109a454d7f469fafd1e45a02b53cf2
-#: ../../../source/news.txt:356
+#: ../../../source/news.txt:357
 msgid "Added GQTP server package."
 msgstr ""
 
 # 1152d8a6697f4cb5902f16590ec8dabe
-#: ../../../source/news.txt:357
+#: ../../../source/news.txt:358
 msgid "Added ``max()`` function."
 msgstr ""
 
 # 1152d8a6697f4cb5902f16590ec8dabe
-#: ../../../source/news.txt:358
+#: ../../../source/news.txt:359
 msgid "Added ``min()`` function."
 msgstr ""
 
 # 7f3ddbb6b66a482da9761c6ffcde2304
-#: ../../../source/news.txt:363
+#: ../../../source/news.txt:364
 msgid "Fixed to set domain to vector elements to ``load`` command. [GitHub#30]"
 msgstr ""
 
 # 2bf12fbf09ba4f4aaf7044fa99c8f0d4
-#: ../../../source/news.txt:364
+#: ../../../source/news.txt:365
 msgid "[httpd] Fixed missing NULL initialization. [Reported by @Kiske]"
 msgstr ""
 
 # d03c3e18fc2248cbaf369fe40c4e9cfd
-#: ../../../source/news.txt:365
+#: ../../../source/news.txt:366
 msgid "[httpd] Fixed missing size about ``content_type_len``."
 msgstr ""
 
 # 0ba98704ec344772920240011f34cd7b
-#: ../../../source/news.txt:366
+#: ../../../source/news.txt:367
 msgid "[rpm][fedora] Fixed to use ``--bind-address`` in ``groonga.service``."
 msgstr ""
 
 # fbc5d0e420ca4f148c9a4d406f68e84b
-#: ../../../source/news.txt:367
+#: ../../../source/news.txt:368
 msgid "Fixed crash by invalid argument filter. [GitHub#32]"
 msgstr ""
 
 # e86753ce0ae64a2395b2c1d94ce8bf85
-#: ../../../source/news.txt:368
+#: ../../../source/news.txt:369
 msgid "Fixed a bug that Time -> Time cast breaks value."
 msgstr ""
 
 # e86753ce0ae64a2395b2c1d94ce8bf85
-#: ../../../source/news.txt:369
+#: ../../../source/news.txt:370
 msgid "Fixed a bug that Time -> Float cast breaks value."
 msgstr ""
 
 # 80d0e58d4ede4977a9a6e93be69a345b
-#: ../../../source/news.txt:374
+#: ../../../source/news.txt:375
 msgid "@Kiske"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:379
+#: ../../../source/news.txt:380
 msgid "Release 2.0.6 - 2012/08/29"
 msgstr "Release 2.0.6 - 2012/08/29"
 
 # ac1830ece4a148b18a3f722fa458b439
-#: ../../../source/news.txt:384
+#: ../../../source/news.txt:385
 msgid "[deb][rpm] Added ``groonga-server-common`` meta package. [#1451]"
 msgstr ""
 
 # bd992e7a12b54f0cb8d98a1cc02a0a04
-#: ../../../source/news.txt:385
+#: ../../../source/news.txt:386
 msgid "Supported ``--query_flags`` option to ``select`` command."
 msgstr ""
 
 # 24a004e439304be2b3b0a8f2fa360175
-#: ../../../source/news.txt:386
+#: ../../../source/news.txt:387
 msgid "Supported PCRE auto detection for groonga-httpd."
 msgstr "Supported PCRE auto detection for groonga-httpd."
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:387
+#: ../../../source/news.txt:388
 msgid "[doc] Added information about Twitter and Facebook."
 msgstr "[doc] Added information about Twitter and Facebook."
 
 # caa8c29b0e9c47f88727edd038896626
-#: ../../../source/news.txt:388
+#: ../../../source/news.txt:389
 msgid "Improved to show error message from MeCab on ``mecab_new2()`` failure."
 msgstr ""
 
 # c6fe9d8461d345a29ebae070243eb871
-#: ../../../source/news.txt:389
+#: ../../../source/news.txt:390
 msgid "[doc] Added details about groonga for server use."
 msgstr "[doc] Added details about groonga for server use."
 
 # 5f8500e949a84fc982fff956666c1846
-#: ../../../source/news.txt:390
+#: ../../../source/news.txt:391
 msgid "Improved to log details about ``vm.overcommit_memory``."
 msgstr ""
 
 # 5550c139ed3a4314aca74e6a33c136a9
-#: ../../../source/news.txt:391
+#: ../../../source/news.txt:392
 msgid "Supported custom selector definition."
 msgstr ""
 
 # d88a50c9d3d44052b9beff846af092f9
-#: ../../../source/news.txt:392
+#: ../../../source/news.txt:393
 msgid "Supported ``--working-directory`` option for groonga."
 msgstr ""
 
 # 2a49b1c59d6443b68f261a2c15582d65
-#: ../../../source/news.txt:393
+#: ../../../source/news.txt:394
 msgid "Supported ``dump`` command for groonga-httpd."
 msgstr ""
 
 # 243500b08c3941769bdacb9b579fab5c
-#: ../../../source/news.txt:394
+#: ../../../source/news.txt:395
 msgid "Improved to show not found target name for ``clearlock`` command."
 msgstr ""
 
 # ed81921133aa4935aa48b7d4936ad58a
-#: ../../../source/news.txt:395
+#: ../../../source/news.txt:396
 msgid ""
 "Improved error messages about ``get`` command implemented by table plugin."
 msgstr ""
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:396
+#: ../../../source/news.txt:397
 msgid ""
 "[rpm][centos] Supported MeCab 0.994. [#1455] [Suggested by IWAI, Masaharu]"
 msgstr ""
 
 # 96b24fe46f464f979113c91bc6f6b0af
-#: ../../../source/news.txt:398
+#: ../../../source/news.txt:399
 msgid "Supported changing default logger's max level before ``grn_init()``."
 msgstr ""
 
 # 4c22a92e721646148877eecfbb1768a3
-#: ../../../source/news.txt:399
+#: ../../../source/news.txt:400
 msgid ""
 "Added ``all_records()`` function which copies all record IDs to the result "
 "table."
 msgstr ""
 
 # fdef0b7673474903b6fcc4286ddb8d00
-#: ../../../source/news.txt:400
+#: ../../../source/news.txt:401
 msgid "Supported '-WORD' in ``--query`` of the select command."
 msgstr ""
 
 # f08d5e31d7dd4f2ea22b3e75a85310a6
-#: ../../../source/news.txt:405
+#: ../../../source/news.txt:406
 msgid ""
 "[doc] Fixed the execution examples. [#1428] [Reported by IWAI, Masaharu]"
 msgstr ""
 
 # 03787cb584f14039878a313c7ffe5631
-#: ../../../source/news.txt:407
+#: ../../../source/news.txt:408
 msgid ""
 "[deb] Fixed not to force groonga user/group by init script for groonga-httpd."
 msgstr ""
 
 # ceecaa7722054fd49a414720c1353382
-#: ../../../source/news.txt:408
+#: ../../../source/news.txt:409
 msgid "[rpm][fedora] Fixed missing stop parameter for groonga-httpd service."
 msgstr ""
 
 # 44934fe6052b44408344d1d196b6a193
-#: ../../../source/news.txt:409
+#: ../../../source/news.txt:410
 msgid ""
 "Fixed a bug that the last 1 byte for cache key is ignored by ``select`` "
 "command."
 msgstr ""
 
 # b6c58f0f68e2496aa0ff782813748844
-#: ../../../source/news.txt:410
+#: ../../../source/news.txt:411
 msgid ""
 "Fixed detection of the number of arguments in the complex function call."
 msgstr ""
 
 # 634b715ed07447a08f0ccdc49d35166c
-#: ../../../source/news.txt:411
+#: ../../../source/news.txt:412
 msgid "Fixed to suppress a warning by Clang."
 msgstr ""
 
 # 957a824043d24c1686f3a2e3ef00d42f
-#: ../../../source/news.txt:412
+#: ../../../source/news.txt:413
 msgid ""
 "Fixed backward incompatibility about missing ``add`` command related error "
 "by executing ``clearlock`` command."
 msgstr ""
 
 # fcd200e4857349f19752f7da283eab95
-#: ../../../source/news.txt:414
+#: ../../../source/news.txt:415
 msgid ""
 "[windows] Fixed database open failure which is related to binary data. "
 "[Reported by @yito]"
 msgstr ""
 
 # efda0593c94c453f8dc1c2d5dcb2534f
-#: ../../../source/news.txt:421
+#: ../../../source/news.txt:422
 msgid "@yito"
 msgstr ""
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:427
+#: ../../../source/news.txt:428
 msgid "Release 2.0.5 - 2012/07/29"
 msgstr "Release 2.0.5 - 2012/07/29"
 
 # 837b339a6f9d4553ad4522703f52df09
-#: ../../../source/news.txt:432
+#: ../../../source/news.txt:433
 msgid ""
 "Supported calculating the value of distance with \"rect\" or \"rectangle\" "
 "argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]"
@@ -1127,17 +1129,17 @@ msgstr ""
 "argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]"
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:434
+#: ../../../source/news.txt:435
 msgid "[doc] Added some literals description in script syntax."
 msgstr "[doc] Added some literals description in script syntax."
 
 # 24a004e439304be2b3b0a8f2fa360175
-#: ../../../source/news.txt:435
+#: ../../../source/news.txt:436
 msgid "Supported other directory build for groonga-suggest and groonga-httpd."
 msgstr "Supported other directory build for groonga-suggest and groonga-httpd."
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:436
+#: ../../../source/news.txt:437
 msgid ""
 "Supported \";\" as a query parameter separator. [#1406] [Suggested by IWAI, "
 "Masaharu]"
@@ -1146,12 +1148,12 @@ msgstr ""
 "Masaharu]"
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:438
+#: ../../../source/news.txt:439
 msgid "[doc] Added descriptions about script syntax."
 msgstr "[doc] Added descriptions about script syntax."
 
 # 3b2ed01e993b423d85679a1e634a690b
-#: ../../../source/news.txt:439
+#: ../../../source/news.txt:440
 msgid ""
 "Supported near search by ``'column *N \"word1 word2 ...\"'`` in script "
 "syntax. [#1423]"
@@ -1160,68 +1162,68 @@ msgstr ""
 "syntax. [#1423]"
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:441
+#: ../../../source/news.txt:442
 msgid "[doc] Added a description about limitation of suffix search."
 msgstr "[doc] Added a description about limitation of suffix search."
 
 # 9c8f54bc0e774f7aa6f6abe6e7d40f49
-#: ../../../source/news.txt:442
+#: ../../../source/news.txt:443
 msgid "Supported near search for ``_key`` pseudo column. [GitHub#19]"
 msgstr ""
 
 # 2bf12fbf09ba4f4aaf7044fa99c8f0d4
-#: ../../../source/news.txt:443
+#: ../../../source/news.txt:444
 msgid "[doc] Added basic ECMAScript related syntaxes."
 msgstr "[doc] Added basic ECMAScript related syntaxes."
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:444
+#: ../../../source/news.txt:445
 msgid ""
 "[doc] Updated a description about :doc:`/reference/functions/geo_distance`."
 msgstr ""
 
 # 3e181623b37246ff898a7c6f7aa5682b
-#: ../../../source/news.txt:445
+#: ../../../source/news.txt:446
 msgid "[rpm][fedora] Supported Fedora 17."
 msgstr ""
 
 # 6aa9784d1d9a45139ef5b950dc6feebd
-#: ../../../source/news.txt:446
+#: ../../../source/news.txt:447
 msgid "[rpm][fedora] Dropped Fedora 16 support."
 msgstr ""
 
 # 6006bb21bbc54aa68c81560fd76e1ed1
-#: ../../../source/news.txt:447
+#: ../../../source/news.txt:448
 msgid "Supported logical not ``\"!\"`` operator. [GitHub#22]"
 msgstr ""
 
 # 022f93fb66b646b9854412af006e9abc
-#: ../../../source/news.txt:448
+#: ../../../source/news.txt:449
 msgid "[httpd] Supported per location groonga database."
 msgstr ""
 
 # 79f86c96419c4611aa199371630151fb
-#: ../../../source/news.txt:449
+#: ../../../source/news.txt:450
 msgid "Improved to return error messages while load command is processing."
 msgstr ""
 
 # 8365ca4f60a546c8863b57eebea6d490
-#: ../../../source/news.txt:450
+#: ../../../source/news.txt:451
 msgid "Improved to exit load command when an uncontinuable error occurred."
 msgstr ""
 
 # 8365ca4f60a546c8863b57eebea6d490
-#: ../../../source/news.txt:451
+#: ../../../source/news.txt:452
 msgid "Improved to stop load command for invalid --columns value."
 msgstr ""
 
 # fc01cb6763fd46618e50cd10681a2dcd
-#: ../../../source/news.txt:452
+#: ../../../source/news.txt:453
 msgid "Supported to open locked database. [GitHub#21]"
 msgstr ""
 
 # a932df07608e44ff9db77226be6d5214
-#: ../../../source/news.txt:457
+#: ../../../source/news.txt:458
 msgid ""
 "Fixed a build problem about groonga-httpd on Mac OS X. [Reported by SHIMADA "
 "Koji]"
@@ -1230,23 +1232,23 @@ msgstr ""
 "Koji]"
 
 # 03787cb584f14039878a313c7ffe5631
-#: ../../../source/news.txt:459
+#: ../../../source/news.txt:460
 msgid "Fixed not to use installed groonga's header files for groonga-httpd."
 msgstr "Fixed not to use installed groonga's header files for groonga-httpd."
 
 # 68ae05761cd54454a6cd823cb1a334ad
-#: ../../../source/news.txt:460
+#: ../../../source/news.txt:461
 msgid "Fixed a build problem about groonga on Mac OS X Lion."
 msgstr "Fixed a build problem about groonga on Mac OS X Lion."
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:461
+#: ../../../source/news.txt:462
 msgid ""
 "[doc] Fixed a description of :doc:`/reference/commands/table_remove` command."
 msgstr ""
 
 # 107c11c3955443eb83ee89279fab05f1
-#: ../../../source/news.txt:462
+#: ../../../source/news.txt:463
 msgid ""
 "Fixed infinite loop problem for not implemented operator without index. "
 "[GitHub#20]"
@@ -1255,54 +1257,54 @@ msgstr ""
 "[GitHub#20]"
 
 # 9164af12a47d4ecbb184ccfbbaa27318
-#: ../../../source/news.txt:464
+#: ../../../source/news.txt:465
 msgid "Fixed a wrong error code which causes memory leaks."
 msgstr "Fixed a wrong error code which causes memory leaks."
 
 # 0485572646a94754bea9350bf5497b57
-#: ../../../source/news.txt:465
+#: ../../../source/news.txt:466
 msgid "Fixed a wrong error code which collapse ja columns."
 msgstr "Fixed a wrong error code which collapse ja columns."
 
 # 617dd2b9e4b9467c9ca6c9db470e56d2
-#: ../../../source/news.txt:466
+#: ../../../source/news.txt:467
 msgid "[admin] Fixed to escape error message."
 msgstr "[admin] Fixed to escape error message."
 
 # 60615669eaf548a28493008dfbcfa3af
-#: ../../../source/news.txt:467
+#: ../../../source/news.txt:468
 msgid ""
 "Fixed to ignore unloadable objects which causes database incompatible. "
 "[#1429] [Reported by IWAI, Masaharu]"
 msgstr ""
 
 # f9996d3eca3e44f792e24ca1438ca418
-#: ../../../source/news.txt:473
+#: ../../../source/news.txt:474
 msgid "SHIMADA Koji"
 msgstr "SHIMADA Koji"
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:480
+#: ../../../source/news.txt:481
 msgid "Release 2.0.4 - 2012/06/29"
 msgstr "Release 2.0.4 - 2012/06/29"
 
 # a7b45b36ed5145fd8a5ceb0f255e636b
-#: ../../../source/news.txt:485
+#: ../../../source/news.txt:486
 msgid "Supported only KyTea 0.4.2."
 msgstr "Supported only KyTea 0.4.2."
 
 # 2b1e03e4c3d74a418bc95d447bd5d09a
-#: ../../../source/news.txt:486
+#: ../../../source/news.txt:487
 msgid "Dropped KyTea 0.4.1 or ealier support."
 msgstr "Dropped KyTea 0.4.1 or ealier support."
 
 # 022f93fb66b646b9854412af006e9abc
-#: ../../../source/news.txt:487
+#: ../../../source/news.txt:488
 msgid "[experimental] Supported nginx based groonga HTTP interface."
 msgstr "[experimental] Supported nginx based groonga HTTP interface."
 
 # 2320c2f75af646f8812e90acde49b6b7
-#: ../../../source/news.txt:488
+#: ../../../source/news.txt:489
 msgid ""
 "Supported calculating the value of distance with \"rect\" or \"rectangle\" "
 "argument in northern hemisphere. [#1386] [#1387] [#1388] [#1389]"
@@ -1311,13 +1313,13 @@ msgstr ""
 "argument in northern hemisphere. [#1386] [#1387] [#1388] [#1389]"
 
 # 7613cfb8fff24c159bdbedd15b2c2684
-#: ../../../source/news.txt:490
+#: ../../../source/news.txt:491
 msgid "[doc] Added a document about :doc:`/development/travis-ci` integration."
 msgstr ""
 "[doc] Added a document about :doc:`/development/travis-ci` integration."
 
 # b872747300974749933ea1a8cc8d6cef
-#: ../../../source/news.txt:491
+#: ../../../source/news.txt:492
 msgid ""
 "[doc] Added descriptions about full text search and phrase search. See :ref:"
 "`full-text-search-condition` and :ref:`phrase-search-condition` about detail."
@@ -1326,7 +1328,7 @@ msgstr ""
 "`full-text-search-condition` and :ref:`phrase-search-condition` about detail."
 
 # 7613cfb8fff24c159bdbedd15b2c2684
-#: ../../../source/news.txt:494
+#: ../../../source/news.txt:495
 msgid ""
 "[doc] Added descriptions about comparison conditions. See :ref:`conditional-"
 "expression` about detail."
@@ -1335,17 +1337,17 @@ msgstr ""
 "expression` about detail."
 
 # 17ad392e0d6349e4a8d811f144dcb030
-#: ../../../source/news.txt:496
+#: ../../../source/news.txt:497
 msgid "[doc] Added examples for :doc:`/reference/grn_expr/query_syntax`."
 msgstr "[doc] Added examples for :doc:`/reference/grn_expr/query_syntax`."
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:497
+#: ../../../source/news.txt:498
 msgid "[doc] Added descriptions about :ref:`combined-expression`."
 msgstr "[doc] Added descriptions about :ref:`combined-expression`."
 
 # cdc629945353491c963d746057e6fae3
-#: ../../../source/news.txt:498
+#: ../../../source/news.txt:499
 msgid ""
 "[doc] Added descriptions about :ref:`prefix-search-condition` and :ref:"
 "`suffix-search-condition`."
@@ -1354,17 +1356,17 @@ msgstr ""
 "`suffix-search-condition`."
 
 # fa5e29cee6bc427d89530331204fea2a
-#: ../../../source/news.txt:500
+#: ../../../source/news.txt:501
 msgid "Supported suffix search by index."
 msgstr "Supported suffix search by index."
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:501
+#: ../../../source/news.txt:502
 msgid "[doc] Added a document about :doc:`/reference/grn_expr`."
 msgstr "[doc] Added a document about :doc:`/reference/grn_expr`."
 
 # b74a370544d84fa6b93ae3084f2a4e42
-#: ../../../source/news.txt:502
+#: ../../../source/news.txt:503
 msgid ""
 "[munin] Supported JSON library installed by RubyGems [GitHub#17] [Patch by "
 "IWAI, Masaharu]"
@@ -1373,7 +1375,7 @@ msgstr ""
 "IWAI, Masaharu]"
 
 # f08d5e31d7dd4f2ea22b3e75a85310a6
-#: ../../../source/news.txt:504
+#: ../../../source/news.txt:505
 msgid ""
 "[doc] Updated the description of how to specify a value as Time in tutorial. "
 "[#1405] [Reported by IWAI, Masaharu]"
@@ -1382,7 +1384,7 @@ msgstr ""
 "[#1405] [Reported by IWAI, Masaharu]"
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:506
+#: ../../../source/news.txt:507
 msgid ""
 "[rpm] Removed groonga-tokenizer-mecab dependency from groonga package. "
 "[GitHub#18] [Patch by IWAI, Masaharu]"
@@ -1391,7 +1393,7 @@ msgstr ""
 "[GitHub#18] [Patch by IWAI, Masaharu]"
 
 # 6990910b6d7041ed85472bf271aae2be
-#: ../../../source/news.txt:512
+#: ../../../source/news.txt:513
 msgid ""
 "Fixed a problem that display of command prompt changes to not intended state "
 "by using batch mode on Mac OS X. [Reported by @soundkitchen]"
@@ -1400,13 +1402,13 @@ msgstr ""
 "by using batch mode on Mac OS X. [Reported by @soundkitchen]"
 
 # d15987bcfd94438f9c8f82ffc4907ef1
-#: ../../../source/news.txt:515
+#: ../../../source/news.txt:516
 msgid "Fixed not to terminate after an invalid command in client mode. [#1305]"
 msgstr ""
 "Fixed not to terminate after an invalid command in client mode. [#1305]"
 
 # 7966d4df1ab94ee58c1686e2238a763c
-#: ../../../source/news.txt:516
+#: ../../../source/news.txt:517
 msgid ""
 "Fixed a problem that '=R' is treated as 'OR' in ``--query`` syntax. [#1393]"
 msgstr ""
@@ -1414,32 +1416,32 @@ msgstr ""
 
 # f9194922a08f48549e1d31fa43261199
 # 8396dd510179456d93d284da1caf777d
-#: ../../../source/news.txt:521 ../../../source/news/1.2.x.txt:151
+#: ../../../source/news.txt:522 ../../../source/news/1.2.x.txt:151
 msgid "@soundkitchen"
 msgstr "@soundkitchen"
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:527
+#: ../../../source/news.txt:528
 msgid "Release 2.0.3 - 2012/05/29"
 msgstr "Release 2.0.3 - 2012/05/29"
 
 # c6fe9d8461d345a29ebae070243eb871
-#: ../../../source/news.txt:532
+#: ../../../source/news.txt:533
 msgid "[doc] Added about release procedure."
 msgstr "[doc] Added about release procedure."
 
 # 7a957dc49b224c28b3cbb03966616135
-#: ../../../source/news.txt:533
+#: ../../../source/news.txt:534
 msgid "Removed restriction that the max number of opened files is 4096."
 msgstr "Removed restriction that the max number of opened files is 4096."
 
 # e1a33a5f7e59499f8734fcbb09e3f4c4
-#: ../../../source/news.txt:534
+#: ../../../source/news.txt:535
 msgid "[experimental] Added table plugin."
 msgstr "[experimental] Added table plugin."
 
 # b99033b17c7a4902a9a56da071050e29
-#: ../../../source/news.txt:535
+#: ../../../source/news.txt:536
 msgid ""
 "[doc] Added more descriptions about :doc:`/reference/commands/select` "
 "command."
@@ -1448,12 +1450,12 @@ msgstr ""
 "command."
 
 # fa443a7adc004700ad9b85f8f58b524b
-#: ../../../source/news.txt:536
+#: ../../../source/news.txt:537
 msgid "[doc] Made execution example copy & paste friendly."
 msgstr "[doc] Made execution example copy & paste friendly."
 
 # 056280bfbcf94365afa40c94785b26c7
-#: ../../../source/news.txt:537
+#: ../../../source/news.txt:538
 msgid ""
 "[windows] Supported build with Visual Studio 2010 Express and CMake. See :"
 "doc:`/install/windows` about details."
@@ -1462,7 +1464,7 @@ msgstr ""
 "doc:`/install/windows` about details."
 
 # 7613cfb8fff24c159bdbedd15b2c2684
-#: ../../../source/news.txt:539
+#: ../../../source/news.txt:540
 msgid ""
 "[doc][solaris] Added a document about building on Solaris. See :doc:`/"
 "install/solaris` about details."
@@ -1471,14 +1473,14 @@ msgstr ""
 "install/solaris` about details."
 
 # b74a370544d84fa6b93ae3084f2a4e42
-#: ../../../source/news.txt:541
+#: ../../../source/news.txt:542
 msgid ""
 "[doc][yum] Updated epel-release package version. [Reported by IWAI, Masaharu]"
 msgstr ""
 "[doc][yum] Updated epel-release package version. [Reported by IWAI, Masaharu]"
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:543
+#: ../../../source/news.txt:544
 msgid ""
 "[doc][cenos6] Disabled Repoforge for Munin for CentOS 6. [Reported by IWAI, "
 "Masaharu]"
@@ -1487,12 +1489,12 @@ msgstr ""
 "Masaharu]"
 
 # a806583b50564c9eaa98c8062831fcc9
-#: ../../../source/news.txt:545
+#: ../../../source/news.txt:546
 msgid "Started distributing source archive in zip format."
 msgstr "Started distributing source archive in zip format."
 
 # 34b42b731fb94ec79cf710762b1b21b8
-#: ../../../source/news.txt:546
+#: ../../../source/news.txt:547
 msgid ""
 "[munin] groonga_dist Munin plugin supported an object that has separated "
 "files."
@@ -1501,12 +1503,12 @@ msgstr ""
 "files."
 
 # a7b45b36ed5145fd8a5ceb0f255e636b
-#: ../../../source/news.txt:548
+#: ../../../source/news.txt:549
 msgid "Started using Travis CI."
 msgstr "Started using Travis CI."
 
 # 3003c13807e349e79b3c29ae6f6131ed
-#: ../../../source/news.txt:549
+#: ../../../source/news.txt:550
 msgid ""
 "[yum] Changed RPM package name that provides yum repository from groonga-"
 "repository to groonga-release to follow RPM package name convension such as "
@@ -1517,21 +1519,21 @@ msgstr ""
 "centos-release and fedora-release."
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:556
+#: ../../../source/news.txt:557
 msgid ""
 "[doc] Fixed a command to update yum repository. [Suggested by IWAI, Masaharu]"
 msgstr ""
 "[doc] Fixed a command to update yum repository. [Suggested by IWAI, Masaharu]"
 
 # 8365ca4f60a546c8863b57eebea6d490
-#: ../../../source/news.txt:558
+#: ../../../source/news.txt:559
 msgid ""
 "[deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol."
 msgstr ""
 "[deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol."
 
 # b74a370544d84fa6b93ae3084f2a4e42
-#: ../../../source/news.txt:559
+#: ../../../source/news.txt:560
 msgid ""
 "Fixed broken ERROR tag in XML response. [#1363] [GitHub#13] [Patch by IWAI, "
 "Masaharu]"
@@ -1540,12 +1542,12 @@ msgstr ""
 "Masaharu]"
 
 # d15987bcfd94438f9c8f82ffc4907ef1
-#: ../../../source/news.txt:561
+#: ../../../source/news.txt:562
 msgid "Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin()."
 msgstr "Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin()."
 
 # d15987bcfd94438f9c8f82ffc4907ef1
-#: ../../../source/news.txt:562
+#: ../../../source/news.txt:563
 msgid ""
 "Fixed a bug that ``&!`` set operation doesn't work with grouped expression. "
 "[#1372]"
@@ -1554,19 +1556,19 @@ msgstr ""
 "[#1372]"
 
 # d15987bcfd94438f9c8f82ffc4907ef1
-#: ../../../source/news.txt:564
+#: ../../../source/news.txt:565
 msgid ""
 "Fixed a bug that a record key registered via index source isn't normalized."
 msgstr ""
 "Fixed a bug that a record key registered via index source isn't normalized."
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:574
+#: ../../../source/news.txt:575
 msgid "Release 2.0.2 - 2012/04/29"
 msgstr "Release 2.0.2 - 2012/04/29"
 
 # 38b1a4cb7d3f49418c4ce854c44a72c9
-#: ../../../source/news.txt:578
+#: ../../../source/news.txt:579
 msgid ""
 "The package sign key is changed since this release. Import the new package "
 "sign key before updating groogna packages."
@@ -1575,32 +1577,32 @@ msgstr ""
 "sign key before updating groogna packages."
 
 # b241bde0f2bb495d925b6934846eef87
-#: ../../../source/news.txt:581
+#: ../../../source/news.txt:582
 msgid "Debian/Ubuntu::"
 msgstr "Debian/Ubuntu::"
 
 # 0eab6f4218b64cf09053839a5ecd11bf
-#: ../../../source/news.txt:586
+#: ../../../source/news.txt:587
 msgid "CentOS/Fedora::"
 msgstr "CentOS/Fedora::"
 
 # aece69068c8f4b25add22cd6d0f81b6c
-#: ../../../source/news.txt:594
+#: ../../../source/news.txt:595
 msgid "[pkg-config] Removed needless MessagePack dependency."
 msgstr "[pkg-config] Removed needless MessagePack dependency."
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:595
+#: ../../../source/news.txt:596
 msgid "[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]"
 msgstr "[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]"
 
 # 6c763f1e8fe3417ba677cc0859ec46eb
-#: ../../../source/news.txt:596
+#: ../../../source/news.txt:597
 msgid "[rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]"
 msgstr "[rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]"
 
 # 4a8cadfc828741769ed5f5f060b7fc56
-#: ../../../source/news.txt:597
+#: ../../../source/news.txt:598
 msgid ""
 "[groonga] Improved daemoinzed timing. Groonga server daemonizes after socket "
 "is listened. It means that groonga server is ready when groonga server is "
@@ -1611,27 +1613,27 @@ msgstr ""
 "daemonized. [#1326]"
 
 # 022f93fb66b646b9854412af006e9abc
-#: ../../../source/news.txt:600
+#: ../../../source/news.txt:601
 msgid "[admin] Supported suggest in groonga administration page."
 msgstr "[admin] Supported suggest in groonga administration page."
 
 # fb9aa8b544884aaa87f59aea8c21c9b6
-#: ../../../source/news.txt:601
+#: ../../../source/news.txt:602
 msgid "[dump] Ignored MeCab tokenizer load error."
 msgstr "[dump] Ignored MeCab tokenizer load error."
 
 # 802f65b423cd46eda8b84ad1355d310e
-#: ../../../source/news.txt:602
+#: ../../../source/news.txt:603
 msgid "Supported CMake."
 msgstr "Supported CMake."
 
 # 0485572646a94754bea9350bf5497b57
-#: ../../../source/news.txt:603
+#: ../../../source/news.txt:604
 msgid "[load] Supported error report when a column value can't be set."
 msgstr "[load] Supported error report when a column value can't be set."
 
 # 3b2ed01e993b423d85679a1e634a690b
-#: ../../../source/news.txt:604
+#: ../../../source/news.txt:605
 msgid ""
 "Supported similar search. ``select --filter \"column *S 'TEXT'\"`` is the "
 "similar search syntax. [#1342]"
@@ -1640,17 +1642,17 @@ msgstr ""
 "similar search syntax. [#1342]"
 
 # e8c37a8c4c6840e4bb998c3c29ad16ab
-#: ../../../source/news.txt:606
+#: ../../../source/news.txt:607
 msgid "[apt][yum] Changed package sign key."
 msgstr "[apt][yum] Changed package sign key."
 
 # a7b45b36ed5145fd8a5ceb0f255e636b
-#: ../../../source/news.txt:607
+#: ../../../source/news.txt:608
 msgid "Supported Ubuntu Precise Pangolin."
 msgstr "Supported Ubuntu Precise Pangolin."
 
 # 6950295e487c45fc8c1156979e678b4a
-#: ../../../source/news.txt:608
+#: ../../../source/news.txt:609
 msgid ""
 "[apt] Added a new groonga-keyring deb package for the groonga's package sign "
 "key."
@@ -1659,7 +1661,7 @@ msgstr ""
 "key."
 
 # f08d5e31d7dd4f2ea22b3e75a85310a6
-#: ../../../source/news.txt:614
+#: ../../../source/news.txt:615
 msgid ""
 "[deb][rpm] Used ``--bind-address`` option instead of deprecated ``--"
 "address`` option. [#1320] [Patch by IWAI, Masaharu]"
@@ -1668,7 +1670,7 @@ msgstr ""
 "address`` option. [#1320] [Patch by IWAI, Masaharu]"
 
 # 49e1b646f7ec4d378f57412aa0efaeb2
-#: ../../../source/news.txt:617
+#: ../../../source/news.txt:618
 msgid ""
 "[deb] Renamed groonga-server package's configuration file to /etc/default/"
 "groonga-server from /etc/default/groonga."
@@ -1677,7 +1679,7 @@ msgstr ""
 "groonga-server from /etc/default/groonga."
 
 # 9a0c985252f649588f81dde33e06ac59
-#: ../../../source/news.txt:619
+#: ../../../source/news.txt:620
 msgid ""
 "[rpm][fedora] Fixed upgrade condition in %post server. [GitHub#11] [Patch by "
 "Daiki Ueno]"
@@ -1686,12 +1688,12 @@ msgstr ""
 "Daiki Ueno]"
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:621
+#: ../../../source/news.txt:622
 msgid "[rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]"
 msgstr "[rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]"
 
 # b74a370544d84fa6b93ae3084f2a4e42
-#: ../../../source/news.txt:622
+#: ../../../source/news.txt:623
 msgid ""
 "[deb][rpm] Added missing curl dependency. [GitHub#12] [Patch by IWAI, "
 "Masaharu]"
@@ -1700,7 +1702,7 @@ msgstr ""
 "Masaharu]"
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:624
+#: ../../../source/news.txt:625
 msgid ""
 "[rpm] Removed needleess ruby package dependency from groonga package. "
 "[#1330] [Suggested by IWAI, Masaharu]"
@@ -1709,14 +1711,14 @@ msgstr ""
 "[#1330] [Suggested by IWAI, Masaharu]"
 
 # 1ac9062608694e87a1f1193899664329
-#: ../../../source/news.txt:626
+#: ../../../source/news.txt:627
 msgid ""
 "[deb] Added missing default values to groonga-server's configuration file."
 msgstr ""
 "[deb] Added missing default values to groonga-server's configuration file."
 
 # 7966d4df1ab94ee58c1686e2238a763c
-#: ../../../source/news.txt:628
+#: ../../../source/news.txt:629
 msgid ""
 "Fixed a crash bug that is caused when searching with updaging very large "
 "inverted index. [#1329]"
@@ -1725,7 +1727,7 @@ msgstr ""
 "inverted index. [#1329]"
 
 # a932df07608e44ff9db77226be6d5214
-#: ../../../source/news.txt:630
+#: ../../../source/news.txt:631
 msgid ""
 "Fixed a bug that strings are compared as characters instead of byte string. "
 "[#1340] [Reported by Shinya Kawaji]"
@@ -1734,48 +1736,48 @@ msgstr ""
 "[#1340] [Reported by Shinya Kawaji]"
 
 # fb9090645ff94907b2c63adb68a9fa4b
-#: ../../../source/news.txt:638
+#: ../../../source/news.txt:639
 msgid "Shinya Kawaji"
 msgstr "Shinya Kawaji"
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:643
+#: ../../../source/news.txt:644
 msgid "Release 2.0.1 - 2012/03/29"
 msgstr "Release 2.0.1 - 2012/03/29"
 
 # f8f2e06a587b4d3690d3806cb0c1a337
-#: ../../../source/news.txt:648
+#: ../../../source/news.txt:649
 msgid "Supported build in other directory. [#1298] [Reported by Kazuhiko]"
 msgstr "Supported build in other directory. [#1298] [Reported by Kazuhiko]"
 
 # d4a5c216aefd410dba73316b45a3f08e
-#: ../../../source/news.txt:650
+#: ../../../source/news.txt:651
 msgid "[solaris] Supported build on Solaris 11. [Reported by Kazuhiko]"
 msgstr "[solaris] Supported build on Solaris 11. [Reported by Kazuhiko]"
 
 # e1a33a5f7e59499f8734fcbb09e3f4c4
-#: ../../../source/news.txt:651
+#: ../../../source/news.txt:652
 msgid "[test] Supported functional test."
 msgstr "[test] Supported functional test."
 
 # eb4d71e77edc4ba0a727324326a207b0
-#: ../../../source/news.txt:652
+#: ../../../source/news.txt:653
 msgid "[test] Required ``--with-ruby19`` configure option for testing by Ruby."
 msgstr ""
 "[test] Required ``--with-ruby19`` configure option for testing by Ruby."
 
 # 68b9638c6f654909b3c9b46f2f11960b
-#: ../../../source/news.txt:653
+#: ../../../source/news.txt:654
 msgid "[dump] Supported records dump for a table that has default tokenizer."
 msgstr "[dump] Supported records dump for a table that has default tokenizer."
 
 # 0847d3861ef743438daf7a79654739ed
-#: ../../../source/news.txt:654
+#: ../../../source/news.txt:655
 msgid "[suggest] Added ``similar_search`` option."
 msgstr "[suggest] Added ``similar_search`` option."
 
 # b16e3428d5cc467aa8837d355c540eb7
-#: ../../../source/news.txt:655
+#: ../../../source/news.txt:656
 msgid ""
 "[groonga] Removed deprecated options, ``-a``, ``--address`` and ``--admin-"
 "html-path``."
@@ -1784,50 +1786,50 @@ msgstr ""
 "html-path``."
 
 # 1e6dbf176cba4c698e0ca84b68366cec
-#: ../../../source/news.txt:657
+#: ../../../source/news.txt:658
 msgid "Added more return value checks. [GitHub#9] [Reported by Markus Elfring]"
 msgstr ""
 "Added more return value checks. [GitHub#9] [Reported by Markus Elfring]"
 
 # 5550c139ed3a4314aca74e6a33c136a9
-#: ../../../source/news.txt:658
+#: ../../../source/news.txt:659
 msgid "[dat] Supported term extract operation."
 msgstr "[dat] Supported term extract operation."
 
 # 68f8fc63decb433bb728bd4deaba59e9
-#: ../../../source/news.txt:659
+#: ../../../source/news.txt:660
 msgid "Added `logos <http://groonga.org/logo/>`_ ."
 msgstr "Added `logos <http://groonga.org/logo/>`_ ."
 
 # c6c99d1ba1e049d08ff23c94b5be1471
-#: ../../../source/news.txt:660
+#: ../../../source/news.txt:661
 msgid "Updated HTML design."
 msgstr "Updated HTML design."
 
 # 18d43bb2be6a4bfdabdeb49fab6dcd6c
-#: ../../../source/news.txt:661
+#: ../../../source/news.txt:662
 msgid "Renamed ``grntest`` to ``groonga-benchmark``."
 msgstr "Renamed ``grntest`` to ``groonga-benchmark``."
 
 # a7b45b36ed5145fd8a5ceb0f255e636b
-#: ../../../source/news.txt:662
+#: ../../../source/news.txt:663
 msgid "Supported ``autogen.sh`` on CentOS 5."
 msgstr "Supported ``autogen.sh`` on CentOS 5."
 
 # dcb693867e5248bb9975604c1c986a3a
-#: ../../../source/news.txt:663
+#: ../../../source/news.txt:664
 msgid ""
 "[linux] Added ``vm.overcommit_memory`` kernel parameter value check. [#1289]"
 msgstr ""
 "[linux] Added ``vm.overcommit_memory`` kernel parameter value check. [#1289]"
 
 # 136b688e6b454aea80628fa5999fc01c
-#: ../../../source/news.txt:665
+#: ../../../source/news.txt:666
 msgid "``grn_snip`` uses ``grn_obj`` mechanism. [#1054]"
 msgstr "``grn_snip`` uses ``grn_obj`` mechanism. [#1054]"
 
 # 9f534d6c947c416087af449128462743
-#: ../../../source/news.txt:670
+#: ../../../source/news.txt:671
 msgid ""
 "Fixed a bug that uninstall task doesn't uninstall installed Ruby scripts. "
 "[#1299] [Reported by Kazuhiko]"
@@ -1836,12 +1838,12 @@ msgstr ""
 "[#1299] [Reported by Kazuhiko]"
 
 # 1ac9062608694e87a1f1193899664329
-#: ../../../source/news.txt:672
+#: ../../../source/news.txt:673
 msgid "Added a missing Gemfile. [#1302] [Reported by Kazuhiko]"
 msgstr "Added a missing Gemfile. [#1302] [Reported by Kazuhiko]"
 
 # d15987bcfd94438f9c8f82ffc4907ef1
-#: ../../../source/news.txt:673
+#: ../../../source/news.txt:674
 msgid ""
 "Fixed a bug that some indexed records aren't found. The feature is only used "
 "by mroonga. [#1303]"
@@ -1850,38 +1852,38 @@ msgstr ""
 "by mroonga. [#1303]"
 
 # 141681a3caf34e62bfc29a187d0294d9
-#: ../../../source/news.txt:675
+#: ../../../source/news.txt:676
 msgid "[groonga] Appended missing ``-id`` to ``--server-id`` option name."
 msgstr "[groonga] Appended missing ``-id`` to ``--server-id`` option name."
 
 # 8365ca4f60a546c8863b57eebea6d490
-#: ../../../source/news.txt:676
+#: ../../../source/news.txt:677
 msgid "Fixed a bug that latin1 normalization may access unexpected memory."
 msgstr "Fixed a bug that latin1 normalization may access unexpected memory."
 
 # 95d1393dcf764787a42096463b41b01d
 # 95d1393dcf764787a42096463b41b01d
-#: ../../../source/news.txt:681 ../../../source/news.txt:729
+#: ../../../source/news.txt:682 ../../../source/news.txt:730
 msgid "Kazuhiko"
 msgstr "Kazuhiko"
 
 # d2f9e4f080924a25a1efabd0e4eb2a1e
-#: ../../../source/news.txt:682
+#: ../../../source/news.txt:683
 msgid "Markus Elfring"
 msgstr "Markus Elfring"
 
 # d27fa66c86a54b51b44b70d9284562d8
-#: ../../../source/news.txt:687
+#: ../../../source/news.txt:688
 msgid "Release 2.0.0 - 2012/02/29"
 msgstr "Release 2.0.0 - 2012/02/29"
 
 # b35a9315cc8a4bbda77c20ada288c3cd
-#: ../../../source/news.txt:692
+#: ../../../source/news.txt:693
 msgid "[dat] Added 0 length key check."
 msgstr "[dat] Added 0 length key check."
 
 # 1ac9062608694e87a1f1193899664329
-#: ../../../source/news.txt:693
+#: ../../../source/news.txt:694
 msgid ""
 "[windows] Added missing GCC related DLLs. [groonga-dev,00686] [Reported by "
 "Suzuki]"
@@ -1890,62 +1892,62 @@ msgstr ""
 "Suzuki]"
 
 # fa5e29cee6bc427d89530331204fea2a
-#: ../../../source/news.txt:695
+#: ../../../source/news.txt:696
 msgid "[php] Supported PHP 5.4. [Patch by Daiki Ueno]"
 msgstr "[php] Supported PHP 5.4. [Patch by Daiki Ueno]"
 
 # 959d186bcd85437892ca9e28f6e0f3a7
-#: ../../../source/news.txt:696
+#: ../../../source/news.txt:697
 msgid "Updated FSF address. [Suggested by Daiki Ueno]"
 msgstr "Updated FSF address. [Suggested by Daiki Ueno]"
 
 # 3c247b560350485e911a76e8fbee4ea2
-#: ../../../source/news.txt:697
+#: ../../../source/news.txt:698
 msgid "[fedora] Supported systemd. [Patch by Daiki Ueno]"
 msgstr "[fedora] Supported systemd. [Patch by Daiki Ueno]"
 
 # 89cd2334cb6949c38a1023cc79742808
-#: ../../../source/news.txt:698
+#: ../../../source/news.txt:699
 msgid "[rpm][debian] Changed the default protocol to HTTP from gqtp."
 msgstr "[rpm][debian] Changed the default protocol to HTTP from gqtp."
 
 # e1a33a5f7e59499f8734fcbb09e3f4c4
-#: ../../../source/news.txt:699
+#: ../../../source/news.txt:700
 msgid "[rpm][centos] Supported status command."
 msgstr "[rpm][centos] Supported status command."
 
 # 7a8d0782bef647bcb1c0826a8dc1ea00
-#: ../../../source/news.txt:700
+#: ../../../source/news.txt:701
 msgid "Removed needless ``:`` from log message."
 msgstr "Removed needless ``:`` from log message."
 
 # bc1552317bcd4ef693118743381a6bf8
-#: ../../../source/news.txt:701
+#: ../../../source/news.txt:702
 msgid "Removed deprecated grn_query. [#1247]"
 msgstr "Removed deprecated grn_query. [#1247]"
 
 # 3a63e71abead441cb3b53e54e449a4b9
-#: ../../../source/news.txt:702
+#: ../../../source/news.txt:703
 msgid "Reduced needless grn_ctx_at() calls on creating table."
 msgstr "Reduced needless grn_ctx_at() calls on creating table."
 
 # 802f65b423cd46eda8b84ad1355d310e
-#: ../../../source/news.txt:703
+#: ../../../source/news.txt:704
 msgid "[pat] Supported cache."
 msgstr "[pat] Supported cache."
 
 # f0c53a795c1440928344d9a10d629f9f
-#: ../../../source/news.txt:704
+#: ../../../source/news.txt:705
 msgid "[tokenizer] Improved tokenizer API."
 msgstr "[tokenizer] Improved tokenizer API."
 
 # 5070061eaeca48ed9c0ff90514030581
-#: ../../../source/news.txt:705
+#: ../../../source/news.txt:706
 msgid "Accepted ``@`` as a valid name character."
 msgstr "Accepted ``@`` as a valid name character."
 
 # a0102f9d71ae4a088169a23d7bab4e8a
-#: ../../../source/news.txt:706
+#: ../../../source/news.txt:707
 msgid ""
 "[tokenizer] Added a tokenizer based on `KyTea <http://www.phontron.com/kytea/"
 ">`_."
@@ -1954,12 +1956,12 @@ msgstr ""
 ">`_."
 
 # 835cba90fdf24009a2517f2ecbd613e4
-#: ../../../source/news.txt:708
+#: ../../../source/news.txt:709
 msgid "Supported :doc:`offline index construction </reference/indexing>`."
 msgstr ""
 
 # d4a5c216aefd410dba73316b45a3f08e
-#: ../../../source/news.txt:709
+#: ../../../source/news.txt:710
 msgid ""
 "[tokenizer] Supported MeCab 0.993. [groonga-dev,00703] [Reported by Masaharu "
 "YOSHIOKA]"
@@ -1968,32 +1970,32 @@ msgstr ""
 "YOSHIOKA]"
 
 # 396e918f21a74f63817f65e89c348712
-#: ../../../source/news.txt:711
+#: ../../../source/news.txt:712
 msgid "[windows] Supported MessagePack."
 msgstr "[windows] Supported MessagePack."
 
 # c8095b641030471a932be3cce5ec995e
-#: ../../../source/news.txt:716
+#: ../../../source/news.txt:717
 msgid "[pat] Fixed a bug that the last node can't be found. [#1258]"
 msgstr "[pat] Fixed a bug that the last node can't be found. [#1258]"
 
 # 2bf12fbf09ba4f4aaf7044fa99c8f0d4
-#: ../../../source/news.txt:717
+#: ../../../source/news.txt:718
 msgid "[doc] Fixed links in Japanese page. [Reported by @naoina]"
 msgstr "[doc] Fixed links in Japanese page. [Reported by @naoina]"
 
 # fb86fdef097b4575b56742bc53d0d699
-#: ../../../source/news.txt:718
+#: ../../../source/news.txt:719
 msgid "[doc] Fixed wrong the default value. [Reported by @naoina]"
 msgstr "[doc] Fixed wrong the default value. [Reported by @naoina]"
 
 # fca1c7c6ec28428ebad20fa6873b78aa
-#: ../../../source/news.txt:719
+#: ../../../source/news.txt:720
 msgid "Fixed a typo. [Reported by Kazuhiko]"
 msgstr "Fixed a typo. [Reported by Kazuhiko]"
 
 # 8365ca4f60a546c8863b57eebea6d490
-#: ../../../source/news.txt:720
+#: ../../../source/news.txt:721
 msgid ""
 "[http] Fixed a bug that ``load`` command error isn't cleared. [Reported by "
 "@wareohji]"
@@ -2002,32 +2004,32 @@ msgstr ""
 "@wareohji]"
 
 # 61511cb2e2d3492284044f7e56db83f3
-#: ../../../source/news.txt:726
+#: ../../../source/news.txt:727
 msgid "Suzuki"
 msgstr "Suzuki"
 
 # 727b856581c84dff8760519119df36e4
-#: ../../../source/news.txt:728
+#: ../../../source/news.txt:729
 msgid "@naoina"
 msgstr "@naoina"
 
 # 0c1ad68ceb0940c6996e5f58e2ab2b99
-#: ../../../source/news.txt:730
+#: ../../../source/news.txt:731
 msgid "Masaharu YOSHIOKA"
 msgstr "Masaharu YOSHIOKA"
 
 # 9ff7b090214a488a88aa8a6dad35a37e
-#: ../../../source/news.txt:731
+#: ../../../source/news.txt:732
 msgid "@wareohji"
 msgstr "@wareohji"
 
 # 51c30fd7fdd44cd296c20f98d9751a5b
-#: ../../../source/news.txt:736
+#: ../../../source/news.txt:737
 msgid "Release 1.3.0 - 2012/01/29"
 msgstr "Release 1.3.0 - 2012/01/29"
 
 # b3d81b5fc4a54780949bc2129a6e01fa
-#: ../../../source/news.txt:741
+#: ../../../source/news.txt:742
 msgid ""
 "Supported dynamic DB key table change by GRN_DB_KEY=pat or GRN_DB_KEY=dat "
 "environment variable value."
@@ -2036,7 +2038,7 @@ msgstr ""
 "environment variable value."
 
 # eb4d71e77edc4ba0a727324326a207b0
-#: ../../../source/news.txt:743
+#: ../../../source/news.txt:744
 msgid ""
 "Added ``--with-default-db-key`` configure option that specifies the default "
 "DB key table."
@@ -2045,24 +2047,24 @@ msgstr ""
 "DB key table."
 
 # 03c9b4eb45ca4eb18b506646702f7364
-#: ../../../source/news.txt:745
+#: ../../../source/news.txt:746
 msgid ""
 "Supported \"\" value for geo point data types. It's interpreted as \"0x0\"."
 msgstr ""
 "Supported \"\" value for geo point data types. It's interpreted as \"0x0\"."
 
 # 617dd2b9e4b9467c9ca6c9db470e56d2
-#: ../../../source/news.txt:746
+#: ../../../source/news.txt:747
 msgid "Added column name to cast error message."
 msgstr "Added column name to cast error message."
 
 # 8da3580a260e48c99e7508b2f416dd39
-#: ../../../source/news.txt:747
+#: ../../../source/news.txt:748
 msgid "Inhibit file information for stdin on load error."
 msgstr "Inhibit file information for stdin on load error."
 
 # 356c550e21dc49c88d81d500a99c5d5c
-#: ../../../source/news.txt:748
+#: ../../../source/news.txt:749
 msgid ""
 "Enabled write-strings warnings and suppress those warnings. [Suggested by "
 "montywi]"
@@ -2071,32 +2073,32 @@ msgstr ""
 "montywi]"
 
 # d33f9d517c0443fca204048ca1bdacbc
-#: ../../../source/news.txt:750
+#: ../../../source/news.txt:751
 msgid "Marked MessagePack output format as supported. [#1215]"
 msgstr "Marked MessagePack output format as supported. [#1215]"
 
 # b7eb2eb333134fc6a6233bbb1977a8a4
-#: ../../../source/news.txt:751
+#: ../../../source/news.txt:752
 msgid "Added ``const`` to ``void *`` of ``*_set_value()``."
 msgstr "Added ``const`` to ``void *`` of ``*_set_value()``."
 
 # ad39e6f286b14338b4b3ecf3e3e11338
-#: ../../../source/news.txt:752
+#: ../../../source/news.txt:753
 msgid "Enabled warning flags on C and C++."
 msgstr "Enabled warning flags on C and C++."
 
 # a7b45b36ed5145fd8a5ceb0f255e636b
-#: ../../../source/news.txt:753
+#: ../../../source/news.txt:754
 msgid "Supported ``--with-libevent`` without value configure option."
 msgstr "Supported ``--with-libevent`` without value configure option."
 
 # f753ced5670c46889e453b43b5521633
-#: ../../../source/news.txt:754
+#: ../../../source/news.txt:755
 msgid "``grn_table_get()`` supported grn_db. [#1242]"
 msgstr "``grn_table_get()`` supported grn_db. [#1242]"
 
 # 048690a337744d0bb7e475d3cad3e6eb
-#: ../../../source/news.txt:755
+#: ../../../source/news.txt:756
 msgid ""
 "[rpm] Removed needless groogna-munin-plugins dependency from groonga-server. "
 "[#1251] [Suggested by Masaharu IWAI]"
@@ -2105,7 +2107,7 @@ msgstr ""
 "[#1251] [Suggested by Masaharu IWAI]"
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:757
+#: ../../../source/news.txt:758
 msgid ""
 "[rpm] Removed needless groogna-doc dependency from groonga. [#1251] "
 "[Suggested by Masaharu IWAI]"
@@ -2114,28 +2116,28 @@ msgstr ""
 "[Suggested by Masaharu IWAI]"
 
 # 5550c139ed3a4314aca74e6a33c136a9
-#: ../../../source/news.txt:759
+#: ../../../source/news.txt:760
 msgid "[dat] Supported repair by ``grn_dat_repair()``."
 msgstr "[dat] Supported repair by ``grn_dat_repair()``."
 
 # 277f8d4d815b4a1a89e8ce0c500d9535
-#: ../../../source/news.txt:760
+#: ../../../source/news.txt:761
 msgid "``grn_table_at()`` supported grn_db."
 msgstr "``grn_table_at()`` supported grn_db."
 
 # 872767d20dab4a498bdcd12ac57ef687
-#: ../../../source/news.txt:761
+#: ../../../source/news.txt:762
 msgid "[suggest] Removed unstable mark."
 msgstr "[suggest] Removed unstable mark."
 
 # ac67e2de907d4ef49dc6c440c175d1b6
-#: ../../../source/news.txt:762
+#: ../../../source/news.txt:763
 msgid "[suggest][complete] Supported normalized value search in prefix-search."
 msgstr ""
 "[suggest][complete] Supported normalized value search in prefix-search."
 
 # bd95c43b051543f0b100533666b9b6d7
-#: ../../../source/news.txt:763
+#: ../../../source/news.txt:764
 msgid ""
 "Added experimental offline index build. It's disabled by default for now. "
 "You can enable it by USE_OFFLINE_INDEXER=yes environment variable."
@@ -2144,47 +2146,47 @@ msgstr ""
 "You can enable it by USE_OFFLINE_INDEXER=yes environment variable."
 
 # d86d5132553e46aba4aaf762fec3f146
-#: ../../../source/news.txt:766
+#: ../../../source/news.txt:767
 msgid "Added internal API ``grn_obj_path_by_id()`` for mroonga."
 msgstr "Added internal API ``grn_obj_path_by_id()`` for mroonga."
 
 # 0847d3861ef743438daf7a79654739ed
-#: ../../../source/news.txt:767
+#: ../../../source/news.txt:768
 msgid "[suggest][httpd] Passed unknown parameters to groonga."
 msgstr "[suggest][httpd] Passed unknown parameters to groonga."
 
 # 31bbbc25affd4492bb84e1448ef1acef
-#: ../../../source/news.txt:768
+#: ../../../source/news.txt:769
 msgid "[output][xml] Added a newline before ``</RESULT>`` for readability."
 msgstr "[output][xml] Added a newline before ``</RESULT>`` for readability."
 
 # c6fe9d8461d345a29ebae070243eb871
-#: ../../../source/news.txt:769
+#: ../../../source/news.txt:770
 msgid "[doc][output] Added documentation about output format type."
 msgstr "[doc][output] Added documentation about output format type."
 
 # ec0c4ff1cd1e419e939303655d0f0923
-#: ../../../source/news.txt:770
+#: ../../../source/news.txt:771
 msgid "Added ``table_rename``. [#1234]"
 msgstr "Added ``table_rename``. [#1234]"
 
 # b96c3176b49e45159fc06cd671b910b2
-#: ../../../source/news.txt:771
+#: ../../../source/news.txt:772
 msgid "Added ``column_rename``. [#1234]"
 msgstr "Added ``column_rename``. [#1234]"
 
 # cd0d5ab7247b46dfaceddd138da87f33
-#: ../../../source/news.txt:776
+#: ../../../source/news.txt:777
 msgid "montywi"
 msgstr "montywi"
 
 # 93760c283a19448fb8c643ddd2d842bd
-#: ../../../source/news.txt:777
+#: ../../../source/news.txt:778
 msgid "Masaharu IWAI"
 msgstr "Masaharu IWAI"
 
 # 489e4303019747b8971a5504d0c83592
-#: ../../../source/news.txt:780
+#: ../../../source/news.txt:781
 msgid "The old releases"
 msgstr "The old releases"
 




More information about the Groonga-commit mailing list
Back to archive index