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 / 6.2.119 < prev    next >
Encoding:
Internet Message Format  |  2003-10-13  |  6.0 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.119
  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 6.2.119 (after 6.2.107)
  11. Problem:    When packing the MS-Windows archives a few files are missing.
  12.         (Guopeng Wen)
  13. Solution:   Add gui_beval.* to the list of generic source files.
  14. Files:        Makefile
  15.  
  16.  
  17. *** ../vim-6.2.118/Makefile    Sun Oct 12 16:42:14 2003
  18. --- Makefile    Mon Oct 13 11:29:54 2003
  19. ***************
  20. *** 84,91 ****
  21.   #   src/vim16.def.
  22.   # - Correct included_patches[] in src/version.c.
  23.   # - Compile Vim with GTK, Perl, Python, TCL, Ruby, Cscope and "huge" features.
  24. ! # - With these features: "make proto" (requires cproto; ignore warnings for
  25. ! #   missing include files, fix problems for syntax errors).
  26.   # - With these features: "make depend" (works best with gcc).
  27.   # - "make lint" and check the output (ignore GTK warnings).
  28.   # - Enable the efence library in "src/Makefile" and run "make test".
  29. --- 84,91 ----
  30.   #   src/vim16.def.
  31.   # - Correct included_patches[] in src/version.c.
  32.   # - Compile Vim with GTK, Perl, Python, TCL, Ruby, Cscope and "huge" features.
  33. ! # - With these features: "make proto" (requires cproto and Motif installed;
  34. ! #   ignore warnings for missing include files, fix problems for syntax errors).
  35.   # - With these features: "make depend" (works best with gcc).
  36.   # - "make lint" and check the output (ignore GTK warnings).
  37.   # - Enable the efence library in "src/Makefile" and run "make test".
  38. ***************
  39. *** 185,193 ****
  40. --- 185,196 ----
  41.   SRC_ALL =    \
  42.           main.aap \
  43.           src/README.txt \
  44. +         src/arabic.c \
  45. +         src/arabic.h \
  46.           src/ascii.h \
  47.           src/buffer.c \
  48.           src/charset.c \
  49. +         src/diff.c \
  50.           src/digraph.c \
  51.           src/edit.c \
  52.           src/eval.c \
  53. ***************
  54. *** 197,211 ****
  55. --- 200,222 ----
  56.           src/ex_docmd.c \
  57.           src/ex_eval.c \
  58.           src/ex_getln.c \
  59. +         src/farsi.c \
  60. +         src/farsi.h \
  61.           src/feature.h \
  62.           src/fileio.c \
  63. +         src/fold.c \
  64.           src/getchar.c \
  65.           src/globals.h \
  66. +         src/gui.c \
  67. +         src/gui.h \
  68. +         src/gui_beval.c \
  69. +         src/gui_beval.h \
  70.           src/keymap.h \
  71.           src/macros.h \
  72.           src/main.aap \
  73.           src/main.c \
  74.           src/mark.c \
  75. +         src/mbyte.c \
  76.           src/memfile.c \
  77.           src/memline.c \
  78.           src/menu.c \
  79. ***************
  80. *** 237,244 ****
  81. --- 248,257 ----
  82.           src/proto/fold.pro \
  83.           src/proto/getchar.pro \
  84.           src/proto/gui.pro \
  85. +         src/proto/gui_beval.pro \
  86.           src/proto/main.pro \
  87.           src/proto/mark.pro \
  88. +         src/proto/mbyte.pro \
  89.           src/proto/memfile.pro \
  90.           src/proto/memline.pro \
  91.           src/proto/menu.pro \
  92. ***************
  93. *** 246,252 ****
  94.           src/proto/misc1.pro \
  95.           src/proto/misc2.pro \
  96.           src/proto/move.pro \
  97. -         src/proto/mbyte.pro \
  98.           src/proto/netbeans.pro \
  99.           src/proto/normal.pro \
  100.           src/proto/ops.pro \
  101. --- 259,264 ----
  102. ***************
  103. *** 275,282 ****
  104.           src/term.h \
  105.           src/termlib.c \
  106.           src/testdir/*.in \
  107. -         src/testdir/main.aap \
  108.           src/testdir/*.ok \
  109.           src/testdir/test49.vim \
  110.           src/ui.c \
  111.           src/undo.c \
  112. --- 287,294 ----
  113.           src/term.h \
  114.           src/termlib.c \
  115.           src/testdir/*.in \
  116.           src/testdir/*.ok \
  117. +         src/testdir/main.aap \
  118.           src/testdir/test49.vim \
  119.           src/ui.c \
  120.           src/undo.c \
  121. ***************
  122. *** 286,303 ****
  123.           src/window.c \
  124.           src/xxd/xxd.c \
  125.   
  126. - # more source files
  127. - SRC_MORE =    \
  128. -         src/diff.c \
  129. -         src/arabic.c \
  130. -         src/arabic.h \
  131. -         src/farsi.c \
  132. -         src/farsi.h \
  133. -         src/fold.c \
  134. -         src/gui.c \
  135. -         src/gui.h \
  136. -         src/mbyte.c \
  137.   # source files for Unix only
  138.   SRC_UNIX =    \
  139.           Makefile \
  140. --- 298,303 ----
  141. ***************
  142. *** 319,326 ****
  143.           src/gui_at_sb.c \
  144.           src/gui_at_sb.h \
  145.           src/gui_athena.c \
  146. -         src/gui_beval.c \
  147. -         src/gui_beval.h \
  148.           src/gui_gtk.c \
  149.           src/gui_gtk_f.c \
  150.           src/gui_gtk_f.h \
  151. --- 319,324 ----
  152. ***************
  153. *** 341,347 ****
  154.           src/osdef2.h.in \
  155.           src/pathdef.sh \
  156.           src/proto/gui_athena.pro \
  157. -         src/proto/gui_beval.pro \
  158.           src/proto/gui_gtk.pro \
  159.           src/proto/gui_gtk_x11.pro \
  160.           src/proto/gui_motif.pro \
  161. --- 339,344 ----
  162. ***************
  163. *** 612,617 ****
  164. --- 609,615 ----
  165.           runtime/macros/matchit.txt \
  166.           runtime/macros/maze/README.txt \
  167.           runtime/macros/maze/[mM]akefile \
  168. +         runtime/macros/maze/main.aap \
  169.           runtime/macros/maze/maze.c \
  170.           runtime/macros/maze/maze_5.78 \
  171.           runtime/macros/maze/maze_mac \
  172. ***************
  173. *** 632,638 ****
  174.           runtime/indoff.vim \
  175.           runtime/termcap \
  176.           runtime/tools/README.txt \
  177. !         runtime/tools/[a-z]* \
  178.           runtime/tutor/README.txt \
  179.           runtime/tutor/tutor \
  180.           runtime/tutor/tutor.vim \
  181. --- 630,636 ----
  182.           runtime/indoff.vim \
  183.           runtime/termcap \
  184.           runtime/tools/README.txt \
  185. !         runtime/tools/[a-z]*[^~] \
  186.           runtime/tutor/README.txt \
  187.           runtime/tutor/tutor \
  188.           runtime/tutor/tutor.vim \
  189. ***************
  190. *** 925,931 ****
  191.       mkdir dist/$(VIMRTDIR)
  192.       tar cf - \
  193.           $(SRC_ALL) \
  194. -         $(SRC_MORE) \
  195.           | (cd dist/$(VIMRTDIR); tar xf -)
  196.       cd dist && tar cf $(VIMVER)-src1.tar $(VIMRTDIR)
  197.       gzip -9 dist/$(VIMVER)-src1.tar
  198. --- 923,928 ----
  199. ***************
  200. *** 1034,1040 ****
  201.       tar cf - \
  202.           $(ROOT_AMI) \
  203.           $(SRC_ALL) \
  204. -         $(SRC_MORE) \
  205.           $(SRC_AMI) \
  206.           $(SRC_AMI_DOS) \
  207.           | (cd dist/Vim/$(VIMRTDIR); tar xf -)
  208. --- 1031,1036 ----
  209. ***************
  210. *** 1208,1214 ****
  211.       mkdir dist/vim/$(VIMRTDIR)
  212.       tar cf - \
  213.           $(SRC_ALL) \
  214. -         $(SRC_MORE) \
  215.           $(SRC_DOS) \
  216.           $(SRC_AMI_DOS) \
  217.           $(SRC_DOS_UNIX) \
  218. --- 1204,1209 ----
  219. *** ../vim-6.2.118/src/version.c    Mon Oct 13 22:21:06 2003
  220. --- src/version.c    Mon Oct 13 22:29:29 2003
  221. ***************
  222. *** 639,640 ****
  223. --- 639,642 ----
  224.   {   /* Add new patch number below this line */
  225. + /**/
  226. +     119,
  227.   /**/
  228.  
  229. -- 
  230. hundred-and-one symptoms of being an internet addict:
  231. 199. You read this entire list of symptoms, looking for something
  232.      that doesn't describe you.
  233.  
  234.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  235. ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
  236. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  237.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  238.