From 8312a10ce4c1edebee1224239627906a2901524c Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sat, 16 Aug 2008 17:47:30 +0200 Subject: [PATCH] Snapshot 34 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++--- src/MacVim/macvim_latest.xml | 38 ++++++++++++++++++++++++++++- 3 files changed, 41 insertions(+), 5 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 05de3ca5..8ff59138 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -545,7 +545,7 @@ CFBundleSignature VIMM CFBundleVersion - 33 + 34 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 347d915d..951c7666 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -756,7 +756,7 @@ i386, ); COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 33; + CURRENT_PROJECT_VERSION = 34; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -797,7 +797,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 33; + CURRENT_PROJECT_VERSION = 34; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -829,7 +829,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 33; + CURRENT_PROJECT_VERSION = 34; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index 83940e93..5c688fd7 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -39,7 +39,43 @@ Sparkle supports updates in zip, tar, tbz, tgz, or dmg format. --> - + + + Snapshot 34 released + MacVim snapshot 34 released + +

Notice that there are now two prebuilt binaries of MacVim: a stable build and the snapshot build. The snapshot build will be updated fairly often whereas the stable build will not.

+ +

This snapshot is based on the recently released Vim 7.2 and it contains some new features and bug fixes. Here's a partial list of changes since snapshot 33: + +

    +
  • More options on how new files should open (in tabs/splits/etc.): Open the preferences to check this out.
  • +
  • Quickstart: With this feature enabled new windows open instantaneously (but _not_ if you use the 'mvim' script). It is disabled by default so go to the Advanced preferences to enable it (and be sure to read the "disclaimer"...note that any changes to ~/.vim or its subdirectories are automatically detected on Leopard).
  • +
  • The ATSUI renderer has received a few bug fixes and it now includes mouse support (it can be enabled in the Advanced prefs). (bug fixes by Jjgod Jiang)
  • +
  • Some of the old toolbar icons have been resurrected.
  • +
  • The current directory is handled more consistently: New windows always have the user's home directory set as current. Opening a file in the Finder results in the current directory being set to the directory the file is in (unless the file opened in a window with other files already open).
  • +
  • Windows opened from the Dock menu are in focus.
  • +
  • Menu item to toggle the Plug-in drawer (Matt Tolton).
  • +
  • Now possible to set 'linespace' in [g]vimrc.
  • +
  • Help file cleanup (Michael Wookey).
  • +
  • Problems with ptys on Leopard fixed (Ben Schmidt).
  • +
  • (Hopefully) no more annoying "dropping incoming DO message ..." warnings.
  • +
  • Scroll wheel (track pad) should behave better with fast machines (Issue 100)
  • +
  • Various bug fixes... +
+

+ ]]>
+ Sat, 16 Aug 2008 16:59 CET + +
+ + Snapshot 33 released