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.128 < prev    next >
Encoding:
Internet Message Format  |  2003-10-22  |  1.8 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.128
  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.128 (after 6.2.118)
  11. Problem:    src/auto/configure is not consistent with src/configure.in.
  12. Solution:   Use the newly generated configure script.
  13. Files:      src/auto/configure
  14.  
  15.  
  16. *** ../vim-6.2.127/src/auto/configure    Fri Oct 17 12:01:21 2003
  17. --- src/auto/configure    Thu Oct 16 10:32:05 2003
  18. ***************
  19. *** 3601,3608 ****
  20.   
  21.     case "$enable_gui_canon" in
  22.       no|none)    echo "$ac_t""no GUI support" 1>&6 ;;
  23. !     yes|"")    echo "$ac_t""yes - automatic GUI support" 1>&6 ;;
  24. !     auto)    echo "$ac_t""auto - automatic GUI support" 1>&6
  25.           SKIP_GTK=
  26.           SKIP_GTK2=
  27.           SKIP_GNOME=
  28. --- 3601,3607 ----
  29.   
  30.     case "$enable_gui_canon" in
  31.       no|none)    echo "$ac_t""no GUI support" 1>&6 ;;
  32. !     yes|""|auto)    echo "$ac_t""yes/auto - automatic GUI support" 1>&6
  33.           SKIP_GTK=
  34.           SKIP_GTK2=
  35.           SKIP_GNOME=
  36. *** ../vim-6.2.127/src/version.c    Fri Oct 17 12:20:50 2003
  37. --- src/version.c    Thu Oct 23 14:09:08 2003
  38. ***************
  39. *** 639,640 ****
  40. --- 639,642 ----
  41.   {   /* Add new patch number below this line */
  42. + /**/
  43. +     128,
  44.   /**/
  45.  
  46. -- 
  47.     [clop clop]
  48. GUARD #1:  Halt!  Who goes there?
  49. ARTHUR:    It is I, Arthur, son of Uther Pendragon, from the castle of
  50.            Camelot.  King of the Britons, defeator of the Saxons, sovereign of
  51.            all England!
  52. GUARD #1:  Pull the other one!
  53.                                   The Quest for the Holy Grail (Monty Python)
  54.  
  55.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  56. ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
  57. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  58.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  59.