rpms/scim-hangul/devel scim-hangul-update-caret.patch, NONE, 1.1 scim-hangul.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 29 12:32:36 UTC 2006


Author: tagoh

Update of /cvs/dist/rpms/scim-hangul/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20619

Modified Files:
	scim-hangul.spec 
Added Files:
	scim-hangul-update-caret.patch 
Log Message:
* Tue Aug 29 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.2-7
- scim-hangul-update-caret.patch: backported from CVS to update the caret.
  (#198721)

scim-hangul-update-caret.patch:
 scim_hangul_imengine.cpp |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE scim-hangul-update-caret.patch ---
Index: src/scim_hangul_imengine.cpp
===================================================================
RCS file: /cvsroot/scim/scim-hangul/src/scim_hangul_imengine.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- src/scim_hangul_imengine.cpp	24 Jul 2006 13:42:15 -0000	1.10
+++ src/scim_hangul_imengine.cpp	24 Jul 2006 15:03:57 -0000	1.11
@@ -637,6 +637,7 @@
         attrs.push_back (Attribute (0, wstr.length (), SCIM_ATTR_DECORATE, SCIM_ATTR_DECORATE_REVERSE));
         show_preedit_string ();
         update_preedit_string (wstr, attrs);
+        update_preedit_caret (wstr.length());
     } else {
         hide_preedit_string ();
     }


Index: scim-hangul.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-hangul/devel/scim-hangul.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- scim-hangul.spec	24 Jul 2006 16:55:12 -0000	1.22
+++ scim-hangul.spec	29 Aug 2006 12:32:29 -0000	1.23
@@ -2,7 +2,7 @@
 
 Name:           scim-hangul
 Version:        0.2.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 License:        GPL
 URL:            http://www.scim-im.org/
@@ -15,6 +15,7 @@
 Patch0:		scim-hangul-0.2.2-ascii-mode.patch
 Patch1:		scim-hangul-0.2.2-help.patch
 Patch2:		scim-hangul-0.2.2-swap-keybinding.patch
+Patch3:		scim-hangul-update-caret.patch
 
 
 Summary:        Hangul Input Method Engine for SCIM
@@ -30,6 +31,7 @@
 %patch0 -p1 -b .0-ascii-mode
 %patch1 -p1 -b .1-help
 %patch2 -p1 -b .2-swap-key
+%patch3 -p0 -b .3-update-caret
 
 
 %build
@@ -69,6 +71,10 @@
 
 
 %changelog
+* Tue Aug 29 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.2-7
+- scim-hangul-update-caret.patch: backported from CVS to update the caret.
+  (#198721)
+
 * Tue Jul 25 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.2-6
 - scim-hangul-0.2.2-swap-keybinding.patch: swap the keybindings to move
   the cursor on the candidate window according to the candidate window's




More information about the fedora-cvs-commits mailing list