99b86a7
To: vim-dev@vim.org
99b86a7
Subject: patch 7.1.049
99b86a7
Fcc: outbox
99b86a7
From: Bram Moolenaar <Bram@moolenaar.net>
99b86a7
Mime-Version: 1.0
99b86a7
Content-Type: text/plain; charset=ISO-8859-1
99b86a7
Content-Transfer-Encoding: 8bit
99b86a7
------------
99b86a7
99b86a7
Patch 7.1.049
99b86a7
Problem:    Cannot compile GTK2 version with Hangul input feature.
99b86a7
Solution:   Don't define FEAT_XFONTSET when using GTK2.
99b86a7
Files:	    src/feature.h
99b86a7
99b86a7
99b86a7
*** ../vim-7.1.048/src/feature.h	Thu May 10 19:43:24 2007
99b86a7
--- src/feature.h	Fri Aug  3 19:32:56 2007
99b86a7
***************
99b86a7
*** 673,679 ****
99b86a7
  # define ESC_CHG_TO_ENG_MODE		/* if defined, when ESC pressed,
99b86a7
  					 * turn to english mode
99b86a7
  					 */
99b86a7
! # if !defined(FEAT_XFONTSET) && defined(HAVE_X11)
99b86a7
  #  define FEAT_XFONTSET			/* Hangul input requires xfontset */
99b86a7
  # endif
99b86a7
  # if defined(FEAT_XIM) && !defined(LINT)
99b86a7
--- 673,679 ----
99b86a7
  # define ESC_CHG_TO_ENG_MODE		/* if defined, when ESC pressed,
99b86a7
  					 * turn to english mode
99b86a7
  					 */
99b86a7
! # if !defined(FEAT_XFONTSET) && defined(HAVE_X11) && !defined(HAVE_GTK2)
99b86a7
  #  define FEAT_XFONTSET			/* Hangul input requires xfontset */
99b86a7
  # endif
99b86a7
  # if defined(FEAT_XIM) && !defined(LINT)
99b86a7
*** ../vim-7.1.048/src/version.c	Thu Aug  2 23:00:06 2007
99b86a7
--- src/version.c	Fri Aug  3 21:58:23 2007
99b86a7
***************
99b86a7
*** 668,669 ****
99b86a7
--- 668,671 ----
99b86a7
  {   /* Add new patch number below this line */
99b86a7
+ /**/
99b86a7
+     49,
99b86a7
  /**/
99b86a7
99b86a7
-- 
99b86a7
From "know your smileys":
99b86a7
 :-O>-o   Smiley American tourist (note big mouth and camera)
99b86a7
99b86a7
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
99b86a7
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
99b86a7
\\\        download, build and distribute -- http://www.A-A-P.org        ///
99b86a7
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///