From 1ad8f0199c92d98aa4277a78e807ae831d79a611 Mon Sep 17 00:00:00 2001 From: jserv Date: Mon, 8 Aug 2005 13:27:45 +0000 Subject: [PATCH] 2005-08-08 Jim Huang * configure.ac: Bump version to 0.2.7 . * NEWS, README: Updated. git-svn-id: https://svn.csie.net/chewing/libchewing/trunk@233 ac1be623-90ea-0310-9410-ba68b2efa777 --- ChangeLog | 7 +++++++ NEWS | 9 +++++++++ README | 17 +++++++++-------- configure.ac | 2 +- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0cb80fbe5..9b9396115 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-08 Jim Huang + + * configure.ac: Bump version to 0.2.7 . + + * NEWS, + README: Updated. + 2005-08-08 Kanru Chen * data/tsi.src: diff --git a/NEWS b/NEWS index a8b163119..da4a4c235 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ What's New in Subversion ---------------------------------------------------------- +* Fix the keyboard type state changing bug. +* Add new function to specify the space as the selection + key. +* Improved debug messages. +* Provide cutomized user-defined PinYin table support. +* Add termination mechanism. +* Successful stories: + . Chewing has its Win32 porting (MS-IME) via OVIME (the + Win32 port of OpenVanilla Input Method Framework). What's New in libchewing 0.2.6 ---------------------------------------------------------- diff --git a/README b/README index e9a683280..f58c71c7b 100644 --- a/README +++ b/README @@ -16,20 +16,21 @@ Jim Huang started to separate core algorithm and logic layer of Chewing since 2002, and he integrated his efforts into a Chinese terminal named JMCCE as a part of its input method modules. Also, he attempts to let more applications adapt -his efforts, so that he created libchewing with writing some -bridges among JMCCE, XCIN, IIIMF, SCIM, etc. +his efforts, so that he created New Chewing Project as the +infrastructure with writing some bridges among JMCCE, XCIN, +IIIMF, SCIM, MS-IME, etc. [-] Status 1. bridge integration - a) works with xcin - b) works with JMCCE - c) works with IIIMF - d) works with SCIM - e) works with OpenVanilla Input Method Framework for MacOS X + a) works with xcin. + b) works with JMCCE. + c) works with IIIMF. + d) works with SCIM. + e) works with OpenVanilla Input Method Framework for MacOS X. f) works with Sun's Java Desktop System Input Method Framework. - g) starts ime-chewing (Chewing MS-Windows IME) + g) works with OVIME (OpenVanilla IM Framework for MS-Windows). 2. support phonetic keyboard layout a) Hsu diff --git a/configure.ac b/configure.ac index 4d65b236c..52773d2f3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59) -AC_INIT(libchewing, 0.2.6, jserv@kaffe.org) +AC_INIT(libchewing, 0.2.7, jserv@kaffe.org) AC_CONFIG_SRCDIR([src/chewingio.c]) AC_SUBST(PACKAGE_VERSION)