- Add new path for input method configuration files (may not needed?)
authorstffrdhrn <stffrdhrn>
Sun, 23 Oct 2005 04:56:51 +0000 (04:56 +0000)
committerstffrdhrn <stffrdhrn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 23 Oct 2005 04:56:51 +0000 (04:56 +0000)
commit60796f6c2ae93cd6a5d3f475a185100ca1208016
tree21cfd8ad8a6a2b80ed79842956ca4c0c79d8b679
parent9231fb79c278a1f86036b9a5bcbe056f125a5ee5
- Add new path for input method configuration files (may not needed?)
- Fix cs_CZ bug from Gori
- Scan input method path for configuration files
- Split e_intl startup/shutdown into things that need to be done first and
  things that need to be done later. This is better than throwing e_intl
  init code into various parts of the system.
- Add ipc to modify the input method path "input_methods"

TODO:
- Add some default configuration files

SVN revision: 17784
src/bin/e.h
src/bin/e_config.c
src/bin/e_config.h
src/bin/e_intl.c
src/bin/e_intl.h
src/bin/e_ipc_handlers.h
src/bin/e_main.c
src/bin/e_utils.c