From 7eb7e2a946d9b65cfb1c0b4db8955c771114831b Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 8 Jun 2008 14:21:16 +0200 Subject: [PATCH] Snapshot 29 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++--- src/MacVim/macvim_latest.xml | 36 +++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 4 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index bf59c17a..646d1f36 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -574,7 +574,7 @@ CFBundleSignature VIMM CFBundleVersion - 28 + 29 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 75ca4412..99e8b31e 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 = 28; + CURRENT_PROJECT_VERSION = 29; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -739,7 +739,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 28; + CURRENT_PROJECT_VERSION = 29; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -770,7 +770,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 28; + CURRENT_PROJECT_VERSION = 29; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index 5f3154a1..658ca769 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -41,6 +41,42 @@ --> + Snapshot 29 released + MacVim snapshot 29 released +

Changes since snapshot 28: +

    +
  • copy&paste and other "Edit" menu items now work as expected with dialogs + (such as open/save).
  • +
  • some menus (such as the "Window" menu) has got some new items
  • +
  • general menu improvements when no editor window is open
  • +
  • window-cycling key Cmd-` is no longer hard-coded and can be changed with + :macmenu command
  • +
  • ability to access some OS X default Cmd-keys even if menus are + completely altered (e.g. when starting with "-u NONE")
  • +
  • QuickLook works with .vim files (patch by Nico Weber)
  • +
  • insert mode cursor honors the 'rightleft' option
  • +
  • no more "freezes" during :shell
  • +
  • no beeping on Cmd-q
  • +
  • Cmd-w works in full-screen again
  • +
  • window dimensions properly restored when leaving full-screen when + "maxvert" is in 'fuoptions'
  • +
  • support for 'mousehide' option
  • +
  • latest vim patches and runtime files
  • +
+

+ ]]>
+ Sun, 7 Jun 2008 12:57 CET + +
+ + + Snapshot 28 released MacVim snapshot 28 released -- 2.11.4.GIT