diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 7a85a25195..d64eecdd1a 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -574,7 +574,7 @@ CFBundleSignature VIMM CFBundleVersion - 32 + 33 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 9b9e3dafb8..c1d42009e3 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -748,7 +748,7 @@ i386, ); COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -789,7 +789,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -820,7 +820,7 @@ buildSettings = { ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index b0d400d525..83940e93d5 100644 --- a/src/MacVim/macvim_latest.xml +++ b/src/MacVim/macvim_latest.xml @@ -40,6 +40,37 @@ Sparkle supports updates in zip, tar, tbz, tgz, or dmg format. --> + + Snapshot 33 released + MacVim snapshot 33 released + +

This snapshot includes contributions from three new MacVim developers: Kyle Lippincott has added support for proxy icons, Matt Tolton has implemented a Plug-In architecture, and Kaoru Yoshida has rewritten the Input Manager support. Let me just say that I find it very encouraging to get more help with this project! While we're on the topic of MacVim development; if you are interested in getting started with the source code you should take a look at the newly updated file "src/MacVim/README". I have also written some documentation on how to contribute with patches using Git, see here. + +

If you want to get started with plug-in development you should take a look at the example plug-in (FileBrowser.tgz) that Matt posted to vim_mac (the thread is called "Initial Plugin Architecture patch"). I'm sure Matt will be happy to help out with any question you may have (as will I).

+ +

I think that the new Input Manager support is a big improvement, but we need feedback from more IM users to let us know exactly how well it works. Kaoru seems to be on top of fixing bugs as they are reported, so if you have any problems or comments please make yourself heard.

+ +

More changes since snapshot 32: +