Develop and Download Open Source Software

View scim-anthy-0.7.0 - Change Log

category(Tag) tree

file info

category(Tag)
root
file name
scim-anthy_scim-anthy-0.7.0_-_Changes
last update
2006-11-29 13:12
type
Plain Text
editor
Takuro Ashie
description
scim-anthy-0.7.0 - Change Log
language
English
translate
2005-09-29 Takuro Ashie <ashie@homa.ne.jp>

	* configure.ac: Version-0.7.0.

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

	* data/canna.sty: Comment out non-implemented key bind.

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

	* AUTHORS, src/scim_anthy_factory.cpp: Change order of authors list.

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

	* data/wnn.sty: Add Wnn like romaji table and key map.

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

	* data/canna.sty: Fix typo.
	* src/scim_anthy_factory.cpp, src/scim_anthy_imengine.{cpp,h},
	  src/scim_anthy_prefs.{cpp,h}: Add some key bindings.
	(CancelAllKey, ConvertCharTypeForwardKey, ConvertCharTypeBackwardKey)

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

	* data/canna.sty, data/msime.sty, data/vje-delta.sty: Fix typo.

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

	* src/scim_anthy_prefs.h: Show dictionary menu on the panel by default.

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

	* data/scim-anthy.png: Replace with new icon.

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

	* src/scim_anthy_setup.cpp: Sorry, wrong key was set on startup.

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

	* data/vje-delta.sty: Add.
	* data/atok.sty, data/canna.sty, data/msime.sty: Minor fix.

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

	* data/Makefile.am, data/canna.sty: Add Canna like style.

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

	* src/scim_anthy_setup_romaji.cpp, src/scim_anthy_setup_kana.cpp:
	Minor fix.

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

	* src/scim_anthy_setup.cpp: Minor fix.

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

	* src/scim_anthy_setup.cpp: Show all key bindings by default.

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

	* src/scim_anthy_factory.cpp: Add authors.

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

	* configfure.ac: Version-0.6.1 (Branch 0.6.0).

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

	* src/scim_anthy_table_editor.cpp: Fix a stupid bug.
	Thank you very much :D > Yukiko Bando

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

	* src/scim_anthy_imengine.cpp: Revive multi/dead key related code.
	Thanks Yukiko Bando.

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

	* src/scim_anthy_table_editor.cpp: NULL check before strcmp().

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

	* src/scim_anthy_factory.cpp: Set correct default value.

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

	* src/scim_anthy_factory.cpp: Plug memory leak. Check file name length
	of style file before load it.
	* src/scim_anthy_imengine.cpp: Set custom typing table correctly even if
	typing method label on toolbar is shown.
	* src/scim_anthy_table_editor.cpp: Compare all columns on sorting.

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

	* src/scim_anthy_setup_kana.cpp: Fix initial window size.

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

	* src/scim_anthy_prefs.cpp: Minor fix.
	* po/ja.po, src/scim_anthy_setup_kana.cpp,
	  src/scim_anthy_setup_romaji.cpp, src/scim_anthy_table_editor.{cpp,h}:
	Add NICOLA customize window.

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

	* src/scim_anthy_setup_kana.cpp: Enable to switch NICOLA layout by
	option menu.

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

	* src/scim_anthy_key2kana_table.cpp, src/scim_anthy_reading.cpp,
	  src/scim_anthy_style_file.cpp: Bug fix. Now loading custom NICOLA
	layout is available.

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

	* src/scim_anthy_factory.{cpp,h}, src/scim_anthy_imengine.{cpp,h},
	  src/scim_anthy_preedit.{cpp,h}, src/scim_anthy_reading.{cpp,h}: 
	Load custom NICOLA layout. Some minor fix.

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

	* src/scim_anthy_imengine.cpp, src/scim_anthy_preedit.{cpp,h},
	  src/scim_anthy_reading.{cpp,h}: Clean up.

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

	* src/scim_anthy_key2kana_table.{cpp,h}, src/scim_anthy_nicola.{cpp,h},
	  src/scim_anthy_reading.{cpp,h}: Ready for customizable NICOLA layout.

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

	* src/scim_anthy_key2kana.cpp, scim_anthy_key2kana_table.{cpp,h},
	  scim_anthy_style_file.cpp: Ready for customizable NICOLA layout.

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

	* src/scim_anthy_imengine.{cpp,h}: Add get_typing_method() and
	get_input_mode ().

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

	* src/scim_anhthy_conversion.h: Remove needless code.
	* src/scim_anhthy_conversion.h, src/scim_anthy_reading.h: Minor fix.

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

	* src/scim_anthy_imengine.{cpp,h}, src/scim_anthy_kana.{cpp,h},
	  src/scim_anthy_key2kana.{cpp,h}, src/scim_anthy_key2kana_base.h,
	  src/scim_anthy_nicola.{cpp,h}, src/scim_anthy_preedit.{cpp,h},
	  src/scim_anthy_reading.{cpp,h}:
	Make each object to read static configurations directly from
	AnthyFactory.

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

	* src/scim_anthy_prefs.{cpp,h}, src/scim_anthy_setup.{cpp,h},
	  src/scim_anthy_setup_kana.cpp: Clean up.

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

	* src/scim_anthy_key2kana_table.cpp: Remove needless code.

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

	* src/scim_anthy_style_file.cpp: Always set file name of style file
	object on loading even if it fails.

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

	* src/scim_anthy_imengine.cpp: Process user defined key bindings before
	input key event for [Scim-imengine-dev 573] issue.
	Only thumb shift keys should be processed before user defined key
	bindings.
	Thanks Ryo Dairiki.

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

	* src/scim_anthy_preedit.cpp, src/scim_anthy_conversion.cpp:
	Remove needless code.