2004-11-06  Masao Mutoh  <mutoh@highway.ne.jp>

	* README, README.ja: Revised. 
	* po/sv/*.po, samples/po/sv/*.po: Added. Translated by Nikolai Weibull.
	* po/es/*.po, samples/po/es/*.po: Added. Translated by David Espada.
	* 0.8.0 released.
	
2004-11-05  Masao Mutoh  <mutoh@highway.ne.jp>

	* po/fr/*.po, samples/po/fr/*.po: Added. Translated by Laurent Sansonetti.
	* test/test_rubyparser_N.rb: Added.
	* test/test_rubyparser.rb: Added a test.
	* lib/gettext.rb: Increment minor version.

2004-11-04  Masao Mutoh  <mutoh@highway.ne.jp>

	* test/gettext_test_parser.rb: Added test for n_().
	* lib/gettext/parser/ruby.rb: Improved to parse n_().
	* test/test_rubyparser_n.rb: Added.

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

	* lib/gettext/parser/ruby.rb: Support _("a" + "b") pattern as "ab".

2004-10-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* setup.rb: Update to setup.rb-3.3.1.
	* README, README.ja: Modified.
	* 0.7.0 released.

2004-10-22  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext/iconv.rb: Added.
	* lib/gettext/mo.rb: Requires 'gettext/iconv' instead of 'iconv'.

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

	* lib/gettext.rb: every methods don't raise error when 
	GetText.bindtextdomain isn't called first.

2004-10-12  Masao Mutoh  <mutoh@highway.ne.jp>

	* bin/rgettext: Modified header like as GNU GetText.
	Escape double quote correctly.
	* test/gettext_test_parser.rb: Added tests for GetText::GladeParser.
	* test/test_gladeparser.rb: Added.

2004-10-11  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext/textdomain.rb: Added GETTEXT_PATH environment variable
	for searching path. This is for testing/debugging.
	Improved GetText::TextDomain#set_locale.
	Reported by Dafydd Harries from Debian Bug Tracking System #275010.
	* lib/gettext.rb, lib/gettext/textdomain.rb: Separate 
	GetText::Domain to lib/gettext/textdomain.rb.
	* lib/gettext.rb: Increment GetText::VERSION.

2004-08-12  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext.rb: Add GetText.sgettext(msgid), .s_(msgid) .
	* bin/rgettext: Support GetText.sgettext, .s_.
	* test/gettext_test.rb, test_sgettext.rb, test/po/ja/test_sgettext.po: 
	Added for GetText.sgettext, .s_ tests.
	
2004-07-21  Masao Mutoh  <mutoh@highway.ne.jp>

	* README, README.ja: Modified some old descriptions.
	* lib/gettext.rb: Incremented revision.
	* 0.6.1 released.

2004-07-11  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext/parser/glade.rb: Fixed a bug for empty-string value.
	* post-setup.rb: Fixed a install problem reported by wwp.

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

	* post-setup.rb, pre-clean.rb, pre-setup.rb: Improved 
	by Nobu Nakada.
	* setup.rb: Replaced install.rb. Pointed out by Nobu Nakada.
	* README, README.ja: Follow above changes.

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

	* test/gettext_test.rb: Added some complex cases.
	* test/gettext_runner.rb: Added.
	* test/po/ja/test_rubyparser.po: Added.
	* lib/gettext.rb: Added GetText::VERSION.
	* docs/*: Removed. See website instead.
	* 0.6.0 released.

2004-06-27  Masao Mutoh  <mutoh@highway.ne.jp>

	* bin/rgettext: Support Glade-2 XML file.
	* po/ja/rgettext.po: Ditto.
	* lib/gettext/parser/ruby.rb, glade.rb: Added.
	* test/gettext_test_parser.rb, test_rubyparser.rb: Added.
	* lib/gettext/parser/ruby.rb: Improved to parse complex strings.

2004-06-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* lib/gettext/mo.rb: Fix a bug to save data to a file.

2004-06-15  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rmsgfmt.ry: Force override if the file exist. This is the same 
	behavior as GNU msgfmt.
	* lib/gettext/mo.rb: Fixed a bug that  "Plural-Forms" 
	part isn't defined in po-file but has plural part. 
	Reported by Dafydd Harries.
	* test/po/[fr|ja|de]/plural_error.po: Added for a test of plural forms.
	* test/gettext_test.rb: ditto.

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

