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.0.098 < prev    next >
Encoding:
Internet Message Format  |  2001-12-13  |  1.8 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.098
  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.0.098
  11. Problem:    GTK: When using Gnome the "Search" and "Search and Replace" dialog
  12.         boxes are not translated.
  13. Solution:   Define ENABLE_NLS before including gnome.h. (Eduardo Fernandez)
  14. Files:        src/gui_gtk.c, src/gui_gtk_x11.c
  15.  
  16.  
  17. *** ../vim60.97/src/gui_gtk.c    Tue Nov  6 11:58:54 2001
  18. --- src/gui_gtk.c    Fri Dec 14 20:09:40 2001
  19. ***************
  20. *** 43,48 ****
  21. --- 43,51 ----
  22.   # ifdef bindtextdomain
  23.   #  undef bindtextdomain
  24.   # endif
  25. + # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  26. + #  define ENABLE_NLS    /* so the texts in the dialog boxes are translated */
  27. + # endif
  28.   # include <gnome.h>
  29.   #endif
  30.   
  31. *** ../vim60.97/src/gui_gtk_x11.c    Thu Nov  1 14:41:29 2001
  32. --- src/gui_gtk_x11.c    Fri Dec 14 20:10:23 2001
  33. ***************
  34. *** 31,36 ****
  35. --- 31,39 ----
  36.   # ifdef bindtextdomain
  37.   #  undef bindtextdomain
  38.   # endif
  39. + # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  40. + #  define ENABLE_NLS    /* so the texts in the dialog boxes are translated */
  41. + # endif
  42.   # include <gnome.h>
  43.   # include "version.h"
  44.   #endif
  45. *** ../vim60.97/src/version.c    Thu Dec 13 19:15:02 2001
  46. --- src/version.c    Fri Dec 14 20:07:55 2001
  47. ***************
  48. *** 608,609 ****
  49. --- 608,611 ----
  50.   {   /* Add new patch number below this line */
  51. + /**/
  52. +     98,
  53.   /**/
  54.  
  55. -- 
  56. hundred-and-one symptoms of being an internet addict:
  57. 93. New mail alarm on your palmtop annoys other churchgoers.
  58.  
  59.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  60. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  61.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  62.