Skip to content

Commit

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

<item>
<title>Snapshot 33 released</title>
<description><![CDATA[
<h1>MacVim snapshot 33 released</h1>
<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>.
<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>
<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>
<p> More changes since snapshot 32:
<ul>
<li> The file open dialog has a check-box to show hidden files (patch by Nico Weber) </li>
<li> Cmd-? now works </li>
<li> Partial printing support: Cmd-p opens up Preview.app (Nico Weber) </li>
<li> Uses Vim 7.2a BETA source code </li>
<li> Latest runtime files </li>
<li> Minor bug fixes (see <a href="http://repo.or.cz/w/MacVim.git">here</a>) </li>
</p>
]]></description>
<pubDate>Sat, 05 Jul 2008 20:14 CET</pubDate>
<enclosure type="application/octet-stream"
url="http://macvim.googlecode.com/files/MacVim-snapshot-33.tbz"
length="8467287"
sparkle:version="33"
sparkle:shortVersionString="7.1"
/>
</item>


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

0 comments on commit 3245d2c

Please sign in to comment.