From 09aefc43a54bff5c27c856de71af4d18e9223d59 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 5 Jan 2011 01:13:12 +0000 Subject: * lib/irb/locale.rb (IRB::Locale#search_file): make it possible to load a localization from a gem. (IRB::Locale#lc_path): obsoleted because of the change of #search_file (IRB::Locale#each_localized_path): new private method, based on lc_path (IRB::Locale#find): follows the change of #search_file. (IRB::Locale#load): removed duplicate with #find. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ce923a9d4..cab7961394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Jan 1 17:02:50 2011 Yuki Sonoda (Yugui) + + * lib/irb/locale.rb (IRB::Locale#search_file): make it possible + to load a localization from a gem. + (IRB::Locale#lc_path): obsoleted because of the change of #search_file + (IRB::Locale#each_localized_path): new private method, based on lc_path + (IRB::Locale#find): follows the change of #search_file. + (IRB::Locale#load): removed duplicate with #find. + Sat Jan 1 11:44:42 2011 Tanaka Akira * strftime.c: parenthesize macro arguments. -- cgit v1.2.3