From 38d15a9cb41eb372e3c8e2b10162268c84dad301 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Mon, 12 Jan 2009 16:35:09 +0100 Subject: [PATCH] Snapshot 42 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 +++--- src/MacVim/macvim_latest.xml | 16 +++++++++------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 5186115c..5de522a3 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1153,7 +1153,7 @@ CFBundleVersion - 41 + 42 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 9d44c84d..1545fb91 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -737,7 +737,7 @@ i386, ); COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 41; + CURRENT_PROJECT_VERSION = 42; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -778,7 +778,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 41; + CURRENT_PROJECT_VERSION = 42; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -810,7 +810,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 41; + CURRENT_PROJECT_VERSION = 42; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index e204ee8b..624ca7e5 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -41,9 +41,11 @@ --> - Snapshot 41 released + Snapshot 42 released MacVim snapshot 41 released +

MacVim snapshot 42 released

+ +

The automatic updating feature is broken in snapshots 39 and 40. If the automatic updating never finishes extracting then you are affected by this bug and will have to upgrade manually. To do so, simply go to the Snapshot page to download the latest version.

Changes since snapshot 40:

    @@ -52,7 +54,7 @@
  • Add user default to toggle the "add tab" button on the tabline (to disable, enter "defaults org.vim.MacVim MMShowAddTabButton 0" in Terminal)
  • Avoid the "Press ENTER..." prompt when dragging and dropping
  • Faster startup (and shutdown, but you're not likely to notice that unless you are me ;-)
  • -
  • Automatic updating works again (?)
  • +
  • Automatic updating works again
  • Possible to interrupt external commands (e.g. you can Ctrl-C during a lenghty :grep now)
  • The output from external commands is displayed "interactively" (i.e. you don't have to wait for the command to finish before any output is drawn; try ":!ls -l /usr/lib" and compare with snap 40 to see what I mean)
  • Cmd-. sends SIGINT (so that if a Vim process is stuck you should always be able to interrupt it with Cmd-. even if Ctrl-C doesn't work)
  • @@ -61,11 +63,11 @@

]]>
- Sat, 10 Jan 2009 10:12 CET + Sat, 12 Jan 2009 16:12 CET
-- 2.11.4.GIT