home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.1 / 7.1.041 < prev    next >
Encoding:
Internet Message Format  |  2007-11-19  |  4.5 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 7.1.041 (extra)
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.1.041 (extra, after 7.1.040)
  11. Problem:    Some changes for patch 7.1.0 are in extra files.
  12. Solution:   Update the extra files.
  13. Files:        src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
  14.         src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
  15.  
  16.  
  17. *** ../vim-7.1.040/src/testdir/Make_amiga.mak    Sun Apr 30 20:42:49 2006
  18. --- src/testdir/Make_amiga.mak    Tue Jul 24 15:36:00 2007
  19. ***************
  20. *** 25,31 ****
  21.           test43.out test44.out test45.out test46.out test47.out \
  22.           test48.out test51.out test53.out test54.out test55.out \
  23.           test56.out test57.out test58.out test59.out test60.out \
  24. !         test61.out test62.out
  25.   
  26.   .SUFFIXES: .in .out
  27.   
  28. --- 25,31 ----
  29.           test43.out test44.out test45.out test46.out test47.out \
  30.           test48.out test51.out test53.out test54.out test55.out \
  31.           test56.out test57.out test58.out test59.out test60.out \
  32. !         test61.out test62.out test63.out
  33.   
  34.   .SUFFIXES: .in .out
  35.   
  36. ***************
  37. *** 107,109 ****
  38. --- 107,110 ----
  39.   test60.out: test60.in
  40.   test61.out: test61.in
  41.   test62.out: test62.in
  42. + test63.out: test63.in
  43. *** ../vim-7.1.040/src/testdir/Make_dos.mak    Sun Apr 30 20:41:13 2006
  44. --- src/testdir/Make_dos.mak    Tue Jul 24 15:37:47 2007
  45. ***************
  46. *** 19,25 ****
  47.           test44.out test45.out test46.out test47.out \
  48.           test48.out test51.out test53.out test54.out \
  49.           test55.out test56.out test57.out test58.out test59.out \
  50. !         test60.out test61.out test62.out
  51.   
  52.   SCRIPTS =    test3.out test4.out test5.out test6.out test7.out \
  53.           test8.out test9.out test11.out test13.out test14.out \
  54. --- 19,25 ----
  55.           test44.out test45.out test46.out test47.out \
  56.           test48.out test51.out test53.out test54.out \
  57.           test55.out test56.out test57.out test58.out test59.out \
  58. !         test60.out test61.out test62.out test63.out
  59.   
  60.   SCRIPTS =    test3.out test4.out test5.out test6.out test7.out \
  61.           test8.out test9.out test11.out test13.out test14.out \
  62. *** ../vim-7.1.040/src/testdir/Make_os2.mak    Sun Apr 30 20:29:29 2006
  63. --- src/testdir/Make_os2.mak    Tue Jul 24 15:39:15 2007
  64. ***************
  65. *** 25,31 ****
  66.           test43.out test44.out test45.out test46.out test47.out \
  67.           test48.out test51.out test53.out test54.out test55.out \
  68.           test56.out test57.out test58.out test59.out test60.out \
  69. !         test61.out test62.out
  70.   
  71.   .SUFFIXES: .in .out
  72.   
  73. --- 25,31 ----
  74.           test43.out test44.out test45.out test46.out test47.out \
  75.           test48.out test51.out test53.out test54.out test55.out \
  76.           test56.out test57.out test58.out test59.out test60.out \
  77. !         test61.out test62.out test63.out
  78.   
  79.   .SUFFIXES: .in .out
  80.   
  81. *** ../vim-7.1.040/src/testdir/Make_vms.mms    Sun Apr 30 20:51:12 2006
  82. --- src/testdir/Make_vms.mms    Tue Jul 24 15:39:23 2007
  83. ***************
  84. *** 4,10 ****
  85.   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
  86.   #        Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
  87.   #
  88. ! # Last change:  2006 Apr 30
  89.   #
  90.   # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
  91.   # Edit the lines in the Configuration section below to select.
  92. --- 4,10 ----
  93.   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
  94.   #        Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
  95.   #
  96. ! # Last change:  2007 Jul 24
  97.   #
  98.   # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
  99.   # Edit the lines in the Configuration section below to select.
  100. ***************
  101. *** 59,65 ****
  102.        test43.out test44.out test45.out test46.out \
  103.        test48.out test51.out test53.out test54.out test55.out \
  104.        test56.out test57.out test58.out test59.out test60.out \
  105. !      test61.out test62.out
  106.   
  107.   .IFDEF WANT_GUI
  108.   SCRIPT_GUI = test16.out
  109. --- 59,65 ----
  110.        test43.out test44.out test45.out test46.out \
  111.        test48.out test51.out test53.out test54.out test55.out \
  112.        test56.out test57.out test58.out test59.out test60.out \
  113. !      test61.out test62.out test63.out
  114.   
  115.   .IFDEF WANT_GUI
  116.   SCRIPT_GUI = test16.out
  117. *** ../vim-7.1.040/src/version.c    Thu Jul 26 22:55:11 2007
  118. --- src/version.c    Thu Jul 26 22:58:57 2007
  119. ***************
  120. *** 668,669 ****
  121. --- 668,671 ----
  122.   {   /* Add new patch number below this line */
  123. + /**/
  124. +     41,
  125.   /**/
  126.  
  127. -- 
  128. Just remember...if the world didn't suck, we'd all fall off.
  129.  
  130.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  131. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  132. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  133.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  134.