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

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.198
  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.198
  11. Problem:    A few messages are not translated. (Ernest Adrogue)
  12. Solution:   Mark the messages to be translated.
  13. Files:      src/ex_cmds.c
  14.     
  15.  
  16. *** ../vim-6.2.197/src/ex_cmds.c    Sun Jan 18 21:12:26 2004
  17. --- src/ex_cmds.c    Mon Jan 19 14:31:14 2004
  18. ***************
  19. *** 5712,5720 ****
  20.       msg_outtrans(sp->sn_icon);
  21.   #ifdef FEAT_SIGN_ICONS
  22.       if (sp->sn_image == NULL)
  23. !         MSG_PUTS(" (NOT FOUND)");
  24.   #else
  25. !     MSG_PUTS(" (not supported)");
  26.   #endif
  27.       }
  28.       if (sp->sn_text != NULL)
  29. --- 5711,5719 ----
  30.       msg_outtrans(sp->sn_icon);
  31.   #ifdef FEAT_SIGN_ICONS
  32.       if (sp->sn_image == NULL)
  33. !         MSG_PUTS(_(" (NOT FOUND)"));
  34.   #else
  35. !     MSG_PUTS(_(" (not supported)"));
  36.   #endif
  37.       }
  38.       if (sp->sn_text != NULL)
  39. *** ../vim-6.2.197/src/version.c    Sun Jan 25 19:32:46 2004
  40. --- src/version.c    Sun Jan 25 19:33:59 2004
  41. ***************
  42. *** 639,640 ****
  43. --- 639,642 ----
  44.   {   /* Add new patch number below this line */
  45. + /**/
  46. +     198,
  47.   /**/
  48.  
  49. -- 
  50. Living on Earth includes an annual free trip around the Sun.
  51.  
  52.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  53. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  54. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  55.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  56.