Karsten Hopp 68b185
To: vim-dev@vim.org
Karsten Hopp 68b185
Subject: Patch 7.1.280
Karsten Hopp 68b185
Fcc: outbox
Karsten Hopp 68b185
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 68b185
Mime-Version: 1.0
Karsten Hopp 68b185
Content-Type: text/plain; charset=ISO-8859-1
Karsten Hopp 68b185
Content-Transfer-Encoding: 8bit
Karsten Hopp 68b185
------------
Karsten Hopp 68b185
Karsten Hopp 68b185
Patch 7.1.280  (after 7.1.275)
Karsten Hopp 68b185
Problem:    Mac: build problems when not using multibyte feature. (Nicholas
Karsten Hopp 68b185
	    Stallard)
Karsten Hopp 68b185
Solution:   Don't define USE_IM_CONTROL when not using multibyte.
Karsten Hopp 68b185
Files:	    src/vim.h
Karsten Hopp 68b185
Karsten Hopp 68b185
Karsten Hopp 68b185
*** ../vim-7.1.279/src/vim.h	Wed Mar 12 17:25:50 2008
Karsten Hopp 68b185
--- src/vim.h	Thu Mar 13 23:39:21 2008
Karsten Hopp 68b185
***************
Karsten Hopp 68b185
*** 463,469 ****
Karsten Hopp 68b185
   */
Karsten Hopp 68b185
  #if defined(FEAT_XIM) \
Karsten Hopp 68b185
      || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
Karsten Hopp 68b185
!     || defined(FEAT_GUI_MAC)
Karsten Hopp 68b185
  # define USE_IM_CONTROL
Karsten Hopp 68b185
  #endif
Karsten Hopp 68b185
  
Karsten Hopp 68b185
--- 466,472 ----
Karsten Hopp 68b185
   */
Karsten Hopp 68b185
  #if defined(FEAT_XIM) \
Karsten Hopp 68b185
      || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
Karsten Hopp 68b185
!     || (defined(FEAT_GUI_MAC) && defined(FEAT_MBYTE))
Karsten Hopp 68b185
  # define USE_IM_CONTROL
Karsten Hopp 68b185
  #endif
Karsten Hopp 68b185
  
Karsten Hopp 68b185
*** ../vim-7.1.279/src/version.c	Sat Mar 15 12:40:23 2008
Karsten Hopp 68b185
--- src/version.c	Sat Mar 15 13:08:40 2008
Karsten Hopp 68b185
***************
Karsten Hopp 68b185
*** 668,669 ****
Karsten Hopp 68b185
--- 668,671 ----
Karsten Hopp 68b185
  {   /* Add new patch number below this line */
Karsten Hopp 68b185
+ /**/
Karsten Hopp 68b185
+     280,
Karsten Hopp 68b185
  /**/
Karsten Hopp 68b185
Karsten Hopp 68b185
-- 
Karsten Hopp 68b185
Why is it called "Windows"?  "Gates" would be more appropriate...
Karsten Hopp 68b185
Karsten Hopp 68b185
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 68b185
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 68b185
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp 68b185
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///