From ebfad47ec69cfca1e71a54e047b9a183a50d97b0 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 11 May 2008 17:54:22 +0200 Subject: [PATCH] Snapshot 27 The 'make-snapshot.sh' script has been updated to run on Leopard with Perl support (TCL support is disabled for now). --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++-- src/MacVim/macvim_latest.xml | 36 +++++++++++++++++++++ src/MacVim/make-snapshot.sh | 10 +++--- 4 files changed, 46 insertions(+), 8 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 9de20b5f33..8858c85c28 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -545,7 +545,7 @@ CFBundleSignature VIMM CFBundleVersion - 26 + 27 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 19806b6a84..5ac7b5027d 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -698,7 +698,7 @@ i386, ); COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -739,7 +739,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -770,7 +770,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index c9d6090f74..3884614bb8 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -40,6 +40,42 @@ Sparkle supports updates in zip, tar, tbz, tgz, or dmg format. --> + + Snapshot 27 released + MacVim snapshot 27 released +

This is the first snapshot compiled on the new Mac I bought with money + donated from MacVim users! There were problems with compiling universal + binaries with Ruby and Perl support on PPC/Tiger so I was hoping to be able + to include these now that I have Intel/Leopard. The good news is that Ruby + support is now included, but Perl still is problematic and I had to drop + TCL support. I will try to get these working in a future snapshot. +

+ +

Here is the list of changes since snapshot 26: +

    +
  • 'fuoptions' now support setting the background color while in + full-screen mode, check ":h 'fuopt'" (patch by Enno Lübbers)
  • +
  • <D-w> shows confirmation dialog when buffer is modified
  • +
  • setting 'antialias' from gvimrc now works
  • +
  • zooming a window no longer causes it to move downwards
  • +
  • the File menu now contains a "Recent Files" submenu; note that only + files opened from Finder or with the ":browse" command are added to this + list, and not files opened with e.g. ":e" (patch by Nico Weber)
  • +
  • includes latest Vim patches and runtime files
  • +
+

+ ]]>
+ Sun, 11 May 2008 16:36 CET + +
+ + Snapshot 26 released /dev/null +/Developer/usr/bin/agvtool next-version -all > /dev/null # Get current build number -BUILDNUM=`/Developer/Tools/agvtool what-version -terse` +BUILDNUM=`/Developer/usr/bin/agvtool what-version -terse` DEST=~/Desktop/MacVim-snapshot-$BUILDNUM echo '****************************************************' @@ -16,8 +18,8 @@ echo '' echo 'BUILDING VIM BINARY' echo ' running configure...' cd .. && ./configure --enable-gui=macvim --with-mac-arch=both \ - --with-features=huge --enable-pythoninterp --enable-tclinterp \ - --enable-cscope \ + --with-features=huge --enable-pythoninterp \ + --enable-cscope --enable-rubyinterp \ --with-compiledby="Bjorn Winckler " > /dev/null echo ' cleaning...'