ChangeLog in gettext-1.10.0-mswin32 vs ChangeLog in gettext-1.90.0
- old
+ new
@@ -1,5 +1,159 @@
+2008-02-02 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * po/ja/rails.po: Revised. Reported by Paul Clegg.
+
+2008-01-30 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/locale/win32.rb, win32_table.rb: Rename SystemWin32Table to SystemWin32.
+ * samples/cgi/http.rb, index.cgi: Works on Windows.
+
+2008-01-28 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext.rb: Fixed GetText.output_charset to return current
+ locale's charset not nil.
+ Fixed to work with JRuby.(Bug: http://jira.codehaus.org/browse/JRUBY-1281)
+
+2008-01-27 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext/string.rb: String#% doesn't raise an ArgumentError in Debug mode.
+ Because String#% method shouldn't raise ArgumentError in Debug mode.
+ * lib/gettext/rgettext.rb: rgettext fixed to work with similer messages in n_().
+ Reported by Toine Diepstraten.
+ * samples/cgi/*: Works again. Set CGI object explicit.
+ * lib/gettext/textdomainmanager.rb: GetText::TextDomainManager.output_charset returns
+ system locale when nil is set.
+
+2008-01-24 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/locale/object.rb: Speedup (cache messages and object hash value)
+
+2008-01-21 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext.rb: Fixed to reload messages in debug mode
+ (development mode in rails). Reported by Reynard,
+ Ernesto Jiménez Caballero
+
+2008-01-19 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * **/po/hu/*.po: Added hu locales by Tamás Tompa.
+ * Rakefile: Add deploypo task(for me).
+
+2008-01-18 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/locale/win32.rb: Removed duplicated function.
+
+2008-01-16 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * samples/rails/*: Rewrite to work on Rails-2.0.
+ * lib/gettext/string.rb: Raises ArgumentError when the format are wrong.
+ Bug #16959 by Stephan.
+
+2007-12-25 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext/rails.rb: Fixed an error when expire_fragment_with_gettext
+ is called with the name as a Regexp object.Bug #12803 by Hans de Graaff.
+
+2007-12-24 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * **/po/ua/*.po: Added ua locales by Alex Rootoff.
+
+2007-12-16 Masao Mutoh <mutoh@highway.ne.jp>
+ * NEWS: Updated.
+ * README: Updated.
+
+2007-12-15 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * test/rails/*: Updated to work with Rails-2.0.
+ Add the test for custom error messages/titles.
+ * lib/gettext/rails.rb: Fixed
+ ActionView::Helpers::ActiveRecordHelper::L10n::error_messages_for
+ that plural messages didn't translated.
+ ActionView::Helpers::ActiveRecordHelper.error_messages_for can accept
+ :message_title, :message_explanation as the error dialog messages.
+ You can set the error dialog messages in the each pages.
+ Add GetText::Rails.normalized_locale.
+
+2007-12-08 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext/rails.rb: Add GetText::Rails::available_locales.
+ It returns the locales in RAILS_ROOT/locale directory.
+ fragment_cache_key_with_gettext and expire_fragment_with_gettext uses
+ GetText::Rails::available_locales to select the current locale string.
+ The cache files are created for available locales only.
+
+2007-11-10 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext.rb: Fix to work :charset option.
+ [Bug #15513] Reoported by boud indymedia.
+ * lib/gettext/mo.rb: Works with JRuby.
+
+2007-11-09 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/locale/cgi.rb: Removed Locale::SystemCGI.default=, set_default.
+ * lib/locale/win32_table.rb: Rename SystemWin32 to SystemWin32Table.
+ * lib/locale/win32.rb, win32_table.rb: Move get_charset to win32_table.rb.
+ * lib/locale/jruby.rb: Require win32_table.rb on Win32.
+ * lib/locale/base.rb: Added as the common module of other LocaleSystem classes.
+ * lib/locale/posix.rb, win32.rb, jruby.rb, cgi.rb: Require locale/base.rb.
+ And Remove the common methods.
+
+2007-11-08 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext/iconv.rb: Support JRuby.
+ * lib/locale/jruby.rb: Added. Support JRuby.
+ * test/*.rb: Rename files.
+ * lib/locale/object.rb: Add fallback attribute(a fallback locale).
+ * ext/*: Removed.
+ * Rakefile: Remove tasks for ext.
+ * lib/locale/win32.rb: Removed Locale::SystemWin32.set_default_locale,
+ default_locale=, default_locale.
+ Use Win32API instead of locale_system.so.
+ * lib/locale/posix.rb: Removed Locale::SystemPosix.get_charset, .set_default_locale
+ default_locale=, default_locale and all LC types.
+ Now Posix localed doesn't depend on locale_system.so.
+ # UTF-8 is set as the default charset.
+ * lib/gettext/locale.rb: Move to lib/locale.rb. Now locale class starts to
+ prepare to be separated from gettext.
+ * lib/gettext/locale_*.rb: Move to lib/locale/*.rb. Removed deprecated methods.
+ * Start preparing to release 2.0.
+ - System locales become "read only"(Locale module keeps the current
+ locale).
+ - Don't depend locale_system.so.
+
+2007-08-01 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext/utils.rb: Raise exception when msgmerge aren't found.
+ And show error message more helpful. Reported by Vít Ondruch (Bug#12737)
+ * lib/gettext/parser/erb.rb: Add ".erb" as the extname.
+ Reported by Andreas Neuhaus (Bug#12721)
+ * test/gettext_benchmark.rb: Added.
+
+2007-07-29 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext.rb: Replace .keys.include? to .has_key? to reduce
+ CPU usage and speed up. Reported by olivier ruffin.
+
+2007-07-22 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext/locale_cgi.rb: Fixed to break rails(r7116).
+ Reported by OZAWA Sakuro.
+
+2007-07-16 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext.rb: Fixed to support anonymous classes/modules, again.
+
+2007-07-11 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * lib/gettext.rb: Support anonymous classes/modules.
+ Pointed out by Yaohan Chen.
+ * test/gettext_test.rb: Add test for anonmous classes/modules.
+
+2007-07-08 Masao Mutoh <mutoh@highway.ne.jp>
+
+ * README, Rakefile: Add RDoc support.
+
2007-07-06 Masao Mutoh <mutoh@highway.ne.jp>
* lib/gettext/rails.rb: Add to support Action/Fragment caching.
* test/gettext_test_rails_caching.rb, test.sh: Added the test for caching.
* NEWS: Updated.
@@ -27,11 +181,11 @@
* test/rails/app/model/users.rb, test/rails/test/*: Add tests for
error_messages_for with plural models.
* lib/gettext/parser/active_record.rb:
remove to require 'application.rb' to avoid the effect
of application.rb when parse models. Pointed out by Michel Loiseleur.
- * po/ca/rails.po: Updated by Ramon Salvadó.
+ * po/ca/rails.po: Updated by Ramon Salvadテウ.
* src/poparser.ry, lib/gettext/poparser.rb: Don't append
msgids/msgstrs if the msgstrs don't set.
* lib/gettext.rb, lib/gettext/parser/ruby.rb:
Added GetText.nsgettext, ns_. This method has n_ + s_ function.
(e.g.) ns_("File|A file", "%{num} files", i).
@@ -148,10 +302,10 @@
* samples/rails/po/eo/blog.po: Fixed some typos by Malte Milatz.
2006-12-22 Masao Mutoh <mutoh@highway.ne.jp>
- * **/po/ca/*.po: Added ca(Catalan) locale by Ramon Salvad坦.
+ * **/po/ca/*.po: Added ca(Catalan) locale by Ramon Salvad蝮ヲ.
2006-12-17 Masao Mutoh <mutoh@highway.ne.jp>
* po/cs/*.po: Updated by Karel Miarka.
* **/po/eo/*.po: Added eo(Esperanto) locale by Malte Milatz.