Skip to content

Commit

Permalink
Snapshot 23
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Mar 9, 2008
1 parent 9f83b23 commit b8ac483
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Expand Up @@ -545,7 +545,7 @@
<key>CFBundleSignature</key>
<string>VIMM</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions src/MacVim/MacVim.xcodeproj/project.pbxproj
Expand Up @@ -698,7 +698,7 @@
i386,
);
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -739,7 +739,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -770,7 +770,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down
49 changes: 49 additions & 0 deletions src/MacVim/macvim_latest.xml
Expand Up @@ -40,6 +40,55 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->

<item>
<title>Snapshot 23 released</title>
<description><![CDATA[
<h1>MacVim snapshot 23 released</h1>
Changes since snapshot 22:
<ul>
<li> The preferences panel has been updated with an "Integration pane". This
can be used to easily install (and uninstall) the "Edit in ODBEditor"
input manager. The input manager enables you to use MacVim to edit text
in any Cocoa text field (e.g. you can use MacVim to edit emails in Mail).
Please read the warning on the Integration pane before installing the
input manager. (Patch by Nico Weber.) </li>
<li> The "Login Shell" preference has been updated so it should now work with
most shells. This option ensures that environment variables (e.g. $PATH)
are set properly. You should enable it if you ever need to issue shell
commands from within MacVim. (Patch by Ben Schmidt.) </li>
<li> Added MMZoomBoth user default. Enable this if you prefer the window to
maximize in both directions when you press the green "maximize button"
(hold down Cmd to temporarily restrict resizing to the vertical direction
only). (Requested by Brian McKee.) </li>
<li> Added Cmd-Ctrl-z as key equivalent for "Window->Zoom" (this is the same
key equivalent as in iTunes) </li>
<li> The Vim runtime files have been updated to the latest version </li>
<li> MacVim recognizes files with .patch and .diff extension </li>
<li> The mouse cursor in insert mode has higher contrast (when used with dark
backgrounds). (Requested by Enno et al.) </li>
<li> Line numbers (:h 'number') are brighter when bakground=dark. (Requested
by Ted Pavlic) </li>
</ul>
<p>
Like MacVim? Go to <a href="http://code.google.com/p/macvim/">
http://code.google.com/p/macvim/</a> to see how you can show your
support.
</p>
]]></description>
<pubDate>Sun, 9 Mar 2008 16:43 CET</pubDate>
<enclosure type="application/octet-stream"
url="http://macvim.googlecode.com/files/MacVim-snapshot-23.tbz"
length="8037899"
sparkle:version="23"
sparkle:shortVersionString="7.1"
/>
</item>


<item>
<title>Snapshot 22 released</title>
<description><![CDATA[
Expand Down

0 comments on commit b8ac483

Please sign in to comment.