2005-07-29 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.5.3.

2005-07-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_preedit.cpp:
	Don't flush pending string on realtime conversion.

2005-07-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_preedit.cpp: Flush pending string in reading before
	start conversion. Thanks 428 of SCIM thread in 2ch Linux borad.

2005-07-25 Takuro Ashie <ashie@homa.ne.jp>

	* data/msime.sty: Fix a wrong key binding.

2005-07-16 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.5.2.

2005-07-16 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_default_tables.cpp, src/scim_anthy_key2kana_table.cpp:
	The bug that preferences for period, comma and width of numbers aren't
	applied correctly has been fixed.

2005-07-08 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.5.1.

2005-07-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_preedit.{cpp,h}:
	Revive set_typing_method() and get_typing_method() of Preedit class.
	Set Key2KanaConvertor as case sensitive when switch typing method to
	kana typing mode.

2005-07-03 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty: Fixed typo.
	  src/scim_anthy_factory: Raise priority of PageUp and PageDown.
	  Thanks AWASHIRO ikuya.

2005-06-29 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.5.0.

2005-06-28 Takuro Ashie <ashie@homa.ne.jp>

	* src/Makefile.am: Add header files.

2005-06-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup_romaji.cpp: Changed widget order.

2005-06-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Minor bug fix.

2005-06-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.{cpp,h}: Fixed order of configurations.

2005-06-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Remove needless code.

2005-06-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imnegine.cpp: Reconvert before auto commit on
	"Convert as you type".

2005-06-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_factory.{cpp,h}, src/scim_anthy_imengine.cpp,
	  src/scim_anthy_preedit.{cpp,h}, src/scim_anthy_prefs.{cpp,h},
	  src/scim_anthy_setup.cpp:
	Add preference to commit on inputting period or comma.
	* po/ja.po: Update.

2005-06-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_utils.{h,cpp}:
	Move launch_program () into scim_anthy_utils.cpp
	* src/scim_anthy_setup.cpp: Add "Launch" button for dictionary relates
	commands.
	* po/ja.po: Update.

2005-06-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp:
	Enable F6-F10 keys while "Convert as you type".

2005-06-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Make "Allow split romaji" setting as ture by
	default.

2005-06-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_factory.{cpp,h}, src/scim_anthy_imengine.cpp,
	  src/scim_anthy_prefs.{cpp,h}, src/scim_anthy_setup.cpp:
	Add "Input mode" and "Conversion mode" preference.
	* po/ja.po: Update.

2005-06-23 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_factory.{cpp,h}, src/scim_anthy_imengine.cpp,
	  src/scim_anthy_prefs.{cpp,h}, src/scim_anthy_setup.cpp:
	Add preference to show/hide conversion mode label on toolbar.
	* po/ja.po: Update.

2005-06-23 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Enable to delete letters on "Convert as
	you type".

2005-06-23 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Select last segment when start selecting
	candidates on "Convert as you type".

2005-06-23 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp,h}, src/scim_anthy_imengine.{cpp,h}:
	Started to implement "Convert as you type" feature.
	* po/ja.po: Update.

2005-06-23 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_key2kana.cpp: Make Key2KanaConvertor as case
	insensitive by default.

2005-06-23 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_action.cpp: Ignore CapsLock on matching key bindings.

2005-06-23 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp,h}, src/scim_anthy_utils.{cpp,h}:
	Rotate case of alphabet letters on pressing F8, F9 and F10 key like ATOK
	or Microsoft IME.
	* TODO: update.

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.cpp: Set reading length to ConversionSegment
	class correctly.

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp.h}: implement get_segment_length ()
	of Conversion class correctly.

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp.h}, src/scim_anthy_imengine.cpp,
	  src/scim_anthy_preedit.{cpp,h}:
	Unify some functions.

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp,h}: Refactoring.

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp,h}: Added some members into
	ConversionSegment class.

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Swap F9 and F10.

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* TODO, data/atok.sty, data/msime.sty, po/ja.po,
	  src/scim_anthy_conversion.{cpp,h}, src/scim_anthy_factory.cpp,
	  src/scim_anthy_imengine.{cpp,h}, src/scim_anthy_preedit.h,
	  src/scim_anthy_prefs.{cpp,h}:
	Add half width conversion feature.
	(The function binded to F8 key)

2005-06-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Add "User defined" label for key theme.

2005-06-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup_romaji.cpp: Add "User defined" label.

2005-06-21 Takuro Ashie <ashie@homa.ne.jp>

	* po/ja.po: Update.

2005-06-20 Takuro Ashie <ashie@homa.ne.jp>

	* po/POTFILES.in, po/ja.po: Update.

2005-06-19 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty, src/scim_anthy_default_tables.cpp:
	Add some symbols.

2005-06-19 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_key2kana_table.cpp: Changed priority of tables.

2005-06-15 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Changed page order.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty: Remove needless entry in romaji table.
	* data/msime.sty: Fix order of romaji table.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_key2kana_table.cpp: Disable auto convert when
	preedition is started with comma or period.
	Thanks reporting > UTUMI-san.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* scim_anthy_key2kana_table.cpp: Sorry, wrong comma table is set.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Set compare func to sort correctly.
	Thanks reporting > UTUMI-san.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Don't reduce trailing space.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Bug fix.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* data/msime.sty: Add "-" entry into romaji table.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Handle escaped "=" correctly.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Also "[" and "]" should be escaped.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Also "=" should be escaped.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup_romaji.cpp: Fix typo.
	* src/scim_anthy_style_file.cpp: Escape string.

2005-06-10 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Minor fix.

2005-06-09 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.h, scim_anthy_setup.{cpp,h}:
	Split from scim_anthy_setup.cpp.

2005-06-08 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Add romaji theme menu onto romaji window.
	Thanks suggestion > UTUMI-san.
	Also other minor bug fixes are made.

2005-06-08 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Skip style files which contains no key bind
	or romaji settings.

2005-06-08 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Set fundamental key2kana table for kana
	typing method as NULL. It's not support customizing yet.
	* src/scim_anthy_setup.cpp: Code clean up.

2005-06-08 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Make columns on romaji table as sortable.
	Thank you for suggestion > UTUMI-san.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp:
	Don't allow inserting non-ascii character for romaji string.
	Set sensitivity of add button on romaji window.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Minor tunings for adding romaji.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Implement add button on romaji table, but
	it's not enough yet. Exception handling is too poor.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Add entries to edit romaji, but it doesn't
	work yet.
	* po/ja.po, po/POTFILES.in: Update.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Reset preedit string on changing input
	mode.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Set sensitivity of remove button on romaji
	window.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty: Add some key bindings.

2005-06-07 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_default_tables.cpp: Changed romaji order.
	* src/scim_anthy_setup.cpp: Implement remove button of romaji window.

2005-06-06 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_setup.cpp: Rename from scim_anthy_imengine_setup.cpp.

2005-06-06 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Bug fix.
	* src/scim_anthy_imengine_setup.cpp: Add UI for cutomizing romaji table,
	but it doesn't work yet.

2005-06-04 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.4.3 (BRANCH_0_4_3 branch).

2005-06-03 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.cpp, src/scim_anthy_imengine.{cpp,h},
	  src/scim_anthy_preedit.{cpp,h}, src/scim_anthy_reading.{cpp,h}:
	Reading::commit -> Reading::finish.
	Preedit::flush_pending -> Preedit::finish.

2005-06-02 Takuro Ashie <ashie@homa.ne.jp>

	* data/msime.sty: Fixed typo in romaji table.

2005-06-02 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_action.{cpp,h}, src/scim_anthy_factory.cpp:
	Fix for gcc-4.0. It's ad-hoc solution.
	* src/scim_anthy_imengine.cpp: Fix indent.

2005-06-02 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.{cpp,h}: Split from scim_anthy_imengine_setup.cpp

2005-06-02 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.{cpp,h}:
	Insert space before new section.
	Remove "m_iconv" member from StyleLine.

2005-06-01 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Add "Setting" section.

2005-06-01 Takuro Ashie <ashie@homa.ne.jp>

	* Makefile.am, scim_anthy_imengine_setup.cpp,
	  scim_anthy_style_file.cpp, scim_anthy_style_file.h:
	Add test code for switching romaji table.

2005-06-01 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp: Add functions deleting key/section &
	adding new section.

2005-06-01 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Add "n" entry for romaji table.

2005-06-01 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_factory.cpp: Sorry, previous code had a clash bug.

2005-06-01 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_factory.cpp, src/scim_anthy_factory.h,
	  src/scim_anthy_imengine.cpp, src/scim_anthy_key2kana.cpp,
	  src/scim_anthy_key2kana.h, src/scim_anthy_key2kana_table.cpp,
	  src/scim_anthy_key2kana_table.h, src/scim_anthy_style_file.cpp,
	  src/scim_anthy_style_file.h:
	Add test code for loading a custom romaji table.
	If you want to test it, please copy data/atok.sty or data/msime.sty to
	~/.scim/Anthy/config.sty, and edit it. Currently AdditionalTableList
	isn't loaded yet.

2005-05-31 Takuro Ashie <ashie@homa.ne.jp>

	* po/ja.po: Fix typo.

2005-05-31 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Add UI for switching romaji table,
	but it doesn't work yet.

2005-05-31 Takuro Ashie <ashie@homa.ne.jp>

	* TODO: Update.

2005-05-30 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Minor fix.
	* data/scim_style_file.{cpp,h}: Add m_format_version and m_version.

2005-05-30 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Remove ID entry.

2005-05-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Set "Key bindings" column as
	resizable.

2005-05-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Add "Choose keys..." button for
	key preference.

2005-05-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Add a label for key theme.

2005-05-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Revert.
	* src/scim_anthy_imengine_setup.cpp: Save current key theme name.

2005-05-29 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Use space character for empty key bind.
	* src/scim_anthy_imengine_setup.cpp: Add test UI for changing key theme.

2005-05-29 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty: Fix wrong key bindings
	* src/scim_anthy_imengine.cpp: Bug fixes for committing first or
	selected segment.
	
2005-05-29 Takuro Ashie <ashie@homa.ne.jp>

	* data/msime.sty: Fix wrong key bindings.

2005-05-28 Takuro Ashie <ashie@homa.ne.jp>

	* scim_anthy_imengine_setup.cpp, scim_anthy_style_file.h:
	Load style files.

2005-05-28 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp,h}, src/scim_anthy_preedit.cpp:
	get_current_segment_pos() -> get_segment_pos().

2005-05-28 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conversion.{cpp,h}, src/scim_anthy_utils.{cpp,h}:
	Split from scim_anthy_preedit.{cpp,h}.

2005-05-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_key2kana.{cpp,h}:
	Rename from scim_anthy_key2kana_convertor.{cpp,h}.
	* src/scim_anthy_factory.{cpp,h}:
	Rename from scim_anthy_imengine_factory.{cpp,h}.

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_preedit.cpp: Fix length of vocied consonant in half
	width katakana letters. Thanks reporting! > Seiichi SATO

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_reading.cpp, src/scim_anthy_reading.h:
	Split the segment when append a letter between letters in the segment.

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_reading.cpp: Reset values for caret position when
	segment is splitted.

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_reading.cpp: Make enable to split a segment which
	contains only alphabet letters.

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp:
	Add a check button for the preference to split ReadingSegment.
	* po/ja.po: Update.

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine_factory.cpp,
          src/scim_anthy_imengine_factory.h, src/scim_anthy_preedit.cpp,
          src/scim_anthy_preedit.h, src/scim_anthy_prefs.h,
	  src/scim_anthy_reading.cpp, src/scim_anthy_reading.h:
	Add a setting to choose whether allow splitting ReadingSegment or not.

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_reading.{cpp,h}: Make enable to choose whether allow
	splitting ReadingSegment or not on Reading::erase().

2005-05-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_reading.cpp: Bug fixes for previous commited code.

2005-05-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_reading.cpp: Make enable to split ReadingSegment.

2005-05-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_dfault_table.{cpp,h},
	  src/scim_anthy_key2kana_table.cpp:
	Split consonant rule from fundamental table.

2005-05-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_preedit.cpp: Sorry, new erase() implementation didn't
	work correctly on certain condition.

2005-05-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_default_table.cpp, src/scim_anthy_default_table.h:
	Rename from src/scim_anthy_key2kana_table_default.{cpp,h}.

2005-05-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h:
	Erase commited string in m_reading.

2005-05-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h
          src/scim_anthy_reading.cpp. src/scim_anthy_reading.h:
	Fixed arguments and implementation of Reading::erase().

2005-05-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h:
	Minor fix.
	* src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h,
	  src/scim_anthy_reading.cpp, src/scim_anrhy_reading.h:
	Divide. Currently partial commiting is broken.

2005-05-18 Takuro Ashie <ashie@homa.ne.jp>

	* all files: Use "scim_anthy" name space.

2005-05-17 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Sorry, AM_INIT_AUTOMAKE(1.9), not AM_PREREQ.

2005-05-17 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.4.2 (BRANCH_0_4_0 branch).

2005-05-17 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Add AM_PREREQ & AC_PREREQ.

2005-05-17 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.src/scim_anthy_imengine.cpp: Clean up.

2005-05-17 Takuro Ashie <ashie@homa.ne.jp>

	* po/ja.po: Fix typo. Thanks DAIRIKI-san.

2005-05-16 Takuro Ashie <ashie@homa.ne.jp>

        * src/configure.ac: Version-0.4.1.
        * NEWS: Uppdate.

2005-05-16 Takuro Ashie <ashie@homa.ne.jp>

        * src/scim_anthy_preedit.cpp: Revive key mask checking to enable
        apllication's short cut key on non-preedition state.
        Thanks DAIRIKI-san.

22005-05-16 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imegnine_table.cpp: Priority of symbol and number
	tables are lower than comma and period.

2005-05-16 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h:
	Revive key mask checking to enable apllication's short cut key on
	non-preedition state. Thanks DAIRIKI-san.
	Rename AnthyPreeditChar to AnthyPreeditSegment, and remove "pending"
	member.

2005-05-16 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_intl.h, src/scim_anthy_key2kana_convertor.cpp,
	  src/scim_anthy_key2kana_convertor.cpp,
	  src/scim_anthy_key2kana_table.cpp, src/scim_anthy_key2kana_table.h,
	  src/scim_anthy_key2kana_table_default.cpp,
	  src/scim_anthy_key2kana_table_default.h:
	Add.
	* src/scim_anthy_conv_table.cpp, src/scim_anthy_conv_table.h,
	  src/scim_anthy_automaton.cpp, src/scim_anthy_automaton.h:
	Remove.

2005-05-15 Takuro Ashie <ashie@homa.ne.jp>

	* src/configure.ac: Version-0.4.0.
	* NEWS: Uppdate.

2005-05-14 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Set editable of key prefs entry to
	FALSE.

2005-05-13 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Remove mask checking to compile against
	scim-1.3.0. Thanks UTUMI-san.

2005-05-12 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Add "Group:" label.
	* po/ja.po: Update.

2005-05-12 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/src/scim_anthy_imengine.h:
	Restore visibility of preedit string and lookup table window on focus
	in.

2005-05-12 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_factory.h,
	  src/scim_anthy_imengine_setup.cpp, src/scim_anthy_preedit.cpp,
	  src/scim_anthy_preedit.h, src/scim_anthy_prefs.h:
	Added learning preferences.

2005-05-11 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_factory.cpp: Don't reverse key list.

2005-05-11 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Eat all key event while preediting.
	* src/scim_anthy_preedit.cpp: Don't process space character.

2005-05-11 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Fixed typo.

2005-05-09 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.3.2 (BRANCH_0_3_0 branch).

2005-05-09 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Fixed typo.
	Thanks to UTUMI-san & DAIRIKI-san.
	* src/scim_anthy_preedit.cpp: Fixed some clash bugs.
	This patch is contributed by Ryo Dairiki <ryo-dairiki@mbm.nifty.com>.
	Thanks reporting.

2005-05-03 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac, data/Makefile.am, src/Makefile.am: Install style file.

2005-05-02 Takuro Ashie <ashie@homa.ne.jp>

	* src/Makefile.am, src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_style_file.cpp, src/scim_anthy_style_file.h:
	Added style file parser.

2005-05-02 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Added missing keys.

2005-05-02 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h, data/msime.sty: Fixed typo.

2005-05-02 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Fixed typo.

2005-05-02 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty, data/msime.sty: Minor fix.

2005-04-29 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anhy_imengine_setup.cpp, src/scim_anthy_imengine.cpp,
	  po/ja.po:
	Fixed typo.

2005-04-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_prefs.h:
	Add hiragana mode, katakana mode, circle typing method keys.
	* po/ja.po: Update.

2005-04-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_prefs.h:
	Add key bindings to inserting half & wide space.
	* po/ja.po: Update.

2005-04-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_style_file.cpp, src/scim_anthy_style_file.h: Add.
	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_setup.cpp, scim_anthy_prefs.h:
	Add key binding for selecting first & last candidate.

2005-04-26 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty: Add key bindings.
	* data/msime.sty: Fix some entries.

2005-04-26 Takuro Ashie <ashie@homa.ne.jp>

	* data/atok.sty: Added ATOK like style definition file.

2005-04-26 Takuro Ashie <ashie@homa.ne.jp>

	* data/msime.sty: Add Version field.

2005-04-25 Takuro Ashie <ashie@homa.ne.jp>

	* data/msime.sty: Added Microsoft IME like style definition file.

2005-04-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conv_table.cpp: Don't treat "-" as symbol.
	Thanks to UTUMI-san.

2005-04-25 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Minor fixes.

2005-04-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Add description field to key list
	view.
	* po/ja.po: Update.

2005-04-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_setup.cpp, src/scim_anthy_preedit.cpp,
	  src/scim_anthy_preedit.h, src/scim_anthy_prefs.h:
	Add inserting space & alternative space action.

2005-04-22 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Use new key list view.
	* src/scim_anthy_prefs.h: Remove some wasted key settings.
	* po/ja.po: Update.

2005-04-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Now start to create a new key
	preference widget.

2005-04-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_factory.cpp: Fixed typo.

2005-04-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_factory.h, src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h,
	  src/scim_anthy_prefs.h:
	Added preference for ten key.

2005-04-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Remove debug code.
	* src/scim_anthy_preedit.cpp: Always use half width character for
	pressing keys on key pad. This feature should be customizable.

2005-04-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_preedit.cpp,
	  src/scim_anthy_preedit.h:
	Added key pad support.

2005-04-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_factory.h:
	Apply most preferences immediately.

2005-04-20 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Added mnemonic.
	* po/ja.po: Updated.

2005-04-20 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.cpp: Don't show the typing method label by
	default.

2005-04-20 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_factory.h, src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h,
	  src/scim_anthy_prefs.h: Added preferences for symbols & numbers width.
	* po/ja.po: Updated.	

2005-04-20 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Refactoring.
	* src/scim_anthy_prefs.h: Fixed typo.
	* po/ja.po: Updated.	

2005-04-19 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_conv_table.cpp, src/scim_anthy_conv_table.h,
	  src/scim_anthy_preedit.cpp:
	Fixed naming rule of conversion tables.
	Divide symbol & number conversion rule from roma-kana table.

2005-04-19 Takuro Ashie <ashie@homa.ne.jp>

	* src/conv_table.cpp: Remove.
	* src/scim_anthy_conv_table.cpp: Renamed from src/conv_table.cpp
	* src/scim_anthy_conv_table.h: Added.
	* src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h,
	  src/scim_anthy_imengine.h:
	Rename Preedit class to AnthyPreedit.

2005-04-18 Takuro Ashie <ashie@homa.ne.jp>

	* src/conv_table.cpp: Added wide number rule.
	* src/scim_anthy_prefs.h: Fixed some key name.

2005-03-21 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Modified labels for input mode to make
	easy to recognize.

2005-03-15 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_factory.cpp,
	  src/scim_anthy_imengine_factory.h, intl.h:
	Divided from scim_anthy_imengine.{cpp,h}.
	* src/scim_anthy_action.cpp, src/scim_anthy_action.h,
	  src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	Introduced action manager.
	* po/POTFILES.in, ja.po: Updated.	

2005-02-01 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp:
	Removed comment lines about commiting the preediting string when 
	focusing out. It should not be so.
	We need get the event(?) of switching off scim and clear the preedit
	string at that time.

2005-01-29 Takuro Ashie <ashie@homa.ne.jp>

	* Applied patches provided by David Oftedal <david@start.no> and
	Yukiko Bando <ybando@k6.dion.ne.jp> to input some symbols.
	Thank you!

2005-01-29 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.3.1.
	Updated automake (no changes in source code).

2005-01-27 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Inclemented version number.

2005-01-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h, 
	  src/scim_anthy_imengine_setup.cpp, src/scim_anthy_prefs.h, po/ja.po:
	Added an option to close candidate window on direct selecting.
	
2005-01-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h, 
	  src/scim_anthy_imengine_setup.cpp, src/scim_anthy_prefs.h, po/ja.po:
	Enabled to select keys to select candidates directly.

2005-01-27 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp:
	Added popup menu to switching notebook pages.

2005-01-02 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp:
	Applied the patch from james Su <james.su@gmail.com>.
	Do not disconnect a signal-slot with in the slot function.

2004-12-24 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Clear preedit string on reset().
	See http://lists.freedesktop.org/pipermail/scim/2004-December/001298.html
	for more detail.

2004-12-17 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp:
	Comment out action_commit() in foucs_out().

2004-12-15 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp, src/scim_anthy_preedit.cpp:
	Fixed a bug that Up key indicates 'R' on LC_CTYPE=en_US.UTF-8
	environment.

2004-12-15 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp:
	Fixed a bug that dead key does not work.

2004-12-15 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp:
	Applied two patches from James Su.
	It fixed 
	http://lists.sourceforge.jp/mailman/archives/scim-imengine-dev/2004-December/000041.html 

2004-12-02 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine_setup.cpp:
	Fixed an issue that left arrow on the left of the tab label
	is enabled on starup time.

2004-12-02 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Remove dictionary label string.

2004-12-02 Takuro Ashie <ashie@homa.ne.jp>
	* po/ja.po, src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_setup.cpp, src/scim_anthy_prefs.h:
	Added key bindings for dictionary related actions.

2004-12-01 Takuro Ashie <ashie@homa.ne.jp>

	* po/ja.po, src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_imengine_setup.cpp, src/scim_anthy_prefs.h:
	Add dictionary menu.
	* src/scim_anthy_preedit.cpp: bug fix.

2004-12-01 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Added Zenkaku_Hankaku and Shift+space key
	bind for toggling latin mode. Thanks suggestion > UTUMI-san

2004-11-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Changed page order.
	Thank your for your suggestion > UTUMI Hirosi <utuhiro78@yahoo.co.jp>

2004-11-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/conv_table.cpp, src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h,
	  src/scim_anthy_prefs.h:
	Added a comma and period type. Also other minor fixes are made.

2004-11-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Declare some functions as static.

2004-11-30 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine_setup.cpp: Set tooltips.

2004-11-29 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* version 0.2.0.

2004-11-27 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp: pressing space key 
	at the tail of candidates returns the head of the candidates.

2004-11-27 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* src/scim_anthy_imengine.cpp: select next/prev candidate is loop.
	But there is a bug that pressing space key at the tail of the candidates 
	cannot be moved at the head of the candidates. Why?

2004-11-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_imengine.cpp: Bug fix for selecting candidate by
	SCIM_KEY_0.

2004-11-26 Takuro Ashie <ashie@homa.ne.jp>

	* src/scim_anthy_prefs.h: Added some key bindings.
	Thank you for your suggestion > Yukiko Bando <ybando@k6.dion.ne.jp>

2004-11-25 Takuro Ashie <ashie@homa.ne.jp>

	* po/ja.po, src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_imengine.cpp, src/scim_anthy_imengine.h,
	  src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h,
	  src/scim_anthy_prefs.h:
	Added partial commit feature, but this work is not completed yet.
	The caret position isn't reset yet.

2004-11-25 Takuro Ashie <ashie@homa.ne.jp>

	* po/ja.po, src/conv_table.cpp, src/scim_anthy_imengine.cpp,
	  src/scim_anthy_imengine.h, src/scim_anthy_imengine_setup.cpp,
	  src/scim_anthy_preedit.cpp, src/scim_anthy_preedit.h,
	  src/scim_anthy_prefs.h:
	Added space type preference.

2004-11-19  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add intl,
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): New variable.
	* configure.ac (AC_CONFIG_FILES): Add intl/Makefile,

2004-11-19 Takuro Ashie <ashie@homa.ne.jp>

	* Implemented almost all basic features.
