summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-07-13 18:58:30 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-07-13 18:58:30 +0900
commita23ece02951d8d1f761227f0362cf1c5c57eb65e (patch)
tree84d4599a3a53751e19eede650880841a0c503ee1 /ChangeLog
parente80c92aa48f341764c92c79ddbdeb4dee8971d25 (diff)
downloadelementary-a23ece02951d8d1f761227f0362cf1c5c57eb65e.tar.gz
elementry/entry - Change the keyboard mode only if the imf is not available.
If the imf is available, the keyboard mode should be decided by ime, but not entry. This prevents the asynchorouse states between ime and conformant.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a454be79..cb251552f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1503,3 +1503,10 @@
2013-07-13 Daniel Juyung Seo
* Fix elm_object_item_part_content_set bug with end content in elm_list.
+
+2013-07-14 ChunEon Park (Hermet)
+
+ * Entry : Change the keyboard mode only if the imf is not available. If
+ the imf is available, the keyboard mode should be decided by ime, but
+ not entry. This prevents the asynchronous states between ime and
+ conformant.