From 2ab7e98bb893077378ec5ba9e58202d33495366f Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 28 Dec 2008 17:58:44 +0100 Subject: [PATCH] Snapshot 40 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++--- src/MacVim/macvim_latest.xml | 29 +++++++++++++++++++++ 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index b53b556930..68a41bbf1c 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1153,7 +1153,7 @@ CFBundleVersion - 39 + 40 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index d04fb3f786..678015fceb 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 = 39; + CURRENT_PROJECT_VERSION = 40; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -778,7 +778,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 39; + CURRENT_PROJECT_VERSION = 40; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -810,7 +810,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 39; + CURRENT_PROJECT_VERSION = 40; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index 1da3a65fad..0916bd8359 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -40,6 +40,35 @@ Sparkle supports updates in zip, tar, tbz, tgz, or dmg format. --> + + Snapshot 40 released + MacVim snapshot 40 released + +

Changes since snapshot 39: +

    +
  • Fix problems with Quickstart "leaking" Vim processes
  • +
  • 'imdisable' now on by default (i.e. IM is disabled by default)
  • +
  • Clipboard support in non-GUI mode (Kent Sibilev)
  • +
  • New document icons, more filetype associations (Nico Weber)
  • +
  • Add support for 'guitabtooltip' (hint: add the line "set gtl=%t gtt=%F" to your .gvimrc to make tabs display the name of the file and have the tooltip display the full path) (Jonathon Mah)
  • +
  • Look for toolbar icons in runtime path (plugins such as TVO now display toolbar icons properly)
  • +
  • Show dialog when clicking to close tab with modified buffers
  • +
  • Update documentation
  • +
  • Latest runtime files, and Vim patches
  • +
+

+ ]]>
+ Sun, 28 Dec 2008 17:26 CET + +
+ + Snapshot 39 released