]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.001
- recognize update_mime_database
[packages/vim.git] / 7.1.001
1 To: vim-dev@vim.org
2 Subject: patch 7.1.001
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 7.1.001
11 Problem:    Still can't build with Gnome libraries.
12 Solution:   Fix typo in bind_textdomain_codeset. (Mike Kelly)
13 Files:      src/gui_gtk.c, src/gui_gtk_x11.c
14
15
16 *** ../vim-7.1.000/src/gui_gtk.c        Thu May 10 20:27:29 2007
17 --- src/gui_gtk.c       Mon May 14 14:40:54 2007
18 ***************
19 *** 53,60 ****
20   # ifdef bindtextdomain
21   #  undef bindtextdomain
22   # endif
23 ! # ifdef bindtextdomain_codeset
24 ! #  undef bindtextdomain_codeset
25   # endif
26   # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
27   #  define ENABLE_NLS  /* so the texts in the dialog boxes are translated */
28 --- 53,60 ----
29   # ifdef bindtextdomain
30   #  undef bindtextdomain
31   # endif
32 ! # ifdef bind_textdomain_codeset
33 ! #  undef bind_textdomain_codeset
34   # endif
35   # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
36   #  define ENABLE_NLS  /* so the texts in the dialog boxes are translated */
37 *** ../vim-7.1.000/src/gui_gtk_x11.c    Thu May 10 21:17:51 2007
38 --- src/gui_gtk_x11.c   Mon May 14 14:41:06 2007
39 ***************
40 *** 36,43 ****
41   # ifdef bindtextdomain
42   #  undef bindtextdomain
43   # endif
44 ! # ifdef bindtextdomain_codeset
45 ! #  undef bindtextdomain_codeset
46   # endif
47   # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
48   #  define ENABLE_NLS  /* so the texts in the dialog boxes are translated */
49 --- 36,43 ----
50   # ifdef bindtextdomain
51   #  undef bindtextdomain
52   # endif
53 ! # ifdef bind_textdomain_codeset
54 ! #  undef bind_textdomain_codeset
55   # endif
56   # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
57   #  define ENABLE_NLS  /* so the texts in the dialog boxes are translated */
58 *** ../vim-7.1.000/src/version.c        Sat May 12 16:34:15 2007
59 --- src/version.c       Mon May 14 14:42:19 2007
60 ***************
61 *** 668,669 ****
62 --- 668,671 ----
63   {   /* Add new patch number below this line */
64 + /**/
65 +     1,
66   /**/
67
68 -- 
69 hundred-and-one symptoms of being an internet addict:
70 127. You bring your laptop and cellular phone to church.
71
72  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
73 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
74 \\\        download, build and distribute -- http://www.A-A-P.org        ///
75  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.02956 seconds and 3 git commands to generate.