From 947bb0498bd651450b059d7226a960d3edd62474 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sat, 15 Nov 2008 14:02:15 +0100 Subject: [PATCH] Snapshot 37 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++--- src/MacVim/macvim_latest.xml | 40 +++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 4 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index a98a83fb..69013299 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -558,7 +558,7 @@ CFBundleVersion - 36 + 37 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 65009b03..693edbea 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 = 36; + CURRENT_PROJECT_VERSION = 37; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -807,7 +807,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 36; + CURRENT_PROJECT_VERSION = 37; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -839,7 +839,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 36; + CURRENT_PROJECT_VERSION = 37; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index b745b621..a2f15219 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -41,6 +41,46 @@ --> + 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: +
    +tell application MacVim
    +    set zoomed of first window to true
    +end tell
    +
    +
  • +
  • Fix various bugs relating to initial window positioning
  • +
  • Keep window is visible on ":set lines=..." and "set columns=..."
  • +
  • Inserting text from "Special Characters" palette works again
  • +
  • Remove the functionality to use a modifier key as Esc (use the PCKeyboardHack app instead, see ":h macvim-hints | /esc")
  • +
  • More help on keyboard shortcuts (":h macvim-shortcuts") and the mvim script (see ":h mvim")
  • +
  • Speed up live resize
  • +
  • Support mvim script symlinks to [m|g]ex and rmvim (see ":h mvim")
  • +
  • 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
  • +
+

+ ]]>
+ Sat, 15 Nov 2008 13:04 CET + +
+ + + Snapshot 36 released MacVim snapshot 36 released -- 2.11.4.GIT