rpms/scim-hangul/devel scim-hangul-0.2.2-ascii-mode.patch, 1.1, 1.2 scim-hangul.spec, 1.15, 1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 9 03:21:18 UTC 2006


Author: tagoh

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

Modified Files:
	scim-hangul-0.2.2-ascii-mode.patch scim-hangul.spec 
Log Message:
* Fri Jun  9 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.2-4
- gettextized the input layout string on panel. (#194444)

scim-hangul-0.2.2-ascii-mode.patch:
 scim_hangul_imengine.cpp       |  413 ++++++++++++++++++++++++++++++++++-------
 scim_hangul_imengine.h         |   52 ++++-
 scim_hangul_imengine_setup.cpp |  283 +++++++++++++++++++++++++++-
 scim_hangul_private.h          |   57 +++++
 4 files changed, 722 insertions(+), 83 deletions(-)

Index: scim-hangul-0.2.2-ascii-mode.patch
===================================================================
RCS file: /cvs/dist/rpms/scim-hangul/devel/scim-hangul-0.2.2-ascii-mode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scim-hangul-0.2.2-ascii-mode.patch	17 May 2006 09:54:14 -0000	1.1
+++ scim-hangul-0.2.2-ascii-mode.patch	9 Jun 2006 03:21:16 -0000	1.2
@@ -313,7 +313,7 @@
 +     */
 +    if (is_on_off_key (key)) {
 +        toggle_on_off_state();
-+	return true;
++        return true;
 +    }
 +
      /* ignore key release. */
@@ -513,7 +513,7 @@
 +					       m_properties.end (),
 +					       SCIM_PROP_INPUT_LAYOUT);
 +	if (it != m_properties.end ()) {
-+		it->set_label (label);
++		it->set_label (_(label));
 +		update_property (*it);
 +	}
 +    }


Index: scim-hangul.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-hangul/devel/scim-hangul.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- scim-hangul.spec	17 May 2006 09:54:14 -0000	1.15
+++ scim-hangul.spec	9 Jun 2006 03:21:16 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           scim-hangul
 Version:        0.2.2
-Release:        3.fc6
+Release:        4.fc6
 
 License:        GPL
 URL:            http://www.scim-im.org/
@@ -65,6 +65,9 @@
 
 
 %changelog
+* Fri Jun  9 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.2-4
+- gettextized the input layout string on panel. (#194444)
+
 * Wed May 17 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.2-3
 - scim-hangul-0.2.2-ascii-mode.patch: applied to support the ASCII input mode
   in scim-hangul. (#185506)




More information about the fedora-cvs-commits mailing list