diff --git a/honoka/m4/Makefile b/honoka/m4/Makefile index c08f5af..cf5f95a 100644 --- a/honoka/m4/Makefile +++ b/honoka/m4/Makefile @@ -113,9 +113,9 @@ HAVE_SNPRINTF = 1 HAVE_WPRINTF = 0 HONOKA_MAJOR_VERSION = 0 -HONOKA_MICRO_VERSION = 1 +HONOKA_MICRO_VERSION = 2 HONOKA_MINOR_VERSION = 8 -HONOKA_VERSION = 0.8.1 +HONOKA_VERSION = 0.8.2 INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LTDL_FALSE = INSTALL_LTDL_TRUE = # @@ -147,9 +147,9 @@ PACKAGE = honoka PACKAGE_BUGREPORT = tam-t@par.odn.ne.jp PACKAGE_NAME = honoka -PACKAGE_STRING = honoka 0.8.1 +PACKAGE_STRING = honoka 0.8.2 PACKAGE_TARNAME = honoka -PACKAGE_VERSION = 0.8.1 +PACKAGE_VERSION = 0.8.2 PATH_SEPARATOR = : PKG_CONFIG = /usr/bin/pkg-config POSUB = po @@ -171,7 +171,7 @@ STRIP = strip USE_INCLUDED_LIBINTL = no USE_NLS = yes -VERSION = 0.8.1 +VERSION = 0.8.2 WNNCONVERSION = WNNCONVERSION_FALSE = # WNNCONVERSION_TRUE = diff --git a/honoka/src/honoka_imengine.cpp b/honoka/src/honoka_imengine.cpp index a63d8bc..d8ff828 100644 --- a/honoka/src/honoka_imengine.cpp +++ b/honoka/src/honoka_imengine.cpp @@ -1112,7 +1112,7 @@ // ��̤�PreEditor���᤹������ if (k_result_to_preedit.comp(key)) { - preeditStack.push(m_preeditor->getText()); + preeditStack.push(m_preeditor->getText(true)); m_preeditor->reset(); m_preeditor->setText(getConvertedText()); m_preeditor->setPos(getConvertedText().length());