2009-01-28  - Ver 1.4.0  cielacanth

	* Released new version.

2009-01-22  - Ver 1.3.2  cielacanth

	* src/test: Added test files.

2008-12-21  - Ver 1.3.1  cielacanth

	* all: The warning level was changed into 4.
	* src/sdl/garnet/*: The file of garnet was deleted everything, and,
	instead, linked the library.

2008-11-14  - Ver 1.3.0  cielacanth

	* include/code_converter.h, src/code_converter.cpp: Renamed from to 
	'xxx/code_conv.yyy'. ML_CodeConverter structure was added which 
	converts the character's encoding.
	* include/aliceml.h, src/aliceml.c: The functions like ML_AddCharUTF8 
	or ML_AddTextlUTF16 are renamed to ML_AddChar8 or ML_AddTextl16, 
	because the encoding type is handled by a ML_CodeConverter object.

2008-10-30  - Ver 1.2.8  cielacanth

	* src/sdl/garnet: Added garnet's files.
	* src/sdl/garnet/create_sources.sh: Added this file which generates
	the garnet's blit functions.
	* src/sdl/garnet/detail: Regenerated the blit functions.

2008-10-22  - Ver 1.2.7  cielacanth

	* all: Added some functions for dump.
	* include/aliceml_stdinc.h: Removed some header files.
	* src/aliceml_update.c: Refactored the ML_update_internal function.

2008-10-21  - Ver 1.2.6  cielacanth

	* src/aliceml.c: Added support for 'Form Feed' (\f) which puts new page.

2008-10-05  - Ver 1.2.5  cielacanth

	* all: Replaced the newline to CRLF.
	* all: The line's length adjusted under 80.

2008-09-30  - Ver 1.2.4  cielacanth

	* build/visualc8: Moved from visualc8.
	* build/autotools: Added this directory which contains the build 
	scripts for autotools.
	* all: Renamed 'ML_Checkup(v)' to 'ML_CHECKUP(V)'.
	* cygwin: Try to compile on cygwin, but I couldn't...

2008-09-26  - Ver 1.2.3  cielacanth

	* all: Renamed ML_abs, ML_min, ML_max, ML_median, and ML_HasFlag to ML_ABS, 
	ML_MIN, ML_MAX, ML_MEDIAN, and ML_HAS_FLAG.
	* all: Renamed ML_malloc, ML_free, ML_pooled_malloc, and ML_pooled_free to 
	ML_Malloc, ML_Free, ML_PooledMalloc, and ML_PooledFree.
	* all: Renamed ML_trace, ML_trace_create, and ML_trace_destroy to 
	ML_TRACE, ML_TRACE_CREATE, and ML_TRACE_DESTROY.
	* include/aliceml.h, src/aliceml_update.c: Changed the argument of
	'ML_SetFontFaceFromXXX' function.
	* include/aliceml_config.h, src/aliceml_stream_text.h: Deleted the
	'ALICEML_BYTEORDER' macro. It is replaced with the byteorder check code.

2008-09-26  - Ver 1.2.2  cielacanth

	* src/aliceml_posix_font.c: tHgǂݍݕǂA
	tHgpX悤ɂ܂ B

2008-09-25  - Ver 1.2.1  cielacanth

	* include/aliceml.h: ALICEMLAPI }NX^eBbNCu[쐬
	Ƃł֐DLLpɃGNX|[gĂ̂𒼂܂B

2008-08-27  - Ver 1.2.0  cielacanth

	* include/gen_cpp.rb: eXVB
	* include/aliceml.h: ML_IsEmptyML_IsCurrentEmpty, ML_IsFull
	ML_IsCurrentFullɖOύXB
	* include/gen_cpp.rb: aliceml.hc++pbp邽߂̃XNvgǉB
	* ML_ContinueML_GoNextɖOύXBicontinuec++ł͗\̂߁j

2007-04-23  - Ver 0.2.0  cielacanth

	* doc fBNgB
	* wikiŃhLgy[W쐬B

2007-04-21  - Ver 0.1.0  cielacanth

	* First release !
