From b0f34cac04c3fa5d3ff0e1889b0a345295fc8ec7 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sat, 10 Jan 2009 21:09:43 +0100 Subject: [PATCH] Update appcast --- src/MacVim/macvim_latest.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml index 0916bd8359..e204ee8b28 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 41 released + MacVim snapshot 41 released + +

Changes since snapshot 40: +

    +
  • The menu bar behaves better when using full-screen and switching Spaces (Nico Weber)
  • +
  • Don't switch Spaces when using "mvim" on one Space and a MacVim window is open on another Space
  • +
  • Add user default to toggle the "add tab" button on the tabline (to disable, enter "defaults org.vim.MacVim MMShowAddTabButton 0" in Terminal)
  • +
  • Avoid the "Press ENTER..." prompt when dragging and dropping
  • +
  • Faster startup (and shutdown, but you're not likely to notice that unless you are me ;-)
  • +
  • Automatic updating works again (?)
  • +
  • Possible to interrupt external commands (e.g. you can Ctrl-C during a lenghty :grep now)
  • +
  • The output from external commands is displayed "interactively" (i.e. you don't have to wait for the command to finish before any output is drawn; try ":!ls -l /usr/lib" and compare with snap 40 to see what I mean)
  • +
  • Cmd-. sends SIGINT (so that if a Vim process is stuck you should always be able to interrupt it with Cmd-. even if Ctrl-C doesn't work)
  • +
  • Fix crashing bug: e.g. with snap 40 if you go to the src/ folder of Vim and type ":grep a *.c" MacVim would crash
  • +
  • Toggle loading of default font with user default MMLoadDefaultFont
  • +
+

+ ]]>
+ Sat, 10 Jan 2009 10:12 CET + +
+ + Snapshot 40 released