Author: ek.kato
Date: Sun Jul 20 11:06:03 2008
New Revision: 5510

Modified:
  branches/1.5/NEWS
  branches/1.5/configure.ac
  branches/1.5/uim/uim.h

Log:
* configure.ac
* NEWS
* uim/uim.h
 - Update for 1.5.2.


Modified: branches/1.5/NEWS
==============================================================================
--- branches/1.5/NEWS   (original)
+++ branches/1.5/NEWS   Sun Jul 20 11:06:03 2008
@@ -1,3 +1,34 @@
+Overview of changes from 1.5.1 to 1.5.2
+=======================================
+* Enhancements
+  - Enable input method rotation by hotkeys
+
+  - uim-trycode
+    * Updated the composition table to 2008-04-18 version
+
+* Fixes
+  - uim.el
+    * [CRITICAL] Fix breaking minor-mode-map-alist in some cases.
+    * [CRITICAL] Fix uim-el-helper-agent
+    * Fix displaying candidates when a right-hand neighbor
+       character of the cursor is a horizontal-tab
+
+  - uim-xim
+    * Fix Japanese kana-keyboard input hack to distinguish 'kana_RO'
+      key and backslash key
+
+  - uim-canna
+    * Don't disable libuim functionality even when canna server is
+      stopped.
+
+  - uim-elatin
+    * Fix problem when only elatin IM is loaded.
+
+  - uim-prime
+    * Fix crash when input mode is forced to set as app-mode by
+      toolbar menu while "Enable vi-cooperative mode" is off.
+
+
Overview of changes from 1.5.0 to 1.5.1
=======================================
* Fixes

Modified: branches/1.5/configure.ac
==============================================================================
--- branches/1.5/configure.ac   (original)
+++ branches/1.5/configure.ac   Sun Jul 20 11:06:03 2008
@@ -1,5 +1,5 @@
AC_PREREQ(2.60b)
-AC_INIT([uim], [1.5.1], [EMAIL PROTECTED])
+AC_INIT([uim], [1.5.2], [EMAIL PROTECTED])
AC_CONFIG_SRCDIR([uim/uim.c])
AC_CONFIG_HEADERS([uim/config.h])
AM_INIT_AUTOMAKE([1.10 dist-bzip2])

Modified: branches/1.5/uim/uim.h
==============================================================================
--- branches/1.5/uim/uim.h      (original)
+++ branches/1.5/uim/uim.h      Sun Jul 20 11:06:03 2008
@@ -43,7 +43,7 @@

#define UIM_VERSION_MAJOR      (1)
#define UIM_VERSION_MINOR      (5)
-#define UIM_VERSION_PATCHLEVEL (1)
+#define UIM_VERSION_PATCHLEVEL (2)
#define UIM_VERSION_REQUIRE(major, minor, patchlevel)                        \
  ((major) < UIM_VERSION_MAJOR                                                  
  \
|| ((major) == UIM_VERSION_MAJOR && (minor) < UIM_VERSION_MINOR) \

Reply via email to