3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.319
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.319
3ef2ca
Problem:    Crash when putting zero bytes on the clipboard.
3ef2ca
Solution:   Do not support the utf8_atom target when not using an Unicode
3ef2ca
	    encoding. (Naofumi Honda)
3ef2ca
Files:	    src/ui.c
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.318/src/ui.c	2014-03-23 15:12:29.943264337 +0100
3ef2ca
--- src/ui.c	2014-06-12 13:25:21.791687853 +0200
3ef2ca
***************
3ef2ca
*** 2324,2330 ****
3ef2ca
      if (       *target != XA_STRING
3ef2ca
  #ifdef FEAT_MBYTE
3ef2ca
  	    && *target != vimenc_atom
3ef2ca
! 	    && *target != utf8_atom
3ef2ca
  #endif
3ef2ca
  	    && *target != vim_atom
3ef2ca
  	    && *target != text_atom
3ef2ca
--- 2324,2330 ----
3ef2ca
      if (       *target != XA_STRING
3ef2ca
  #ifdef FEAT_MBYTE
3ef2ca
  	    && *target != vimenc_atom
3ef2ca
! 	    && (*target != utf8_atom || !enc_utf8)
3ef2ca
  #endif
3ef2ca
  	    && *target != vim_atom
3ef2ca
  	    && *target != text_atom
3ef2ca
*** ../vim-7.4.318/src/version.c	2014-06-12 12:20:50.195541385 +0200
3ef2ca
--- src/version.c	2014-06-12 13:26:09.147689645 +0200
3ef2ca
***************
3ef2ca
*** 736,737 ****
3ef2ca
--- 736,739 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     319,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
FIRST HEAD:  Oh! quick! get the sword out I want to cut his head off.
3ef2ca
THIRD HEAD:  Oh, cut your own head off.
3ef2ca
SECOND HEAD: Yes - do us all a favour.
3ef2ca
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///