]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.280
- updated to 7.1.326
[packages/vim.git] / 7.1.280
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.280
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.280  (after 7.1.275)
11 Problem:    Mac: build problems when not using multibyte feature. (Nicholas
12             Stallard)
13 Solution:   Don't define USE_IM_CONTROL when not using multibyte.
14 Files:      src/vim.h
15
16
17 *** ../vim-7.1.279/src/vim.h    Wed Mar 12 17:25:50 2008
18 --- src/vim.h   Thu Mar 13 23:39:21 2008
19 ***************
20 *** 463,469 ****
21    */
22   #if defined(FEAT_XIM) \
23       || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
24 !     || defined(FEAT_GUI_MAC)
25   # define USE_IM_CONTROL
26   #endif
27   
28 --- 466,472 ----
29    */
30   #if defined(FEAT_XIM) \
31       || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
32 !     || (defined(FEAT_GUI_MAC) && defined(FEAT_MBYTE))
33   # define USE_IM_CONTROL
34   #endif
35   
36 *** ../vim-7.1.279/src/version.c        Sat Mar 15 12:40:23 2008
37 --- src/version.c       Sat Mar 15 13:08:40 2008
38 ***************
39 *** 668,669 ****
40 --- 668,671 ----
41   {   /* Add new patch number below this line */
42 + /**/
43 +     280,
44   /**/
45
46 -- 
47 Why is it called "Windows"?  "Gates" would be more appropriate...
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\        download, build and distribute -- http://www.A-A-P.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.083185 seconds and 3 git commands to generate.