r18713 - gnucash/trunk/src/register/register-gnome - Bug #605802: Fix input of Japanese characters in register with SCIM, IIIMF and XIM

Christian Stimming cstim at code.gnucash.org
Tue Feb 23 15:46:41 EST 2010


Author: cstim
Date: 2010-02-23 15:46:41 -0500 (Tue, 23 Feb 2010)
New Revision: 18713
Trac: http://svn.gnucash.org/trac/changeset/18713

Modified:
   gnucash/trunk/src/register/register-gnome/gnucash-item-edit.c
   gnucash/trunk/src/register/register-gnome/gnucash-sheet.c
   gnucash/trunk/src/register/register-gnome/gnucash-sheet.h
Log:
Bug #605802: Fix input of Japanese characters in register with SCIM, IIIMF and XIM

Patch by Yasuaki Taniguchi. Revised and extended version of r18638.

The main functions are as follows:
(1) synchronization of preedit string between the register window and
sheet->entry,
(2) application to pango attributes to preedit string in the register window,
(3) include scroll offset patch (id=153514),
(4) include preedit string rollback patch (id=153518),
(5) fix formula and account cells input problem which Christian pointed out,
(6) surpress quick-fill when preedit string exists,
(7) fix Windows IME problem.
(8) Fix quick-fill problem.



More information about the gnucash-patches mailing list