Skip to content

Commit

Permalink
2005-08-08 Jim Huang <jserv@kaffe.org>
Browse files Browse the repository at this point in the history
        * configure.ac: Bump version to 0.2.1 .
        SCIM/Chewing now depends on libchewing 0.2.7 .

        * NEWS: Updated.


git-svn-id: https://svn.csie.net/chewing/scim-chewing/trunk@234 ac1be623-90ea-0310-9410-ba68b2efa777
  • Loading branch information
jserv committed Aug 8, 2005
1 parent 6155575 commit 64fa4fe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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 <jserv@kaffe.org>

* configure.ac: Bump version to 0.2.1 .
SCIM/Chewing now depends on libchewing 0.2.7 .

* NEWS: Updated.

2005-04-24 Kanru Chen <koster@debian.org.tw>

* src/scim_chewing_imengine.cpp
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
What's New in SCIM-chewing 0.2.1
----------------------------------------------------------
* Zuin output looks much pretty.
* Add options to specify Chinese/English mode trigger key.
* Support new function in libchewing 0.2.7 to decide if perform
old style of space key.
* Handle key mask to make working under SCIM 1.2.1 .
* Fix CtrlNum failure.

What's New in SCIM-chewing 0.2.0
----------------------------------------------------------
* User-friendly SetupUI
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ(2.59)

AC_INIT(scim-chewing, 0.2.0, chewing@chewing.csie.net)
AC_INIT(scim-chewing, 0.2.1, chewing@chewing.csie.net)
AC_CONFIG_SRCDIR([src/scim_chewing_imengine.h])

AC_SUBST(PACKAGE_VERSION)
Expand Down Expand Up @@ -44,7 +44,7 @@ AC_TYPE_SIZE_T
# Checks for libraries.

SCIM_VERSION=1.0.0
CHEWING_VERSION=0.2.6
CHEWING_VERSION=0.2.7

PKG_CHECK_MODULES(SCIM, [scim >= $SCIM_VERSION])

Expand Down

0 comments on commit 64fa4fe

Please sign in to comment.