Skip to content

Commit

Permalink
2005-08-08 Jim Huang <[email protected]>
Browse files Browse the repository at this point in the history
        * 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
  • Loading branch information
jserv committed Aug 8, 2005
1 parent 2d4c32c commit 1ad8f01
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2005-08-08 Jim Huang <[email protected]>

* configure.ac: Bump version to 0.2.7 .

* NEWS,
README: Updated.

2005-08-08 Kanru Chen <[email protected]>

* data/tsi.src:
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
----------------------------------------------------------
Expand Down
17 changes: 9 additions & 8 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ(2.59)

AC_INIT(libchewing, 0.2.6, [email protected])
AC_INIT(libchewing, 0.2.7, [email protected])
AC_CONFIG_SRCDIR([src/chewingio.c])

AC_SUBST(PACKAGE_VERSION)
Expand Down

0 comments on commit 1ad8f01

Please sign in to comment.