2004-03-26  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext.rb: Fixed to return empty strings 
	when translated strings are empty.
	* 0.5.5 released.

2004-02-14  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext/locale.rb: Changes PLATFORM to RUBY_PLATFORM for ruby-1.9.
	* 0.5.4 released.

2003-12-02  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext.rb: Improve the initial speed.
	* 0.5.3 released.

2003-11-27  Masao Mutoh  <mutoh@highway.ne.jp>

	* bin/rgettext: Fix bugs when \M or \C are given.

2003-11-12  Masao Mutoh  <mutoh@highway.ne.jp>

	* ext/gettext/gettext/_locale.c: Fix bugs for Win32.
	Pointed out by Nobu Nakada.
	* docs/config.rb: Removed.
	* docs/rd/*/ruby-gettext.rd: Modified.
	* 0.5.2 released.

2003-07-05  Masao Mutoh  <mutoh@highway.ne.jp>

	* ext/gettext/gettext/_locale.c: Define Locale.setlocale() and LC_* constants.
	* lib/gettext.rb, lib/gettext/*.rb: Code cleanup.
	* post-setup.rb: Fix mo files had not been compiled.
	* 0.5.1 released.

2003-07-04  Masao Mutoh  <mutoh@highway.ne.jp>

	* samples/hello2.rb: Fix warning for ruby-1.8.x.
	* ext/gettext/gettext/_locale.c: Call setlocale(LC_NUMERIC, "C") 
	for some locales which doesn't use "." as decimal-point.
	* pre-setup.rb: Removed.
	* post-setup.rb: Fix some bugs.

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

	* samples/hellogtk2.rb: Support Ruby/GTK2.
	* gettext/mo.rb: Fix for bad mo files which don't include header part.
	* bin/rgettext: Remove ",fuzzy" for header part. Set default charset to UTF-8.
	* src/rmsgfmt.ry, po/rmsgfmt.pot, po/ja/rmsgfmt.po: Add files.
	* 0.5.0 released.

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 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 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 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 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 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 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 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 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 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 released.

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

