From 07f038f9407d18eac7721f1b0cf4785ff501ef74 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 23 Nov 2008 19:53:20 +0100 Subject: [PATCH] Snapshot 39 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++--- src/MacVim/macvim_latest.xml | 40 ++++++++--------------------- 3 files changed, 14 insertions(+), 34 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index d0a1fd2b..31abf7ff 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -558,7 +558,7 @@ CFBundleVersion - 38 + 39 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index f6d8bd41..18c137df 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -766,7 +766,7 @@ i386, ); COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 38; + CURRENT_PROJECT_VERSION = 39; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -807,7 +807,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 38; + CURRENT_PROJECT_VERSION = 39; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -839,7 +839,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 38; + CURRENT_PROJECT_VERSION = 39; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index 11b01281..1da3a65f 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -41,37 +41,17 @@ --> - Snapshot 38 released + Snapshot 39 released MacVim snapshot 38 released +

MacVim snapshot 39 released

-

Snapshot 37 had a problem with the "Login shell" option, so I've built a new snapshot containing a fix (by Ben Schmidt).

- -

Changes since snapshot 37: +

Changes since snapshot 36 (snapshots 37 and 38 were skipped):

    +
  • Avoid "Stray process..." warning messages (Ben Schmidt)
  • +
  • Add Cmd-BackSpace and Alt-BackSpace insert mode mappings (Nico Weber)
  • Dropping multiple files on a window no longer results in an error
  • Fix "Login shell" problems (Ben Schmidt)
  • Exit Vim process if connection becomes invalid -- this should avoid the system log filling up with error messages, but please let me know when it happens (and send me the output from Console.app)
  • -
-

- ]]>
- Sat, 21 Nov 2008 16:26 CET - -
- - - - Snapshot 37 released - MacVim snapshot 37 released - -

Changes since snapshot 36: -

  • Fix bug where Vim would crash when resizing a window with double-width characters
  • Add option 'macmeta' to use "alt/option" as meta key to allow bindings to <M-..> (see ":h 'macmeta')
  • Add basic support for AppleScript (Jason Foreman). E.g. to zoom a window: @@ -91,15 +71,15 @@ end tell
  • Tentative support for receiving input from system services (Try this: insert "2+3", select the text, then hit Cmd-*. Result: "2+3" is replaced with "5". Sometimes it seems you have to choose "MacVim->Services->Script Editor->Get Result of AppleScript" instead of pressing Cmd-* for this to work.)
  • No more Vim zombie processes
  • Add "Reload"/"Ignore All" buttons to the file changed dialog
  • -
  • (Almost) Latest runtime files, and Vim patches
  • +
  • Latest runtime files, and Vim patches

]]>
- Sat, 15 Nov 2008 13:04 CET + Sun, 23 Nov 2008 18:09 CET
-- 2.11.4.GIT