Skip to content

Commit

Permalink
Snapshot 35
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Sep 26, 2008
1 parent 52bb6e9 commit 4879bdf
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Expand Up @@ -558,7 +558,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>34</string>
<string>35</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 @@ -756,7 +756,7 @@
i386,
);
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 35;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -797,7 +797,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 35;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -829,7 +829,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 35;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down
44 changes: 44 additions & 0 deletions src/MacVim/macvim_latest.xml
Expand Up @@ -40,6 +40,50 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->

<item>
<title>Snapshot 35 released</title>
<description><![CDATA[
<h1>MacVim snapshot 35 released</h1>
<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>
<p> Here is a summary of the changes since snapshot 34:
<ul>
<li> Faster startup times </li>
<li> Overall faster drawing </li>
<li> Quicker response to key presses </li>
<li> Fix bug where key presses were ignored when mouse was moved simultaneously </li>
<li> Update ":h macvim" docs </li>
<li> Add mvim:// URL handler support (Nico Weber) </li>
<li> The VimLeave autocommand works with :maca (see ":h macvim-hints") </li>
<li> Multiple files opened from Finder are sorted </li>
<li> Don't shift new windows downwards if they are vertically maximized </li>
<li> Add option to hide MacVim when last window closes </li>
<li> The "Save changes" dialog conforms to the Apple HIG (works with Cmd-D) </li>
<li> Fix problems with 'fullscreen' and :mksession (Nico Weber) </li>
<li> Cmd-e copies selection to Find Pasteboard without searching </li>
<li> Fix bug with blurry text in full-screen with ATSUI (Jjgod Jiang) </li>
<li> Cmd-. can be used to interrupt Vim (and to exit insert mode) </li>
<li> Add "New Document Here" system service (Ron Olson) </li>
<li> Simplify system services menu (honors the "Open files..." pref) </li>
<li> Full-screen background color is updated immediately when 'fuopt' changes </li>
<li> Cursor no longer escapes the command line on Cmd-=/Cmd-- </li>
<li> Add Input Manager support to ATSUI renderer (Kaoru Yoshida) </li>
<li> Use latest Vim source code and runtime files </li>
<li> Minor bug fixes </li>
</ul>
</p>
]]></description>
<pubDate>Fri, 26 Sep 2008 20:29 CET</pubDate>
<enclosure type="application/octet-stream"
url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-35.tbz"
length="7986836"
sparkle:version="35"
sparkle:shortVersionString="7.2"
/>
</item>


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

0 comments on commit 4879bdf

Please sign in to comment.