From 4879bdfc5e2c6e978160cb46026d9db7680ec51b Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Fri, 26 Sep 2008 21:33:40 +0200 Subject: [PATCH] Snapshot 35 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 +-- src/MacVim/macvim_latest.xml | 44 +++++++++++++++++++++ 3 files changed, 48 insertions(+), 4 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 08a181f9e9..290124c3e9 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -558,7 +558,7 @@ CFBundleVersion - 34 + 35 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 951c766682..fa0a8802c6 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -756,7 +756,7 @@ i386, ); COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 34; + CURRENT_PROJECT_VERSION = 35; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -797,7 +797,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 34; + CURRENT_PROJECT_VERSION = 35; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -829,7 +829,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 34; + CURRENT_PROJECT_VERSION = 35; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index b7963bbbe9..96cbe64185 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -40,6 +40,50 @@ Sparkle supports updates in zip, tar, tbz, tgz, or dmg format. --> + + Snapshot 35 released + MacVim snapshot 35 released + +

With this snapshot I have focused on making MacVim faster, fixing bugs, and updating the documentation. As a result MacVim now feels snappier, flickers less, takes less time to startup from Terminal, and in some cases there are tremendous speed increases.

+ +

Here is a summary of the changes since snapshot 34: +

    +
  • Faster startup times
  • +
  • Overall faster drawing
  • +
  • Quicker response to key presses
  • +
  • Fix bug where key presses were ignored when mouse was moved simultaneously
  • +
  • Update ":h macvim" docs
  • +
  • Add mvim:// URL handler support (Nico Weber)
  • +
  • The VimLeave autocommand works with :maca (see ":h macvim-hints")
  • +
  • Multiple files opened from Finder are sorted
  • +
  • Don't shift new windows downwards if they are vertically maximized
  • +
  • Add option to hide MacVim when last window closes
  • +
  • The "Save changes" dialog conforms to the Apple HIG (works with Cmd-D)
  • +
  • Fix problems with 'fullscreen' and :mksession (Nico Weber)
  • +
  • Cmd-e copies selection to Find Pasteboard without searching
  • +
  • Fix bug with blurry text in full-screen with ATSUI (Jjgod Jiang)
  • +
  • Cmd-. can be used to interrupt Vim (and to exit insert mode)
  • +
  • Add "New Document Here" system service (Ron Olson)
  • +
  • Simplify system services menu (honors the "Open files..." pref)
  • +
  • Full-screen background color is updated immediately when 'fuopt' changes
  • +
  • Cursor no longer escapes the command line on Cmd-=/Cmd--
  • +
  • Add Input Manager support to ATSUI renderer (Kaoru Yoshida)
  • +
  • Use latest Vim source code and runtime files
  • +
  • Minor bug fixes
  • +
+

+ ]]>
+ Fri, 26 Sep 2008 20:29 CET + +
+ + Snapshot 34 released