| OLD | NEW |
| 1 Chromium OS Changes: | 1 Chromium OS Changes: |
| 2 | 2 |
| 3 - bus/inputcontext.c | 3 - bus/inputcontext.c |
| 4 | 4 |
| 5 Do not clear properties when focus_out event is raised. | 5 Do not clear properties when focus_out event is raised. |
| 6 Support per engine hotkeys. |
| 6 | 7 |
| 7 - memconf/config.h | 8 - memconf/config.h |
| 8 - memconf/config.cc | 9 - memconf/config.cc |
| 9 | 10 |
| 10 memconf/config.cc is a modified version of gconf/config.c which doesn't use | 11 memconf/config.cc is a modified version of gconf/config.c which doesn't use |
| 11 GConf-2 nor files as its storage. Instead, it keeps user config on memory. | 12 GConf-2 nor files as its storage. Instead, it keeps user config on memory. |
| 12 | 13 |
| 13 Google C++ coding standard is applied to these files (except function names) to | 14 Google C++ coding standard is applied to these files (except function names) to |
| 14 make code review easy. | 15 make code review easy. |
| 15 | 16 |
| 16 - memconf/Makefile.am | 17 - memconf/Makefile.am |
| 17 | 18 |
| 18 Copied from gconf/Makefile.am. GConf-2 dependency are removed. | 19 Copied from gconf/Makefile.am. GConf-2 dependency are removed. |
| 19 | 20 |
| 20 - gconf/ | 21 - gconf/ |
| 21 | 22 |
| 22 This directory is no longer used on Chromium OS. | 23 This directory is no longer used on Chromium OS. |
| 24 |
| 25 - bus/ibusimpl.c |
| 26 |
| 27 Change next_engine/prev_engine to next_engine_in_menu/previous_engine. |
| 28 Move hotkey filter code from bus/inputcontext.c to this file. |
| 29 Save/load global and previous global engine name to/from config. |
| 30 Add enable_by_default option. |
| 31 Support per engine hotkeys. |
| 32 Change use_sys_layout and use_global_engine to TRUE by default. |
| 33 Remove default trigger key. |
| OLD | NEW |