rpms/im-sdk/FC-3 iiimgcf-deadkey.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 28 13:21:55 UTC 2005


Author: tagoh

Update of /cvs/dist/rpms/im-sdk/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv22185

Modified Files:
	iiimgcf-deadkey.patch 
Log Message:
updated.

iiimgcf-deadkey.patch:
 gtkimcontextiiim.c |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 gtkimcontextiiim.h |    1 
 2 files changed, 54 insertions(+), 1 deletion(-)

Index: iiimgcf-deadkey.patch
===================================================================
RCS file: /cvs/dist/rpms/im-sdk/FC-3/iiimgcf-deadkey.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iiimgcf-deadkey.patch	28 Jul 2005 12:11:14 -0000	1.2
+++ iiimgcf-deadkey.patch	28 Jul 2005 13:21:51 -0000	1.3
@@ -9,7 +9,7 @@
  #include <stdlib.h>
  #include <string.h>
  #include "iiimcf.h"
-@@ -42,6 +43,28 @@
+@@ -42,6 +43,26 @@
  #define DEBUG_DO(x)
  #endif
  
@@ -31,14 +31,12 @@
 +   _IS_DEAD_KEY(keyval, iota) ||		\
 +   _IS_DEAD_KEY(keyval, voiced_sound) ||	\
 +   _IS_DEAD_KEY(keyval, semivoiced_sound) ||	\
-+   _IS_DEAD_KEY(keyval, belowdot) ||		\
-+   _IS_DEAD_KEY(keyval, hook) ||		\
-+   _IS_DEAD_KEY(keyval, horn))
++   _IS_DEAD_KEY(keyval, belowdot))
 +
  typedef struct _CandidateWindow CandidateWindow;
  
  /* Style for gtk input method preedit/status */
-@@ -1521,6 +1544,16 @@
+@@ -1521,6 +1542,16 @@
  }
  
  static void
@@ -55,7 +53,7 @@
  im_context_iiim_init (GtkIMContextIIIM * im_context_iiim)
  {
    im_context_iiim->context = NULL;
-@@ -1532,6 +1565,11 @@
+@@ -1532,6 +1563,11 @@
    im_context_iiim->has_focus = FALSE;
    im_context_iiim->in_toplevel = FALSE;
  
@@ -67,7 +65,7 @@
    bindtextdomain (GETTEXT_PACKAGE, IIIMGCFLOCALEDIR);
    bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
  }
-@@ -1664,10 +1702,11 @@
+@@ -1664,10 +1700,11 @@
    IIIMCF_keyevent kev;
    IIIMCF_event ev;
    gint store_key = 0;
@@ -80,7 +78,7 @@
  
    if (current_setting_enabled &&
        current_setting.im_enabled == IM_OFF)
-@@ -1719,6 +1758,15 @@
+@@ -1719,6 +1756,15 @@
      return FALSE;
  
   commit_this_event:
@@ -96,7 +94,7 @@
    if (event->state &
        (gtk_accelerator_get_default_mod_mask () & ~GDK_SHIFT_MASK))
      return FALSE;
-@@ -1800,8 +1848,14 @@
+@@ -1800,8 +1846,14 @@
    g_free (context_iiim->current_language);
  
    iiim_keylist_free (context_iiim);




More information about the fedora-cvs-commits mailing list