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