From 204e14b9943b51e8e7af590d16e3eba5adeaedc2 Mon Sep 17 00:00:00 2001
From: Bjorn Winckler
Date: Mon, 13 Apr 2009 19:28:18 +0200
Subject: [PATCH] Snapshot 45
---
src/MacVim/Info.plist | 2 +-
src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++---
src/MacVim/macvim_latest.xml | 25 +++++++++++++++++++++
3 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist
index 44b9bb2c33..8203210d7f 100644
--- a/src/MacVim/Info.plist
+++ b/src/MacVim/Info.plist
@@ -1153,7 +1153,7 @@
CFBundleVersion
- 44
+ 45
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj
index 5454e9e78f..cef911b426 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 = 44;
+ CURRENT_PROJECT_VERSION = 45;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -778,7 +778,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 44;
+ CURRENT_PROJECT_VERSION = 45;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -810,7 +810,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 44;
+ CURRENT_PROJECT_VERSION = 45;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml
index fe15593f8b..67ee2997e8 100644
--- a/src/MacVim/macvim_latest.xml
+++ b/src/MacVim/macvim_latest.xml
@@ -40,6 +40,31 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->
+ -
+ Snapshot 45 released
+ MacVim snapshot 45 released
+
+
Changes since snapshot 44:
+
+ - The toolbar is not hidden by default again (if you prefer having the toolbar hidden, then add the line "set go-=T" to your ~/.gvimrc file)
+ - The ATSUI renderer honors the 'guisp' highlighting color
+ - Fix the forever bouncing Dock icon bug (Kazuki Sakamoto)
+ - Add the "Show Hidden Files" checkbox button to the Save dialog whenever the file browser is expanded
+ - Frontend refactoring
+
+
+ ]]>
+ Mon, 13 Apr 2009 19:19 CET
+
+
+
+
-
Snapshot 44 released