From b8ac483bf898aac547a2e5b5e48fc6b7074e53b8 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 9 Mar 2008 21:14:50 +0100 Subject: [PATCH] Snapshot 23 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 +-- src/MacVim/macvim_latest.xml | 49 +++++++++++++++++++++ 3 files changed, 53 insertions(+), 4 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 58481de857..5d0ec0e0aa 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -545,7 +545,7 @@ CFBundleSignature VIMM CFBundleVersion - 22 + 23 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index dd9c1d4cc0..243c5b74d6 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 = 22; + CURRENT_PROJECT_VERSION = 23; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -739,7 +739,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -770,7 +770,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index 98f8c35847..e1e415de91 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -40,6 +40,55 @@ Sparkle supports updates in zip, tar, tbz, tgz, or dmg format. --> + + Snapshot 23 released + MacVim snapshot 23 released + +Changes since snapshot 22: + +
    +
  • The preferences panel has been updated with an "Integration pane". This + can be used to easily install (and uninstall) the "Edit in ODBEditor" + input manager. The input manager enables you to use MacVim to edit text + in any Cocoa text field (e.g. you can use MacVim to edit emails in Mail). + Please read the warning on the Integration pane before installing the + input manager. (Patch by Nico Weber.)
  • +
  • The "Login Shell" preference has been updated so it should now work with + most shells. This option ensures that environment variables (e.g. $PATH) + are set properly. You should enable it if you ever need to issue shell + commands from within MacVim. (Patch by Ben Schmidt.)
  • +
  • Added MMZoomBoth user default. Enable this if you prefer the window to + maximize in both directions when you press the green "maximize button" + (hold down Cmd to temporarily restrict resizing to the vertical direction + only). (Requested by Brian McKee.)
  • +
  • Added Cmd-Ctrl-z as key equivalent for "Window->Zoom" (this is the same + key equivalent as in iTunes)
  • +
  • The Vim runtime files have been updated to the latest version
  • +
  • MacVim recognizes files with .patch and .diff extension
  • +
  • The mouse cursor in insert mode has higher contrast (when used with dark + backgrounds). (Requested by Enno et al.)
  • +
  • Line numbers (:h 'number') are brighter when bakground=dark. (Requested + by Ted Pavlic)
  • +
+ +

+ Like MacVim? Go to + http://code.google.com/p/macvim/ to see how you can show your + support. +

+ + ]]>
+ Sun, 9 Mar 2008 16:43 CET + +
+ + Snapshot 22 released