diff --git a/scim-wnn/ChangeLog b/scim-wnn/ChangeLog index 4846dc3..ec5c8b0 100644 --- a/scim-wnn/ChangeLog +++ b/scim-wnn/ChangeLog @@ -1,3 +1,75 @@ +2005-01-14 23:08:00 Rev 132 tamra + + * src/preeditor.cpp src/preeditor.h src/scim_wnn_imengine.cpp: + ���ԡ��ɥ��åס� + +2005-01-12 05:33:17 Rev 131 tamra + + * src/romkan.h src/preeditor.cpp src/preeditor.h src/romkan_table.h + src/romkan.cpp: + �䤿��iconv��Ȥ�ʤ��褦�˽����� + +2005-01-11 05:35:08 Rev 130 tamra + + * po/ja.po src/scim_wnn_imengine.h src/scim_wnn_def.h po/scim-wnn. + pot src/scim_wnn_imengine.cpp src/scim_wnn_imengine_setup.cpp: + ɸ���PreEditor�������ǽ�ˡ� + +2005-01-08 06:03:01 Rev 129 tamra + + * src/scim_wnn_imengine_setup.cpp: + �����Х����������Entry����List�ˡ� + +2005-01-03 03:30:16 Rev 128 tamra + + * src/scim_wnn_imengine.h src/scim_wnn_imengine.cpp: + ���������ˤ�������̵������ǽ�ˡ� + +2005-01-03 01:06:40 Rev 127 tamra + + * po/ja.po po/scim-wnn.pot: + ��å����������� + +2005-01-03 01:03:30 Rev 126 tamra + + * src/scim_wnn_def.h src/scim_wnn_imengine_setup.cpp: + ������̤򶯲��� + +2004-12-31 01:07:46 Rev 125 tamra + + * src/scim_wnn_imengine.cpp: + ����������ͽ¬�����������ǽ�ˡ� + +2004-12-30 06:12:52 Rev 124 tamra + + * src/romkan.cpp: + ���޻����ϥơ��֥븡������ꤹ��ޤǺƵ�����褦������ + +2004-12-30 02:05:17 Rev 123 tamra + + * src/scim_wnn_imengine.cpp: + ͽ¬���䤬ʣ���ڡ������Ϥ���������Х������Ū�˽����� + +2004-12-28 19:25:11 Rev 121 tamra + + * configure.ac: + ��꡼�������� + +2004-12-28 19:15:21 Rev 120 tamra + + * src/scim_wnn_imengine.cpp: + lookup�ФäѤʤ��ˤʤ�Τ����� + +2004-12-28 19:08:04 Rev 119 tamra + + * README: + README������ + +2004-12-28 18:55:39 Rev 118 tamra + + * po/ja.po ChangeLog po/scim-wnn.pot src/scim_wnn_imengine_setup.cpp: + tooltip���ɲäȥ�å������ɲá� + 2004-12-28 18:35:53 Rev 117 tamra * src/scim_wnn_def.h src/scim_wnn_imengine_setup.cpp: diff --git a/scim-wnn/configure.ac b/scim-wnn/configure.ac index fc830f4..0a599d4 100644 --- a/scim-wnn/configure.ac +++ b/scim-wnn/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(scim-wnn, 0.2.0, tam-t@par.odn.ne.jp) +AC_INIT(scim-wnn, 0.2.1, tam-t@par.odn.ne.jp) AC_CONFIG_SRCDIR([src/scim_wnn_imengine.h]) # Save this value here, since automake will set cflags and cxxflags later @@ -8,7 +8,7 @@ SCIM_WNN_MAJOR_VERSION=0 SCIM_WNN_MINOR_VERSION=2 -SCIM_WNN_MICRO_VERSION=0 +SCIM_WNN_MICRO_VERSION=1 SCIM_WNN_VERSION=$SCIM_WNN_MAJOR_VERSION.$SCIM_WNN_MINOR_VERSION.$SCIM_WNN_MICRO_VERSION