From 3b966f9e01fdb34d47cdc1412196a7e86ab6d74a Mon Sep 17 00:00:00 2001
From: Bjorn Winckler
Date: Fri, 13 Jun 2008 16:35:31 +0200
Subject: [PATCH] Snapshot 31
---
src/MacVim/Info.plist | 2 +-
src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++--
src/MacVim/macvim_latest.xml | 38 +++++++++++++++++++++
3 files changed, 42 insertions(+), 4 deletions(-)
diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist
index 9b47d0c47e..1e3055da0f 100644
--- a/src/MacVim/Info.plist
+++ b/src/MacVim/Info.plist
@@ -574,7 +574,7 @@
CFBundleSignature
VIMM
CFBundleVersion
- 30
+ 31
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj
index 99d6277586..8391e025e6 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 = 30;
+ CURRENT_PROJECT_VERSION = 31;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -739,7 +739,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 30;
+ CURRENT_PROJECT_VERSION = 31;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -770,7 +770,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 30;
+ CURRENT_PROJECT_VERSION = 31;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml
index 621c3b8217..2cd862f12c 100644
--- a/src/MacVim/macvim_latest.xml
+++ b/src/MacVim/macvim_latest.xml
@@ -40,6 +40,44 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->
+ -
+ Snapshot 31 released
+ MacVim snapshot 31 released
+
Changes since snapshot 30:
+
+ - Fixed problems with menus on OS X 10.4 and a related crash.
+ - Dialog box handling has been updated. This fixes a problem where the
+ "swap file warning" dialog would pop up before the informational text in
+ the editor window updated. Hopefully this will also cure various other
+ problems with dialogs (e.g. nothing happening when opening files from a
+ dialog box).
+ - Added dock menu with "New Window" item. This is useful with "Spaces" on
+ OS X 10.5 since you can use this menu to open a new MacVim window on any
+ "space" when another editor window is already open. (Also, now there is
+ always a way to open a new window, even if the menus are customized,
+ or if "-u NONE" is used.)
+ - I have started trying to fix "modeless selection" and it sort of works
+ on my machine, but I've had one report stating that its not quite
+ working so you mileage may vary. Make sure to let me know what works
+ and doesn't so that I can fix this properly. (Try selecting text from
+ the command line.)
+ - The default font (DejaVu Sans Mono) has been updated to version 2.25.
+
+ - Latest Vim source code merged
+
+
+ ]]>
+ Fri, 13 Jun 2008 16:00 CET
+
+
+
+
-
Snapshot 30 released