8fc669a
To: vim_dev@googlegroups.com
8fc669a
Subject: Patch 7.3.347
8fc669a
Fcc: outbox
8fc669a
From: Bram Moolenaar <Bram@moolenaar.net>
8fc669a
Mime-Version: 1.0
8fc669a
Content-Type: text/plain; charset=UTF-8
8fc669a
Content-Transfer-Encoding: 8bit
8fc669a
------------
8fc669a
8fc669a
Patch 7.3.347
8fc669a
Problem:    When dropping text from a browser on Vim it receives HTML even
8fc669a
	    though "html" is excluded from 'clipboard'. (Andrei Avk)
8fc669a
Solution:   Fix the condition for TARGET_HTML.
8fc669a
Files:	    src/gui_gtk_x11.c
8fc669a
8fc669a
8fc669a
*** ../vim-7.3.346/src/gui_gtk_x11.c	2011-08-10 17:44:41.000000000 +0200
8fc669a
--- src/gui_gtk_x11.c	2011-10-23 20:56:38.000000000 +0200
8fc669a
***************
8fc669a
*** 3081,3087 ****
8fc669a
  
8fc669a
      for (i = 0; i < (int)N_DND_TARGETS; ++i)
8fc669a
      {
8fc669a
! 	if (!clip_html && selection_targets[i].info == TARGET_HTML)
8fc669a
  	    n_targets--;
8fc669a
  	else
8fc669a
  	    targets[j++] = dnd_targets[i];
8fc669a
--- 3081,3087 ----
8fc669a
  
8fc669a
      for (i = 0; i < (int)N_DND_TARGETS; ++i)
8fc669a
      {
8fc669a
! 	if (!clip_html && dnd_targets[i].info == TARGET_HTML)
8fc669a
  	    n_targets--;
8fc669a
  	else
8fc669a
  	    targets[j++] = dnd_targets[i];
8fc669a
*** ../vim-7.3.346/src/version.c	2011-10-20 21:58:20.000000000 +0200
8fc669a
--- src/version.c	2011-10-26 11:35:23.000000000 +0200
8fc669a
***************
8fc669a
*** 716,717 ****
8fc669a
--- 716,719 ----
8fc669a
  {   /* Add new patch number below this line */
8fc669a
+ /**/
8fc669a
+     347,
8fc669a
  /**/
8fc669a
8fc669a
-- 
8fc669a
I AM THANKFUL...
8fc669a
...for a lawn that needs mowing, windows that need cleaning
8fc669a
and gutters that need fixing because it means I have a home.
8fc669a
8fc669a
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
8fc669a
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
8fc669a
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
8fc669a
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///