<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ekato's note</title>
	<atom:link href="http://ekato.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ekato.wordpress.com</link>
	<description>Just another ekato weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:03:55 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ekato.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ekato's note</title>
		<link>http://ekato.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ekato.wordpress.com/osd.xml" title="ekato&#039;s note" />
	<atom:link rel='hub' href='http://ekato.wordpress.com/?pushpress=hub'/>
		<item>
		<title>mozc_tool</title>
		<link>http://ekato.wordpress.com/2012/01/30/mozc_tool/</link>
		<comments>http://ekato.wordpress.com/2012/01/30/mozc_tool/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 19:03:50 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=625</guid>
		<description><![CDATA[簡単に mozc_tool を Linux 上 で uim-mozc と共に使った場合の問題をまとめておきます。 問題 1: protobuf の変数初期化の問題で、mozc_tool が動かない  http://code.google.com/p/protobuf/issues/detail?id=370  http://ekato.wordpress.com/2010/06/16/uim-mozc-cont/ 解決法 1.1 protobuf を dynamic link のまま利用 protobuf にパッチをあてる場合 http://code.google.com/p/protobuf/issues/detail?id=370 にあるパッチをあて、uim-mozc と mozc_tool を作成する。この場合でも GTK_IM_MODULE=gtk-im-context-simple にして起動しておかないと終了時に abort するかも protobuf にパッチを当てていない場合 mozc_tool を動かすまえに、デフォルトの入力方式を uim-mozc 以外 (uim-direct など) に変更 1.2 protobuf を static link にして回避 http://ekato.wordpress.com/2010/06/16/uim-mozc-cont/ に書いたように、static link で mozc_tool を作成して、環境変数 mozc_tool=’MALLOC_CHECK_=1, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=625&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>簡単に mozc_tool を Linux 上 で uim-mozc と共に使った場合の問題をまとめておきます。</p>
<h4>
問題 1: protobuf の変数初期化の問題で、mozc_tool が動かない</h4>
<ul>
<li> http://code.google.com/p/protobuf/issues/detail?id=370</li>
</ul>
<ul>
<li> http://ekato.wordpress.com/2010/06/16/uim-mozc-cont/</li>
</ul>
<h4>
解決法</h4>
<h5>1.1 protobuf を dynamic link のまま利用</h5>
<ul>
<li>protobuf にパッチをあてる場合</li>
</ul>
<p style="padding-left:30px;">http://code.google.com/p/protobuf/issues/detail?id=370 にあるパッチをあて、uim-mozc と mozc_tool を作成する。この場合でも GTK_IM_MODULE=gtk-im-context-simple にして起動しておかないと終了時に abort するかも</p>
<ul>
<li>protobuf にパッチを当てていない場合</li>
</ul>
<p style="padding-left:30px;">mozc_tool を動かすまえに、デフォルトの入力方式を uim-mozc 以外 (uim-direct など) に変更</p>
<h5>
1.2 protobuf を static link にして回避</h5>
<ul>
<li>http://ekato.wordpress.com/2010/06/16/uim-mozc-cont/ に書いたように、static link で mozc_tool を作成して、環境変数 mozc_tool=’MALLOC_CHECK_=1, GTK_IM_MODULE=gtk-im-context-simple として mozc_tool を起動</li>
</ul>
<h4>
<p>問題 2: r77 以降 (r94 時点) の Mozc の内部変数の問題で mozc_tool が動かない</h4>
<ul>
<li>http://code.google.com/p/macuim/issues/detail?id=11</li>
<li>http://code.google.com/p/mozc/issues/detail?id=115</li>
</ul>
<h4>
解決法</h4>
<ul>
<li>とりあえず、http://macuim.googlecode.com/svn/trunk/Mozc/mozc-global_language_spec.diff のパッチをあてる</li>
</ul>
<p>以上、不完全な記述かもしれないですが、Linux 上で uim-mozc をインストールして利用している場合の mozc_tool の起動に関する情報でした。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/625/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/625/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/625/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/625/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/625/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/625/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/625/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=625&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2012/01/30/mozc_tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.15-1</title>
		<link>http://ekato.wordpress.com/2012/01/08/macuim-0-6-15-1/</link>
		<comments>http://ekato.wordpress.com/2012/01/08/macuim-0-6-15-1/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 05:34:00 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=621</guid>
		<description><![CDATA[MacUIM 0.6.15-1 を置きました。以下変更点 Mozc の再変換機能への対応 text acquisition のコードを少し変更 uim r7399 uim-mozc に再変換機能をつけてみました。uim の text acquisition API はかなり昔はきちんと動いていたはずなのですが、いつのまにか部分的に壊れたところがあるようなので、uim-mozc の再変換は uim 1.7.2 以降で機能するようにしてあります。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=621&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>MacUIM 0.6.15-1 を置きました。以下変更点</p>
<ul>
<li>Mozc の再変換機能への対応</li>
<li>text acquisition のコードを少し変更</li>
<li>uim r7399</li>
</ul>
<p>uim-mozc に再変換機能をつけてみました。uim の text acquisition API はかなり昔はきちんと動いていたはずなのですが、いつのまにか部分的に壊れたところがあるようなので、uim-mozc の再変換は uim 1.7.2 以降で機能するようにしてあります。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/621/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=621&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2012/01/08/macuim-0-6-15-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.14-1</title>
		<link>http://ekato.wordpress.com/2011/12/31/macuim-0-6-14-1/</link>
		<comments>http://ekato.wordpress.com/2011/12/31/macuim-0-6-14-1/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 15:13:28 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=619</guid>
		<description><![CDATA[少しだけ text acquisition のコードを変更したので、0.6.14-1 として置きました。その他の変更はありません。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=619&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>少しだけ text acquisition のコードを変更したので、0.6.14-1 として置きました。その他の変更はありません。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/619/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=619&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2011/12/31/macuim-0-6-14-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.13-1</title>
		<link>http://ekato.wordpress.com/2011/12/27/macuim-0-6-13-1/</link>
		<comments>http://ekato.wordpress.com/2011/12/27/macuim-0-6-13-1/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 14:23:51 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=613</guid>
		<description><![CDATA[MacUIM 0.6.13-1 を置きました。以下変更点 Mozc r87 uim の text acquisition API に対応 uim-tutcode で使われている text acquisition API を試しに実装してみました。uim-tutcode を使わない場合には影響無いですが、tutcode を使う場合はたぶん問題がでるかもしれません。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=613&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>MacUIM 0.6.13-1 を置きました。以下変更点</p>
<ul>
<li>Mozc r87</li>
<li>uim の text acquisition API に対応</li>
</ul>
<p>uim-tutcode で使われている text acquisition API を試しに実装してみました。uim-tutcode を使わない場合には影響無いですが、tutcode を使う場合はたぶん問題がでるかもしれません。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/613/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=613&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2011/12/27/macuim-0-6-13-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.12-4</title>
		<link>http://ekato.wordpress.com/2011/12/16/macuim-0-6-12-4/</link>
		<comments>http://ekato.wordpress.com/2011/12/16/macuim-0-6-12-4/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 09:14:37 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=611</guid>
		<description><![CDATA[ひさしぶりに MacUIM を更新してみました。 Mozc r84 uim r7384 最近の版で MozcTool.app が動かなくなっていたのを修正<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=611&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ひさしぶりに MacUIM を更新してみました。</p>
<ul>
<li>Mozc r84</li>
<li>uim r7384</li>
<li>最近の版で MozcTool.app が動かなくなっていたのを修正</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/611/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=611&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2011/12/16/macuim-0-6-12-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.12-1</title>
		<link>http://ekato.wordpress.com/2011/07/22/macuim-0-6-12-1/</link>
		<comments>http://ekato.wordpress.com/2011/07/22/macuim-0-6-12-1/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:18:51 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=597</guid>
		<description><![CDATA[OS X Lion にしてみたところ、MacUIM がクラッシュして使えなくなってしまっていたので、修正を入れたものをアップロードしました。以下 0.6.11-2 からの変更点 Lion 向け Fix Mozc r58 uim trunk r7228 (tutcode のアップデートなど) パッケージを作るときに、uim-xim で使う uim-candwin-* を入れ忘れてしまいました。あまり需要はないと思いますが、もし必要な方がいましたら、あとで単体でアップロードしようかと思いますので、コメント欄にでも書いておいてください。 【25日追記】Lion 上だとアプレットの MenuExtra のオンオフがうまく動かないようだったので、MenuCracker を入れ替えた MacUIM 0.6.12-2 を置きました。uim-candwin-gtk もついでに入れてあります【追記おわり】 【28日追記】Lion 上の Twitter.app では、検索窓での入力がおかしいようなので、この点を修正して MacUIM 0.6.12-3 としてみました【追記おわり】<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=597&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OS X Lion にしてみたところ、MacUIM がクラッシュして使えなくなってしまっていたので、修正を入れたものをアップロードしました。以下 0.6.11-2 からの変更点</p>
<ul>
<li>Lion 向け Fix</li>
<li>Mozc r58</li>
<li>uim trunk r7228 (tutcode のアップデートなど)</li>
</ul>
<p>パッケージを作るときに、uim-xim で使う uim-candwin-* を入れ忘れてしまいました。あまり需要はないと思いますが、もし必要な方がいましたら、あとで単体でアップロードしようかと思いますので、コメント欄にでも書いておいてください。</p>
<p>【25日追記】Lion 上だとアプレットの MenuExtra のオンオフがうまく動かないようだったので、MenuCracker を入れ替えた MacUIM 0.6.12-2 を<a href="http://code.google.com/p/macuim/">置きました</a>。uim-candwin-gtk もついでに入れてあります【追記おわり】</p>
<p>【28日追記】Lion 上の Twitter.app では、検索窓での入力がおかしいようなので、この点を修正して MacUIM 0.6.12-3 としてみました【追記おわり】</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/597/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=597&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2011/07/22/macuim-0-6-12-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.11-2</title>
		<link>http://ekato.wordpress.com/2011/05/23/macuim-0-6-11-2/</link>
		<comments>http://ekato.wordpress.com/2011/05/23/macuim-0-6-11-2/#comments</comments>
		<pubDate>Mon, 23 May 2011 01:45:49 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=587</guid>
		<description><![CDATA[uim 1.7.0 ついでに MacUIM も更新しておきました。 語彙のウィンドウが画面右端にかかる場合の修正 uim 1.7.0 Mozc r56 dmg のサイズが最大値くらいになってしまったので、Mozc の handwring-ja.model は入れてません。パッケージの分割も考えないと… あと、昨日置いてた 0.6.11-1.dmg は UIM.framework が壊れてました。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=587&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>uim 1.7.0 ついでに MacUIM も更新しておきました。</p>
<ul>
<li>語彙のウィンドウが画面右端にかかる場合の修正</li>
<li>uim 1.7.0</li>
<li>Mozc r56</li>
</ul>
<p>dmg のサイズが最大値くらいになってしまったので、Mozc の handwring-ja.model は入れてません。パッケージの分割も考えないと…</p>
<p>あと、昨日置いてた 0.6.11-1.dmg は UIM.framework が壊れてました。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/587/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=587&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2011/05/23/macuim-0-6-11-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>uim 1.7.0</title>
		<link>http://ekato.wordpress.com/2011/05/22/uim-1-7-0/</link>
		<comments>http://ekato.wordpress.com/2011/05/22/uim-1-7-0/#comments</comments>
		<pubDate>Sat, 21 May 2011 16:56:39 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=576</guid>
		<description><![CDATA[数日前になりますが uim 1.7.0 をリリースしています。GTK+3 対応が大きな変更点で、uim-tutcode の機能もさらにアップしています。あと Google Suggest 予測もなかなか素晴らしく、いろいろいじってみると面白い感じです。詳細は Overview of changes from 1.6.x to 1.7.0-alpha あたりを見てください。それぞれ、野口さん、木原さん、いわたさんに感謝です。 自分はまったく機能追加などもせず、リリースに向けて確認をしただけでした。Fedora 15 beta のおかげで作業も楽させてもらいました。ただ、gnome-shell での動作を見ていなかったので、1.7.0 そのままでは gnome-shell の System Status に uim の toolbar-systray を表示させることができません。どうしても表示させたい場合は、リポジトリにある toolbar-systray-gtk.c に置き換えてコンパイルしてみてください。アイコンやメニューが gnome-shell の見た目と整合していないので変ですが… そのうち js で書く必要があるのかもしれません。 あと gtk+3 では widget スタイルの設定が ~/.gtkrc-2.0 から ~/.config/gtk-3.0/gtk.css になってるようなので、候補ウィンドウのフォント設定は以下のような感じで可能でした。 UIMCandidateWindow {   font: MotoyaLCedar 9.5; } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=576&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>数日前になりますが uim 1.7.0 をリリースしています。GTK+3 対応が大きな変更点で、uim-tutcode の機能もさらにアップしています。あと Google Suggest 予測もなかなか素晴らしく、いろいろいじってみると面白い感じです。詳細は <a href="http://uim.googlecode.com/svn/tags/uim-1.7.0/NEWS">Overview of changes from 1.6.x to 1.7.0-alpha</a> あたりを見てください。それぞれ、野口さん、木原さん、いわたさんに感謝です。</p>
<p>自分はまったく機能追加などもせず、リリースに向けて確認をしただけでした。Fedora 15 beta のおかげで作業も楽させてもらいました。ただ、gnome-shell での動作を見ていなかったので、1.7.0 そのままでは gnome-shell の System Status に uim の toolbar-systray を表示させることができません。どうしても表示させたい場合は、リポジトリにある <a href="http://uim.googlecode.com/svn/branches/1.7/helper/toolbar-systray-gtk.c">toolbar-systray-gtk.c</a> に置き換えてコンパイルしてみてください。アイコンやメニューが gnome-shell の見た目と整合していないので変ですが… そのうち js で書く必要があるのかもしれません。</p>
<p>あと gtk+3 では widget スタイルの設定が ~/.gtkrc-2.0 から ~/.config/gtk-3.0/gtk.css になってるようなので、候補ウィンドウのフォント設定は以下のような感じで可能でした。</p>
<pre>UIMCandidateWindow {
  font: MotoyaLCedar 9.5;
}
UIMCandWinGtk {
  font: MotoyaLCedar 9.5;
}
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/576/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=576&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2011/05/22/uim-1-7-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.10-2</title>
		<link>http://ekato.wordpress.com/2011/01/12/macuim-0-6-10-2/</link>
		<comments>http://ekato.wordpress.com/2011/01/12/macuim-0-6-10-2/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 04:00:12 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=572</guid>
		<description><![CDATA[MacUIM 0.6.10-2 を置きました。以下、0.6.10-1 からの変更点です。 uim のアップデート (1.6.1): uim-tutcode の機能追加など Anthy patch のアップデート (patch13-release-2010Z20.alt-depgraph-100603d.alt-cannadic-100603-patch100628-ticket22612.zipdic-201008) Mozc サーバのアップデート (r51)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=572&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>MacUIM 0.6.10-2 を<a href="http://macuim.googlecode.com/">置きました</a>。以下、0.6.10-1 からの変更点です。</p>
<div>
<div>
<ul>
<li>uim のアップデート (1.6.1): uim-tutcode の機能追加など</li>
<li>Anthy patch のアップデート (patch13-release-2010Z20.alt-depgraph-100603d.alt-cannadic-100603-patch100628-ticket22612.zipdic-201008)</li>
<li>Mozc サーバのアップデート (r51)</li>
</ul>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/572/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=572&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2011/01/12/macuim-0-6-10-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
		<item>
		<title>MacUIM 0.6.10-1</title>
		<link>http://ekato.wordpress.com/2010/11/10/macuim-0-6-10-1/</link>
		<comments>http://ekato.wordpress.com/2010/11/10/macuim-0-6-10-1/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 06:27:40 +0000</pubDate>
		<dc:creator>ekato</dc:creator>
				<category><![CDATA[Input method]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://ekato.wordpress.com/?p=563</guid>
		<description><![CDATA[MacUIM 0.6.10-1 を置きました。以下、0.6.9-1 からの変更点です。 uim をアップデート (r6808): uim-tutcode の交ぜ書き辞書の読み込みを修正。また、uim-tutcode の入力ルールと交ぜ書きキー設定などの、即時更新対応を実験的に入れてみました。 Anthy patch のアップデート (patch13-release-2010915-fix2010X25.alt-depgraph-100603d.alt-cannadic-100603-patch100628-ticket22612.zipdic-201008) Mozc サーバのアップデート (r49) MacUIM がまれにクラッシュすることがあったので修正<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=563&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>MacUIM 0.6.10-1 を<a href="http://macuim.googlecode.com/">置きました</a>。以下、0.6.9-1 からの変更点です。</p>
<ul>
<li>uim をアップデート (r6808): uim-tutcode の交ぜ書き辞書の読み込みを修正。また、uim-tutcode の入力ルールと交ぜ書きキー設定などの、即時更新対応を実験的に入れてみました。</li>
<li>Anthy patch のアップデート (patch13-release-2010915-fix2010X25.alt-depgraph-100603d.alt-cannadic-100603-patch100628-ticket22612.zipdic-201008)</li>
<li>Mozc サーバのアップデート (r49)</li>
<li>MacUIM がまれにクラッシュすることがあったので修正</li>
</ul>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ekato.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ekato.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ekato.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ekato.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ekato.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ekato.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ekato.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ekato.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ekato.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ekato.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ekato.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ekato.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ekato.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ekato.wordpress.com/563/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekato.wordpress.com&amp;blog=405041&amp;post=563&amp;subd=ekato&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ekato.wordpress.com/2010/11/10/macuim-0-6-10-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48cc27d88e1bd9f87ff4997820b8e94d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekato</media:title>
		</media:content>
	</item>
	</channel>
</rss>
