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