Snapshot 28
[MacVim.git] / src / MacVim / macvim_latest.xml
blob5f3154a1f4e8fb4904d4e0ee0701126c44ffb2a4
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     -->
42     
43     <item>
44       <title>Snapshot 28 released</title>
45       <description><![CDATA[
46 <h1>MacVim snapshot 28 released</h1>
47 <p><em>The ":macmenukey" command is now deprecated.  Please update your .gvimrc
48 file to use the ":macmenu" command instead (if you use ":macmenukey").</em></p>
50 <p> Changes since snapshot 27:
51 <ul>
52   <li> Added the ":macmenu" commmand (see ":h macmenu") and deprecated
53        ":macmenukey"</li>
54   <li> Cmd-w now works even when mappings to &lt;-\&gt; are present </li>
55   <li> Added "File.Save All" menu item (Cmd-Alt-s) </li>
56   <li> The Logitech Control Center no longer causes any problems </li>
57   <li> "Edit" menu items now work better with open and save dialogs </li>
58   <li> The 'backspace' option now includes "indent,eol,start" by default </li>
59   <li> Open and save dialogs track the present working directory </li>
60 </ul>
61 </p>
62       ]]></description>
63       <pubDate>Sun, 25 May 2008 19:40 CET</pubDate>
64       <enclosure type="application/octet-stream"
65         url="http://macvim.googlecode.com/files/MacVim-snapshot-28.tbz"
66         length="8124499"
67         sparkle:version="28"
68         sparkle:shortVersionString="7.1"
69         />
70     </item>
73     <item>
74       <title>Snapshot 27 released</title>
75       <description><![CDATA[
76 <h1>MacVim snapshot 27 released</h1>
77 <p> This is the first snapshot compiled on the new Mac I bought with money
78     donated from MacVim users!  There were problems with compiling universal
79     binaries with Ruby and Perl support on PPC/Tiger so I was hoping to be able
80     to include these now that I have Intel/Leopard.  The good news is that Ruby
81     support is now included, but Perl still is problematic and I had to drop
82     TCL support.  I will try to get these working in a future snapshot.
83     </p>
85 <p> Here is the list of changes since snapshot 26:
86 <ul>
87   <li> 'fuoptions' now support setting the background color while in
88        full-screen mode, check ":h 'fuopt'" (patch by Enno Lübbers) </li>
89   <li> &lt;D-w&gt; shows confirmation dialog when buffer is modified </li>
90   <li> setting 'antialias' from gvimrc now works </li>
91   <li> zooming a window no longer causes it to move downwards </li>
92   <li> the File menu now contains a "Recent Files" submenu; note that only
93        files opened from Finder or with the ":browse" command are added to this
94        list, and not files opened with e.g. ":e" (patch by Nico Weber) </li>
95   <li> includes latest Vim patches and runtime files </li>
96 </ul>
97 </p>
98       ]]></description>
99       <pubDate>Mon, 12 May 2008 22:05 CET</pubDate>
100       <enclosure type="application/octet-stream"
101         url="http://macvim.googlecode.com/files/MacVim-snapshot-27-fixed.tbz"
102         length="8102568"
103         sparkle:version="27"
104         sparkle:shortVersionString="7.1"
105         />
106     </item>
109     <item>
110       <title>Snapshot 26 released</title>
111       <description><![CDATA[
112 <h1>MacVim snapshot 26 released</h1>
113 <p> This snapshot contains a fix to the bug which caused the first window to
114     open in the wrong position as well as an initial version of the new MacVim
115     icon.  </p>
117       ]]></description>
118       <pubDate>Fri, 11 Apr 2008 20:37 CET</pubDate>
119       <enclosure type="application/octet-stream"
120         url="http://macvim.googlecode.com/files/MacVim-snapshot-26.tbz"
121         length="8147362"
122         sparkle:version="26"
123         sparkle:shortVersionString="7.1"
124         />
125     </item>
128     <item>
129       <title>Snapshot 25 released</title>
130       <description><![CDATA[
131 <h1>MacVim snapshot 25 released</h1>
133 <p> This snapshot adds support for two new options: 'antialias' and
134 'fuoptions'.  The former lets you turn text antialiasing on or off (it's
135 on by default), the latter can be used to make the view maximize when
136 full-screen is entered.  See the built-in help for more information (:h
137 'anti' and :h 'fuopt'). </p>
139 <p> Another minor addition is that &lt;C-c&gt; and &lt;C-v&gt; work with
140 block-wise selections (do note that &lt;C-v&gt; behaves like "P", not "p").
141 Also, &lt;D-w&gt; now works in ex-mode and in a command-line window. </p>
143 <p> Here is the list of changes since snapshot 24:
144 <ul>
145   <li> support 'antialias' option (Jjgod Jiang) </li>
146   <li> add option 'fuoptions' to control resizing when full-screen is entered
147       (Nico Weber) </li>
148   <li> fixed bug where transparency setting was lost after leaving full-screen
149       (Nico Weber) </li>
150   <li> help menu contains MacVim help and website link </li>
151   <li> &lt;D-w&gt; now works in ex-mode and in command-line window </li>
152   <li> :macaction command supports command-line completion (Nico Weber) </li>
153   <li> copy/paste respects block selections (requested by George Harker) </li>
154   <li> window no longer cascades from preferences panel </li>
155 </ul>
156 </p>
158       ]]></description>
159       <pubDate>Fri, 06 Apr 2008 19:11 CET</pubDate>
160       <enclosure type="application/octet-stream"
161         url="http://macvim.googlecode.com/files/MacVim-snapshot-25.tbz"
162         length="8042440"
163         sparkle:version="25"
164         sparkle:shortVersionString="7.1"
165         />
166     </item>
169     <item>
170       <title>Snapshot 24 released</title>
171       <description><![CDATA[
172 <h1>MacVim snapshot 24 released</h1>
174 <p><em> The input manager bundled with snapshot 23 contained a bug which could
175 lead to other apps crashing on startup.  If you have installed the input
176 manager, then you are strongly advised to update now and install the new input
177 manager (via the Integration preference pane). </em></p>
179 <p> Changes since snapshot 23:
180 <ul>
181   <li> The mouse cursor has higher contrast in insert mode (when bg=dark). </li>
182   <li> The layout of the Integration preference pane has been updated. </li>
183 </ul>
184 </p>
186       ]]></description>
187       <pubDate>Fri, 14 Mar 2008 20:44 CET</pubDate>
188       <enclosure type="application/octet-stream"
189         url="http://macvim.googlecode.com/files/MacVim-snapshot-24.tbz"
190         length="8036815"
191         sparkle:version="24"
192         sparkle:shortVersionString="7.1"
193         />
194     </item>
197     <item>
198       <title>Snapshot 23 released</title>
199       <description><![CDATA[
200 <h1>MacVim snapshot 23 released</h1>
202 Changes since snapshot 22:
204 <ul>
205   <li> The preferences panel has been updated with an "Integration pane".  This
206       can be used to easily install (and uninstall) the "Edit in ODBEditor"
207       input manager.  The input manager enables you to use MacVim to edit text
208       in any Cocoa text field (e.g. you can use MacVim to edit emails in Mail).
209       Please read the warning on the Integration pane before installing the
210       input manager.  (Patch by Nico Weber.) </li>
211   <li> The "Login Shell" preference has been updated so it should now work with
212       most shells.  This option ensures that environment variables (e.g. $PATH)
213       are set properly.  You should enable it if you ever need to issue shell
214       commands from within MacVim.  (Patch by Ben Schmidt.) </li>
215   <li> Added MMZoomBoth user default.  Enable this if you prefer the window to
216       maximize in both directions when you press the green "maximize button"
217       (hold down Cmd to temporarily restrict resizing to the vertical direction
218       only).  (Requested by Brian McKee.) </li>
219   <li> Added Cmd-Ctrl-z as key equivalent for "Window->Zoom" (this is the same
220       key equivalent as in iTunes) </li>
221   <li> The Vim runtime files have been updated to the latest version </li>
222   <li> MacVim recognizes files with .patch and .diff extension </li>
223   <li> The mouse cursor in insert mode has higher contrast (when used with dark
224       backgrounds).  (Requested by Enno et al.) </li>
225   <li> Line numbers (:h 'number') are brighter when bakground=dark.  (Requested
226       by Ted Pavlic) </li>
227 </ul>
230   Like MacVim?  Go to <a href="http://code.google.com/p/macvim/">
231       http://code.google.com/p/macvim/</a> to see how you can show your
232   support.
233 </p>
235       ]]></description>
236       <pubDate>Sun, 9 Mar 2008 16:43 CET</pubDate>
237       <enclosure type="application/octet-stream"
238         url="http://macvim.googlecode.com/files/MacVim-snapshot-23.tbz"
239         length="8037899"
240         sparkle:version="23"
241         sparkle:shortVersionString="7.1"
242         />
243     </item>
246     <item>
247       <title>Snapshot 22 released</title>
248       <description><![CDATA[
249 <h1>MacVim snapshot 22 released</h1>
251 <p><em>This snapshot replaces the broken snapshot 21.  If you installed build 21
252   then please update immediately.</em></p>
254 <p>Changes since snapshot 20:</p>
255 <ul>
256   <li>Fix forking bug which caused snapshot 21 to lock up OS X</li>
257   <li>The macvim color scheme changed so that line numbers look better when
258     the background is dark (enable line numbers with :set number; set dark
259     background with :set bg=dark)</li>
260   <li>Improved support for Voice Over (enable with &lt;D-F5&gt;)</li>
261   <li>System bell support (see :h 'vb' on how to turn it off)</li>
262   <li>MacVim no longer associates to .plist and .dict since these may well be
263     in binary format</li>
264   <li>Added Find Next &lt;D-g&gt;, Find Previous &lt;D-G&gt; and Use Selection
265     for Find &lt;D-e&gt; menu items</li>
266   <li>Track pad scrolling is now force sensitive</li>
267   <li>Added help section on preferences</li>
268   <li>Preferences panel updated (also no longer hides when MacVim loses focus)
269     </li>
270 </ul>
272 <p>The most exciting new addition in this snapshot is support for &lt;D-g&gt;.
273 It repeats the last search you made in any other application (that supports the
274 Find Pasteboard).</p>
275 <p>This is very useful if you have several windows open in MacVim...try
276 searching for something in one window (using "/"), then switching to another
277 window and hitting &lt;D-g&gt; for an example (after having pressed &lt;D-g&gt;
278 once you can of course use "n" to repeat the search).</p>
279       ]]></description>
280       <pubDate>Wed, 13 Feb 2008 19:36 CET</pubDate>
281       <enclosure type="application/octet-stream"
282         url="http://macvim.googlecode.com/files/MacVim-snapshot-22.tbz"
283         length="7812907"
284         sparkle:version="22"
285         sparkle:shortVersionString="7.1"
286         />
287     </item>
290     <item>
291       <title>Snapshot 20 released</title>
292       <description><![CDATA[
293 <h1>MacVim snapshot 20 released</h1>
294 <ul>
295   <li>Automatic updates via Sparkle (Nico Weber)</li>
296   <li>Preferences panel</li>
297   <li>Fix ^C^W bug (Issue 48)</li>
298   <li>Make sure window is ordered front when new files are opened</li>
299   <li>Warn when quitting with multiple tabs or windows open</li>
300   <li>&lt;D-w&gt; can now be used to close dialogs (such as the About dialog)</li>
301 </ul>
302       ]]></description>
303       <pubDate>Sun, 03 Feb 2008 16:39 CET</pubDate>
304       <enclosure type="application/octet-stream"
305         url="http://macvim.googlecode.com/files/MacVim-snapshot-20.tbz"
306         length="7805678"
307         sparkle:version="20"
308         sparkle:shortVersionString="snapshot 20"
309         />
310     </item>
311   </channel>
312 </rss>