[maemo-commits] [maemo-commits] r15609 - in projects/haf/trunk/hildon-input-method: . debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 29 14:44:29 EEST 2008
Author: risun
Date: 2008-05-29 14:44:27 +0300 (Thu, 29 May 2008)
New Revision: 15609

Modified:
   projects/haf/trunk/hildon-input-method/ChangeLog
   projects/haf/trunk/hildon-input-method/configure.ac
   projects/haf/trunk/hildon-input-method/debian/changelog
   projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas
   projects/haf/trunk/hildon-input-method/src/hildon-im-ui.h
Log:
new release, part of fix NB#85987

Modified: projects/haf/trunk/hildon-input-method/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-input-method/ChangeLog	2008-05-27 09:34:35 UTC (rev 15608)
+++ projects/haf/trunk/hildon-input-method/ChangeLog	2008-05-29 11:44:27 UTC (rev 15609)
@@ -1,3 +1,9 @@
+2008-05-29  Richard Sun  <richard.sun at nokia.com>
+
+	* version 2.0.3
+	* hildon-input-method-ui3.schemas, src/hildon-im-ui.h: 
+	use "en_US" as default language. (part fixes for NB#85987) 
+
 2008-02-11  Mohammad Anwari  <mohammad.anwari at nokia.com>
 
 	* Version 2.0.2

Modified: projects/haf/trunk/hildon-input-method/configure.ac
===================================================================
--- projects/haf/trunk/hildon-input-method/configure.ac	2008-05-27 09:34:35 UTC (rev 15608)
+++ projects/haf/trunk/hildon-input-method/configure.ac	2008-05-29 11:44:27 UTC (rev 15609)
@@ -8,7 +8,7 @@
 #
 
 AC_INIT(Makefile.am)
-VERSION=2.0.2
+VERSION=2.0.3
 LIBVERSION=3
 MAJORVERSION=`echo $VERSION|cut -d . -f1`
 AC_SUBST(VERSION)

Modified: projects/haf/trunk/hildon-input-method/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-input-method/debian/changelog	2008-05-27 09:34:35 UTC (rev 15608)
+++ projects/haf/trunk/hildon-input-method/debian/changelog	2008-05-29 11:44:27 UTC (rev 15609)
@@ -1,3 +1,10 @@
+hildon-input-method (1:2.0.3-1) unstable; urgency=low
+
+  * New release
+  * Fixes: part of NB#85987 
+
+ -- Richard Sun <richard.sun at nokia.com>  Thu, 29 May 2008 14:41:19 +0300
+
 hildon-input-method (1:2.0.2-1) unstable; urgency=low
 
   * Fixes: NB#82208

Modified: projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas
===================================================================
--- projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas	2008-05-27 09:34:35 UTC (rev 15608)
+++ projects/haf/trunk/hildon-input-method/hildon-input-method-ui3.schemas	2008-05-29 11:44:27 UTC (rev 15609)
@@ -5,7 +5,7 @@
       <applyto>/apps/osso/inputmethod/hildon-im-languages/language-0</applyto>
       <owner>hildon-input-method</owner>
       <type>string</type>
-      <default>en_GB</default>
+      <default>en_US</default>
       <locale name="C">
         <short>First Language</short>
         <long>The language the user will mostly likely to use to input.</long>

Modified: projects/haf/trunk/hildon-input-method/src/hildon-im-ui.h
===================================================================
--- projects/haf/trunk/hildon-input-method/src/hildon-im-ui.h	2008-05-27 09:34:35 UTC (rev 15608)
+++ projects/haf/trunk/hildon-input-method/src/hildon-im-ui.h	2008-05-29 11:44:27 UTC (rev 15609)
@@ -75,7 +75,7 @@
 #define HILDON_IM_GCONF_THUMB_DETECTION            HILDON_IM_GCONF_DIR       "/thumb_detection"
 
 
-#define HILDON_IM_DEFAULT_LANGUAGE IM_en_GB
+#define HILDON_IM_DEFAULT_LANGUAGE IM_en_US
 #define OSSO_DIR ".osso"
 #define IM_HOME_DIR "hildon-input-method"
 #define HILDON_IM_PROP_UI 1


More information about the maemo-commits mailing list