Skip to content

Commit

Permalink
2011-02-27 Jim Huang <jserv@0xlab.org>
Browse files Browse the repository at this point in the history
        * configure.ac: Bump version to 0.3.4
        Bump libchewing dependency to version 0.3.3 (equal)

        * NEWS: ditto.


git-svn-id: https://svn.csie.net/chewing/scim-chewing/trunk@1095 ac1be623-90ea-0310-9410-ba68b2efa777
  • Loading branch information
jserv committed Feb 27, 2011
1 parent 2366cfb commit 83e95f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2011-02-27 Jim Huang <jserv@0xlab.org>

* configure.ac: Bump version to 0.3.4
Bump libchewing dependency to version 0.3.3 (equal)

* NEWS: ditto.

2010-08-26 Jim Huang <jserv@0xlab.org>

* src/scim_chewing_imengine.cpp
Expand Down
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
What's New in Subversion
What's New in SCIM-chewing 0.3.4
---------------------------------------------------------
* Handle 0-9, "+-*/" keys, Enter and '.' in keypad.
* Handle F1-F18 keys properly.
* Fix the unexpected behavior on candidate phrases in Google
search bar browsed by Firefox.
* Be aware of the "Keyboard Layout" setting in SCIM, Thus, users
can use a French AZERTY or German QWERTZ without having to
switch to a US layout beforehand.


What's New in SCIM-chewing 0.3.3
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.3.3, chewing-devel@googlegroups.com)
AC_INIT(scim-chewing, 0.3.4, chewing-devel@googlegroups.com)
AC_CONFIG_AUX_DIR([autotools])
AC_CONFIG_SRCDIR([src/scim_chewing_imengine.h])

Expand Down Expand Up @@ -48,7 +48,7 @@ AC_TYPE_SIZE_T
# Checks for libraries.

SCIM_VERSION=1.0.0
CHEWING_VERSION=0.3.2
CHEWING_VERSION=0.3.3

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

Expand Down

0 comments on commit 83e95f3

Please sign in to comment.