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.196 < prev    next >
Encoding:
Internet Message Format  |  2004-01-24  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.196
  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.196 (after 6.2.191)
  11. Problem:    Rebuilding the documentation doesn't use the sponsor.txt file.
  12. Solution:   Add sponsor.txt to the Makefile. (Christian J. Robinson)
  13. Files:        runtime/doc/Makefile
  14.  
  15.  
  16. *** ../vim-6.2.195/runtime/doc/Makefile    Sun Jun  1 16:10:00 2003
  17. --- runtime/doc/Makefile    Tue Jan 20 11:59:49 2004
  18. ***************
  19. *** 77,82 ****
  20. --- 77,83 ----
  21.       rileft.txt \
  22.       scroll.txt \
  23.       sign.txt \
  24. +     sponsor.txt \
  25.       starting.txt \
  26.       syntax.txt \
  27.       tagsrch.txt \
  28. ***************
  29. *** 193,198 ****
  30. --- 194,200 ----
  31.       rileft.html \
  32.       scroll.html \
  33.       sign.html \
  34. +     sponsor.html \
  35.       starting.html \
  36.       syntax.html \
  37.       tagsrch.html \
  38. *** ../vim-6.2.195/src/version.c    Sun Jan 18 23:21:49 2004
  39. --- src/version.c    Sun Jan 25 19:27:58 2004
  40. ***************
  41. *** 639,640 ****
  42. --- 639,642 ----
  43.   {   /* Add new patch number below this line */
  44. + /**/
  45. +     196,
  46.   /**/
  47.  
  48. -- 
  49. A law to reduce crime states: "It is mandatory for a motorist with criminal
  50. intentions to stop at the city limits and telephone the chief of police as he
  51. is entering the town.
  52.         [real standing law in Washington, United States of America]
  53.  
  54.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  55. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  56. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  57.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  58.