2002-10-21  Masao Mutoh <mutoh@highway.ne.jp>

	* Support ngettext(alias name is n_).
	* Change directory structure.
	* Remove *.mo from tar-ball(they are created automatically in installing).
	* bin/rgettext, po/rgettext.pot, po/ja/rgettext.po: Revise help message.
	* bin/rgettext: Fix POT-Creation-Date was localized.
	* samples/hello_plural.rb: Add a sample.
	* test/*: Add test for ngettext.
	* 0.4.0 is released.

2002-10-18  Masao Mutoh <mutoh@highway.ne.jp>

	* lib/gettext/mo.rb: Fix bad return value when msgstr is not existed.
   Pointed out by Shinobu TAKANASHI <sino@e-turi.net>
	* test/*: Change RubyUnit to Test::Unit.
	* 0.3.2 is released.

2002-07-06  Masao Mutoh <mutoh@highway.ne.jp>

	* lib/locale.rb: Support MinGW.
	* lib/mo.rb: Support platforms which do not support Iconv.
	* 0.3.1 is released.
	
2002-07-02  WATANABE Hirofumi <eban@os.rim.or.jp>

	* ext/gettext/gettext/extconf.rb:Support MinGW.

2002-07-01  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* ext/gettext/gettext/_locale.c: Code cleanup.
	* po/ja.po: Fix typo.
	* pre-install.rb: Code cleanup.

2002-06-30  Masao Mutoh  <mutoh@highway.ne.jp>

	* Support to convert output strings with charset(codeset).
	  - Add 4th parameter to GetText.bindtextdomain for charset
	  - Add GetText.charset=().
	  - Support Environment variable OUTPUT_CHARSET.
	* samples/po/makemo.rb: support Ruby-1.6.x.
	  Reported by KUMAGAI Hidetake <ggb03124@nifty.ne.jp>
	* 0.3.0 is released.

2002-02-22  Masao Mutoh  <mutoh@highway.ne.jp>

	* docs/rd/[ja|en]/ruby-gettext.rd: Some modified.
	* lib/gettext.rb: show more informations in debug mode(-d)
	* bin/rgettext: BugFix for bad implementation of GetText.N_(msg).
	                         by Masahiro Sakai<zvm01052@nifty.ne.jp>
	* po/ja.po: change charset from iso-2022-jp to euc-jp.
	                         by Masahiro Sakai<zvm01052@nifty.ne.jp>
	* 0.2.1 is released.

2002-02-21  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext.rb: Implement GetText.N_(msg)
	* bin/rgettext: Apply to GetText.N_(msg)
	* samples/hello_noop.rb: Add a sample for GetText.N_(msg).
	* test/gettext_test.rb: Add test_noop.
	* docs/rd/[ja|en]/ruby-gettext.rd: Add an explanation of GetText.N_(msg).
	* 0.2.0 is released.

2002-02-13  Masao Mutoh  <mutoh@highway.ne.jp>
	* ruby-gettext-package:
	  Move pre-clean.rb to pre-install.rb.
	  Reported by Yoshifumi Hiramatsu<hiramatu@boreas.dti.ne.jp>
	* lib/gettext.rb: Improve search-path(@locale_dirs).
	* bin/rgettext, samples/*.rb:
	  Improve first line(Add #! line or change #!/usr/bin/env ruby to 
	                                           #!/usr/local/bin/ruby).
	* samples/hellotk.rb: add new sample for Ruby/Tk
	* 0.1.2 is released.

2002-02-03  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext.rb: BugFix to occur an error 
	            when all of locale is not set.
	* README, README.ja: Modified about Bad explanation 
	  in Install section. Reported by 
	  Yoshifumi Hiramatsu<hiramatu@boreas.dti.ne.jp>
	* docs/rd/*/ruby-gettext.rd: Some improvements.
	* docs/yard2html.rb: Some improvements.
	* 0.1.1 is released.

2002-01-06  Masao Mutoh  <mutoh@highway.ne.jp>
	
	* lib/gettext.rb: Bugfix for bad scope.
	* bin/rgettext: Sort by file, lineno.
	* test/: Add one test.  
	* docs/rd/*/ruby-gettext.rd: Modified about rgettext.
	* 0.1.0 is released.

2002-01-01  Masao Mutoh  <mutoh@highway.ne.jp>

	* docs/: Add english document and some improvements.
	* test/: Add one test.  
	* samples/: Add hello2.rb.  
	* 0.0.2 is released.

2001-12-24  Masao Mutoh  <mutoh@highway.ne.jp>
	
	* test release

