Revision: 6421
Author: nogu.dev
Date: Sat Jun  5 16:15:26 2010
Log: * NEWS
  - Add bug fix (#13910).
* configure.ac
  - Unmark Qt4 immodule as experimental
    because both bug #13910 and #13911 were fixed.
http://code.google.com/p/uim/source/detail?r=6421

Modified:
 /trunk/NEWS
 /trunk/configure.ac

=======================================
--- /trunk/NEWS Sat May  1 20:48:41 2010
+++ /trunk/NEWS Sat Jun  5 16:15:26 2010
@@ -16,6 +16,7 @@

 * Fixes
   - Qt4 bridge
+    * Fix bug: Unwanted IM reset on focus-out of Qt4 immodule (#13910)
     * Fix bug: Candidate window does not follow main window move (#13911)

 * Others
=======================================
--- /trunk/configure.ac Wed Jun  2 05:21:11 2010
+++ /trunk/configure.ac Sat Jun  5 16:15:26 2010
@@ -916,7 +916,7 @@

 AC_ARG_WITH(qt4-immodule,
   AC_HELP_STRING([--with-qt4-immodule],
-                 [Build qt4-immodule extension (experimental)
+                 [Build qt4-immodule extension
                  @<:@default=no@:>@]),
   [
     case $with_qt4_immodule in

Reply via email to