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.3 / 6.3.048 < prev    next >
Encoding:
Internet Message Format  |  2004-12-15  |  17.7 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.3.048 (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 6.3.048 (extra)
  11. Problem:    Build problems with VMS on IA64.
  12. Solution:   Add dependencies to the build file. (Zoltan Arpadffy)
  13. Files:        src/Make_vms.mms
  14.  
  15.  
  16. *** ../vim-6.3.047/src/Make_vms.mms    Wed Jun  9 14:56:27 2004
  17. --- src/Make_vms.mms    Thu Dec 16 10:19:30 2004
  18. ***************
  19. *** 2,10 ****
  20.   # Makefile for Vim on OpenVMS
  21.   #
  22.   # Maintainer:   Zoltan Arpadffy <arpadffy@polarhome.com>
  23. ! # Last change:  2004 May 04
  24.   #
  25. ! # This has script been tested on VMS 6.2 to 7.3 on DEC Alpha and VAX
  26.   # with MMS and MMK
  27.   #
  28.   # The following could be built:
  29. --- 2,10 ----
  30.   # Makefile for Vim on OpenVMS
  31.   #
  32.   # Maintainer:   Zoltan Arpadffy <arpadffy@polarhome.com>
  33. ! # Last change:  2004 Dec 16
  34.   #
  35. ! # This has script been tested on VMS 6.2 to 7.3 on DEC Alpha, VAX and IA64
  36.   # with MMS and MMK
  37.   #
  38.   # The following could be built:
  39. ***************
  40. *** 454,457 ****
  41.       -@ !
  42.   .ENDIF
  43.   
  44. --- 454,735 ----
  45.       -@ !
  46.   .ENDIF
  47.   
  48. ! buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
  49. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  50. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  51. !  globals.h farsi.h arabic.h version.h
  52. ! charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
  53. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  54. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  55. !  globals.h farsi.h arabic.h
  56. ! diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h   \
  57. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  58. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  59. !  arabic.h
  60. ! digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
  61. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  62. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  63. !  globals.h farsi.h arabic.h
  64. ! edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h   \
  65. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  66. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  67. !  arabic.h
  68. ! eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h   \
  69. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  70. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  71. !  arabic.h version.h
  72. ! ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
  73. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  74. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  75. !  globals.h farsi.h arabic.h version.h
  76. ! ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
  77. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  78. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  79. !  globals.h farsi.h arabic.h version.h
  80. ! ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
  81. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  82. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  83. !  globals.h farsi.h arabic.h
  84. ! ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
  85. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  86. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  87. !  globals.h farsi.h arabic.h
  88. ! ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
  89. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  90. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  91. !  globals.h farsi.h arabic.h
  92. ! fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
  93. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  94. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  95. !  globals.h farsi.h arabic.h
  96. ! fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h   \
  97. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  98. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  99. !  arabic.h
  100. ! getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
  101. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  102. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  103. !  globals.h farsi.h arabic.h
  104. ! if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
  105. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  106. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  107. !  globals.h farsi.h arabic.h if_cscope.h
  108. ! if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
  109. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  110. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  111. !  globals.h farsi.h arabic.h version.h
  112. ! main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h   \
  113. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  114. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  115. !  arabic.h farsi.c arabic.c
  116. ! mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h   \
  117. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  118. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  119. !  arabic.h
  120. ! memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
  121. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  122. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  123. !  globals.h farsi.h arabic.h
  124. ! memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
  125. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  126. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  127. !  globals.h farsi.h arabic.h
  128. ! menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h   \
  129. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  130. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  131. !  arabic.h
  132. ! message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
  133. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  134. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  135. !  globals.h farsi.h arabic.h
  136. ! misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h   \
  137. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  138. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  139. !  arabic.h version.h
  140. ! misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h   \
  141. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  142. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  143. !  arabic.h
  144. ! move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h   \
  145. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  146. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  147. !  arabic.h
  148. ! mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h   \
  149. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  150. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  151. !  arabic.h
  152. ! normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
  153. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  154. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  155. !  globals.h farsi.h arabic.h
  156. ! ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h   \
  157. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  158. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  159. !  arabic.h
  160. ! option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
  161. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  162. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  163. !  globals.h farsi.h arabic.h
  164. ! os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
  165. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  166. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  167. !  globals.h farsi.h arabic.h os_unixx.h
  168. ! os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
  169. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  170. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  171. !  globals.h farsi.h arabic.h os_unixx.h
  172. ! pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
  173. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  174. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  175. !  globals.h farsi.h arabic.h
  176. ! quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
  177. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  178. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  179. !  globals.h farsi.h arabic.h
  180. ! regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
  181. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  182. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  183. !  globals.h farsi.h arabic.h
  184. ! screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
  185. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  186. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  187. !  globals.h farsi.h arabic.h
  188. ! search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
  189. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  190. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  191. !  globals.h farsi.h arabic.h
  192. ! syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
  193. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  194. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  195. !  globals.h farsi.h arabic.h
  196. ! tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h   \
  197. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  198. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  199. !  arabic.h
  200. ! term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h   \
  201. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  202. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  203. !  arabic.h
  204. ! termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h   \
  205. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  206. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  207. !  arabic.h
  208. ! ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h   \
  209. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  210. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  211. !  arabic.h
  212. ! undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h   \
  213. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  214. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  215. !  arabic.h
  216. ! version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
  217. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  218. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  219. !  globals.h farsi.h arabic.h version.h
  220. ! window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
  221. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  222. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  223. !  globals.h farsi.h arabic.h
  224. ! gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h   \
  225. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  226. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  227. !  arabic.h
  228. ! gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
  229. !  os_unix.h   ascii.h keymap.h term.h macros.h structs.h \
  230. !  regexp.h gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
  231. !  proto.h globals.h farsi.h arabic.h [-.pixmaps]stock_icons.h
  232. ! gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
  233. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  234. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  235. !  globals.h farsi.h arabic.h gui_gtk_f.h
  236. ! gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
  237. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  238. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  239. !  globals.h farsi.h arabic.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
  240. !  [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
  241. ! gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
  242. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  243. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  244. !  globals.h farsi.h arabic.h gui_at_sb.h
  245. ! gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
  246. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  247. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  248. !  globals.h farsi.h arabic.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
  249. !  [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm
  250. ! gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \
  251. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  252. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  253. !  globals.h farsi.h arabic.h [-.runtime]vim32x32.xpm \
  254. !  [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
  255. !  [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
  256. !  [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
  257. !  [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \
  258. !  [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \
  259. !  [-.pixmaps]tb_find_help.xpm [-.pixmaps]tb_exit.xpm \
  260. !  [-.pixmaps]tb_undo.xpm [-.pixmaps]tb_redo.xpm [-.pixmaps]tb_help.xpm \
  261. !  [-.pixmaps]tb_macro.xpm [-.pixmaps]tb_make.xpm \
  262. !  [-.pixmaps]tb_save_all.xpm [-.pixmaps]tb_jump.xpm \
  263. !  [-.pixmaps]tb_ctags.xpm [-.pixmaps]tb_load_session.xpm \
  264. !  [-.pixmaps]tb_save_session.xpm [-.pixmaps]tb_new_session.xpm \
  265. !  [-.pixmaps]tb_blank.xpm [-.pixmaps]tb_maximize.xpm \
  266. !  [-.pixmaps]tb_split.xpm [-.pixmaps]tb_minimize.xpm \
  267. !  [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \
  268. !  [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
  269. !  [-.pixmaps]tb_minwidth.xpm
  270. ! gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \
  271. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  272. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  273. !  globals.h farsi.h arabic.h gui_at_sb.h
  274. ! gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
  275. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  276. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  277. !  globals.h farsi.h arabic.h gui_at_sb.h
  278. ! pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h   \
  279. !  ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
  280. !  [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
  281. !  arabic.h
  282. ! hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
  283. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  284. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  285. !  globals.h farsi.h arabic.h
  286. ! if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \
  287. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  288. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  289. !  globals.h farsi.h arabic.h
  290. ! if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \
  291. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  292. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  293. !  globals.h farsi.h arabic.h
  294. ! if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
  295. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  296. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  297. !  globals.h farsi.h arabic.h
  298. ! if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
  299. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  300. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  301. !  globals.h farsi.h arabic.h
  302. ! if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
  303. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  304. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  305. !  globals.h farsi.h arabic.h version.h
  306. ! if_sniff.obj : if_sniff.c vim.h [.auto]config.h feature.h os_unix.h \
  307. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  308. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  309. !  globals.h farsi.h arabic.h os_unixx.h
  310. ! gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
  311. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  312. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  313. !  globals.h farsi.h arabic.h
  314. ! workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \
  315. !  os_unix.h ascii.h keymap.h term.h macros.h structs.h \
  316. !  regexp.h gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
  317. !  proto.h globals.h farsi.h arabic.h version.h workshop.h
  318. ! wsdebug.obj : wsdebug.c
  319. ! integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \
  320. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  321. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  322. !  globals.h farsi.h arabic.h integration.h
  323. ! netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \
  324. !  ascii.h keymap.h term.h macros.h structs.h regexp.h \
  325. !  gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
  326. !  globals.h farsi.h arabic.h version.h
  327. *** ../vim-6.3.047/src/version.c    Wed Dec 15 15:38:56 2004
  328. --- src/version.c    Thu Dec 16 12:02:15 2004
  329. ***************
  330. *** 643,644 ****
  331. --- 643,646 ----
  332.   {   /* Add new patch number below this line */
  333. + /**/
  334. +     48,
  335.   /**/
  336.  
  337. -- 
  338. hundred-and-one symptoms of being an internet addict:
  339. 84. Books in your bookcase bear the names Bongo, WinSock and Inside OLE
  340.  
  341.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  342. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  343. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  344.  \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///
  345.