Develop and Download Open Source Software

View tomoe-0.5.1 - Change Log

category(Tag) tree

file info

category(Tag)
root
file name
tomoe_tomoe-0.5.1_-_Changes
last update
2007-02-09 17:12
type
Plain Text
editor
Takuro Ashie
description
tomoe-0.5.1 - Change Log
language
English
translate
2007-02-09  Takuro Ashie  <ashie@homa.ne.jp>

	* Version-0.5.1.

2007-02-09  Kouhei Sutou  <kou@cozmixng.org>

	* README: added licence description of Tomoe and KANJIDIC2.
	Pointed out by Jens Petersen. Thanks!

	* data/Makefile.am (EXTRA_DIST): added documentation files and
	licence file of KANJIDIC2.

2007-01-25  Kouhei Sutou  <kou@cozmixng.org>

	* db/migrate/004_create_meta_data.rb: used :text type instead of
	:string type for meta data value.

2007-01-25  Takuro Ashie  <ashie@homa.ne.jp>

	* configure.in: Bump version number.

2007-01-19  Kouhei Sutou  <kou@cozmixng.org>

	* test/dict_spec.rb: tomoe_dict_register should override existed
	character.
	* module/dict/tomoe-dict-mysql.c,
	  module/dict/tomoe-dict-ptr-array.c: followed the specification.

2007-01-19  Takuro Ashie  <ashie@homa.ne.jp>

	* src/tomoe-char.c: Add tomoe_char_to_xml_n_strokes().

2007-01-19  Kouhei Sutou  <kou@cozmixng.org>

	* test/char_spec.rb: added a test for dumping/loading TomoeChar
	with n_strokes.

2007-01-09  Kouhei Sutou  <kou@cozmixng.org>

	* db/dump.rb: added a small script for dumping database schema as SQL.