Snapshot 43
[MacVim.git] / src / MacVim / macvim_latest.xml
blob160d409fc692c469d3512bc7952422cf91404aa2
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 43 released</title>
45       <description><![CDATA[
46 <h1>MacVim snapshot 43 released</h1>
48 <p><b>The automatic updating feature is broken in snapshots 39 and 40.  If the automatic updating never finishes extracting then you are affected by this bug and will have to upgrade manually.  To do so, simply go to the <a href="http://code.google.com/p/macvim/wiki/Snapshot">Snapshot page</a> to download the latest version.</b></p>
50 <p> Changes since snapshot 42:
51   <ul>
52     <li> Do inclusive search when opening files (Jonathon Mah) </li>
53     <li> Respect layout prefs when double-clicking an already open file </li>
54     <li> Fix two minor memory leaks </li>
55     <li> Ctrl-] works on German keyboard layout </li>
56     <li> The .viminfo file is written on Cmd-q </li>
57     <li> New 16x16 icons (Nico Weber) </li>
58     <li> Untitled window again opens on reopen event if requested in prefs </li>
59     <li> Fork earlier; fixes bug with 'autochdir', faster startup, "f" no longer supported in 'guioptions' </li>
60     <li> Some other minor bug fixes </li>
61     <li> Use latest runtime files and Vim patches </li>
62   </ul>
63 </p>
64       ]]></description>
65       <pubDate>Fri, 20 Feb 2009 13:49 CET</pubDate>
66       <enclosure type="application/octet-stream"
67         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-43.tbz"
68         length="8136440"
69         sparkle:version="43"
70         sparkle:shortVersionString="7.2"
71         />
72     </item>
75     <item>
76       <title>Snapshot 42 released</title>
77       <description><![CDATA[
78 <h1>MacVim snapshot 42 released</h1>
80 <p><b>The automatic updating feature is broken in snapshots 39 and 40.  If the automatic updating never finishes extracting then you are affected by this bug and will have to upgrade manually.  To do so, simply go to the <a href="http://code.google.com/p/macvim/wiki/Snapshot">Snapshot page</a> to download the latest version.</b></p>
82 <p> Changes since snapshot 40:
83   <ul>
84     <li> The menu bar behaves better when using full-screen and switching Spaces (Nico Weber) </li>
85     <li> Don't switch Spaces when using "mvim" on one Space and a MacVim window is open on another Space </li>
86     <li> Add user default to toggle the "add tab" button on the tabline (to disable, enter "defaults org.vim.MacVim MMShowAddTabButton 0" in Terminal) </li>
87     <li> Avoid the "Press ENTER..." prompt when dragging and dropping </li>
88     <li> Faster startup (and shutdown, but you're not likely to notice that unless you are me ;-) </li>
89     <li> Automatic updating works again </li>
90     <li> Possible to interrupt external commands (e.g. you can Ctrl-C during a lenghty :grep now) </li>
91     <li> The output from external commands is displayed "interactively" (i.e. you don't have to wait for the command to finish before any output is drawn; try ":!ls -l /usr/lib" and compare with snap 40 to see what I mean) </li>
92     <li> Cmd-. sends SIGINT (so that if a Vim process is stuck you should always be able to interrupt it with Cmd-. even if Ctrl-C doesn't work) </li>
93     <li> Fix crashing bug: e.g. with snap 40 if you go to the src/ folder of Vim and type ":grep a *.c" MacVim would crash </li>
94     <li> Toggle loading of default font with user default MMLoadDefaultFont </li>
95   </ul>
96 </p>
97       ]]></description>
98       <pubDate>Sat, 12 Jan 2009 16:12 CET</pubDate>
99       <enclosure type="application/octet-stream"
100         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-42.tbz"
101         length="8131516"
102         sparkle:version="42"
103         sparkle:shortVersionString="7.2"
104         />
105     </item>
108     <item>
109       <title>Snapshot 40 released</title>
110       <description><![CDATA[
111 <h1>MacVim snapshot 40 released</h1>
113 <p> Changes since snapshot 39:
114   <ul>
115     <li> Fix problems with Quickstart "leaking" Vim processes </li>
116     <li> 'imdisable' now on by default (i.e. IM is disabled by default) </li>
117     <li> Clipboard support in non-GUI mode (Kent Sibilev) </li>
118     <li> New document icons, more filetype associations (Nico Weber) </li>
119     <li> Add support for 'guitabtooltip' (hint: add the line "set gtl=%t gtt=%F" to your .gvimrc to make tabs display the name of the file and have the tooltip display the full path) (Jonathon Mah) </li>
120     <li> Look for toolbar icons in runtime path (plugins such as TVO now display toolbar icons properly) </li>
121     <li> Show dialog when clicking to close tab with modified buffers </li>
122     <li> Update documentation </li>
123     <li> Latest runtime files, and Vim patches </li>
124   </ul>
125 </p>
126       ]]></description>
127       <pubDate>Sun, 28 Dec 2008 17:26 CET</pubDate>
128       <enclosure type="application/octet-stream"
129         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-40.tbz"
130         length="8138981"
131         sparkle:version="40"
132         sparkle:shortVersionString="7.2"
133         />
134     </item>
137     <item>
138       <title>Snapshot 39 released</title>
139       <description><![CDATA[
140 <h1>MacVim snapshot 39 released</h1>
142 <p> Changes since snapshot 36 (snapshots 37 and 38 were skipped):
143   <ul>
144     <li> Avoid "Stray process..." warning messages (Ben Schmidt) </li>
145     <li> Add Cmd-BackSpace and Alt-BackSpace insert mode mappings (Nico Weber) </li>
146     <li> Dropping multiple files on a window no longer results in an error </li>
147     <li> Fix "Login shell" problems (Ben Schmidt) </li>
148     <li> Exit Vim process if connection becomes invalid -- this should avoid the system log filling up with error messages, but please let me know when it happens (and send me the output from Console.app) </li>
149     <li> Fix bug where Vim would crash when resizing a window with double-width characters </li>
150     <li> Add option 'macmeta' to use "alt/option" as meta key to allow bindings to &lt;M-..&gt; (see ":h 'macmeta') </li>
151     <li> Add basic support for AppleScript (Jason Foreman).  E.g. to zoom a window:
152 <pre>
153 tell application MacVim
154     set zoomed of first window to true
155 end tell
156 </pre>
157     </li>
158     <li> Fix various bugs relating to initial window positioning  </li>
159     <li> Keep window is visible on ":set lines=..." and "set columns=..." </li>
160     <li> Inserting text from "Special Characters" palette works again </li>
161     <li> Remove the functionality to use a modifier key as Esc (use the PCKeyboardHack app instead, see ":h macvim-hints | /esc") </li>
162     <li> More help on keyboard shortcuts (":h macvim-shortcuts") and the mvim script (see ":h mvim") </li>
163     <li> Speed up live resize </li>
164     <li> Support mvim script symlinks to [m|g]ex and rmvim (see ":h mvim") </li>
165     <li> Tentative support for receiving input from system services (Try this: insert "2+3", select the text, then hit Cmd-*.  Result: "2+3" is replaced with "5".  Sometimes it seems you have to choose "MacVim-&gt;Services-&gt;Script Editor-&gt;Get Result of AppleScript" instead of pressing Cmd-* for this to work.) </li>
166     <li> No more Vim zombie processes </li>
167     <li> Add "Reload"/"Ignore All" buttons to the file changed dialog </li>
168     <li>  Latest runtime files, and Vim patches </li>
169   </ul>
170 </p>
171       ]]></description>
172       <pubDate>Sun, 23 Nov 2008 18:09 CET</pubDate>
173       <enclosure type="application/octet-stream"
174         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-39.tbz"
175         length="8012682"
176         sparkle:version="39"
177         sparkle:shortVersionString="7.2"
178         />
179     </item>
182     <item>
183       <title>Snapshot 36 released</title>
184       <description><![CDATA[
185 <h1>MacVim snapshot 36 released</h1>
187 <p> This snapshot fixes a problem with dropped characters that was introduced with snapshot 35. Other changes since snapshot 35: 
188   <ul>
189     <li> More help file updates </li>
190     <li> Fixed memory leak (Jonathon Mah) </li>
191     <li> Tool tips for truncated tab labels (Jonathon Mah) </li>
192     <li> Support drag and drop on tabs and on tabline (Jonathon Mah) </li>
193     <li> Modifier key can be used as Esc (useful for turning Caps Lock into Esc, see ":h macvim-esc") </li>
194     <li> Added "Find & Replace" dialog box (Cmd-f) </li>
195   </ul>
196 </p>
197       ]]></description>
198       <pubDate>Sat, 04 Oct 2008 18:38 CET</pubDate>
199       <enclosure type="application/octet-stream"
200         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-36.tbz"
201         length="8005820"
202         sparkle:version="36"
203         sparkle:shortVersionString="7.2"
204         />
205     </item>
208     <item>
209       <title>Snapshot 35 released</title>
210       <description><![CDATA[
211 <h1>MacVim snapshot 35 released</h1>
213 <p> With this snapshot I have focused on making MacVim faster, fixing bugs, and updating the documentation.  As a result MacVim now feels snappier, flickers less, takes less time to startup from Terminal, and in some cases there are tremendous speed increases. </p>
215 <p> Here is a summary of the changes since snapshot 34:
216 <ul>
217   <li> Faster startup times </li>
218   <li> Overall faster drawing </li>
219   <li> Quicker response to key presses </li>
220   <li> Fix bug where key presses were ignored when mouse was moved simultaneously </li>
221   <li> Update ":h macvim" docs </li>
222   <li> Add mvim:// URL handler support (Nico Weber) </li>
223   <li> The VimLeave autocommand works with :maca (see ":h macvim-hints") </li>
224   <li> Multiple files opened from Finder are sorted </li>
225   <li> Don't shift new windows downwards if they are vertically maximized </li>
226   <li> Add option to hide MacVim when last window closes </li>
227   <li> The "Save changes" dialog conforms to the Apple HIG (works with Cmd-D) </li>
228   <li> Fix problems with 'fullscreen' and :mksession (Nico Weber) </li>
229   <li> Cmd-e copies selection to Find Pasteboard without searching </li>
230   <li> Fix bug with blurry text in full-screen with ATSUI (Jjgod Jiang) </li>
231   <li> Cmd-. can be used to interrupt Vim (and to exit insert mode) </li>
232   <li> Add "New Document Here" system service (Ron Olson) </li>
233   <li> Simplify system services menu (honors the "Open files..." pref) </li>
234   <li> Full-screen background color is updated immediately when 'fuopt' changes </li>
235   <li> Cursor no longer escapes the command line on Cmd-=/Cmd-- </li>
236   <li> Add Input Manager support to ATSUI renderer (Kaoru Yoshida) </li>
237   <li> Use latest Vim source code and runtime files </li>
238   <li> Minor bug fixes </li>
239 </ul>
240 </p>
241       ]]></description>
242       <pubDate>Fri, 26 Sep 2008 20:29 CET</pubDate>
243       <enclosure type="application/octet-stream"
244         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-35.tbz"
245         length="7986836"
246         sparkle:version="35"
247         sparkle:shortVersionString="7.2"
248         />
249     </item>
252     <item>
253       <title>Snapshot 34 released</title>
254       <description><![CDATA[
255 <h1>MacVim snapshot 34 released</h1>
257 <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>
259 <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:
261 <ul>
262   <li> More options on how new files should open (in tabs/splits/etc.): Open the preferences to check this out. </li>
263   <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>
264   <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>
265   <li> Some of the old toolbar icons have been resurrected. </li>
266   <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>
267   <li> Windows opened from the Dock menu are in focus. </li>
268   <li> Menu item to toggle the Plug-in drawer (Matt Tolton). </li>
269   <li> Now possible to set 'linespace' in [g]vimrc. </li>
270   <li> Help file cleanup (Michael Wookey). </li>
271   <li> Problems with ptys on Leopard fixed (Ben Schmidt). </li>
272   <li> (Hopefully) no more annoying "dropping incoming DO message ..." warnings. </li>
273   <li> Scroll wheel (track pad) should behave better with fast machines (Issue 100) </li>
274   <li> Various bug fixes...
275 </ul>
276 </p>
277       ]]></description>
278       <pubDate>Sat, 16 Aug 2008 16:59 CET</pubDate>
279       <enclosure type="application/octet-stream"
280         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-34.tbz"
281         length="7959893"
282         sparkle:version="34"
283         sparkle:shortVersionString="7.2"
284         />
285     </item>
288     <item>
289       <title>Snapshot 33 released</title>
290       <description><![CDATA[
291 <h1>MacVim snapshot 33 released</h1>
293 <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>.
295 <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>
297 <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>
299 <p> More changes since snapshot 32:
300 <ul>
301   <li> The file open dialog has a check-box to show hidden files (patch by Nico Weber) </li>
302   <li> Cmd-? now works </li>
303   <li> Partial printing support: Cmd-p opens up Preview.app (Nico Weber) </li>
304   <li> Uses Vim 7.2a BETA source code </li>
305   <li> Latest runtime files </li>
306   <li> Minor bug fixes (see <a href="http://repo.or.cz/w/MacVim.git">here</a>) </li>
307 </p>
308       ]]></description>
309       <pubDate>Sat, 05 Jul 2008 20:14 CET</pubDate>
310       <enclosure type="application/octet-stream"
311         url="http://macvim.googlecode.com/files/MacVim-snapshot-33.tbz"
312         length="8467287"
313         sparkle:version="33"
314         sparkle:shortVersionString="7.1"
315         />
316     </item>
319     <item>
320       <title>Snapshot 32 released</title>
321       <description><![CDATA[
322 <h1>MacVim snapshot 32 released</h1>
324 <p><em> This snapshot contains fixes for several severe bugs; I strongly suggest
325 that you update now! </em></p>
327 <p> Changes since snapshot 31:
328 <ul>
329   <li> Fix several bugs that caused MacVim to crash </li>
330   <li> Console dialogs work once again (set go+=c) </li>
331   <li> Background processes work (:! ... &) (fix by Ben Schmidt)</li>
332   <li> Ctrl-Shift can be used for modeless selection </li>
333   <li> No crashes with HTML plugin </li>
334   <li> Toolbar is a bit better at finding icons (this still needs some work)
335        </li>
336   <li> Latest Vim source code and runtime files merged </li>
337 </ul>
338 </p>
339       ]]></description>
340       <pubDate>Fri, 22 Jun 2008 13:13 CET</pubDate>
341       <enclosure type="application/octet-stream"
342         url="http://macvim.googlecode.com/files/MacVim-snapshot-32.tbz"
343         length="8194915"
344         sparkle:version="32"
345         sparkle:shortVersionString="7.1"
346         />
347     </item>
350     <item>
351       <title>Snapshot 31 released</title>
352       <description><![CDATA[
353 <h1>MacVim snapshot 31 released</h1>
354 <p> Changes since snapshot 30:
355 <ul>
356   <li> Fixed problems with menus on OS X 10.4 and a related crash. </li>
357   <li> Dialog box handling has been updated.  This fixes a problem where the
358        "swap file warning" dialog would pop up before the informational text in
359        the editor window updated.  Hopefully this will also cure various other
360        problems with dialogs (e.g. nothing happening when opening files from a
361        dialog box). </li>
362   <li> Added dock menu with "New Window" item.  This is useful with "Spaces" on
363        OS X 10.5 since you can use this menu to open a new MacVim window on any
364        "space" when another editor window is already open.  (Also, now there is
365        always a way to open a new window, even if the menus are customized,
366        or if "-u NONE" is used.) </li>
367   <li> I have started trying to fix "modeless selection" and it sort of works
368        on my machine, but I've had one report stating that its not quite
369        working so you mileage may vary.  Make sure to let me know what works
370        and doesn't so that I can fix this properly.  (Try selecting text from
371        the command line.) </li>
372   <li> The default font (DejaVu Sans Mono) has been updated to version 2.25.
373   </li>
374   <li> Latest Vim source code merged </li>
375 </ul>
376 </p>
377       ]]></description>
378       <pubDate>Fri, 13 Jun 2008 16:00 CET</pubDate>
379       <enclosure type="application/octet-stream"
380         url="http://macvim.googlecode.com/files/MacVim-snapshot-31.tbz"
381         length="8182620"
382         sparkle:version="31"
383         sparkle:shortVersionString="7.1"
384         />
385     </item>
388     <item>
389       <title>Snapshot 30 released</title>
390       <description><![CDATA[
391 <h1>MacVim snapshot 30 released</h1>
392 <p> Changes since snapshot 28:
393 <ul>
394   <li> copy&paste and other "Edit" menu items now work as expected with dialogs
395        (such as open/save). </li>
396   <li> some menus (such as the "Window" menu) has got some new items </li>
397   <li> general menu improvements when no editor window is open </li>
398   <li> ability to access some OS X default Cmd-keys even if menus are
399        completely altered (e.g. when starting with "-u NONE") </li>
400   <li> QuickLook works with .vim files (patch by Nico Weber) </li>
401   <li> insert mode cursor honors the 'rightleft' option </li>
402   <li> no more "freezes" during :shell </li>
403   <li> no beeping on Cmd-q </li>
404   <li> Cmd-w works in full-screen again </li>
405   <li> window dimensions properly restored when leaving full-screen when
406        "maxvert" is in 'fuoptions' </li>
407   <li> support for 'mousehide' option </li>
408   <li> latest vim patches and runtime files </li>
409 </ul>
410 </p>
411 <p> The only difference between snapshot 29 and 30 is that the former did not
412 handle window cycling very well with international keyboard layouts. </p>
413       ]]></description>
414       <pubDate>Sun, 8 Jun 2008 16:43 CET</pubDate>
415       <enclosure type="application/octet-stream"
416         url="http://macvim.googlecode.com/files/MacVim-snapshot-30.tbz"
417         length="8137308"
418         sparkle:version="30"
419         sparkle:shortVersionString="7.1"
420         />
421     </item>
424     <item>
425       <title>Snapshot 28 released</title>
426       <description><![CDATA[
427 <h1>MacVim snapshot 28 released</h1>
428 <p><em>The ":macmenukey" command is now deprecated.  Please update your .gvimrc
429 file to use the ":macmenu" command instead (if you use ":macmenukey").</em></p>
431 <p> Changes since snapshot 27:
432 <ul>
433   <li> Added the ":macmenu" commmand (see ":h macmenu") and deprecated
434        ":macmenukey"</li>
435   <li> Cmd-w now works even when mappings to &lt;-\&gt; are present </li>
436   <li> Added "File.Save All" menu item (Cmd-Alt-s) </li>
437   <li> The Logitech Control Center no longer causes any problems </li>
438   <li> "Edit" menu items now work better with open and save dialogs </li>
439   <li> The 'backspace' option now includes "indent,eol,start" by default </li>
440   <li> Open and save dialogs track the present working directory </li>
441 </ul>
442 </p>
443       ]]></description>
444       <pubDate>Sun, 25 May 2008 19:40 CET</pubDate>
445       <enclosure type="application/octet-stream"
446         url="http://macvim.googlecode.com/files/MacVim-snapshot-28.tbz"
447         length="8124499"
448         sparkle:version="28"
449         sparkle:shortVersionString="7.1"
450         />
451     </item>
454     <item>
455       <title>Snapshot 27 released</title>
456       <description><![CDATA[
457 <h1>MacVim snapshot 27 released</h1>
458 <p> This is the first snapshot compiled on the new Mac I bought with money
459     donated from MacVim users!  There were problems with compiling universal
460     binaries with Ruby and Perl support on PPC/Tiger so I was hoping to be able
461     to include these now that I have Intel/Leopard.  The good news is that Ruby
462     support is now included, but Perl still is problematic and I had to drop
463     TCL support.  I will try to get these working in a future snapshot.
464     </p>
466 <p> Here is the list of changes since snapshot 26:
467 <ul>
468   <li> 'fuoptions' now support setting the background color while in
469        full-screen mode, check ":h 'fuopt'" (patch by Enno Lübbers) </li>
470   <li> &lt;D-w&gt; shows confirmation dialog when buffer is modified </li>
471   <li> setting 'antialias' from gvimrc now works </li>
472   <li> zooming a window no longer causes it to move downwards </li>
473   <li> the File menu now contains a "Recent Files" submenu; note that only
474        files opened from Finder or with the ":browse" command are added to this
475        list, and not files opened with e.g. ":e" (patch by Nico Weber) </li>
476   <li> includes latest Vim patches and runtime files </li>
477 </ul>
478 </p>
479       ]]></description>
480       <pubDate>Mon, 12 May 2008 22:05 CET</pubDate>
481       <enclosure type="application/octet-stream"
482         url="http://macvim.googlecode.com/files/MacVim-snapshot-27-fixed.tbz"
483         length="8102568"
484         sparkle:version="27"
485         sparkle:shortVersionString="7.1"
486         />
487     </item>
490     <item>
491       <title>Snapshot 26 released</title>
492       <description><![CDATA[
493 <h1>MacVim snapshot 26 released</h1>
494 <p> This snapshot contains a fix to the bug which caused the first window to
495     open in the wrong position as well as an initial version of the new MacVim
496     icon.  </p>
498       ]]></description>
499       <pubDate>Fri, 11 Apr 2008 20:37 CET</pubDate>
500       <enclosure type="application/octet-stream"
501         url="http://macvim.googlecode.com/files/MacVim-snapshot-26.tbz"
502         length="8147362"
503         sparkle:version="26"
504         sparkle:shortVersionString="7.1"
505         />
506     </item>
509     <item>
510       <title>Snapshot 25 released</title>
511       <description><![CDATA[
512 <h1>MacVim snapshot 25 released</h1>
514 <p> This snapshot adds support for two new options: 'antialias' and
515 'fuoptions'.  The former lets you turn text antialiasing on or off (it's
516 on by default), the latter can be used to make the view maximize when
517 full-screen is entered.  See the built-in help for more information (:h
518 'anti' and :h 'fuopt'). </p>
520 <p> Another minor addition is that &lt;C-c&gt; and &lt;C-v&gt; work with
521 block-wise selections (do note that &lt;C-v&gt; behaves like "P", not "p").
522 Also, &lt;D-w&gt; now works in ex-mode and in a command-line window. </p>
524 <p> Here is the list of changes since snapshot 24:
525 <ul>
526   <li> support 'antialias' option (Jjgod Jiang) </li>
527   <li> add option 'fuoptions' to control resizing when full-screen is entered
528       (Nico Weber) </li>
529   <li> fixed bug where transparency setting was lost after leaving full-screen
530       (Nico Weber) </li>
531   <li> help menu contains MacVim help and website link </li>
532   <li> &lt;D-w&gt; now works in ex-mode and in command-line window </li>
533   <li> :macaction command supports command-line completion (Nico Weber) </li>
534   <li> copy/paste respects block selections (requested by George Harker) </li>
535   <li> window no longer cascades from preferences panel </li>
536 </ul>
537 </p>
539       ]]></description>
540       <pubDate>Fri, 06 Apr 2008 19:11 CET</pubDate>
541       <enclosure type="application/octet-stream"
542         url="http://macvim.googlecode.com/files/MacVim-snapshot-25.tbz"
543         length="8042440"
544         sparkle:version="25"
545         sparkle:shortVersionString="7.1"
546         />
547     </item>
550     <item>
551       <title>Snapshot 24 released</title>
552       <description><![CDATA[
553 <h1>MacVim snapshot 24 released</h1>
555 <p><em> The input manager bundled with snapshot 23 contained a bug which could
556 lead to other apps crashing on startup.  If you have installed the input
557 manager, then you are strongly advised to update now and install the new input
558 manager (via the Integration preference pane). </em></p>
560 <p> Changes since snapshot 23:
561 <ul>
562   <li> The mouse cursor has higher contrast in insert mode (when bg=dark). </li>
563   <li> The layout of the Integration preference pane has been updated. </li>
564 </ul>
565 </p>
567       ]]></description>
568       <pubDate>Fri, 14 Mar 2008 20:44 CET</pubDate>
569       <enclosure type="application/octet-stream"
570         url="http://macvim.googlecode.com/files/MacVim-snapshot-24.tbz"
571         length="8036815"
572         sparkle:version="24"
573         sparkle:shortVersionString="7.1"
574         />
575     </item>
578     <item>
579       <title>Snapshot 23 released</title>
580       <description><![CDATA[
581 <h1>MacVim snapshot 23 released</h1>
583 Changes since snapshot 22:
585 <ul>
586   <li> The preferences panel has been updated with an "Integration pane".  This
587       can be used to easily install (and uninstall) the "Edit in ODBEditor"
588       input manager.  The input manager enables you to use MacVim to edit text
589       in any Cocoa text field (e.g. you can use MacVim to edit emails in Mail).
590       Please read the warning on the Integration pane before installing the
591       input manager.  (Patch by Nico Weber.) </li>
592   <li> The "Login Shell" preference has been updated so it should now work with
593       most shells.  This option ensures that environment variables (e.g. $PATH)
594       are set properly.  You should enable it if you ever need to issue shell
595       commands from within MacVim.  (Patch by Ben Schmidt.) </li>
596   <li> Added MMZoomBoth user default.  Enable this if you prefer the window to
597       maximize in both directions when you press the green "maximize button"
598       (hold down Cmd to temporarily restrict resizing to the vertical direction
599       only).  (Requested by Brian McKee.) </li>
600   <li> Added Cmd-Ctrl-z as key equivalent for "Window->Zoom" (this is the same
601       key equivalent as in iTunes) </li>
602   <li> The Vim runtime files have been updated to the latest version </li>
603   <li> MacVim recognizes files with .patch and .diff extension </li>
604   <li> The mouse cursor in insert mode has higher contrast (when used with dark
605       backgrounds).  (Requested by Enno et al.) </li>
606   <li> Line numbers (:h 'number') are brighter when bakground=dark.  (Requested
607       by Ted Pavlic) </li>
608 </ul>
611   Like MacVim?  Go to <a href="http://code.google.com/p/macvim/">
612       http://code.google.com/p/macvim/</a> to see how you can show your
613   support.
614 </p>
616       ]]></description>
617       <pubDate>Sun, 9 Mar 2008 16:43 CET</pubDate>
618       <enclosure type="application/octet-stream"
619         url="http://macvim.googlecode.com/files/MacVim-snapshot-23.tbz"
620         length="8037899"
621         sparkle:version="23"
622         sparkle:shortVersionString="7.1"
623         />
624     </item>
627     <item>
628       <title>Snapshot 22 released</title>
629       <description><![CDATA[
630 <h1>MacVim snapshot 22 released</h1>
632 <p><em>This snapshot replaces the broken snapshot 21.  If you installed build 21
633   then please update immediately.</em></p>
635 <p>Changes since snapshot 20:</p>
636 <ul>
637   <li>Fix forking bug which caused snapshot 21 to lock up OS X</li>
638   <li>The macvim color scheme changed so that line numbers look better when
639     the background is dark (enable line numbers with :set number; set dark
640     background with :set bg=dark)</li>
641   <li>Improved support for Voice Over (enable with &lt;D-F5&gt;)</li>
642   <li>System bell support (see :h 'vb' on how to turn it off)</li>
643   <li>MacVim no longer associates to .plist and .dict since these may well be
644     in binary format</li>
645   <li>Added Find Next &lt;D-g&gt;, Find Previous &lt;D-G&gt; and Use Selection
646     for Find &lt;D-e&gt; menu items</li>
647   <li>Track pad scrolling is now force sensitive</li>
648   <li>Added help section on preferences</li>
649   <li>Preferences panel updated (also no longer hides when MacVim loses focus)
650     </li>
651 </ul>
653 <p>The most exciting new addition in this snapshot is support for &lt;D-g&gt;.
654 It repeats the last search you made in any other application (that supports the
655 Find Pasteboard).</p>
656 <p>This is very useful if you have several windows open in MacVim...try
657 searching for something in one window (using "/"), then switching to another
658 window and hitting &lt;D-g&gt; for an example (after having pressed &lt;D-g&gt;
659 once you can of course use "n" to repeat the search).</p>
660       ]]></description>
661       <pubDate>Wed, 13 Feb 2008 19:36 CET</pubDate>
662       <enclosure type="application/octet-stream"
663         url="http://macvim.googlecode.com/files/MacVim-snapshot-22.tbz"
664         length="7812907"
665         sparkle:version="22"
666         sparkle:shortVersionString="7.1"
667         />
668     </item>
671     <item>
672       <title>Snapshot 20 released</title>
673       <description><![CDATA[
674 <h1>MacVim snapshot 20 released</h1>
675 <ul>
676   <li>Automatic updates via Sparkle (Nico Weber)</li>
677   <li>Preferences panel</li>
678   <li>Fix ^C^W bug (Issue 48)</li>
679   <li>Make sure window is ordered front when new files are opened</li>
680   <li>Warn when quitting with multiple tabs or windows open</li>
681   <li>&lt;D-w&gt; can now be used to close dialogs (such as the About dialog)</li>
682 </ul>
683       ]]></description>
684       <pubDate>Sun, 03 Feb 2008 16:39 CET</pubDate>
685       <enclosure type="application/octet-stream"
686         url="http://macvim.googlecode.com/files/MacVim-snapshot-20.tbz"
687         length="7805678"
688         sparkle:version="20"
689         sparkle:shortVersionString="snapshot 20"
690         />
691     </item>
692   </channel>
693 </rss>