Update Appcast
[MacVim.git] / src / MacVim / macvim_latest.xml
blobb7963bbbe9cd325bd2018f142dfbb0700e626c11
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 Cutting Edge</title>
5     <link>http://bjorn.winckler.googlepages.com/macvim_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>Snapshot 34 released</title>
45       <description><![CDATA[
46 <h1>MacVim snapshot 34 released</h1>
48 <p> Notice that there are now two prebuilt binaries of MacVim: a stable build and the snapshot build.  The snapshot build will be updated fairly often whereas the stable build will not.  If you want to use the stable build you will have to download it manually from <a href="http://code.google.com/p/macvim">http://code.google.com/p/macvim</a>.</p>
50 <p> This snapshot is based on the recently released Vim 7.2 and it contains some new features and bug fixes.  Here's a partial list of changes since snapshot 33:
52 <ul>
53   <li> More options on how new files should open (in tabs/splits/etc.): Open the preferences to check this out. </li>
54   <li> Quickstart: With this feature enabled new windows open instantaneously (but _not_ if you use the 'mvim' script).  It is disabled by default so go to the Advanced preferences to enable it (and be sure to read the "disclaimer"...note that any changes to ~/.vim or its subdirectories are automatically detected on Leopard). </li>
55   <li> The ATSUI renderer has received a few bug fixes and it now includes mouse support (it can be enabled in the Advanced prefs).  (bug fixes by Jjgod Jiang) </li>
56   <li> Some of the old toolbar icons have been resurrected. </li>
57   <li> The current directory is handled more consistently: New windows always have the user's home directory set as current.  Opening a file in the Finder results in the current directory being set to the directory the file is in (unless the file opened in a window with other files already open). </li>
58   <li> Windows opened from the Dock menu are in focus. </li>
59   <li> Menu item to toggle the Plug-in drawer (Matt Tolton). </li>
60   <li> Now possible to set 'linespace' in [g]vimrc. </li>
61   <li> Help file cleanup (Michael Wookey). </li>
62   <li> Problems with ptys on Leopard fixed (Ben Schmidt). </li>
63   <li> (Hopefully) no more annoying "dropping incoming DO message ..." warnings. </li>
64   <li> Scroll wheel (track pad) should behave better with fast machines (Issue 100) </li>
65   <li> Various bug fixes...
66 </ul>
67 </p>
68       ]]></description>
69       <pubDate>Sat, 16 Aug 2008 16:59 CET</pubDate>
70       <enclosure type="application/octet-stream"
71         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-34.tbz"
72         length="7959893"
73         sparkle:version="34"
74         sparkle:shortVersionString="7.2"
75         />
76     </item>
79     <item>
80       <title>Snapshot 33 released</title>
81       <description><![CDATA[
82 <h1>MacVim snapshot 33 released</h1>
84 <p> This snapshot includes contributions from three new MacVim developers: Kyle Lippincott has added support for proxy icons, Matt Tolton has implemented a Plug-In architecture, and Kaoru Yoshida has rewritten the Input Manager support.  Let me just say that I find it very encouraging to get more help with this project!  While we're on the topic of MacVim development; if you are interested in getting started with the source code you should take a look at the newly updated file "src/MacVim/README".  I have also written some documentation on how to contribute with patches using Git, see <a href="http://code.google.com/p/macvim/wiki/Contributing">here</a>.
86 <p> If you want to get started with plug-in development you should take a look at the example plug-in (FileBrowser.tgz) that Matt posted to vim_mac (the thread is called "Initial Plugin Architecture patch").  I'm sure Matt will be happy to help out with any question you may have (as will I). </p>
88 <p> I think that the new Input Manager support is a big improvement, but we need feedback from more IM users to let us know exactly how well it works.  Kaoru seems to be on top of fixing bugs as they are reported, so if you have any problems or comments please make yourself heard. </p>
90 <p> More changes since snapshot 32:
91 <ul>
92   <li> The file open dialog has a check-box to show hidden files (patch by Nico Weber) </li>
93   <li> Cmd-? now works </li>
94   <li> Partial printing support: Cmd-p opens up Preview.app (Nico Weber) </li>
95   <li> Uses Vim 7.2a BETA source code </li>
96   <li> Latest runtime files </li>
97   <li> Minor bug fixes (see <a href="http://repo.or.cz/w/MacVim.git">here</a>) </li>
98 </p>
99       ]]></description>
100       <pubDate>Sat, 05 Jul 2008 20:14 CET</pubDate>
101       <enclosure type="application/octet-stream"
102         url="http://macvim.googlecode.com/files/MacVim-snapshot-33.tbz"
103         length="8467287"
104         sparkle:version="33"
105         sparkle:shortVersionString="7.1"
106         />
107     </item>
110     <item>
111       <title>Snapshot 32 released</title>
112       <description><![CDATA[
113 <h1>MacVim snapshot 32 released</h1>
115 <p><em> This snapshot contains fixes for several severe bugs; I strongly suggest
116 that you update now! </em></p>
118 <p> Changes since snapshot 31:
119 <ul>
120   <li> Fix several bugs that caused MacVim to crash </li>
121   <li> Console dialogs work once again (set go+=c) </li>
122   <li> Background processes work (:! ... &) (fix by Ben Schmidt)</li>
123   <li> Ctrl-Shift can be used for modeless selection </li>
124   <li> No crashes with HTML plugin </li>
125   <li> Toolbar is a bit better at finding icons (this still needs some work)
126        </li>
127   <li> Latest Vim source code and runtime files merged </li>
128 </ul>
129 </p>
130       ]]></description>
131       <pubDate>Fri, 22 Jun 2008 13:13 CET</pubDate>
132       <enclosure type="application/octet-stream"
133         url="http://macvim.googlecode.com/files/MacVim-snapshot-32.tbz"
134         length="8194915"
135         sparkle:version="32"
136         sparkle:shortVersionString="7.1"
137         />
138     </item>
141     <item>
142       <title>Snapshot 31 released</title>
143       <description><![CDATA[
144 <h1>MacVim snapshot 31 released</h1>
145 <p> Changes since snapshot 30:
146 <ul>
147   <li> Fixed problems with menus on OS X 10.4 and a related crash. </li>
148   <li> Dialog box handling has been updated.  This fixes a problem where the
149        "swap file warning" dialog would pop up before the informational text in
150        the editor window updated.  Hopefully this will also cure various other
151        problems with dialogs (e.g. nothing happening when opening files from a
152        dialog box). </li>
153   <li> Added dock menu with "New Window" item.  This is useful with "Spaces" on
154        OS X 10.5 since you can use this menu to open a new MacVim window on any
155        "space" when another editor window is already open.  (Also, now there is
156        always a way to open a new window, even if the menus are customized,
157        or if "-u NONE" is used.) </li>
158   <li> I have started trying to fix "modeless selection" and it sort of works
159        on my machine, but I've had one report stating that its not quite
160        working so you mileage may vary.  Make sure to let me know what works
161        and doesn't so that I can fix this properly.  (Try selecting text from
162        the command line.) </li>
163   <li> The default font (DejaVu Sans Mono) has been updated to version 2.25.
164   </li>
165   <li> Latest Vim source code merged </li>
166 </ul>
167 </p>
168       ]]></description>
169       <pubDate>Fri, 13 Jun 2008 16:00 CET</pubDate>
170       <enclosure type="application/octet-stream"
171         url="http://macvim.googlecode.com/files/MacVim-snapshot-31.tbz"
172         length="8182620"
173         sparkle:version="31"
174         sparkle:shortVersionString="7.1"
175         />
176     </item>
179     <item>
180       <title>Snapshot 30 released</title>
181       <description><![CDATA[
182 <h1>MacVim snapshot 30 released</h1>
183 <p> Changes since snapshot 28:
184 <ul>
185   <li> copy&paste and other "Edit" menu items now work as expected with dialogs
186        (such as open/save). </li>
187   <li> some menus (such as the "Window" menu) has got some new items </li>
188   <li> general menu improvements when no editor window is open </li>
189   <li> ability to access some OS X default Cmd-keys even if menus are
190        completely altered (e.g. when starting with "-u NONE") </li>
191   <li> QuickLook works with .vim files (patch by Nico Weber) </li>
192   <li> insert mode cursor honors the 'rightleft' option </li>
193   <li> no more "freezes" during :shell </li>
194   <li> no beeping on Cmd-q </li>
195   <li> Cmd-w works in full-screen again </li>
196   <li> window dimensions properly restored when leaving full-screen when
197        "maxvert" is in 'fuoptions' </li>
198   <li> support for 'mousehide' option </li>
199   <li> latest vim patches and runtime files </li>
200 </ul>
201 </p>
202 <p> The only difference between snapshot 29 and 30 is that the former did not
203 handle window cycling very well with international keyboard layouts. </p>
204       ]]></description>
205       <pubDate>Sun, 8 Jun 2008 16:43 CET</pubDate>
206       <enclosure type="application/octet-stream"
207         url="http://macvim.googlecode.com/files/MacVim-snapshot-30.tbz"
208         length="8137308"
209         sparkle:version="30"
210         sparkle:shortVersionString="7.1"
211         />
212     </item>
215     <item>
216       <title>Snapshot 28 released</title>
217       <description><![CDATA[
218 <h1>MacVim snapshot 28 released</h1>
219 <p><em>The ":macmenukey" command is now deprecated.  Please update your .gvimrc
220 file to use the ":macmenu" command instead (if you use ":macmenukey").</em></p>
222 <p> Changes since snapshot 27:
223 <ul>
224   <li> Added the ":macmenu" commmand (see ":h macmenu") and deprecated
225        ":macmenukey"</li>
226   <li> Cmd-w now works even when mappings to &lt;-\&gt; are present </li>
227   <li> Added "File.Save All" menu item (Cmd-Alt-s) </li>
228   <li> The Logitech Control Center no longer causes any problems </li>
229   <li> "Edit" menu items now work better with open and save dialogs </li>
230   <li> The 'backspace' option now includes "indent,eol,start" by default </li>
231   <li> Open and save dialogs track the present working directory </li>
232 </ul>
233 </p>
234       ]]></description>
235       <pubDate>Sun, 25 May 2008 19:40 CET</pubDate>
236       <enclosure type="application/octet-stream"
237         url="http://macvim.googlecode.com/files/MacVim-snapshot-28.tbz"
238         length="8124499"
239         sparkle:version="28"
240         sparkle:shortVersionString="7.1"
241         />
242     </item>
245     <item>
246       <title>Snapshot 27 released</title>
247       <description><![CDATA[
248 <h1>MacVim snapshot 27 released</h1>
249 <p> This is the first snapshot compiled on the new Mac I bought with money
250     donated from MacVim users!  There were problems with compiling universal
251     binaries with Ruby and Perl support on PPC/Tiger so I was hoping to be able
252     to include these now that I have Intel/Leopard.  The good news is that Ruby
253     support is now included, but Perl still is problematic and I had to drop
254     TCL support.  I will try to get these working in a future snapshot.
255     </p>
257 <p> Here is the list of changes since snapshot 26:
258 <ul>
259   <li> 'fuoptions' now support setting the background color while in
260        full-screen mode, check ":h 'fuopt'" (patch by Enno Lübbers) </li>
261   <li> &lt;D-w&gt; shows confirmation dialog when buffer is modified </li>
262   <li> setting 'antialias' from gvimrc now works </li>
263   <li> zooming a window no longer causes it to move downwards </li>
264   <li> the File menu now contains a "Recent Files" submenu; note that only
265        files opened from Finder or with the ":browse" command are added to this
266        list, and not files opened with e.g. ":e" (patch by Nico Weber) </li>
267   <li> includes latest Vim patches and runtime files </li>
268 </ul>
269 </p>
270       ]]></description>
271       <pubDate>Mon, 12 May 2008 22:05 CET</pubDate>
272       <enclosure type="application/octet-stream"
273         url="http://macvim.googlecode.com/files/MacVim-snapshot-27-fixed.tbz"
274         length="8102568"
275         sparkle:version="27"
276         sparkle:shortVersionString="7.1"
277         />
278     </item>
281     <item>
282       <title>Snapshot 26 released</title>
283       <description><![CDATA[
284 <h1>MacVim snapshot 26 released</h1>
285 <p> This snapshot contains a fix to the bug which caused the first window to
286     open in the wrong position as well as an initial version of the new MacVim
287     icon.  </p>
289       ]]></description>
290       <pubDate>Fri, 11 Apr 2008 20:37 CET</pubDate>
291       <enclosure type="application/octet-stream"
292         url="http://macvim.googlecode.com/files/MacVim-snapshot-26.tbz"
293         length="8147362"
294         sparkle:version="26"
295         sparkle:shortVersionString="7.1"
296         />
297     </item>
300     <item>
301       <title>Snapshot 25 released</title>
302       <description><![CDATA[
303 <h1>MacVim snapshot 25 released</h1>
305 <p> This snapshot adds support for two new options: 'antialias' and
306 'fuoptions'.  The former lets you turn text antialiasing on or off (it's
307 on by default), the latter can be used to make the view maximize when
308 full-screen is entered.  See the built-in help for more information (:h
309 'anti' and :h 'fuopt'). </p>
311 <p> Another minor addition is that &lt;C-c&gt; and &lt;C-v&gt; work with
312 block-wise selections (do note that &lt;C-v&gt; behaves like "P", not "p").
313 Also, &lt;D-w&gt; now works in ex-mode and in a command-line window. </p>
315 <p> Here is the list of changes since snapshot 24:
316 <ul>
317   <li> support 'antialias' option (Jjgod Jiang) </li>
318   <li> add option 'fuoptions' to control resizing when full-screen is entered
319       (Nico Weber) </li>
320   <li> fixed bug where transparency setting was lost after leaving full-screen
321       (Nico Weber) </li>
322   <li> help menu contains MacVim help and website link </li>
323   <li> &lt;D-w&gt; now works in ex-mode and in command-line window </li>
324   <li> :macaction command supports command-line completion (Nico Weber) </li>
325   <li> copy/paste respects block selections (requested by George Harker) </li>
326   <li> window no longer cascades from preferences panel </li>
327 </ul>
328 </p>
330       ]]></description>
331       <pubDate>Fri, 06 Apr 2008 19:11 CET</pubDate>
332       <enclosure type="application/octet-stream"
333         url="http://macvim.googlecode.com/files/MacVim-snapshot-25.tbz"
334         length="8042440"
335         sparkle:version="25"
336         sparkle:shortVersionString="7.1"
337         />
338     </item>
341     <item>
342       <title>Snapshot 24 released</title>
343       <description><![CDATA[
344 <h1>MacVim snapshot 24 released</h1>
346 <p><em> The input manager bundled with snapshot 23 contained a bug which could
347 lead to other apps crashing on startup.  If you have installed the input
348 manager, then you are strongly advised to update now and install the new input
349 manager (via the Integration preference pane). </em></p>
351 <p> Changes since snapshot 23:
352 <ul>
353   <li> The mouse cursor has higher contrast in insert mode (when bg=dark). </li>
354   <li> The layout of the Integration preference pane has been updated. </li>
355 </ul>
356 </p>
358       ]]></description>
359       <pubDate>Fri, 14 Mar 2008 20:44 CET</pubDate>
360       <enclosure type="application/octet-stream"
361         url="http://macvim.googlecode.com/files/MacVim-snapshot-24.tbz"
362         length="8036815"
363         sparkle:version="24"
364         sparkle:shortVersionString="7.1"
365         />
366     </item>
369     <item>
370       <title>Snapshot 23 released</title>
371       <description><![CDATA[
372 <h1>MacVim snapshot 23 released</h1>
374 Changes since snapshot 22:
376 <ul>
377   <li> The preferences panel has been updated with an "Integration pane".  This
378       can be used to easily install (and uninstall) the "Edit in ODBEditor"
379       input manager.  The input manager enables you to use MacVim to edit text
380       in any Cocoa text field (e.g. you can use MacVim to edit emails in Mail).
381       Please read the warning on the Integration pane before installing the
382       input manager.  (Patch by Nico Weber.) </li>
383   <li> The "Login Shell" preference has been updated so it should now work with
384       most shells.  This option ensures that environment variables (e.g. $PATH)
385       are set properly.  You should enable it if you ever need to issue shell
386       commands from within MacVim.  (Patch by Ben Schmidt.) </li>
387   <li> Added MMZoomBoth user default.  Enable this if you prefer the window to
388       maximize in both directions when you press the green "maximize button"
389       (hold down Cmd to temporarily restrict resizing to the vertical direction
390       only).  (Requested by Brian McKee.) </li>
391   <li> Added Cmd-Ctrl-z as key equivalent for "Window->Zoom" (this is the same
392       key equivalent as in iTunes) </li>
393   <li> The Vim runtime files have been updated to the latest version </li>
394   <li> MacVim recognizes files with .patch and .diff extension </li>
395   <li> The mouse cursor in insert mode has higher contrast (when used with dark
396       backgrounds).  (Requested by Enno et al.) </li>
397   <li> Line numbers (:h 'number') are brighter when bakground=dark.  (Requested
398       by Ted Pavlic) </li>
399 </ul>
402   Like MacVim?  Go to <a href="http://code.google.com/p/macvim/">
403       http://code.google.com/p/macvim/</a> to see how you can show your
404   support.
405 </p>
407       ]]></description>
408       <pubDate>Sun, 9 Mar 2008 16:43 CET</pubDate>
409       <enclosure type="application/octet-stream"
410         url="http://macvim.googlecode.com/files/MacVim-snapshot-23.tbz"
411         length="8037899"
412         sparkle:version="23"
413         sparkle:shortVersionString="7.1"
414         />
415     </item>
418     <item>
419       <title>Snapshot 22 released</title>
420       <description><![CDATA[
421 <h1>MacVim snapshot 22 released</h1>
423 <p><em>This snapshot replaces the broken snapshot 21.  If you installed build 21
424   then please update immediately.</em></p>
426 <p>Changes since snapshot 20:</p>
427 <ul>
428   <li>Fix forking bug which caused snapshot 21 to lock up OS X</li>
429   <li>The macvim color scheme changed so that line numbers look better when
430     the background is dark (enable line numbers with :set number; set dark
431     background with :set bg=dark)</li>
432   <li>Improved support for Voice Over (enable with &lt;D-F5&gt;)</li>
433   <li>System bell support (see :h 'vb' on how to turn it off)</li>
434   <li>MacVim no longer associates to .plist and .dict since these may well be
435     in binary format</li>
436   <li>Added Find Next &lt;D-g&gt;, Find Previous &lt;D-G&gt; and Use Selection
437     for Find &lt;D-e&gt; menu items</li>
438   <li>Track pad scrolling is now force sensitive</li>
439   <li>Added help section on preferences</li>
440   <li>Preferences panel updated (also no longer hides when MacVim loses focus)
441     </li>
442 </ul>
444 <p>The most exciting new addition in this snapshot is support for &lt;D-g&gt;.
445 It repeats the last search you made in any other application (that supports the
446 Find Pasteboard).</p>
447 <p>This is very useful if you have several windows open in MacVim...try
448 searching for something in one window (using "/"), then switching to another
449 window and hitting &lt;D-g&gt; for an example (after having pressed &lt;D-g&gt;
450 once you can of course use "n" to repeat the search).</p>
451       ]]></description>
452       <pubDate>Wed, 13 Feb 2008 19:36 CET</pubDate>
453       <enclosure type="application/octet-stream"
454         url="http://macvim.googlecode.com/files/MacVim-snapshot-22.tbz"
455         length="7812907"
456         sparkle:version="22"
457         sparkle:shortVersionString="7.1"
458         />
459     </item>
462     <item>
463       <title>Snapshot 20 released</title>
464       <description><![CDATA[
465 <h1>MacVim snapshot 20 released</h1>
466 <ul>
467   <li>Automatic updates via Sparkle (Nico Weber)</li>
468   <li>Preferences panel</li>
469   <li>Fix ^C^W bug (Issue 48)</li>
470   <li>Make sure window is ordered front when new files are opened</li>
471   <li>Warn when quitting with multiple tabs or windows open</li>
472   <li>&lt;D-w&gt; can now be used to close dialogs (such as the About dialog)</li>
473 </ul>
474       ]]></description>
475       <pubDate>Sun, 03 Feb 2008 16:39 CET</pubDate>
476       <enclosure type="application/octet-stream"
477         url="http://macvim.googlecode.com/files/MacVim-snapshot-20.tbz"
478         length="7805678"
479         sparkle:version="20"
480         sparkle:shortVersionString="snapshot 20"
481         />
482     </item>
483   </channel>
484 </rss>