From 4188c92e1310024968326007c0e4612e842ef364 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Fri, 20 Feb 2009 14:43:08 +0100 Subject: [PATCH] Snapshot 43 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 +++--- src/MacVim/macvim_latest.xml | 32 +++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 5de522a3..d079344e 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1153,7 +1153,7 @@ CFBundleVersion - 42 + 43 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 1545fb91..685250cf 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 = 42; + CURRENT_PROJECT_VERSION = 43; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -778,7 +778,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 42; + CURRENT_PROJECT_VERSION = 43; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -810,7 +810,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 42; + CURRENT_PROJECT_VERSION = 43; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index 624ca7e5..160d409f 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -41,6 +41,38 @@ --> + Snapshot 43 released + MacVim snapshot 43 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 42: +

    +
  • Do inclusive search when opening files (Jonathon Mah)
  • +
  • Respect layout prefs when double-clicking an already open file
  • +
  • Fix two minor memory leaks
  • +
  • Ctrl-] works on German keyboard layout
  • +
  • The .viminfo file is written on Cmd-q
  • +
  • New 16x16 icons (Nico Weber)
  • +
  • Untitled window again opens on reopen event if requested in prefs
  • +
  • Fork earlier; fixes bug with 'autochdir', faster startup, "f" no longer supported in 'guioptions'
  • +
  • Some other minor bug fixes
  • +
  • Use latest runtime files and Vim patches
  • +
+

+ ]]>
+ Fri, 20 Feb 2009 13:49 CET + +
+ + + Snapshot 42 released MacVim snapshot 42 released -- 2.11.4.GIT