* lib/Keitairc/ClientInfo.pm, doc/manual.html: add is_ipod_os3()
function to detect iPhone OS is 3.0 or above (and update
manual entry related it).
* add lib/public/geopost-keitairc.js: Geopost support javascript
function for Geolocation API (e.g iPhone)
* lib/public/iui/*: update iui to version 0.20
* add lib/templates/ipod-sjis/location_receiver.html: location
information message post support template on iPhone.
* lib/templates/ipod-sjis/{index,all}.html: update menu layout to
support location information message menu
* lib/plugins/00all: is_ipod_os3 check param added to rendering
option
* lib/plugins/32address: direct call google maps on iPhone to
use google map application smoothly.
* lib/plugins/20phone: phone number link change to simple tel:
link on iPhone/iPod touch UI
* drop lib/templates/ipod-sjis/{phone,mail,address}.html:
They are not used on iPhone/iPod touch UI
* lib/templates/ipod-sjis/all.html: automaticaly focus to
message input form when new messages button clicked.
* lib/plugins/*: plugin API update, add $request parameter
to message_replace_imprementation() method (ticket: #17752)
* lib/plugins/20mail: mail address link change to simple mailto
link on iPod/iPhone UI (ticket: #17740)
* lib/public-iui-keitairc.css: add -webkit-user-select: auto
to body to be able to cut & copy (ticket: #17581)
* lib/public-iui-keitairc.css: 特にURLにそういう現象が多いが、英単
語的な区切りがない長い単語がはみ出して、横スクロールできる状態が
発生することがあるのに対処した(これがおきちゃうと、縦スクロール
させてるとふらふら左右にブレて非常に鬱陶しい)
li.message と li.messegenew に word-break: break-allを設定して無
理やり折り返すようにした(若干乱暴だけど)