| Index: README.chromium
|
| diff --git a/README.chromium b/README.chromium
|
| index e749b081a8ab39c5f23f415c0298a4c95dd72dcf..1dc6f2ad67c9a687ceedf1adea44e4637d961922 100644
|
| --- a/README.chromium
|
| +++ b/README.chromium
|
| @@ -3,6 +3,7 @@ Chromium OS Changes:
|
| - bus/inputcontext.c
|
|
|
| Do not clear properties when focus_out event is raised.
|
| +Support per engine hotkeys.
|
|
|
| - memconf/config.h
|
| - memconf/config.cc
|
| @@ -20,3 +21,13 @@ Copied from gconf/Makefile.am. GConf-2 dependency are removed.
|
| - gconf/
|
|
|
| This directory is no longer used on Chromium OS.
|
| +
|
| +- bus/ibusimpl.c
|
| +
|
| +Change next_engine/prev_engine to next_engine_in_menu/previous_engine.
|
| +Move hotkey filter code from bus/inputcontext.c to this file.
|
| +Save/load global and previous global engine name to/from config.
|
| +Add enable_by_default option.
|
| +Support per engine hotkeys.
|
| +Change use_sys_layout and use_global_engine to TRUE by default.
|
| +Remove default trigger key.
|
|
|