Blame SOURCES/7.4.074

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.074
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.074
22c937
Problem:    When undo'ing all changes and creating a new change the undo
22c937
            structure is incorrect. (Christian Brabandt)
22c937
Solution:   When deleting the branch starting at the old header, delete the
22c937
            whole branch, not just the first entry.
22c937
Files:      src/undo.c
22c937
    
22c937
22c937
*** ../vim-7.4.073/src/undo.c	2013-11-06 05:26:08.000000000 +0100
22c937
--- src/undo.c	2013-11-07 03:01:42.000000000 +0100
22c937
***************
22c937
*** 3121,3127 ****
22c937
       * all the pointers. */
22c937
      if (uhp == buf->b_u_oldhead)
22c937
      {
22c937
! 	u_freeheader(buf, uhp, uhpp);
22c937
  	return;
22c937
      }
22c937
  
22c937
--- 3121,3128 ----
22c937
       * all the pointers. */
22c937
      if (uhp == buf->b_u_oldhead)
22c937
      {
22c937
! 	while (buf->b_u_oldhead != NULL)
22c937
! 	    u_freeheader(buf, buf->b_u_oldhead, uhpp);
22c937
  	return;
22c937
      }
22c937
  
22c937
*** ../vim-7.4.073/src/version.c	2013-11-06 05:26:08.000000000 +0100
22c937
--- src/version.c	2013-11-07 03:03:02.000000000 +0100
22c937
***************
22c937
*** 740,741 ****
22c937
--- 740,743 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     74,
22c937
  /**/
22c937
22c937
-- 
22c937
LETTERS TO THE EDITOR (The Times of London)
22c937
22c937
Dear Sir,
22c937
22c937
I am firmly opposed to the spread of microchips either to the home or
22c937
to the office.  We have more than enough of them foisted upon us in
22c937
public places.  They are a disgusting Americanism, and can only result
22c937
in the farmers being forced to grow smaller potatoes, which in turn
22c937
will cause massive unemployment in the already severely depressed
22c937
agricultural industry.
22c937
22c937
Yours faithfully,
22c937
        Capt. Quinton D'Arcy, J. P.
22c937
        Sevenoaks
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///