Branch: refs/heads/master
Home:   https://github.com/phuang/ibus-m17n

Commit: 0440160a3333db526d946f92331a013d2c4af988
    
https://github.com/phuang/ibus-m17n/commit/0440160a3333db526d946f92331a013d2c4af988
Author: Daiki Ueno <[email protected]>
Date:   2010-12-01 (Wed, 01 Dec 2010)

Changed paths:
  M src/engine.c
  M src/engine.h
  M src/main.c

Log Message:
-----------
Assign separate GType to each m17n engine to make config per-class.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3270042


Commit: 8073b5a9cba1103965b6ff78e19afee939cfacf5
    
https://github.com/phuang/ibus-m17n/commit/8073b5a9cba1103965b6ff78e19afee939cfacf5
Author: Daiki Ueno <[email protected]>
Date:   2010-12-02 (Thu, 02 Dec 2010)

Changed paths:
  M src/engine.c

Log Message:
-----------
Use ibus_m17n_scan_engine_name() to simplify the code.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3392041


Commit: 107c0641769a1aa2ee9e28b3186d54844c146a5b
    
https://github.com/phuang/ibus-m17n/commit/107c0641769a1aa2ee9e28b3186d54844c146a5b
Author: Daiki Ueno <[email protected]>
Date:   2010-12-05 (Sun, 05 Dec 2010)

Changed paths:
  M src/Makefile.am

Log Message:
-----------
Don't compile m17nutil.c twice for engine and setup.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3434042


Commit: 58535f994c36ca96832414b6c076ffc02074c376
    
https://github.com/phuang/ibus-m17n/commit/58535f994c36ca96832414b6c076ffc02074c376
Author: Daiki Ueno <[email protected]>
Date:   2010-12-06 (Mon, 06 Dec 2010)

Changed paths:
  M autogen.sh

Log Message:
-----------
Use gnome-autogen.sh to generate configure and Makefiles.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3475041


Commit: d9798dafbc1f655080b28c540745dfbe2d3b711b
    
https://github.com/phuang/ibus-m17n/commit/d9798dafbc1f655080b28c540745dfbe2d3b711b
Author: Daiki Ueno <[email protected]>
Date:   2010-12-08 (Wed, 08 Dec 2010)

Changed paths:
  M configure.ac
  M src/Makefile.am
  A src/default.xml.in.in
  M src/engine.c
  M src/m17n.xml.in.in
  M src/m17nutil.c
  M src/m17nutil.h

Log Message:
-----------
Read default config from a file.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3472044


Commit: b685c8168ee7bd75a91dd738a524ccb01f60d082
    
https://github.com/phuang/ibus-m17n/commit/b685c8168ee7bd75a91dd738a524ccb01f60d082
Author: Daiki Ueno <[email protected]>
Date:   2010-12-08 (Wed, 08 Dec 2010)

Changed paths:
  M src/default.xml.in.in

Log Message:
-----------
Lower the rank of si-samanala engine.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3413043


Commit: 6537be86155dbebc0c5728d29d4311deb221e8fd
    
https://github.com/phuang/ibus-m17n/commit/6537be86155dbebc0c5728d29d4311deb221e8fd
Author: Daiki Ueno <[email protected]>
Date:   2010-12-09 (Thu, 09 Dec 2010)

Changed paths:
  M src/default.xml.in.in
  M src/m17nutil.c
  M src/m17nutil.h

Log Message:
-----------
Use wildcard pattern in default.xml to set the default value.

Move the default config value (rank = 0, preedit_highlight = FALSE) to
default.xml, using wildcard pattern.  Also reorder entries in default.xml and
add note about the matching order.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3538041


Commit: 8f01fb58e07aaffeb9469d2fe7034217b0932cc4
    
https://github.com/phuang/ibus-m17n/commit/8f01fb58e07aaffeb9469d2fe7034217b0932cc4
Author: Daiki Ueno <[email protected]>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M src/m17n.xml.in.in

Log Message:
-----------
Add "~/.m17n.d/" to observed-paths.

m17n-lib looks for mim files in ~/.m17n.d/ as well as /usr/share/m17n.
https://code.google.com/p/ibus/issues/detail?id=1183

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/4012041


Commit: ba14aca6363652e2591a7d7562c7adf0567207df
    
https://github.com/phuang/ibus-m17n/commit/ba14aca6363652e2591a7d7562c7adf0567207df
Author: Daiki Ueno <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  M src/engine.c

Log Message:
-----------
Make class name parsing robuster.

ibus-m17n uses "IBusM17N<Lang><Name>Engine" for dynamically allocated GTypes.
However, when parsing it back, if <Name> contains a non-alphabet character,
ibus-m17n fails to parse.  For example, IBusM17NHiInscript2Engine for
the hi-inscript2 map, which Indic people are currently working on.
This patch fixes the problem.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/4242041


Commit: 894323cd1021dca857ec1af90cee37095df5dbac
    
https://github.com/phuang/ibus-m17n/commit/894323cd1021dca857ec1af90cee37095df5dbac
Author: Daiki Ueno <[email protected]>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M configure.ac
  M src/Makefile.am
  M src/m17nutil.c
  A src/minput_list.c

Log Message:
-----------
Use minput_list() instead of mdatabase_list().

m17n-lib 1.6.2+ (CVS) provides a new function minput_list(), which
enumerates input methods in a robuster way than
mdatabase_list(Minput_method, ...).

This patch is to use minput_list() if available.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/4248053


Commit: af62425a1cd020f229510055006ed305253749f0
    
https://github.com/phuang/ibus-m17n/commit/af62425a1cd020f229510055006ed305253749f0
Author: Daiki Ueno <[email protected]>
Date:   2011-03-06 (Sun, 06 Mar 2011)

Changed paths:
  M src/engine.c
  M src/m17nutil.c
  M src/m17nutil.h
  M src/main.c
  M src/setup.c

Log Message:
-----------
Fix build with ibus-1.4.

This patch adds compatibility code for the API changes of IBusConfig and
IBusEngineDesc in ibus-1.3 -> ibus-1.4.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/4240070


Commit: 37f0bf38bb101f3a5c75dfe5fb6394759e937975
    
https://github.com/phuang/ibus-m17n/commit/37f0bf38bb101f3a5c75dfe5fb6394759e937975
Author: Daiki Ueno <[email protected]>
Date:   2011-03-06 (Sun, 06 Mar 2011)

Changed paths:
  M configure.ac
  M src/Makefile.am
  M src/engine.c

Log Message:
-----------
Add --with-gtk=2.0|3.0|no configure option.

This patch adds a configure option to select a GTK+ version linked with
ibus-setup-m17n.  If --with-gtk=no is specified, ibus-setup-m17n is not
compiled.

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/4241051


Commit: caf505debb803b3e691465a630e0df1b0dc37f47
    
https://github.com/phuang/ibus-m17n/commit/caf505debb803b3e691465a630e0df1b0dc37f47
Author: Daiki Ueno <[email protected]>
Date:   2011-03-06 (Sun, 06 Mar 2011)

Changed paths:
  M configure.ac
  M src/Makefile.am

Log Message:
-----------
Release 1.3.2


Commit: 1d9a412582d9ba3d03838f2f5e9bb84d72d8d7fa
    
https://github.com/phuang/ibus-m17n/commit/1d9a412582d9ba3d03838f2f5e9bb84d72d8d7fa
Author: Daiki Ueno <[email protected]>
Date:   2011-03-09 (Wed, 09 Mar 2011)

Changed paths:
  M configure.ac

Log Message:
-----------
Supply M17N_CFLAGS and M17N_LIBS when checking minput_list().

BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/4239074


Commit: 6322948e04548478ac2ebbf5e83b8488259900d1
    
https://github.com/phuang/ibus-m17n/commit/6322948e04548478ac2ebbf5e83b8488259900d1
Author: Peng Huang <[email protected]>
Date:   2011-03-11 (Fri, 11 Mar 2011)

Changed paths:
  M Makefile.am
  M debian/source/format
  M po/zh_CN.po

Log Message:
-----------
Fix make ppa failed problem.

BUG=none
TEST=make ppa

Review URL: http://codereview.appspot.com/4250065


Commit: 34df5644beea84238f70ba5de4cf420f2b2c6e67
    
https://github.com/phuang/ibus-m17n/commit/34df5644beea84238f70ba5de4cf420f2b2c6e67
Author: Daiki Ueno <[email protected]>
Date:   2011-04-06 (Wed, 06 Apr 2011)

Changed paths:
  M configure.ac
  M src/engine.c

Log Message:
-----------
Handle M17N surrounding-text commands.

BUG=none
TEST=manually with ibus git master

Review URL: http://codereview.appspot.com/4366041


Compare: https://github.com/phuang/ibus-m17n/compare/edf2d3a...34df564

-- 
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复