Skip to content

Commit

Permalink
Snapshot 21
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Feb 11, 2008
1 parent 566dae4 commit 73708d6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
<key>CFBundleSignature</key>
<string>VIMM</string>
<key>CFBundleVersion</key>
<string>20</string>
<string>21</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions src/MacVim/MacVim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
i386,
);
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 21;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -646,7 +646,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 21;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -677,7 +677,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 21;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down
30 changes: 30 additions & 0 deletions src/MacVim/macvim_latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,36 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->

<item>
<title>Snapshot 21 released</title>
<description><![CDATA[
<h1>MacVim snapshot 21 released</h1>
<ul>
<li>The macvim color scheme changed so that line numbers look better when
the background is dark (enable line numbers with :set number, set dark
background with :set bg=dark)</li>
<li>Improved support for Voice Over (enable with <D-F5>)</li>
<li>System bell support (see :h 'vb' on how to turn it off)</li>
<li>MacVim no longer associates to .plist and .dict since these may well be
in binary format</li>
<li>Added Find Next <D-g>, Find Previous <D-G> and Use Selection for Find
<D-e> menu items</li>
<li>Track pad scrolling is now force sensitive</li>
<li>Added help section on preferences</li>
<li>Preferences panel updated (also no longer hides when MacVim loses focus)
</li>
</ul>
]]></description>
<pubDate>Mon, 11 Feb 2008 22:17 CET</pubDate>
<enclosure type="application/octet-stream"
url="http://macvim.googlecode.com/files/MacVim-snapshot-21.tbz"
length="7814596"
sparkle:version="21"
sparkle:shortVersionString="snapshot 21"
/>
</item>


<item>
<title>Snapshot 20 released</title>
<description><![CDATA[
Expand Down

0 comments on commit 73708d6

Please sign in to comment.