ChangeLog in gettext-1.92.0 vs ChangeLog in gettext-1.93.0

- old
+ new

@@ -1,4 +1,56 @@ +2008-09-14 Masao Mutoh <mutoh@highway.ne.jp> + + * lib/gettext/rails.rb: Fixed expire_fragment with rails < 2.1.(Bug#21712). + * lib/gettext.rb: Remove p_ method when xx("double x") library is loaded + because of conflicting the method name.(Bug#21532) Reported by + Rémy-Christophe Schermesser, Donald Piret. + * lib/gettext/utils.rb: Remove UTF-8 BOM from po-file before executeing + msgmerge which doesn't accept BOM. Suggested by César Duque Calle. + * po/eo/rgettext.po: Fixed a typo. + +2008-09-13 Masao Mutoh <mutoh@highway.ne.jp> + + * lib/gettext/utils.rb: Use msgmerge --help instead of --version to + check msgmerge is existed. Suggested by César Duque Calle. + * **/po/bg/*.po: Added by Sava Chankov. + +2008-08-24 Masao Mutoh <mutoh@highway.ne.jp> + + * lib/gettext/rails.rb: render_file_with_gettext catch Exception and use + render_file_without_gettext if render_file_with_gettext is failed. + Suggested by Vladimir Dobriakov. + + * lib/locale/posix.rb: Call "locale charmap" to get the system locale charset. + Reported by Tatsuki Sugiura. + +2008-08-20 Masao Mutoh <mutoh@highway.ne.jp> + + * lib/locale/object.rb: Locale::Object.parse accept nil or "" as locale_name. + It replaces to "en". By Vladimir Dobriakov. + * test/test_locale.rb: Add the test above. + +2008-08-16 Masao Mutoh <mutoh@highway.ne.jp> + + * po/ja/rails.po: Fixed a wrong translation. + +2008-08-10 Masao Mutoh <mutoh@highway.ne.jp> + + * po/et/rails.po: Updated by Erkki Eilonen. + * po/et/rgettext.po: Added by Erkki Eilonen. + +2008-08-07 Masao Mutoh <mutoh@highway.ne.jp> + + * README: Updated. + * po/fr/*.po: Updated by Vincent Isambart. + * test/test_gettext.rb, test/testlib/npgettext.rb, test/po/ja/test_npgettext.po: + Add test for np_(npgettext). + +2008-08-03 Masao Mutoh <mutoh@highway.ne.jp> + + * lib/gettext/rgettext.rb, lib/gettext/parser/ruby.rb: + Add npgettext support. + 2008-07-31 Masao Mutoh <mutoh@highway.ne.jp> * lib/gettext/rails.rb: Works on rails-2.0.2 again. 2008-07-27 Masao Mutoh <mutoh@highway.ne.jp>