From b9823f098914858c530e2f8fc2cc822a6134c047 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 6 Apr 2008 19:38:05 +0200 Subject: [PATCH] Snapshot 25 --- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 6 ++--- src/MacVim/macvim_latest.xml | 41 +++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 4 deletions(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 171f2826..4d588940 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -545,7 +545,7 @@ CFBundleSignature VIMM CFBundleVersion - 24 + 25 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 2a3d9f89..7d3203e0 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 = 24; + CURRENT_PROJECT_VERSION = 25; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -739,7 +739,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -770,7 +770,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index d511d14a..6bbf7f89 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -41,6 +41,47 @@ --> + Snapshot 25 released + MacVim snapshot 25 released + +

This snapshot adds support for two new options: 'antialias' and +'fuoptions'. The former lets you turn text antialiasing on or off (it's +on by default), the latter can be used to make the view maximize when +full-screen is entered. See the built-in help for more information (:h +'anti' and :h 'fuopt').

+ +

Another minor addition is that <C-c> and <C-v> work with +block-wise selections (do note that <C-v> behaves like "P", not "p"). +Also, <D-w> now works in ex-mode and in a command-line window.

+ +

Here is the list of changes since snapshot 24: +

    +
  • support 'antialias' option (Jjgod Jiang)
  • +
  • add option 'fuoptions' to control resizing when full-screen is entered + (Nico Weber)
  • +
  • fixed bug where transparency setting was lost after leaving full-screen + (Nico Weber)
  • +
  • help menu contains MacVim help and website link
  • +
  • <D-w> now works in ex-mode and in command-line window
  • +
  • :macaction command supports command-line completion (Nico Weber)
  • +
  • copy/paste respects block selections (requested by George Harker)
  • +
  • window no longer cascades from preferences panel
  • +
+

+ + ]]>
+ Fri, 06 Apr 2008 19:11 CET + +
+ + + Snapshot 24 released MacVim snapshot 24 released -- 2.11.4.GIT