20090802
[MacVim/KaoriYa.git] / src / MacVim / Deployment / latest.xml
blob950ec5d4924bea1ef602ccc34c1502efc0c0ad99
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> 
3   <channel>
4     <title>MacVim KaoriYa</title>
5         <link>http://macvim-kaoriya.googlecode.com/files/latest.xml</link>
6     <description>Most recent changes with links to updates.</description>
8     <!--
9     To add a new release:
11     * add a new <item> below (copy an old one)
12     * Adapt the <title>
13     * Adapt the <description>
14     * Adapt the <pubDate> (format 'Day, dd Mon yyyy hh:mm CET')
15     * Adapte <enclosure>, make sure to update the url, length, saprkle:version
16       and sparkle:shortVersionString attributes.
18     Sparkle honors the following user defaults:
20     * SUFeedURL overrides the value in Info.plist (if we want to offer several
21       appcasts in the preferences one day ("latest", "stable" for example).
23       This means that for testing you can do
25           defaults read org.vim.MacVim SUFeedURL  # note this down
26           defaults write org.vim.MacVim SUFeedURL file:///Users/you/testcast.xml
27             # !!! note the three '/' after 'file:
28           # test test test
29           defaults write org.vim.MacVim SUFeedURL previousvalue
30           # or, to use some default setting for the url,
31           defaults delete org.vim.MacVim SUFeedURL
33     Sparkle usually assumes a naming scheme of name_versionnumber.tar.bz2 .
34     Instead, you can also provide a sparkle:version="2.0_rc2" attribute on
35     the enclosure and name the package as you like. You can (and should) also
36     provide a sparkle:shortVersionString="User-facing version string"
37     attribute that corresponds to CFBundleShortVersionString. Sparkle uses
38     CFBundleVersion to determine the current application version.
40     Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
41     -->
43     <item>
44       <title>macvim-kaoriya-20090802 released</title>
45       <description><![CDATA[
46 <h1>MacVim-KaoriYa 20090802 released</h1>
47 <ul>
48         <li>MacVim snapshot-47
49 <p> Changes since snapshot 46:
50   <ul>
51     <li> Fix a bug which could cause a crash when a dialog sheet was used </li>
52   </ul>
53 </p>
54         <li>Vim 7.2.245
55         <li>Cyberduck ODBインターフェース対応 (Identifier変更 org.vim.MacVim.Kaoriya → org.vim.MacVim)
56         <li>imdisableactivate option追加 (<a href="http://bit.ly/nEScj">http://bit.ly/nEScj</a>)
57 </ul>
58       ]]></description>
59       <pubDate>Sun, 2 Aug 2009 22:30:00 +0900</pubDate>
60       <enclosure type="application/octet-stream"
61         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090802.dmg"
62         length="39707834"
63         sparkle:version="20090802"
64         sparkle:shortVersionString="7.2"
65         />
66     </item>
68     <item>
69       <title>macvim-kaoriya-20090711 released</title>
70       <description><![CDATA[
71 <h1>MacVim-KaoriYa 20090711 released</h1>
72 <ul>
73         <li>MacVim snapshot-46
74 <p> Changes since snapshot 45:
75   <ul>
76     <li> Markdown (Nico Weber) and reStructuredText (Travis Jeffery) are supported file types </li>
77     <li> The forever bouncing Dock icon bug should now really really be fixed (Kazuki Sakamoto) </li>
78     <li> Fixed bug when file name contained decomposed UTF8 characters </li>
79     <li> Quick Look should work for most/all supported filetypes now (although the preview is simple text and is not syntax highlighted) </li>
80     <li> Update the help file </li>
81     <li> 'guifontwide' is updated on Cmd-+/Cmd-- </li>
82     <li> The titles of the next/previous tab menu items now match other apps </li>
83     <li> Add NetBeans support (Kazuki Sakamoto) </li>
84     <li> Add simple logging facility </li>
85     <li> Update to latest Vim patches and runtime files </li>
86   </ul>
87 </p>
88         <li>Vim 7.2.228
89         <li><a href="http://github.com/Shougo/vimproc/">vimproc</a>同梱
90         <li><a href="http://clewn.sourceforge.net/">clewn-1.14</a>同梱
91 </ul>
92       ]]></description>
93       <pubDate>Sat, 11 Jul 2009 22:00:00 +0900</pubDate>
94       <enclosure type="application/octet-stream"
95         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090711.dmg"
96         length="39707834"
97         sparkle:version="20090711"
98         sparkle:shortVersionString="7.2"
99         />
100     </item>
102     <item>
103       <title>macvim-kaoriya-20090620 released</title>
104       <description><![CDATA[
105 <h1>MacVim-KaoriYa 20090620 released</h1>
106 <ul>
107         <li>Vim 7.2.209
108         <li><a href="http://code.google.com/p/macvim-kaoriya/issues/detail?id=10">Mac OS X 10.4 Tiger対応</a>
109 </ul>
110       ]]></description>
111       <pubDate>Sat, 20 Jun 2009 21:00:00 +0900</pubDate>
112       <enclosure type="application/octet-stream"
113         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090620.dmg"
114         length="38857674"
115         sparkle:version="20090620"
116         sparkle:shortVersionString="7.2"
117         />
118     </item>
120     <item>
121       <title>macvim-kaoriya-20090511 released</title>
122       <description><![CDATA[
123 <h1>MacVim-KaoriYa 20090511 released</h1>
124 <ul>
125         <li>Objective-C対応Exuberant Ctags 日本語対応版同梱 <a href="http://wiki.github.com/splhack/ctags-objc-ja">http://wiki.github.com/splhack/ctags-objc-ja</a>
126         <li><a href="http://code.google.com/p/macvim-kaoriya/issues/detail?id=9">helpでの不具合を対策</a>
127 </ul>
128       ]]></description>
129       <pubDate>Mon, 11 May 2009 21:00:00 +0900</pubDate>
130       <enclosure type="application/octet-stream"
131         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090511.dmg"
132         length="38351352"
133         sparkle:version="20090511"
134         sparkle:shortVersionString="7.2"
135         />
136     </item>
138     <item>
139       <title>macvim-kaoriya-20090427 released</title>
140       <description><![CDATA[
141 <h1>MacVim-KaoriYa 20090427 released</h1>
142 <ul>
143         <li>Vim 7.2.160
144         <li>英語環境起動を改善
145 </ul>
146       ]]></description>
147       <pubDate>Mon, 27 Apr 2009 21:00:00 +0900</pubDate>
148       <enclosure type="application/octet-stream"
149         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090427.dmg"
150         length="38519630"
151         sparkle:version="20090427"
152         sparkle:shortVersionString="7.2"
153         />
154     </item>
156     <item>
157       <title>macvim-kaoriya-20090426 released</title>
158       <description><![CDATA[
159 <h1>MacVim-KaoriYa 20090426 released</h1>
160 <ul>
161         <li>IM 状態取得方法を改善(一部nmapなどが効かないのが修正)。
162 </ul>
163       ]]></description>
164       <pubDate>Sun, 26 Apr 2009 21:30:00 +0900</pubDate>
165       <enclosure type="application/octet-stream"
166         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090426.dmg"
167         length="38516256"
168         sparkle:version="20090426"
169         sparkle:shortVersionString="7.2"
170         />
171     </item>
173     <item>
174       <title>macvim-kaoriya-20090425 released</title>
175       <description><![CDATA[
176 <h1>MacVim-KaoriYa 20090425 released</h1>
177 <ul>
178         <li>IM 状態取得を実装。IM 自動ON/OFF が動作します。
179         <li>ctags 5.7J1 を同梱
180 </ul>
181       ]]></description>
182       <pubDate>Sat, 25 Apr 2009 14:00:00 +0900</pubDate>
183       <enclosure type="application/octet-stream"
184         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090425.dmg"
185         length="38515932"
186         sparkle:version="20090425"
187         sparkle:shortVersionString="7.2"
188         />
189     </item>
191     <item>
192       <title>macvim-kaoriya-20090423 released</title>
193       <description><![CDATA[
194 <h1>MacVim-KaoriYa 20090423 released</h1>
195 <ul>
196         <li>文字コード判別を向上。fileencodings(fencs)設定不要です。<br>
197                 <a href="http://code.google.com/p/macvim-kaoriya/wiki/Readme"
198                  >ドキュメント http://code.google.com/p/macvim-kaoriya/wiki/Readme</a>
199 </ul>
200       ]]></description>
201       <pubDate>Thu, 23 Apr 2009 22:00:00 +0900</pubDate>
202       <enclosure type="application/octet-stream"
203         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090423.dmg"
204         length="41389896"
205         sparkle:version="20090423"
206         sparkle:shortVersionString="7.2"
207         />
208     </item>
210     <item>
211       <title>macvim-kaoriya-20090417 released</title>
212       <description><![CDATA[
213 <h1>MacVim-KaoriYa 20090417 released</h1>
214 <ul>
215         <li>migemo, iconvが使用できない不具合を修正
216 </ul>
217       ]]></description>
218       <pubDate>Fri, 17 Apr 2009 21:30:00 +0900</pubDate>
219       <enclosure type="application/octet-stream"
220         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090417.dmg"
221         length="38283482"
222         sparkle:version="20090417"
223         sparkle:shortVersionString="7.2"
224         />
225     </item>
227     <item>
228       <title>macvim-kaoriya-20090416 released</title>
229       <description><![CDATA[
230 <h1>MacVim-KaoriYa 20090416 released</h1>
231 <ul>
232         <li>+perl/+python/+ruby に対応。
233                 <a href="http://code.google.com/p/macvim-kaoriya/wiki/Readme"
234                  >ドキュメント http://code.google.com/p/macvim-kaoriya/wiki/Readme</a>
235 </ul>
236       ]]></description>
237       <pubDate>Thu, 16 Apr 2009 21:30:00 +0900</pubDate>
238       <enclosure type="application/octet-stream"
239         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090416.dmg"
240         length="38249866"
241         sparkle:version="20090416"
242         sparkle:shortVersionString="7.2"
243         />
244     </item>
246     <item>
247       <title>macvim-kaoriya-20090414 released</title>
248       <description><![CDATA[
249 <h1>MacVim-KaoriYa 20090414 released</h1>
250 <ul>
251         <li>MacVim snapshot-45
252 <p> Changes since snapshot 44:
253   <ul>
254     <li> The toolbar is not hidden by default again (if you prefer having the toolbar hidden, then add the line "set go-=T" to your ~/.gvimrc file) </li>
255     <li> The ATSUI renderer honors the 'guisp' highlighting color </li>
256     <li> Fix the forever bouncing Dock icon bug (Kazuki Sakamoto) </li>
257     <li> Add the "Show Hidden Files" checkbox button to the Save dialog whenever the file browser is expanded </li>
258     <li> Frontend refactoring </li>
259   </ul>
260 </p>
261         <li>全角記号幅用にデフォルトで set ambiwidth=double を設定
262 </ul>
263       ]]></description>
264       <pubDate>Tue, 14 Apr 2009 21:30:00 +0900</pubDate>
265       <enclosure type="application/octet-stream"
266         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090414.dmg"
267         length="38161075"
268         sparkle:version="20090414"
269         sparkle:shortVersionString="7.2"
270         />
271     </item>
273     <item>
274       <title>macvim-kaoriya-20090410 released</title>
275       <description><![CDATA[
276 <h1>MacVim-KaoriYa 20090410 released</h1>
277 <ul>
278         <li>gettextによる日本語化を修正。
279         <li>IM自動ON機能のみ無効化(ESC押下時のIM自動OFFは有効)。
280         <li>言語環境に従うように変更。
281 </ul>
282       ]]></description>
283       <pubDate>Fri, 10 Apr 2009 23:30:00 +0900</pubDate>
284       <enclosure type="application/octet-stream"
285         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090410.dmg"
286         length="38160662"
287         sparkle:version="20090410"
288         sparkle:shortVersionString="7.2"
289         />
290     </item>
292     <item>
293       <title>macvim-kaoriya-20090408 released</title>
294       <description><![CDATA[
295 <h1>MacVim-KaoriYa 20090408 released</h1>
296       ]]></description>
297       <pubDate>Wed, 08 Apr 2009 21:20:00 +0900</pubDate>
298       <enclosure type="application/octet-stream"
299         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090408.dmg"
300         length="38123890"
301         sparkle:version="20090408"
302         sparkle:shortVersionString="7.2"
303         />
304     </item>
306     <item>
307       <title>macvim-kaoriya-20090406 released</title>
308       <description><![CDATA[
309 <h1>MacVim-KaoriYa 20090406 released</h1>
310       ]]></description>
311       <pubDate>Mon, 06 Apr 2009 21:21:00 +0900</pubDate>
312       <enclosure type="application/octet-stream"
313         url="http://macvim-kaoriya.googlecode.com/files/macvim-kaoriya-20090406.dmg"
314         length="38122873"
315         sparkle:version="20090406"
316         sparkle:shortVersionString="7.2"
317         />
318     </item>
319   </channel>
320 </rss>