<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>web/ja.html</filename>
    </added>
    <added>
      <filename>web/limechat_appcast.xml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -19,9 +19,9 @@
 	&lt;key&gt;CFBundleSignature&lt;/key&gt;
 	&lt;string&gt;????&lt;/string&gt;
   &lt;key&gt;CFBundleVersion&lt;/key&gt;
-  &lt;string&gt;1.1&lt;/string&gt;
+  &lt;string&gt;1.2&lt;/string&gt;
   &lt;key&gt;CFBundleShortVersionString&lt;/key&gt;
-  &lt;string&gt;1.1&lt;/string&gt;
+  &lt;string&gt;1.2&lt;/string&gt;
 	&lt;key&gt;NSMainNibFile&lt;/key&gt;
 	&lt;string&gt;MainMenu&lt;/string&gt;
 	&lt;key&gt;NSPrincipalClass&lt;/key&gt;</diff>
      <filename>Info.plist</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,8 @@ APP_BUILD_PATH = ROOT_PATH + 'build/Release' + APP_NAME
 DOC_PATH = ROOT_PATH + 'doc'
 PACKAGES_PATH = ROOT_PATH + 'Packages'
 APPCAST_TEMPLATE_PATH = ROOT_PATH + 'etc/appcast_template.rxml'
-APPCAST_PATH = ROOT_PATH + 'web/limechat_appcast.xml'
+WEB_PATH = ROOT_PATH + 'web'
+APPCAST_PATH = WEB_PATH + 'limechat_appcast.xml'
 TMP_PATH = Pathname.new(&quot;/tmp/#{APP_SHORT_NAME}_build_image&quot;)
 
 
@@ -56,7 +57,7 @@ task :appcast do |t|
     f.write(s)
   end
   
-  sh &quot;mate #{APPCAST_PATH}&quot;
+  sh &quot;mate #{WEB_PATH}&quot;
 end
 
 Rake::TestTask.new do |t|</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -191,7 +191,7 @@ table#shortcutkeys td
 &lt;h1&gt;&lt;img src=&quot;images/logo.png&quot; /&gt;&lt;span&gt;LimeChat&lt;/span&gt;&lt;/h1&gt;
 
 &lt;div id=&quot;float&quot;&gt;
-	&lt;div id=&quot;lang&quot;&gt;&lt;a href=&quot;index_ja.html&quot;&gt;[Japanese]&lt;/a&gt;&lt;/div&gt;
+	&lt;div id=&quot;lang&quot;&gt;&lt;a href=&quot;ja.html&quot;&gt;[Japanese]&lt;/a&gt;&lt;/div&gt;
 	&lt;div&gt;&lt;a href=&quot;images/limelight.png&quot;&gt;&lt;img src=&quot;images/limelight200.png&quot; alt=&quot;screenshot&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
 	&lt;div&gt;&lt;a href=&quot;images/springnight3col.png&quot;&gt;&lt;img src=&quot;images/springnight3col200.png&quot; alt=&quot;screenshot&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
 	&lt;div class=&quot;float-donation&quot;&gt;
@@ -232,28 +232,15 @@ table#shortcutkeys td
 
 &lt;h2&gt;Install&lt;/h2&gt;
 &lt;div class=&quot;section&quot;&gt;
-	&lt;h3&gt;OS X 10.6 Snow Leopard&lt;/h3&gt;
+	&lt;h3&gt;Snow Leopard or Leopard&lt;/h3&gt;
 	&lt;div class=&quot;section&quot;&gt;
 		&lt;ol&gt;
-			&lt;li&gt;Download &lt;a href=&quot;http://downloads.sourceforge.net/limechat/LimeChat_1.1.dmg&quot;&gt;LimeChat 1.1 executable dmg&lt;/a&gt;.&lt;/li&gt;
-			&lt;li&gt;Open the downloaded dmg, and copy LimeChat.app to your Application folder.&lt;/li&gt;
-		&lt;/ol&gt;
-		&lt;p&gt;
-			&lt;strong&gt;
-				If you would upgrade from Leopard, remove old RubyCocoa.framework (/Library/Frameworks/RubyCocoa.framework).
-			&lt;/strong&gt;
-		&lt;/p&gt;
-	&lt;/div&gt;
-	
-	&lt;h3&gt;OS X 10.5 Leopard&lt;/h3&gt;
-	&lt;div class=&quot;section&quot;&gt;
-		&lt;ol&gt;
-			&lt;li&gt;Download &lt;a href=&quot;http://downloads.sourceforge.net/limechat/LimeChat_1.1_standalone.dmg&quot;&gt;LimeChat 1.1 standalone executable dmg&lt;/a&gt;.&lt;/li&gt;
-			&lt;li&gt;Open the downloaded dmg, and copy LimeChat.app to your Application folder.&lt;/li&gt;
+			&lt;li&gt;Download &lt;a href=&quot;http://cloud.github.com/downloads/psychs/limechat/LimeChat_1.2.tbz&quot;&gt;LimeChat 1.2&lt;/a&gt;.&lt;/li&gt;
+			&lt;li&gt;Extract the downloaded package, and copy LimeChat.app to your Application folder.&lt;/li&gt;
 		&lt;/ol&gt;
 	&lt;/div&gt;
 
-	&lt;h3&gt;OS X 10.4 Tiger&lt;/h3&gt;
+	&lt;h3&gt;Tiger&lt;/h3&gt;
 	&lt;div class=&quot;section&quot;&gt;
 		&lt;ol&gt;
 			&lt;li&gt;Download &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=44114&quot;&gt;RubyCocoa-1.0.0-OSX10.4universal.dmg&lt;/a&gt;, and install it.&lt;/li&gt;
@@ -266,8 +253,7 @@ table#shortcutkeys td
 &lt;h2&gt;Source code&lt;/h2&gt;
 &lt;div class=&quot;section&quot;&gt;
 	&lt;ul&gt;
-		&lt;li&gt;&lt;a href=&quot;http://downloads.sourceforge.net/limechat/LimeChat_1.1.zip&quot;&gt;LimeChat 1.1 source zip&lt;/a&gt;&lt;/li&gt;
-		&lt;li&gt;&lt;a href=&quot;http://github.com/psychs/limechat/tree/master&quot;&gt;http://github.com/psychs/limechat/tree/master&lt;/a&gt;&lt;/li&gt;
+		&lt;li&gt;&lt;a href=&quot;http://github.com/psychs/limechat&quot;&gt;http://github.com/psychs/limechat&lt;/a&gt;&lt;/li&gt;
 	&lt;/ul&gt;
 &lt;/div&gt;
 
@@ -355,6 +341,17 @@ table#shortcutkeys td
 	&lt;/p&gt;
 	&lt;dl&gt;
 		
+		&lt;dt id=&quot;v1.2&quot;&gt;1.2 (2009.10.14)&lt;/dt&gt;
+		&lt;dd&gt;
+			&lt;ul&gt;
+        &lt;li&gt;Added Sparkle auto updater&lt;/li&gt;
+        &lt;li&gt;Added an option to ignore incoming file transfers&lt;/li&gt;
+        &lt;li&gt;Renewed hot key recorder&lt;/li&gt;
+        &lt;li&gt;Fixed encoding fallback bug&lt;/li&gt;
+        &lt;li&gt;Fixed minor bugs&lt;/li&gt;
+      &lt;/ul&gt;
+		&lt;/dd&gt;
+		
 		&lt;dt id=&quot;v1.1&quot;&gt;1.1 (2009.08.26)&lt;/dt&gt;
 		&lt;dd&gt;
 			&lt;ul&gt;
@@ -405,439 +402,6 @@ table#shortcutkeys td
       &lt;/ul&gt;
 		&lt;/dd&gt;
 		
-		&lt;dt id=&quot;v0.20&quot;&gt;0.20 (2008.10.02)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Added hot key option.&lt;/li&gt;
-				&lt;li&gt;Assigned opt+tab to move to the last selected channel.&lt;/li&gt;
-				&lt;li&gt;Added commands completion.&lt;/li&gt;
-				&lt;li&gt;Added context menu on channel name in logs.&lt;/li&gt;
-				&lt;li&gt;Added voice and devoice menu items.&lt;/li&gt;
-				&lt;li&gt;Added &quot;Channel notice received&quot; and &quot;Talk notice received&quot; to the Growl notification types.&lt;/li&gt;
-				&lt;li&gt;Added a theme settings: input-text/selected/background-color&lt;/li&gt;
-				&lt;li&gt;Deal with parenthesis pairs in URLs.&lt;/li&gt;
-				&lt;li&gt;Tweaked margin of the input text field.&lt;/li&gt;
-				&lt;li&gt;Added .js file support for themes.&lt;/li&gt;
-				&lt;li&gt;Allow to send commands before login.&lt;/li&gt;
-				&lt;li&gt;Added /clear command to clear a log.&lt;/li&gt;
-				&lt;li&gt;Supported filenames surrounded by double quotations in DCC file transfers.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, the auto-op dialog could cause a nil access exception.&lt;/li&gt;
-				&lt;li&gt;Strip unnecessary &quot;:&quot; when printing a line to log file.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, we should allow a Bignum for Time.at.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, /quote with no parameter caused a crash.&lt;/li&gt;
-      &lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.19&quot;&gt;0.19 (2008.07.10)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Make bouncing just one time for highlight.&lt;/li&gt;
-				&lt;li&gt;Added badges on the icon for highlight or new talk.&lt;/li&gt;
-				&lt;li&gt;Assigned cmd+ctrl+0..9 to move to the nth server.&lt;/li&gt;
-				&lt;li&gt;Changed to disconnect from all servers when the computer is going to sleep.&lt;/li&gt;
-				&lt;li&gt;Changed to reconnect to the servers after waking up.&lt;/li&gt;
-				&lt;li&gt;Added /timer command. (e.g. /timer 5 join #limechat)&lt;/li&gt;
-				&lt;li&gt;When updating the channel list, perform sorted insert instead of re-sorting.&lt;/li&gt;
-				&lt;li&gt;Search channel topics in the Channel List.&lt;/li&gt;
-				&lt;li&gt;Added &quot;first&quot; attribute for span.sender to show nicknames in the first line only.&lt;/li&gt;
-				&lt;li&gt;Changed to ignore CTCP replies with empty commands.&lt;/li&gt;
-      &lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.18&quot;&gt;0.18 (2008.05.22)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Added exact word matching for highlighting.&lt;/li&gt;
-				&lt;li&gt;Added SSL support.&lt;/li&gt;
-				&lt;li&gt;Added alternative nicknames support.&lt;/li&gt;
-				&lt;li&gt;Implemented drag and drop files on the member list to send files on dcc.&lt;/li&gt;
-				&lt;li&gt;Added fallback encoding.&lt;/li&gt;
-				&lt;li&gt;Changed Cmd-w to close current panel with confirmation when the panel is a channel.&lt;/li&gt;
-				&lt;li&gt;Added Kick, Ban and Kick &amp;amp; Ban in the context menu on the member list.&lt;/li&gt;
-				&lt;li&gt;Assigned Cmd+E to copy the selection.&lt;/li&gt;
-				&lt;li&gt;Changed priority of Growl notifications to 1 for highlight events.&lt;/li&gt;
-				&lt;li&gt;Added 'New Folder' button on the open dialog for transcripts location.&lt;/li&gt;
-				&lt;li&gt;Changed to not use nick format for transcripts.&lt;/li&gt;
-				&lt;li&gt;Changed the format of text messages for Growl notifications to &quot;&amp;lt;nick&amp;gt; msg&quot;.&lt;/li&gt;
-				&lt;li&gt;Changed to order front the main window when clicked on a growl notification.&lt;/li&gt;
-				&lt;li&gt;Assigned enter key to send text on the paste dialog.&lt;/li&gt;
-				&lt;li&gt;Added opt-up/down for moving around histories.&lt;/li&gt;
-				&lt;li&gt;Changed to not allow '?' at the end of URLs.&lt;/li&gt;
-				&lt;li&gt;Changed to select an existing talk when trying to start a talk again.&lt;/li&gt;
-				&lt;li&gt;On the paste dialog, changed &quot;Privmsg command&quot; and &quot;Notice command&quot; to &quot;Send to channel&quot; and &quot;Send Notice to Channel&quot; respectively.&lt;/li&gt;
-				&lt;li&gt;Changed /part without parameters to close the current talk.&lt;/li&gt;
-				&lt;li&gt;Changed to handle /whois to get more information.&lt;/li&gt;
-				&lt;li&gt;Added /rejoin, /cycle and /hop commands to rejoin the current channel.&lt;/li&gt;
-				&lt;li&gt;Added /op, /deop, /halfop, /dehalfop, /voice, /devoice, /ban, /unban, /umode, /raw and /quote commands.&lt;/li&gt;
-				&lt;li&gt;Added aliases, /t for /topic and /leave for /part.&lt;/li&gt;
-				&lt;li&gt;Added /j command to join a channel.&lt;/li&gt;
-				&lt;li&gt;Renamed /ctcpquery to /ctcp.&lt;/li&gt;
-				&lt;li&gt;Removed /ctcpping.&lt;/li&gt;
-				&lt;li&gt;Added nick attribute to the console log.&lt;/li&gt;
-				&lt;li&gt;Changed to set 'server' type attribute for server logs like &amp;lt;body type=&quot;server&quot;&amp;gt;.&lt;/li&gt;
-				&lt;li&gt;Fixed a nil access bug in DccManager#tableView_objectValueForTableColumn_row.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, 'Override Log Font' option should be applied to body[type=...] and body.(normal|console) elements.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, numeric values should be capped when converting from ruby to objc.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, parameters for Time.at should be Fixnum.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, marked scrollers were visible on the top-left corner of log views when initialized.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, the scrollers of log views won't be rendered correctly when initialized with not enough frame.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, &quot;MODE +a user&quot; should be considered as setting an user mask.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, my address was forgotten after reconnecting.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug in utf-8 string validator.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, log views dropped received lines before initializing.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, 'Reveal in Finder' menu action on the dcc dialog caused an exception.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, 'Highlight your current nickname' option should be applied for the console log.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, /query command should be cleared after opening a talk.&lt;/li&gt;
-      &lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.17&quot;&gt;0.17 (2008.03.03)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Fixed a crashing bug on 10.4, when pushed [+] button on the startup dialog.&lt;/li&gt;
-				&lt;li&gt;Implemented drawing highlight indicators on a vertical scroller of log views.&lt;/li&gt;
-				&lt;li&gt;Enabled continuous spell checking by default.&lt;/li&gt;
-				&lt;li&gt;Now we can rearrange servers and channels on the server tree.&lt;/li&gt;
-				&lt;li&gt;Added a filter text field on the channel list dialog.&lt;/li&gt;
-				&lt;li&gt;Added an option, &quot;Auto accept file transfers&quot;.&lt;/li&gt;
-				&lt;li&gt;Added &quot;Open File&quot; menu item for receiving items on the dcc dialog.&lt;/li&gt;
-				&lt;li&gt;Added &quot;Reveal in Finder&quot; menu item for receiving items on the dcc dialog.&lt;/li&gt;
-				&lt;li&gt;Assigned double click to reveal a file in Finder on the dcc receiving transfer list.&lt;/li&gt;
-				&lt;li&gt;Reformed main menu.&lt;/li&gt;
-				&lt;li&gt;Assigned cmd+W to &quot;Close Current Panel&quot; when the main window is active.&lt;/li&gt;
-				&lt;li&gt;Added a menu item, 'Copy Log as HTML'.&lt;/li&gt;
-				&lt;li&gt;Added a menu item, 'Mark All as Read'.&lt;/li&gt;
-				&lt;li&gt;Changed shortcut key for 'Mark Scrollback' to cmd+L, and 'Clear Mark' to cmd+shift+L as well.&lt;/li&gt;
-				&lt;li&gt;Changed to show the paste dialog on opt-return.&lt;/li&gt;
-				&lt;li&gt;Changed to select 'privmsg' as the default syntax when the paste dialog is not for paste.&lt;/li&gt;
-				&lt;li&gt;Reformed the html template for log views.&lt;/li&gt;
-				&lt;li&gt;New style action messages.&lt;/li&gt;
-				&lt;li&gt;Moved the themes directory from '~/Library/LimeChat/Theme' to '~/Library/Application Support/LimeChat/Themes'.&lt;/li&gt;
-				&lt;li&gt;Changed the default nick format to '%n: '.&lt;/li&gt;
-				&lt;li&gt;More smaller font for the member list.&lt;/li&gt;
-				&lt;li&gt;Removed '*' in the head of system messages.&lt;/li&gt;
-				&lt;li&gt;Removed a server name from place part in the console log.&lt;/li&gt;
-				&lt;li&gt;Now mIRC color effects can be styled in css.&lt;/li&gt;
-				&lt;li&gt;Added &quot;colornumber&quot; attribute to span.sender for coloring each nick with different colors.&lt;/li&gt;
-				&lt;li&gt;Added &quot;identified&quot; attribute in log view's html for CAPAB IDENTIFY-MSG support.&lt;/li&gt;
-				&lt;li&gt;Added HTML4 color names support for YAML themes.&lt;/li&gt;
-				&lt;li&gt;Changed to allow rgb() and rgba() strings in YAML theme files.&lt;/li&gt;
-				&lt;li&gt;Changed /query without parameters to close the current talk.&lt;/li&gt;
-				&lt;li&gt;Changed to remember the current text if modified when pushed up key.&lt;/li&gt;
-				&lt;li&gt;Now a scroll position is kept when received a new line and removed the first line.&lt;/li&gt;
-				&lt;li&gt;Changed to retain input text when changed the current channel, and restore it when come back to the channel.&lt;/li&gt;
-				&lt;li&gt;Use the current username for nick on the startup dialog.&lt;/li&gt;
-				&lt;li&gt;Added support for CAPAB IDENTIFY-MSG and CAPAB IDENTIFY-CTCP.&lt;/li&gt;
-				&lt;li&gt;Now 401 error is printed in a talk log when there is a talk item for the target.&lt;/li&gt;
-				&lt;li&gt;Don't change servers when closing a channel.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, an effect stopping character should not render as an end tag when there is no effect.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, the input text field should be scrolled on nick completion.&lt;/li&gt;
-      &lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.16.2&quot;&gt;0.16.2 (2008.02.16)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Added new connection dialog for the first start up.&lt;/li&gt;
-        &lt;li&gt;Added +q/+a channel modes support for Unreal IRCd.&lt;/li&gt;
-        &lt;li&gt;Added /query support.&lt;/li&gt;
-        &lt;li&gt;Added an option, don't show notifications when the application is active.&lt;/li&gt;
-        &lt;li&gt;Prohibit adding a member when received join in a mode +a channel.&lt;/li&gt;
-        &lt;li&gt;Changed to clear member list when received mode +a.&lt;/li&gt;
-        &lt;li&gt;Changed to rebuild member list when received mode -a.&lt;/li&gt;
-        &lt;li&gt;Changed to keep selection when a log view become not focused.&lt;/li&gt;
-        &lt;li&gt;Added note for the encoding setting.&lt;/li&gt;
-        &lt;li&gt;Fixed a method not found bug while formatting '%@'.&lt;/li&gt;
-      &lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.16&quot;&gt;0.16 (2008.02.03)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Fixed a number format bug, &quot;0.format_size&quot; caused an exception.&lt;/li&gt;
-        &lt;li&gt;Changed to send whois for a pointed member when doubleclicked on the member list.&lt;/li&gt;
-        &lt;li&gt;Improved the report dialog of SACrashReporter.&lt;/li&gt;
-      &lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.15&quot;&gt;0.15 (2008.02.01)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Added major servers to the server list on the server properties dialog.&lt;/li&gt;
-        &lt;li&gt;Added ISO-8859-1 as a server encoding.&lt;/li&gt;
-        &lt;li&gt;Added '%9n', '%-9n' and '%@' for nick format.&lt;/li&gt;
-        &lt;li&gt;Removed target channel completion for text commands except /me.&lt;/li&gt;
-        &lt;li&gt;Made sorting nicks for auto completion stable.&lt;/li&gt;
-        &lt;li&gt;Added an exception handler in completing nick for safety.&lt;/li&gt;
-        &lt;li&gt;Changed to allow '@' in nickname.&lt;/li&gt;
-        &lt;li&gt;Changed to append a pasted url in the input text field.&lt;/li&gt;
-        &lt;li&gt;Stopped periodical GC sweeps.&lt;/li&gt;
-        &lt;li&gt;Stopped printing the end of who message, &quot;Members list has been initialized&quot;.&lt;/li&gt;
-        &lt;li&gt;Changed to not open a talk for 'NickServ' or 'ChanServ' when sending a command.&lt;/li&gt;
-        &lt;li&gt;Changed to not match a domain name followed by an alphabet or a digit.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, the selected item in the server tree should be initialized.&lt;/li&gt;
-        &lt;li&gt;Improved implementation of custom cells in table views to watch copyWithZone.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, disconnect menu didn't work while connecting.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, autoop masks should ignore case.&lt;/li&gt;
-        &lt;li&gt;Fixed a nil access bug when updating a nick completion weight.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.14.2&quot;&gt;0.14.2 (2007.12.27)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Added target channel completion when sending raw commands.&lt;/li&gt;
-        &lt;li&gt;Added &quot;Message scrollback&quot; option.&lt;/li&gt;
-        &lt;li&gt;Fixed a nil access bug with old WebKit, when changing theme in log.rb.&lt;/li&gt;
-        &lt;li&gt;Changed the default transcript directory to ~/Library/LimeChat/Transcripts.&lt;/li&gt;
-        &lt;li&gt;Changed the url regex to disallow parentheses, brackets, braces and etc in the end.&lt;/li&gt;
-        &lt;li&gt;Improved to avoid nick changing loop when a nick collision occurred.&lt;/li&gt;
-        &lt;li&gt;Changed to use nickname length and modes count in 005(RPL_ISUPPORT) replies.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.14.1&quot;&gt;0.14.1 (2007.12.19)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Improved the logic for nick completion. Now it also takes account of the conversations not for you.&lt;/li&gt;
-        &lt;li&gt;Added a workaround for WebKit of Safari 2.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.14&quot;&gt;0.14 (2007.12.19)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Added the &quot;Deep Ocean&quot; theme.&lt;/li&gt;
-        &lt;li&gt;Switched pasting services from Pastie to Pasternak. (Thanks to Eloy Duran)&lt;/li&gt;
-        &lt;li&gt;Added &quot;Override nickname format&quot; option.&lt;/li&gt;
-        &lt;li&gt;Added nickname format settings in a theme.&lt;/li&gt;
-        &lt;li&gt;Added gradient color settings for member list selected items in a theme.&lt;/li&gt;
-        &lt;li&gt;Added &quot;Reload Theme&quot; menu item under View.&lt;/li&gt;
-        &lt;li&gt;Added @nick style conversation tracking for the nick completion.&lt;/li&gt;
-        &lt;li&gt;Improved SACrashReporter to ignore SignalException.&lt;/li&gt;
-        &lt;li&gt;Improved log rendering performance.&lt;/li&gt;
-        &lt;li&gt;Changed max lines of log views to 500.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, weights for completion didn't work correctly.&lt;/li&gt;
-        &lt;li&gt;Fixed a nil access bug in starting up.&lt;/li&gt;
-        &lt;li&gt;Fixed a name error when received a kill command.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.13.1&quot;&gt;0.13.1 (2007.12.13)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Fixed a nil access bug in drawing the member list on starting up.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.13&quot;&gt;0.13 (2007.12.13)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Added theme.&lt;/li&gt;
-        &lt;li&gt;Added the override log font option.&lt;/li&gt;
-        &lt;li&gt;Improved encoding choices.&lt;/li&gt;
-        &lt;li&gt;Implemented cmd+'+'/'-' to change the font size.&lt;/li&gt;
-        &lt;li&gt;Changed to print operator marks and nick names separately in the member list.&lt;/li&gt;
-        &lt;li&gt;Changed to split a text message if the message is too long.&lt;/li&gt;
-        &lt;li&gt;Changed to highlight a current nickname in priority.&lt;/li&gt;
-        &lt;li&gt;Changed to parse raw commands.&lt;/li&gt;
-        &lt;li&gt;Changed not to do wordwrap for addresses in log views.&lt;/li&gt;
-        &lt;li&gt;Changed the url regex to disallow double quotes.&lt;/li&gt;
-        &lt;li&gt;Changed to put received files into ~/Downloads if it exists.&lt;/li&gt;
-        &lt;li&gt;Changed max lines of log views to 300. (Due to save memory consumption)&lt;/li&gt;
-        &lt;li&gt;Added compatibility stuff for old RubyCocoa releases.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, pasting multi line text to the input text field caused an exception.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, NaN should be treated as 0 for height of log views.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, the nick sheet won't show after right clicked on a log view&lt;/li&gt;
-        &lt;li&gt;Fixed a nil access bug, when the parameters of a message are too few.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, an empty string should be rejected for a raw command.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.12&quot;&gt;0.12 (2007.11.30)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Improved the paste dialog to remain showed while requesting to Pastie.&lt;/li&gt;
-        &lt;li&gt;Improved the paste dialog to show error messages on it.&lt;/li&gt;
-        &lt;li&gt;Changed to send current nickname to Pastie.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, NSURLRequestReloadIgnoringLocalCacheData should not be used for Tiger.&lt;/li&gt;
-        &lt;li&gt;Improved SACrashReporter to send a ruby version and a RubyCocoa version.&lt;/li&gt;
-        &lt;li&gt;Now privmsg command is the default setting for pasting.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.11&quot;&gt;0.11 (2007.11.29)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-        &lt;li&gt;Added &quot;log transcripts&quot; option.&lt;/li&gt;
-        &lt;li&gt;Integrated Pastie support on a paste sheet.&lt;/li&gt;
-        &lt;li&gt;Added an option for 3 columns layout (server tree, logs, member list).&lt;/li&gt;
-        &lt;li&gt;Added a channel list dialog.&lt;/li&gt;
-        &lt;li&gt;Added &quot;highlight whole line&quot; option.&lt;/li&gt;
-        &lt;li&gt;Added &quot;highlight your current nickname&quot; option.&lt;/li&gt;
-        &lt;li&gt;Changed to not select a candidate while completing nickname.&lt;/li&gt;
-        &lt;li&gt;Integrated SACrashReporter.&lt;/li&gt;
-        &lt;li&gt;Made a paste sheet resizable.&lt;/li&gt;
-        &lt;li&gt;Assigned ctrl+enter to send Notice commands.&lt;/li&gt;
-        &lt;li&gt;Assigned cmd+alt+up/down for moving around channels.&lt;/li&gt;
-        &lt;li&gt;Changed a short cut key for moving around servers, from cmd+left/right to cmd+alt+left/right.&lt;/li&gt;
-        &lt;li&gt;Supported Internationalized Domain Name in the URL detection.&lt;/li&gt;
-        &lt;li&gt;Set &quot;break-word:break-all&quot; for URLs&lt;/li&gt;
-        &lt;li&gt;Changed the default setting for tab key to nickname completion.&lt;/li&gt;
-        &lt;li&gt;Changed to hide channel passwords in the title bar of the main window.&lt;/li&gt;
-        &lt;li&gt;Changed to allow lossy encoding conversions.&lt;/li&gt;
-        &lt;li&gt;A message with &quot;//&quot; prefix is now to send a message with &quot;/&quot; prefix.&lt;/li&gt;
-        &lt;li&gt;Tweaked the logic for nick completion.&lt;/li&gt;
-        &lt;li&gt;Stopped printing Names replies in a channel.&lt;/li&gt;
-        &lt;li&gt;Fixed a bug, exceptions from Socket.getaddrinfo should be caught.&lt;/li&gt;
-        &lt;li&gt;Enabled ruby thread hooks.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.10&quot;&gt;0.10 (2007.9.24)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Added application icon.&lt;/li&gt;
-				&lt;li&gt;Added /me support.&lt;/li&gt;
-				&lt;li&gt;Added nick right-click menu on log views.&lt;/li&gt;
-				&lt;li&gt;Added menus, mark and clear scrollback.&lt;/li&gt;
-				&lt;li&gt;Added confirmation on deleting a server from menu.&lt;/li&gt;
-				&lt;li&gt;Changed sort order of the nick list to myself, op, non-op.&lt;/li&gt;
-				&lt;li&gt;Changed to push text in the input buffer on moving channels.&lt;/li&gt;
-				&lt;li&gt;Introduced priority for nickname completion. Thanks to Josh Goebel.&lt;/li&gt;
-				&lt;li&gt;Limited length of channel topic for window title.&lt;/li&gt;
-				&lt;li&gt;Improved channel properties dialog.&lt;/li&gt;
-				&lt;li&gt;Improved server properties dialog.&lt;/li&gt;
-				&lt;li&gt;Improved reorder server tree dialog.&lt;/li&gt;
-				&lt;li&gt;Improved settings of tab key actions on preference dialog.&lt;/li&gt;
-				&lt;li&gt;Changed to disable ruby thread hook.&lt;/li&gt;
-				&lt;li&gt;Changed max lines of log view to 3000.&lt;/li&gt;
-				&lt;li&gt;Changed to return the same objects in NSOutlineView datasource.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, cancel reconnecting should be enabled in connecting.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, the server item in the tree should be open when created the first child.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, log view should scroll to the bottom when it finished loading.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, application crashes when pushed Command + -.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, channel password should be kept after kicked out for rejoining.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.9&quot;&gt;0.9 (2007.8.15)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Changed to work with RubyCocoa 0.12.0 only.&lt;/li&gt;
-				&lt;li&gt;Added auto op.&lt;/li&gt;
-				&lt;li&gt;Added Growl notifications.&lt;/li&gt;
-				&lt;li&gt;Added event sounds.&lt;/li&gt;
-				&lt;li&gt;Added flood protection.&lt;/li&gt;
-				&lt;li&gt;Added url menu and address menu.&lt;/li&gt;
-				&lt;li&gt;Added commands performed on login.&lt;/li&gt;
-				&lt;li&gt;Added CTCP.&lt;/li&gt;
-				&lt;li&gt;Added automatic rejoin on kicked.&lt;/li&gt;
-				&lt;li&gt;Added automatic rejoin to acquire op.&lt;/li&gt;
-				&lt;li&gt;Added message length check for quick join.&lt;/li&gt;
-				&lt;li&gt;Changed spacing strategy of log view.&lt;/li&gt;
-				&lt;li&gt;Changed password text field on the server dialog to NSSecureTextField.&lt;/li&gt;
-				&lt;li&gt;Changed to open new talk when sending a text message to unknown nick.&lt;/li&gt;
-				&lt;li&gt;Changed the default action for Tab key to going to next channel.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, highlight words need regexp escape.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, kana characters in 0xd0-0xdf were ignored in receiving.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, multi line paste from context menu of text field should open multi line paste sheet.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, windowShouldClose needs objc_method in RubyCocoa 0.11.1p1 for PPC.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.8&quot;&gt;0.8 (2007.7.28)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Fixed a bug, checkboxes on dialogs won't be saved when checkboxes were not checked.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.7&quot;&gt;0.7 (2007.7.27)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Fixed a bug, LimeChat.app won't start up at the first time.&lt;/li&gt;
-				&lt;li&gt;Added short cut keys, Opt+Space for going to next unread channel and Opt+Shift+space for going to previous unread channel.&lt;/li&gt;
-				&lt;li&gt;Added an option, no action on Tab key&lt;/li&gt;
-				&lt;li&gt;Added workaround for WebKit on Leopard.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.6&quot;&gt;0.6 (2007.7.25)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Added an option, users can assign Tab key for nickname completion.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, settings are stored inappropriately for pop up buttons on dialogs.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, the setting of IP address detection is not applied sometimes.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, an user is missing in the member list when he changed nickname to identical one.&lt;/li&gt;
-				&lt;li&gt;Tweaked conditions to enable or disable Disconnect and Cancel Reconnecting menu items.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.5&quot;&gt;0.5 (2007.7.23)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Fixed a bug, when received a talk message, the message is always showed in the console log.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.4&quot;&gt;0.4 (2007.7.22)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Added Channels tab on Server dialog.&lt;/li&gt;
-				&lt;li&gt;Added Reorder server tree dialog.&lt;/li&gt;
-				&lt;li&gt;Implemented comments on Quit and Part.&lt;/li&gt;
-				&lt;li&gt;Implemented user mode +i.&lt;/li&gt;
-				&lt;li&gt;Implemented double click events.&lt;/li&gt;
-				&lt;li&gt;Added support for many encodings.
-				&lt;ul&gt;
-					&lt;li&gt;Latin-3, Latin-4, Latin-7, Latin-9, Korean CP949, Chinese GBK, Chinese GB18030, Chinese BIG5, Russian KOI-8R, Russian ISO-8859-5, Hebrew ISO-8859-8&lt;/li&gt;
-				&lt;/ul&gt;
-				&lt;/li&gt;
-				&lt;li&gt;Added support for Japanese kana.&lt;/li&gt;
-				&lt;li&gt;Improved to set location of windows and dialogs.&lt;/li&gt;
-				&lt;li&gt;Added confirmation dialog on quitting the application.&lt;/li&gt;
-				&lt;li&gt;Improved to parse inputted commands (msg, privmsg, notice, action, nick, quit).&lt;/li&gt;
-				&lt;li&gt;Improved DCC file transfer dialog to show connecting status of file receiving items.&lt;/li&gt;
-				&lt;li&gt;Replaced socket classes for DCC file sending from Ruby based implementation to AsyncSocket (workaround for ruby 1.8.2).&lt;/li&gt;
-				&lt;li&gt;Improved to show confirmation dialog always on quitting the application when there are some active DCC file transfers.&lt;/li&gt;
-				&lt;li&gt;Improved Disconnect menu to send Quit before disconnect.&lt;/li&gt;
-				&lt;li&gt;Changed to keep sort order on the server tree.&lt;/li&gt;
-				&lt;li&gt;Changed the default encoding, use ISO-2022-JP for Japanese and use UTF-8 for the others.&lt;/li&gt;
-				&lt;li&gt;Improved to eliminate empty lines in the input history.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, the application crashes when trying to start a talk to already talking users.&lt;/li&gt;
-				&lt;li&gt;Fixed a bug, the application crashes when sending text contains irregular characters in the current encoding.&lt;/li&gt;
-				&lt;li&gt;Improved to consider \r as a new line.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.3&quot;&gt;0.3 (2007.6.26)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Fixed a bug, Enter, Delete and some keys are invalid on PPC machines.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.2&quot;&gt;0.2 (2007.6.25)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;Implemented keyword highlighting.&lt;/li&gt;
-				&lt;li&gt;Implemented DCC file transfers.&lt;/li&gt;
-				&lt;li&gt;Added Preferences dialog.&lt;/li&gt;
-				&lt;li&gt;Added Nickname dialog.&lt;/li&gt;
-				&lt;li&gt;Added input histories (accessible on up key or down key).&lt;/li&gt;
-				&lt;li&gt;Added Multi-line paste dialog.&lt;/li&gt;
-				&lt;li&gt;Implemented IP address detection.&lt;/li&gt;
-				&lt;li&gt;Implemented mIRC effects.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
-		
-		&lt;dt id=&quot;v0.1&quot;&gt;0.1 (2007.6.10)&lt;/dt&gt;
-		&lt;dd&gt;
-			&lt;ul&gt;
-				&lt;li&gt;The first release.&lt;/li&gt;
-			&lt;/ul&gt;
-		&lt;/dd&gt;
 	&lt;/dl&gt;
 &lt;/div&gt;
 </diff>
      <filename>web/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -7,106 +7,28 @@
     &lt;language&gt;en-us&lt;/language&gt;
 
     &lt;item&gt;
-      &lt;title&gt;1.1&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/#v1.1&lt;/link&gt;
-      &lt;pubDate&gt;Wed, 26 Aug 2009 15:28:00 +0900&lt;/pubDate&gt;
-      &lt;content:encoded&gt;&lt;![CDATA[
-  			&lt;ul&gt;
-  				&lt;li&gt;Switched paste service to gist.&lt;/li&gt;
-  				&lt;li&gt;Use threaded hostname resolver for Snow Leopard.&lt;/li&gt;
-  			&lt;/ul&gt;
-      ]]&gt;&lt;/content:encoded&gt;
-    &lt;/item&gt;
-
-    &lt;item&gt;
-      &lt;title&gt;1.0&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/#v1.0&lt;/link&gt;
-      &lt;pubDate&gt;Wed, 03 Jun 2009 09:01:00 +0900&lt;/pubDate&gt;
+      &lt;title&gt;1.2&lt;/title&gt;
+      &lt;link&gt;http://limechat.net/mac/#v1.2&lt;/link&gt;
+      &lt;pubDate&gt;Wed, 14 Oct 2009 17:16:02 +0900&lt;/pubDate&gt;
       &lt;content:encoded&gt;&lt;![CDATA[
   			&lt;ul&gt;
-  				&lt;li&gt;Only OS X 10.5 is supported now.&lt;/li&gt;
-  				&lt;li&gt;Embed RubyCocoa.framework into the app.&lt;/li&gt;
-  				&lt;li&gt;Improved crashing bug in 10.5.7.&lt;/li&gt;
-  				&lt;li&gt;Renewed preferences dialog.&lt;/li&gt;
-  				&lt;li&gt;Renewed paste dialog.&lt;/li&gt;
-  				&lt;li&gt;Renewed welcome dialog.&lt;/li&gt;
-  				&lt;li&gt;Added &quot;Notify events in Growl&quot; option in channel properies.&lt;/li&gt;
-  				&lt;li&gt;Assigned shift-tab to move to the previous control.&lt;/li&gt;
-  				&lt;li&gt;Added %@%n: nick format.&lt;/li&gt;
-  				&lt;li&gt;Added show join/leave option.&lt;/li&gt;
-  				&lt;li&gt;Added time stamp format.&lt;/li&gt;
-  				&lt;li&gt;Added &quot;ignore words&quot; option. If text contains any of these words it will be ignored.&lt;/li&gt;
-  				&lt;li&gt;Added &quot;/close peer&quot; command to close a talk.&lt;/li&gt;
-  				&lt;li&gt;Added /omsg and /onotice commands.&lt;/li&gt;
-  				&lt;li&gt;Added support for /notice @#channel.&lt;/li&gt;
-  				&lt;li&gt;Added /m command.&lt;/li&gt;
-  				&lt;li&gt;Query ban list by /ban.&lt;/li&gt;
-  				&lt;li&gt;Open URLs without activation.&lt;/li&gt;
-  				&lt;li&gt;Remember spell checking status across session.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug in CP949 and other encodings.&lt;/li&gt;
-  				&lt;li&gt;Shorten sending PONG interval.&lt;/li&gt;
-  				&lt;li&gt;Don't allow &amp;lt; and &amp;gt; in URLs.&lt;/li&gt;
-  				&lt;li&gt;Ignore case in URL schemes.&lt;/li&gt;
-  				&lt;li&gt;Don't show the channel list dialog again while /list responses.&lt;/li&gt;
-  				&lt;li&gt;Markers in scrollers should be drawn as 1 point width lines.&lt;/li&gt;
-  				&lt;li&gt;All kind of ops should be colored as ops.&lt;/li&gt;
-  				&lt;li&gt;Work around for buggy bouncers, they don't send 005 replies appropriately.&lt;/li&gt;
-  				&lt;li&gt;Don't show PONG responses.&lt;/li&gt;
-  				&lt;li&gt;Changed an option name from &quot;Dislike words&quot; to &quot;Exclude words&quot;.&lt;/li&gt;
-  				&lt;li&gt;Prohibit backspace, delete and space keys for hotkey.&lt;/li&gt;
-  				&lt;li&gt;Fixed a crash when an user changed his nick to the same one except case.&lt;/li&gt;
-  				&lt;li&gt;Fixed a memory leak when enabling SSL.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug around quick join.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug, it tried to join channels with names of talks.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug, the log was kept blank after /clear sometimes.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug, register to auto op menu was disabled.&lt;/li&gt;
+          &lt;li&gt;Added Sparkle auto updater&lt;/li&gt;
+          &lt;li&gt;Added an option to ignore incoming file transfers&lt;/li&gt;
+          &lt;li&gt;Renewed hot key recorder&lt;/li&gt;
+          &lt;li&gt;Fixed encoding fallback bug&lt;/li&gt;
+          &lt;li&gt;Fixed minor bugs&lt;/li&gt;
   			&lt;/ul&gt;
       ]]&gt;&lt;/content:encoded&gt;
     &lt;/item&gt;
 
     &lt;item&gt;
-      &lt;title&gt;0.20&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/#v0.20&lt;/link&gt;
-      &lt;pubDate&gt;Thu, 02 Oct 2008 10:29:00 +0900&lt;/pubDate&gt;
-      &lt;content:encoded&gt;&lt;![CDATA[
-  			&lt;ul&gt;
-  				&lt;li&gt;Added hot key option.&lt;/li&gt;
-  				&lt;li&gt;Assigned opt+tab to move to the last selected channel.&lt;/li&gt;
-  				&lt;li&gt;Added commands completion.&lt;/li&gt;
-  				&lt;li&gt;Added context menu on channel name in logs.&lt;/li&gt;
-  				&lt;li&gt;Added voice and devoice menu items.&lt;/li&gt;
-  				&lt;li&gt;Added &quot;Channel notice received&quot; and &quot;Talk notice received&quot; to the Growl notification types.&lt;/li&gt;
-  				&lt;li&gt;Added a theme settings: input-text/selected/background-color&lt;/li&gt;
-  				&lt;li&gt;Deal with parenthesis pairs in URLs.&lt;/li&gt;
-  				&lt;li&gt;Tweaked margin of the input text field.&lt;/li&gt;
-  				&lt;li&gt;Added .js file support for themes.&lt;/li&gt;
-  				&lt;li&gt;Allow to send commands before login.&lt;/li&gt;
-  				&lt;li&gt;Added /clear command to clear a log.&lt;/li&gt;
-  				&lt;li&gt;Supported filenames surrounded by double quotations in DCC file transfers.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug, the auto-op dialog could cause a nil access exception.&lt;/li&gt;
-  				&lt;li&gt;Strip unnecessary &quot;:&quot; when printing a line to log file.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug, we should allow a Bignum for Time.at.&lt;/li&gt;
-  				&lt;li&gt;Fixed a bug, /quote with no parameter caused a crash.&lt;/li&gt;
-  			&lt;/ul&gt;
-      ]]&gt;&lt;/content:encoded&gt;
-    &lt;/item&gt;
-
-    &lt;item&gt;
-      &lt;title&gt;0.19&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/#v0.19&lt;/link&gt;
-      &lt;pubDate&gt;Thu, 10 Jul 2008 00:13:00 +0900&lt;/pubDate&gt;
+      &lt;title&gt;1.1&lt;/title&gt;
+      &lt;link&gt;http://limechat.net/mac/#v1.1&lt;/link&gt;
+      &lt;pubDate&gt;Wed, 26 Aug 2009 15:28:00 +0900&lt;/pubDate&gt;
       &lt;content:encoded&gt;&lt;![CDATA[
   			&lt;ul&gt;
-  				&lt;li&gt;Make bouncing just one time for highlight.&lt;/li&gt;
-  				&lt;li&gt;Added badges on the icon for highlight or new talk.&lt;/li&gt;
-  				&lt;li&gt;Assigned cmd+ctrl+0..9 to move to the nth server.&lt;/li&gt;
-  				&lt;li&gt;Changed to disconnect from all servers when the computer is going to sleep.&lt;/li&gt;
-  				&lt;li&gt;Changed to reconnect to the servers after waking up.&lt;/li&gt;
-  				&lt;li&gt;Added /timer command. (e.g. /timer 5 join #limechat)&lt;/li&gt;
-  				&lt;li&gt;When updating the channel list, perform sorted insert instead of re-sorting.&lt;/li&gt;
-  				&lt;li&gt;Search channel topics in the Channel List.&lt;/li&gt;
-  				&lt;li&gt;Added &quot;first&quot; attribute for span.sender to show nicknames in the first line only.&lt;/li&gt;
-  				&lt;li&gt;Changed to ignore CTCP replies with empty commands.&lt;/li&gt;
+  				&lt;li&gt;Switched paste service to gist.&lt;/li&gt;
+  				&lt;li&gt;Use threaded hostname resolver for Snow Leopard.&lt;/li&gt;
   			&lt;/ul&gt;
       ]]&gt;&lt;/content:encoded&gt;
     &lt;/item&gt;</diff>
      <filename>web/rss.xml</filename>
    </modified>
    <modified>
      <diff>@@ -2,95 +2,33 @@
 &lt;rss version=&quot;2.0&quot; xmlns:content=&quot;http://purl.org/rss/1.0/modules/content/&quot;&gt;
   &lt;channel&gt;
     &lt;title&gt;LimeChat for OSX&lt;/title&gt;
-    &lt;link&gt;http://limechat.net/mac/index_ja.html&lt;/link&gt;
+    &lt;link&gt;http://limechat.net/mac/ja.html&lt;/link&gt;
     &lt;description&gt;LimeChat for OSX &#26356;&#26032;&#24773;&#22577;&lt;/description&gt;
     &lt;language&gt;ja&lt;/language&gt;
 
     &lt;item&gt;
-      &lt;title&gt;1.1&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/index_ja.html#v1.1&lt;/link&gt;
-      &lt;pubDate&gt;Wed, 26 Aug 2009 15:28:00 +0900&lt;/pubDate&gt;
-      &lt;content:encoded&gt;&lt;![CDATA[
-  			&lt;ul&gt;
-  				&lt;li&gt;&#12506;&#12540;&#12473;&#12488;&#12469;&#12540;&#12499;&#12473;&#12434; gist &#12395;&#22793;&#26356;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;Snow Leopard &#23550;&#24540;&#12398;&#12383;&#12417;&#12289;DNS &#12434;&#21029;&#12473;&#12524;&#12483;&#12489;&#12391;&#24341;&#12367;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  			&lt;/ul&gt;
-      ]]&gt;&lt;/content:encoded&gt;
-    &lt;/item&gt;
-
-    &lt;item&gt;
-      &lt;title&gt;1.0&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/index_ja.html#v1.0&lt;/link&gt;
-      &lt;pubDate&gt;Wed, 03 Jun 2009 09:01:00 +0900&lt;/pubDate&gt;
+      &lt;title&gt;1.2&lt;/title&gt;
+      &lt;link&gt;http://limechat.net/mac/#v1.2&lt;/link&gt;
+      &lt;pubDate&gt;Wed, 14 Oct 2009 17:16:02 +0900&lt;/pubDate&gt;
       &lt;content:encoded&gt;&lt;![CDATA[
   			&lt;ul&gt;
-  				&lt;li&gt;OS X 10.5 &#12398;&#12415;&#12434;&#12469;&#12509;&#12540;&#12488;&#12290;&lt;/li&gt;
-  				&lt;li&gt;RubyCocoa.framework &#12434;&#12450;&#12503;&#12522;&#20869;&#12395;&#12496;&#12531;&#12489;&#12523;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;10.5.7 &#12391;&#33853;&#12385;&#12420;&#12377;&#12367;&#12394;&#12387;&#12390;&#12356;&#12383;&#21839;&#38988;&#12434;&#25913;&#21892;&#12375;&#12383;.&lt;/li&gt;
-  				&lt;li&gt;&#12503;&#12522;&#12501;&#12449;&#12524;&#12531;&#12473;&#12480;&#12452;&#12450;&#12525;&#12464;&#12289;&#12506;&#12540;&#12473;&#12488;&#12480;&#12452;&#12450;&#12525;&#12464;&#12289;&#36215;&#21205;&#26178;&#12395;&#34920;&#31034;&#12377;&#12427;&#12480;&#12452;&#12450;&#12525;&#12464;&#12434;&#12487;&#12470;&#12452;&#12531;&#12375;&#12394;&#12362;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12481;&#12515;&#12531;&#12493;&#12523;&#12372;&#12392;&#12395; Growl &#12391;&#36890;&#30693;&#12377;&#12427;&#12458;&#12503;&#12471;&#12519;&#12531;&#12434;&#36861;&#21152;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;shift-tab &#12391;&#19968;&#12388;&#21069;&#12395;&#12356;&#12383;&#22580;&#25152;&#12395;&#31227;&#21205;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12491;&#12483;&#12463;&#12493;&#12540;&#12512;&#12398;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#12395;&#12300;%@%n:&#12301;&#12434;&#36861;&#21152;&#12290;&lt;/li&gt;
-  				&lt;li&gt;join/leave &#12434;&#34920;&#31034;&#12377;&#12427;&#12363;&#12458;&#12503;&#12471;&#12519;&#12531;&#12391;&#35373;&#23450;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12479;&#12452;&#12512;&#12473;&#12479;&#12531;&#12503;&#12398;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#12434;&#35373;&#23450;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;ignore words &#12458;&#12503;&#12471;&#12519;&#12531;&#12434;&#36861;&#21152;&#12290;&#21336;&#35486;&#12434;&#21547;&#12416;&#12513;&#12483;&#12475;&#12540;&#12472;&#12399;&#28961;&#35222;&#12373;&#12428;&#12427;&#12290;&lt;/li&gt;
-  				&lt;li&gt;/close peer &#12391;&#12488;&#12540;&#12463;&#12434;&#38281;&#12376;&#12425;&#12428;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;/omsg &#12392; /onotice &#12467;&#12510;&#12531;&#12489;&#12434;&#12469;&#12509;&#12540;&#12488;&#12290;&lt;/li&gt;
-  				&lt;li&gt;/notice @#channel &#12434;&#12469;&#12509;&#12540;&#12488;&#12290;&lt;/li&gt;
-  				&lt;li&gt;/m &#12467;&#12510;&#12531;&#12489;&#12434;&#36861;&#21152;&#12290;&lt;/li&gt;
-  				&lt;li&gt;/ban &#12391;&#12496;&#12531;&#12522;&#12473;&#12488;&#12434;&#34920;&#31034;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;URL &#12434;&#38283;&#12367;&#12392;&#12365;&#12395;&#12289;&#12502;&#12521;&#12454;&#12470;&#12434;&#12450;&#12463;&#12486;&#12451;&#12502;&#12395;&#12375;&#12394;&#12356;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&amp;lt; &#12392; &amp;gt; &#12434; URL &#12395;&#21547;&#12417;&#12394;&#12356;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12473;&#12506;&#12523;&#12481;&#12455;&#12483;&#12463;&#12398;&#29366;&#24907;&#12434;&#35352;&#25014;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12473;&#12463;&#12525;&#12540;&#12523;&#12496;&#12540;&#12398;&#12495;&#12452;&#12521;&#12452;&#12488;&#12510;&#12540;&#12459;&#12398;&#25551;&#30011;&#12434;&#25913;&#21892;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#20840;&#31278;&#39006;&#12398;&#12458;&#12506;&#12524;&#12540;&#12479;&#12434;&#12458;&#12506;&#12524;&#12540;&#12479;&#12398;&#33394;&#12391;&#34920;&#31034;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;Register to auto op &#12398;&#12513;&#12491;&#12517;&#12540;&#12364;&#28961;&#21177;&#12395;&#12394;&#12387;&#12390;&#12356;&#12383;&#12398;&#12434;&#20462;&#27491;&#12375;&#12383;&#12290;&lt;/li&gt;
+          &lt;li&gt;Added Sparkle auto updater&lt;/li&gt;
+          &lt;li&gt;Added an option to ignore incoming file transfers&lt;/li&gt;
+          &lt;li&gt;Renewed hot key recorder&lt;/li&gt;
+          &lt;li&gt;Fixed encoding fallback bug&lt;/li&gt;
+          &lt;li&gt;Fixed minor bugs&lt;/li&gt;
   			&lt;/ul&gt;
       ]]&gt;&lt;/content:encoded&gt;
     &lt;/item&gt;
 
     &lt;item&gt;
-      &lt;title&gt;0.20&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/index_ja.html#v0.20&lt;/link&gt;
-      &lt;pubDate&gt;Thu, 02 Oct 2008 10:29:00 +0900&lt;/pubDate&gt;
-      &lt;content:encoded&gt;&lt;![CDATA[
-  			&lt;ul&gt;
-  				&lt;li&gt;&#12507;&#12483;&#12488;&#12461;&#12540;&#27231;&#33021;&#12434;&#36861;&#21152;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;Opt+Tab &#12391;&#26368;&#24460;&#12395;&#34920;&#31034;&#12375;&#12390;&#12356;&#12383;&#12481;&#12515;&#12531;&#12493;&#12523;&#12395;&#25147;&#12428;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12467;&#12510;&#12531;&#12489;&#35036;&#23436;&#27231;&#33021;&#12434;&#36861;&#21152;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12525;&#12464;&#12398;&#12481;&#12515;&#12531;&#12493;&#12523;&#21517;&#12398;&#19978;&#12391;&#21491;&#12463;&#12522;&#12483;&#12463;&#12377;&#12427;&#12392;&#12513;&#12491;&#12517;&#12540;&#12434;&#38283;&#12367;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;Voice/Devoice &#12398;&#12513;&#12491;&#12517;&#12540;&#12434;&#36861;&#21152;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;Notice &#38306;&#36899;&#12398; Growl &#12452;&#12505;&#12531;&#12488;&#12434;&#36861;&#21152;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12486;&#12540;&#12510;&#12391;&#20837;&#21147;&#27396;&#12398;&#36984;&#25246;&#32972;&#26223;&#33394;&#12434;&#25351;&#23450;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290; (input-text/selected/background-color)&lt;/li&gt;
-  				&lt;li&gt;URL &#12398;&#25324;&#24359;&#12434;&#35469;&#35672;&#12375;&#12390;&#12358;&#12414;&#12367;&#12495;&#12531;&#12489;&#12522;&#12531;&#12464;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#20837;&#21147;&#27396;&#12398;&#12510;&#12540;&#12472;&#12531;&#12434;&#24195;&#12367;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12486;&#12540;&#12510;&#12392;&#21516;&#26178;&#12395; .js &#12501;&#12449;&#12452;&#12523;&#12434;&#35501;&#12415;&#36796;&#12417;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12525;&#12464;&#12452;&#12531;&#21069;&#12395;&#12467;&#12510;&#12531;&#12489;&#12434;&#36865;&#20449;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;/clear &#12467;&#12510;&#12531;&#12489;&#12391;&#12525;&#12464;&#12434;&#28040;&#21435;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;DCC &#12501;&#12449;&#12452;&#12523;&#21463;&#20449;&#26178;&#12395;&#12480;&#12502;&#12523;&#12463;&#12457;&#12540;&#12488;&#12391;&#22258;&#12414;&#12428;&#12383;&#12501;&#12449;&#12452;&#12523;&#21517;&#12434;&#35469;&#35672;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;Auto-op &#12480;&#12452;&#12450;&#12525;&#12464;&#12391; nil &#12450;&#12463;&#12475;&#12473;&#12456;&#12521;&#12540;&#12364;&#20986;&#12427;&#12496;&#12464;&#12434;fix&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12501;&#12449;&#12452;&#12523;&#12395;&#12525;&#12464;&#12434;&#26360;&#12365;&#20986;&#12377;&#12392;&#12365;&#12395;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#12364;&#12362;&#12363;&#12375;&#12363;&#12387;&#12383;&#12496;&#12464;&#12434;fix&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#24341;&#25968;&#12394;&#12375;&#12398; /quote &#12467;&#12510;&#12531;&#12489;&#12434;&#20837;&#21147;&#12377;&#12427;&#12392;&#33853;&#12385;&#12390;&#12356;&#12383;&#12496;&#12464;&#12434;fix&#12375;&#12383;&#12290;&lt;/li&gt;
-  			&lt;/ul&gt;
-      ]]&gt;&lt;/content:encoded&gt;
-    &lt;/item&gt;
-
-    &lt;item&gt;
-      &lt;title&gt;0.19&lt;/title&gt;
-      &lt;link&gt;http://limechat.net/mac/index_ja.html#v0.19&lt;/link&gt;
-      &lt;pubDate&gt;Thu, 10 Jul 2008 00:13:00 +0900&lt;/pubDate&gt;
+      &lt;title&gt;1.1&lt;/title&gt;
+      &lt;link&gt;http://limechat.net/mac/ja.html#v1.1&lt;/link&gt;
+      &lt;pubDate&gt;Wed, 26 Aug 2009 15:28:00 +0900&lt;/pubDate&gt;
       &lt;content:encoded&gt;&lt;![CDATA[
   			&lt;ul&gt;
-  				&lt;li&gt;&#12461;&#12540;&#12527;&#12540;&#12489;&#12495;&#12452;&#12521;&#12452;&#12488;&#26178;&#12395;&#12289;1&#24230;&#12384;&#12369;&#12489;&#12483;&#12463;&#12450;&#12452;&#12467;&#12531;&#12434;&#12496;&#12454;&#12531;&#12489;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12461;&#12540;&#12527;&#12540;&#12489;&#12495;&#12452;&#12521;&#12452;&#12488;&#12392;&#26032;&#35215;&#12488;&#12540;&#12463;&#12364;&#12354;&#12387;&#12383;&#12392;&#12365;&#12289;&#12489;&#12483;&#12463;&#12450;&#12452;&#12467;&#12531;&#12395;&#12496;&#12483;&#12472;&#12434;&#12388;&#12369;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;cmd+ctrl+1..0 &#12391; n &#30058;&#30446;&#12398;&#12469;&#12540;&#12496;&#12395;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12510;&#12471;&#12531;&#12364;&#12473;&#12522;&#12540;&#12503;&#12377;&#12427;&#12392;&#12365;&#12395;&#12289;&#12469;&#12540;&#12496;&#12363;&#12425;&#20999;&#26029;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12510;&#12471;&#12531;&#12364;&#12473;&#12522;&#12540;&#12503;&#12363;&#12425;&#24489;&#24112;&#12375;&#12383;&#12392;&#12365;&#12395;&#12289;&#12377;&#12368;&#12395;&#12469;&#12540;&#12496;&#12395;&#20877;&#25509;&#32154;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;/timer &#12467;&#12510;&#12531;&#12489;&#12434;&#36861;&#21152;&#12375;&#12383;&#12290;(&#20363;: /timer 5 join #limechat)&lt;/li&gt;
-  				&lt;li&gt;&#12481;&#12515;&#12531;&#12493;&#12523;&#12522;&#12473;&#12488;&#12480;&#12452;&#12450;&#12525;&#12464;&#12391;&#12522;&#12473;&#12488;&#12434;&#26356;&#26032;&#12377;&#12427;&#12392;&#12365;&#12395;&#12289;&#12477;&#12540;&#12488;&#12364;&#24517;&#35201;&#12394;&#12356;&#12450;&#12523;&#12468;&#12522;&#12474;&#12512;&#12391;&#26356;&#26032;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12481;&#12515;&#12531;&#12493;&#12523;&#12522;&#12473;&#12488;&#12480;&#12452;&#12450;&#12525;&#12464;&#12391;&#12481;&#12515;&#12531;&#12493;&#12523;&#12488;&#12500;&#12483;&#12463;&#12418;&#26908;&#32034;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12491;&#12483;&#12463;&#12493;&#12540;&#12512;&#12434;1&#34892;&#30446;&#12375;&#12363;&#34920;&#31034;&#12375;&#12383;&#12367;&#12394;&#12356;&#12392;&#12365;&#12398;&#12383;&#12417;&#12395;&#12289;1&#34892;&#30446;&#12398; span.sender &#12395; first &#23646;&#24615;&#12434;&#36861;&#21152;&#12375;&#12383;&#12290;&lt;/li&gt;
-  				&lt;li&gt;&#12467;&#12510;&#12531;&#12489;&#12364;&#31354;&#30333;&#12398;CTCP&#12434;&#28961;&#35222;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
+  				&lt;li&gt;&#12506;&#12540;&#12473;&#12488;&#12469;&#12540;&#12499;&#12473;&#12434; gist &#12395;&#22793;&#26356;&#12375;&#12383;&#12290;&lt;/li&gt;
+  				&lt;li&gt;Snow Leopard &#23550;&#24540;&#12398;&#12383;&#12417;&#12289;DNS &#12434;&#21029;&#12473;&#12524;&#12483;&#12489;&#12391;&#24341;&#12367;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;&lt;/li&gt;
   			&lt;/ul&gt;
       ]]&gt;&lt;/content:encoded&gt;
     &lt;/item&gt;</diff>
      <filename>web/rss_ja.xml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>web/index_ja.html</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f7fa0f241e601608c4487a72bd4c8b2c8bab44c5</id>
    </parent>
  </parents>
  <author>
    <name>Satoshi Nakagawa</name>
    <email>psychs@limechat.net</email>
  </author>
  <url>http://github.com/psychs/limechat/commit/d2439eefc235ed3a14cb3c85472bab3ee4d3568c</url>
  <id>d2439eefc235ed3a14cb3c85472bab3ee4d3568c</id>
  <committed-date>2009-10-14T01:41:59-07:00</committed-date>
  <authored-date>2009-10-14T01:41:59-07:00</authored-date>
  <message>released 1.2</message>
  <tree>ffa5e3a159510e59db3554440fa46900b5312688</tree>
  <committer>
    <name>Satoshi Nakagawa</name>
    <email>psychs@limechat.net</email>
  </committer>
</commit>
