Snapshot 39
[MacVim.git] / src / MacVim / macvim_latest.xml
blob1da3a65fad01f5c972de1b3463f49e7b738c477a
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 39 released</title>
45       <description><![CDATA[
46 <h1>MacVim snapshot 39 released</h1>
48 <p> Changes since snapshot 36 (snapshots 37 and 38 were skipped):
49   <ul>
50     <li> Avoid "Stray process..." warning messages (Ben Schmidt) </li>
51     <li> Add Cmd-BackSpace and Alt-BackSpace insert mode mappings (Nico Weber) </li>
52     <li> Dropping multiple files on a window no longer results in an error </li>
53     <li> Fix "Login shell" problems (Ben Schmidt) </li>
54     <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>
55     <li> Fix bug where Vim would crash when resizing a window with double-width characters </li>
56     <li> Add option 'macmeta' to use "alt/option" as meta key to allow bindings to &lt;M-..&gt; (see ":h 'macmeta') </li>
57     <li> Add basic support for AppleScript (Jason Foreman).  E.g. to zoom a window:
58 <pre>
59 tell application MacVim
60     set zoomed of first window to true
61 end tell
62 </pre>
63     </li>
64     <li> Fix various bugs relating to initial window positioning  </li>
65     <li> Keep window is visible on ":set lines=..." and "set columns=..." </li>
66     <li> Inserting text from "Special Characters" palette works again </li>
67     <li> Remove the functionality to use a modifier key as Esc (use the PCKeyboardHack app instead, see ":h macvim-hints | /esc") </li>
68     <li> More help on keyboard shortcuts (":h macvim-shortcuts") and the mvim script (see ":h mvim") </li>
69     <li> Speed up live resize </li>
70     <li> Support mvim script symlinks to [m|g]ex and rmvim (see ":h mvim") </li>
71     <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>
72     <li> No more Vim zombie processes </li>
73     <li> Add "Reload"/"Ignore All" buttons to the file changed dialog </li>
74     <li>  Latest runtime files, and Vim patches </li>
75   </ul>
76 </p>
77       ]]></description>
78       <pubDate>Sun, 23 Nov 2008 18:09 CET</pubDate>
79       <enclosure type="application/octet-stream"
80         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-39.tbz"
81         length="8012682"
82         sparkle:version="39"
83         sparkle:shortVersionString="7.2"
84         />
85     </item>
88     <item>
89       <title>Snapshot 36 released</title>
90       <description><![CDATA[
91 <h1>MacVim snapshot 36 released</h1>
93 <p> This snapshot fixes a problem with dropped characters that was introduced with snapshot 35. Other changes since snapshot 35: 
94   <ul>
95     <li> More help file updates </li>
96     <li> Fixed memory leak (Jonathon Mah) </li>
97     <li> Tool tips for truncated tab labels (Jonathon Mah) </li>
98     <li> Support drag and drop on tabs and on tabline (Jonathon Mah) </li>
99     <li> Modifier key can be used as Esc (useful for turning Caps Lock into Esc, see ":h macvim-esc") </li>
100     <li> Added "Find & Replace" dialog box (Cmd-f) </li>
101   </ul>
102 </p>
103       ]]></description>
104       <pubDate>Sat, 04 Oct 2008 18:38 CET</pubDate>
105       <enclosure type="application/octet-stream"
106         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-36.tbz"
107         length="8005820"
108         sparkle:version="36"
109         sparkle:shortVersionString="7.2"
110         />
111     </item>
114     <item>
115       <title>Snapshot 35 released</title>
116       <description><![CDATA[
117 <h1>MacVim snapshot 35 released</h1>
119 <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>
121 <p> Here is a summary of the changes since snapshot 34:
122 <ul>
123   <li> Faster startup times </li>
124   <li> Overall faster drawing </li>
125   <li> Quicker response to key presses </li>
126   <li> Fix bug where key presses were ignored when mouse was moved simultaneously </li>
127   <li> Update ":h macvim" docs </li>
128   <li> Add mvim:// URL handler support (Nico Weber) </li>
129   <li> The VimLeave autocommand works with :maca (see ":h macvim-hints") </li>
130   <li> Multiple files opened from Finder are sorted </li>
131   <li> Don't shift new windows downwards if they are vertically maximized </li>
132   <li> Add option to hide MacVim when last window closes </li>
133   <li> The "Save changes" dialog conforms to the Apple HIG (works with Cmd-D) </li>
134   <li> Fix problems with 'fullscreen' and :mksession (Nico Weber) </li>
135   <li> Cmd-e copies selection to Find Pasteboard without searching </li>
136   <li> Fix bug with blurry text in full-screen with ATSUI (Jjgod Jiang) </li>
137   <li> Cmd-. can be used to interrupt Vim (and to exit insert mode) </li>
138   <li> Add "New Document Here" system service (Ron Olson) </li>
139   <li> Simplify system services menu (honors the "Open files..." pref) </li>
140   <li> Full-screen background color is updated immediately when 'fuopt' changes </li>
141   <li> Cursor no longer escapes the command line on Cmd-=/Cmd-- </li>
142   <li> Add Input Manager support to ATSUI renderer (Kaoru Yoshida) </li>
143   <li> Use latest Vim source code and runtime files </li>
144   <li> Minor bug fixes </li>
145 </ul>
146 </p>
147       ]]></description>
148       <pubDate>Fri, 26 Sep 2008 20:29 CET</pubDate>
149       <enclosure type="application/octet-stream"
150         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-35.tbz"
151         length="7986836"
152         sparkle:version="35"
153         sparkle:shortVersionString="7.2"
154         />
155     </item>
158     <item>
159       <title>Snapshot 34 released</title>
160       <description><![CDATA[
161 <h1>MacVim snapshot 34 released</h1>
163 <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>
165 <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:
167 <ul>
168   <li> More options on how new files should open (in tabs/splits/etc.): Open the preferences to check this out. </li>
169   <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>
170   <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>
171   <li> Some of the old toolbar icons have been resurrected. </li>
172   <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>
173   <li> Windows opened from the Dock menu are in focus. </li>
174   <li> Menu item to toggle the Plug-in drawer (Matt Tolton). </li>
175   <li> Now possible to set 'linespace' in [g]vimrc. </li>
176   <li> Help file cleanup (Michael Wookey). </li>
177   <li> Problems with ptys on Leopard fixed (Ben Schmidt). </li>
178   <li> (Hopefully) no more annoying "dropping incoming DO message ..." warnings. </li>
179   <li> Scroll wheel (track pad) should behave better with fast machines (Issue 100) </li>
180   <li> Various bug fixes...
181 </ul>
182 </p>
183       ]]></description>
184       <pubDate>Sat, 16 Aug 2008 16:59 CET</pubDate>
185       <enclosure type="application/octet-stream"
186         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-34.tbz"
187         length="7959893"
188         sparkle:version="34"
189         sparkle:shortVersionString="7.2"
190         />
191     </item>
194     <item>
195       <title>Snapshot 33 released</title>
196       <description><![CDATA[
197 <h1>MacVim snapshot 33 released</h1>
199 <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>.
201 <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>
203 <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>
205 <p> More changes since snapshot 32:
206 <ul>
207   <li> The file open dialog has a check-box to show hidden files (patch by Nico Weber) </li>
208   <li> Cmd-? now works </li>
209   <li> Partial printing support: Cmd-p opens up Preview.app (Nico Weber) </li>
210   <li> Uses Vim 7.2a BETA source code </li>
211   <li> Latest runtime files </li>
212   <li> Minor bug fixes (see <a href="http://repo.or.cz/w/MacVim.git">here</a>) </li>
213 </p>
214       ]]></description>
215       <pubDate>Sat, 05 Jul 2008 20:14 CET</pubDate>
216       <enclosure type="application/octet-stream"
217         url="http://macvim.googlecode.com/files/MacVim-snapshot-33.tbz"
218         length="8467287"
219         sparkle:version="33"
220         sparkle:shortVersionString="7.1"
221         />
222     </item>
225     <item>
226       <title>Snapshot 32 released</title>
227       <description><![CDATA[
228 <h1>MacVim snapshot 32 released</h1>
230 <p><em> This snapshot contains fixes for several severe bugs; I strongly suggest
231 that you update now! </em></p>
233 <p> Changes since snapshot 31:
234 <ul>
235   <li> Fix several bugs that caused MacVim to crash </li>
236   <li> Console dialogs work once again (set go+=c) </li>
237   <li> Background processes work (:! ... &) (fix by Ben Schmidt)</li>
238   <li> Ctrl-Shift can be used for modeless selection </li>
239   <li> No crashes with HTML plugin </li>
240   <li> Toolbar is a bit better at finding icons (this still needs some work)
241        </li>
242   <li> Latest Vim source code and runtime files merged </li>
243 </ul>
244 </p>
245       ]]></description>
246       <pubDate>Fri, 22 Jun 2008 13:13 CET</pubDate>
247       <enclosure type="application/octet-stream"
248         url="http://macvim.googlecode.com/files/MacVim-snapshot-32.tbz"
249         length="8194915"
250         sparkle:version="32"
251         sparkle:shortVersionString="7.1"
252         />
253     </item>
256     <item>
257       <title>Snapshot 31 released</title>
258       <description><![CDATA[
259 <h1>MacVim snapshot 31 released</h1>
260 <p> Changes since snapshot 30:
261 <ul>
262   <li> Fixed problems with menus on OS X 10.4 and a related crash. </li>
263   <li> Dialog box handling has been updated.  This fixes a problem where the
264        "swap file warning" dialog would pop up before the informational text in
265        the editor window updated.  Hopefully this will also cure various other
266        problems with dialogs (e.g. nothing happening when opening files from a
267        dialog box). </li>
268   <li> Added dock menu with "New Window" item.  This is useful with "Spaces" on
269        OS X 10.5 since you can use this menu to open a new MacVim window on any
270        "space" when another editor window is already open.  (Also, now there is
271        always a way to open a new window, even if the menus are customized,
272        or if "-u NONE" is used.) </li>
273   <li> I have started trying to fix "modeless selection" and it sort of works
274        on my machine, but I've had one report stating that its not quite
275        working so you mileage may vary.  Make sure to let me know what works
276        and doesn't so that I can fix this properly.  (Try selecting text from
277        the command line.) </li>
278   <li> The default font (DejaVu Sans Mono) has been updated to version 2.25.
279   </li>
280   <li> Latest Vim source code merged </li>
281 </ul>
282 </p>
283       ]]></description>
284       <pubDate>Fri, 13 Jun 2008 16:00 CET</pubDate>
285       <enclosure type="application/octet-stream"
286         url="http://macvim.googlecode.com/files/MacVim-snapshot-31.tbz"
287         length="8182620"
288         sparkle:version="31"
289         sparkle:shortVersionString="7.1"
290         />
291     </item>
294     <item>
295       <title>Snapshot 30 released</title>
296       <description><![CDATA[
297 <h1>MacVim snapshot 30 released</h1>
298 <p> Changes since snapshot 28:
299 <ul>
300   <li> copy&paste and other "Edit" menu items now work as expected with dialogs
301        (such as open/save). </li>
302   <li> some menus (such as the "Window" menu) has got some new items </li>
303   <li> general menu improvements when no editor window is open </li>
304   <li> ability to access some OS X default Cmd-keys even if menus are
305        completely altered (e.g. when starting with "-u NONE") </li>
306   <li> QuickLook works with .vim files (patch by Nico Weber) </li>
307   <li> insert mode cursor honors the 'rightleft' option </li>
308   <li> no more "freezes" during :shell </li>
309   <li> no beeping on Cmd-q </li>
310   <li> Cmd-w works in full-screen again </li>
311   <li> window dimensions properly restored when leaving full-screen when
312        "maxvert" is in 'fuoptions' </li>
313   <li> support for 'mousehide' option </li>
314   <li> latest vim patches and runtime files </li>
315 </ul>
316 </p>
317 <p> The only difference between snapshot 29 and 30 is that the former did not
318 handle window cycling very well with international keyboard layouts. </p>
319       ]]></description>
320       <pubDate>Sun, 8 Jun 2008 16:43 CET</pubDate>
321       <enclosure type="application/octet-stream"
322         url="http://macvim.googlecode.com/files/MacVim-snapshot-30.tbz"
323         length="8137308"
324         sparkle:version="30"
325         sparkle:shortVersionString="7.1"
326         />
327     </item>
330     <item>
331       <title>Snapshot 28 released</title>
332       <description><![CDATA[
333 <h1>MacVim snapshot 28 released</h1>
334 <p><em>The ":macmenukey" command is now deprecated.  Please update your .gvimrc
335 file to use the ":macmenu" command instead (if you use ":macmenukey").</em></p>
337 <p> Changes since snapshot 27:
338 <ul>
339   <li> Added the ":macmenu" commmand (see ":h macmenu") and deprecated
340        ":macmenukey"</li>
341   <li> Cmd-w now works even when mappings to &lt;-\&gt; are present </li>
342   <li> Added "File.Save All" menu item (Cmd-Alt-s) </li>
343   <li> The Logitech Control Center no longer causes any problems </li>
344   <li> "Edit" menu items now work better with open and save dialogs </li>
345   <li> The 'backspace' option now includes "indent,eol,start" by default </li>
346   <li> Open and save dialogs track the present working directory </li>
347 </ul>
348 </p>
349       ]]></description>
350       <pubDate>Sun, 25 May 2008 19:40 CET</pubDate>
351       <enclosure type="application/octet-stream"
352         url="http://macvim.googlecode.com/files/MacVim-snapshot-28.tbz"
353         length="8124499"
354         sparkle:version="28"
355         sparkle:shortVersionString="7.1"
356         />
357     </item>
360     <item>
361       <title>Snapshot 27 released</title>
362       <description><![CDATA[
363 <h1>MacVim snapshot 27 released</h1>
364 <p> This is the first snapshot compiled on the new Mac I bought with money
365     donated from MacVim users!  There were problems with compiling universal
366     binaries with Ruby and Perl support on PPC/Tiger so I was hoping to be able
367     to include these now that I have Intel/Leopard.  The good news is that Ruby
368     support is now included, but Perl still is problematic and I had to drop
369     TCL support.  I will try to get these working in a future snapshot.
370     </p>
372 <p> Here is the list of changes since snapshot 26:
373 <ul>
374   <li> 'fuoptions' now support setting the background color while in
375        full-screen mode, check ":h 'fuopt'" (patch by Enno Lübbers) </li>
376   <li> &lt;D-w&gt; shows confirmation dialog when buffer is modified </li>
377   <li> setting 'antialias' from gvimrc now works </li>
378   <li> zooming a window no longer causes it to move downwards </li>
379   <li> the File menu now contains a "Recent Files" submenu; note that only
380        files opened from Finder or with the ":browse" command are added to this
381        list, and not files opened with e.g. ":e" (patch by Nico Weber) </li>
382   <li> includes latest Vim patches and runtime files </li>
383 </ul>
384 </p>
385       ]]></description>
386       <pubDate>Mon, 12 May 2008 22:05 CET</pubDate>
387       <enclosure type="application/octet-stream"
388         url="http://macvim.googlecode.com/files/MacVim-snapshot-27-fixed.tbz"
389         length="8102568"
390         sparkle:version="27"
391         sparkle:shortVersionString="7.1"
392         />
393     </item>
396     <item>
397       <title>Snapshot 26 released</title>
398       <description><![CDATA[
399 <h1>MacVim snapshot 26 released</h1>
400 <p> This snapshot contains a fix to the bug which caused the first window to
401     open in the wrong position as well as an initial version of the new MacVim
402     icon.  </p>
404       ]]></description>
405       <pubDate>Fri, 11 Apr 2008 20:37 CET</pubDate>
406       <enclosure type="application/octet-stream"
407         url="http://macvim.googlecode.com/files/MacVim-snapshot-26.tbz"
408         length="8147362"
409         sparkle:version="26"
410         sparkle:shortVersionString="7.1"
411         />
412     </item>
415     <item>
416       <title>Snapshot 25 released</title>
417       <description><![CDATA[
418 <h1>MacVim snapshot 25 released</h1>
420 <p> This snapshot adds support for two new options: 'antialias' and
421 'fuoptions'.  The former lets you turn text antialiasing on or off (it's
422 on by default), the latter can be used to make the view maximize when
423 full-screen is entered.  See the built-in help for more information (:h
424 'anti' and :h 'fuopt'). </p>
426 <p> Another minor addition is that &lt;C-c&gt; and &lt;C-v&gt; work with
427 block-wise selections (do note that &lt;C-v&gt; behaves like "P", not "p").
428 Also, &lt;D-w&gt; now works in ex-mode and in a command-line window. </p>
430 <p> Here is the list of changes since snapshot 24:
431 <ul>
432   <li> support 'antialias' option (Jjgod Jiang) </li>
433   <li> add option 'fuoptions' to control resizing when full-screen is entered
434       (Nico Weber) </li>
435   <li> fixed bug where transparency setting was lost after leaving full-screen
436       (Nico Weber) </li>
437   <li> help menu contains MacVim help and website link </li>
438   <li> &lt;D-w&gt; now works in ex-mode and in command-line window </li>
439   <li> :macaction command supports command-line completion (Nico Weber) </li>
440   <li> copy/paste respects block selections (requested by George Harker) </li>
441   <li> window no longer cascades from preferences panel </li>
442 </ul>
443 </p>
445       ]]></description>
446       <pubDate>Fri, 06 Apr 2008 19:11 CET</pubDate>
447       <enclosure type="application/octet-stream"
448         url="http://macvim.googlecode.com/files/MacVim-snapshot-25.tbz"
449         length="8042440"
450         sparkle:version="25"
451         sparkle:shortVersionString="7.1"
452         />
453     </item>
456     <item>
457       <title>Snapshot 24 released</title>
458       <description><![CDATA[
459 <h1>MacVim snapshot 24 released</h1>
461 <p><em> The input manager bundled with snapshot 23 contained a bug which could
462 lead to other apps crashing on startup.  If you have installed the input
463 manager, then you are strongly advised to update now and install the new input
464 manager (via the Integration preference pane). </em></p>
466 <p> Changes since snapshot 23:
467 <ul>
468   <li> The mouse cursor has higher contrast in insert mode (when bg=dark). </li>
469   <li> The layout of the Integration preference pane has been updated. </li>
470 </ul>
471 </p>
473       ]]></description>
474       <pubDate>Fri, 14 Mar 2008 20:44 CET</pubDate>
475       <enclosure type="application/octet-stream"
476         url="http://macvim.googlecode.com/files/MacVim-snapshot-24.tbz"
477         length="8036815"
478         sparkle:version="24"
479         sparkle:shortVersionString="7.1"
480         />
481     </item>
484     <item>
485       <title>Snapshot 23 released</title>
486       <description><![CDATA[
487 <h1>MacVim snapshot 23 released</h1>
489 Changes since snapshot 22:
491 <ul>
492   <li> The preferences panel has been updated with an "Integration pane".  This
493       can be used to easily install (and uninstall) the "Edit in ODBEditor"
494       input manager.  The input manager enables you to use MacVim to edit text
495       in any Cocoa text field (e.g. you can use MacVim to edit emails in Mail).
496       Please read the warning on the Integration pane before installing the
497       input manager.  (Patch by Nico Weber.) </li>
498   <li> The "Login Shell" preference has been updated so it should now work with
499       most shells.  This option ensures that environment variables (e.g. $PATH)
500       are set properly.  You should enable it if you ever need to issue shell
501       commands from within MacVim.  (Patch by Ben Schmidt.) </li>
502   <li> Added MMZoomBoth user default.  Enable this if you prefer the window to
503       maximize in both directions when you press the green "maximize button"
504       (hold down Cmd to temporarily restrict resizing to the vertical direction
505       only).  (Requested by Brian McKee.) </li>
506   <li> Added Cmd-Ctrl-z as key equivalent for "Window->Zoom" (this is the same
507       key equivalent as in iTunes) </li>
508   <li> The Vim runtime files have been updated to the latest version </li>
509   <li> MacVim recognizes files with .patch and .diff extension </li>
510   <li> The mouse cursor in insert mode has higher contrast (when used with dark
511       backgrounds).  (Requested by Enno et al.) </li>
512   <li> Line numbers (:h 'number') are brighter when bakground=dark.  (Requested
513       by Ted Pavlic) </li>
514 </ul>
517   Like MacVim?  Go to <a href="http://code.google.com/p/macvim/">
518       http://code.google.com/p/macvim/</a> to see how you can show your
519   support.
520 </p>
522       ]]></description>
523       <pubDate>Sun, 9 Mar 2008 16:43 CET</pubDate>
524       <enclosure type="application/octet-stream"
525         url="http://macvim.googlecode.com/files/MacVim-snapshot-23.tbz"
526         length="8037899"
527         sparkle:version="23"
528         sparkle:shortVersionString="7.1"
529         />
530     </item>
533     <item>
534       <title>Snapshot 22 released</title>
535       <description><![CDATA[
536 <h1>MacVim snapshot 22 released</h1>
538 <p><em>This snapshot replaces the broken snapshot 21.  If you installed build 21
539   then please update immediately.</em></p>
541 <p>Changes since snapshot 20:</p>
542 <ul>
543   <li>Fix forking bug which caused snapshot 21 to lock up OS X</li>
544   <li>The macvim color scheme changed so that line numbers look better when
545     the background is dark (enable line numbers with :set number; set dark
546     background with :set bg=dark)</li>
547   <li>Improved support for Voice Over (enable with &lt;D-F5&gt;)</li>
548   <li>System bell support (see :h 'vb' on how to turn it off)</li>
549   <li>MacVim no longer associates to .plist and .dict since these may well be
550     in binary format</li>
551   <li>Added Find Next &lt;D-g&gt;, Find Previous &lt;D-G&gt; and Use Selection
552     for Find &lt;D-e&gt; menu items</li>
553   <li>Track pad scrolling is now force sensitive</li>
554   <li>Added help section on preferences</li>
555   <li>Preferences panel updated (also no longer hides when MacVim loses focus)
556     </li>
557 </ul>
559 <p>The most exciting new addition in this snapshot is support for &lt;D-g&gt;.
560 It repeats the last search you made in any other application (that supports the
561 Find Pasteboard).</p>
562 <p>This is very useful if you have several windows open in MacVim...try
563 searching for something in one window (using "/"), then switching to another
564 window and hitting &lt;D-g&gt; for an example (after having pressed &lt;D-g&gt;
565 once you can of course use "n" to repeat the search).</p>
566       ]]></description>
567       <pubDate>Wed, 13 Feb 2008 19:36 CET</pubDate>
568       <enclosure type="application/octet-stream"
569         url="http://macvim.googlecode.com/files/MacVim-snapshot-22.tbz"
570         length="7812907"
571         sparkle:version="22"
572         sparkle:shortVersionString="7.1"
573         />
574     </item>
577     <item>
578       <title>Snapshot 20 released</title>
579       <description><![CDATA[
580 <h1>MacVim snapshot 20 released</h1>
581 <ul>
582   <li>Automatic updates via Sparkle (Nico Weber)</li>
583   <li>Preferences panel</li>
584   <li>Fix ^C^W bug (Issue 48)</li>
585   <li>Make sure window is ordered front when new files are opened</li>
586   <li>Warn when quitting with multiple tabs or windows open</li>
587   <li>&lt;D-w&gt; can now be used to close dialogs (such as the About dialog)</li>
588 </ul>
589       ]]></description>
590       <pubDate>Sun, 03 Feb 2008 16:39 CET</pubDate>
591       <enclosure type="application/octet-stream"
592         url="http://macvim.googlecode.com/files/MacVim-snapshot-20.tbz"
593         length="7805678"
594         sparkle:version="20"
595         sparkle:shortVersionString="snapshot 20"
596         />
597     </item>
598   </channel>
599 </rss>