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