]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-215 v7.0.215
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Mar 2007 19:34:12 +0000 (19:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Mar 2007 19:34:12 +0000 (19:34 +0000)
src/gui_mac.c
src/version.c

index 33b985053b25326ef836a5035665c05e94a0c7f4..6114d7900cf441c18bad71d290fd78dc41a47220 100644 (file)
@@ -2800,9 +2800,6 @@ gui_mch_prepare(int *argc, char **argv)
 # endif
 #endif
 
-    /* Why did I put that in? (Dany) */
-    MoreMasterPointers (0x40 * 3); /* we love handles */
-
 #if 0
     InitCursor();
 
@@ -4966,6 +4963,7 @@ gui_mch_set_scrollbar_thumb(
     SetControl32BitMaximum (sb->id, max);
     SetControl32BitMinimum (sb->id, 0);
     SetControl32BitValue   (sb->id, val);
+    SetControlViewSize     (sb->id, size);    
 #ifdef DEBUG_MAC_SB
     printf("thumb_sb (%x) %x, %x,%x\n",sb->id, val, size, max);
 #endif
@@ -5727,7 +5725,7 @@ gui_mch_show_popupmenu(vimmenu_T *menu)
     /* TODO: Get the text selection from Vim */
 
     /* Call to Handle Popup */
-    status = ContextualMenuSelect(CntxMenu, where, false, kCMHelpItemNoHelp,
+    status = ContextualMenuSelect(CntxMenu, where, false, kCMHelpItemRemoveHelp,
                       HelpName, NULL, &CntxType, &CntxMenuID, &CntxMenuItem);
 
     if (status == noErr)
index 6c4c641f10b254ad421cc9ab7136dce18c9548cd..d577c50b310ed856f69f95440d98ff54a1d684dc 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    215,
 /**/
     214,
 /**/