Skip to content

Commit

Permalink
Snapshot 31
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Jun 13, 2008
1 parent 8009a99 commit 3b966f9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Expand Up @@ -574,7 +574,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VIMM</string> <string>VIMM</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>30</string> <string>31</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions src/MacVim/MacVim.xcodeproj/project.pbxproj
Expand Up @@ -698,7 +698,7 @@
i386, i386,
); );
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 30; CURRENT_PROJECT_VERSION = 31;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -739,7 +739,7 @@
buildSettings = { buildSettings = {
ARCHS = "$(NATIVE_ARCH)"; ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 30; CURRENT_PROJECT_VERSION = 31;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -770,7 +770,7 @@
buildSettings = { buildSettings = {
ARCHS = "$(NATIVE_ARCH)"; ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 30; CURRENT_PROJECT_VERSION = 31;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down
38 changes: 38 additions & 0 deletions src/MacVim/macvim_latest.xml
Expand Up @@ -40,6 +40,44 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format. Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
--> -->


<item>
<title>Snapshot 31 released</title>
<description><![CDATA[
<h1>MacVim snapshot 31 released</h1>
<p> Changes since snapshot 30:
<ul>
<li> Fixed problems with menus on OS X 10.4 and a related crash. </li>
<li> Dialog box handling has been updated. This fixes a problem where the
"swap file warning" dialog would pop up before the informational text in
the editor window updated. Hopefully this will also cure various other
problems with dialogs (e.g. nothing happening when opening files from a
dialog box). </li>
<li> Added dock menu with "New Window" item. This is useful with "Spaces" on
OS X 10.5 since you can use this menu to open a new MacVim window on any
"space" when another editor window is already open. (Also, now there is
always a way to open a new window, even if the menus are customized,
or if "-u NONE" is used.) </li>
<li> I have started trying to fix "modeless selection" and it sort of works
on my machine, but I've had one report stating that its not quite
working so you mileage may vary. Make sure to let me know what works
and doesn't so that I can fix this properly. (Try selecting text from
the command line.) </li>
<li> The default font (DejaVu Sans Mono) has been updated to version 2.25.
</li>
<li> Latest Vim source code merged </li>
</ul>
</p>
]]></description>
<pubDate>Fri, 13 Jun 2008 16:00 CET</pubDate>
<enclosure type="application/octet-stream"
url="http://macvim.googlecode.com/files/MacVim-snapshot-31.tbz"
length="8182620"
sparkle:version="31"
sparkle:shortVersionString="7.1"
/>
</item>


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

0 comments on commit 3b966f9

Please sign in to comment.