From eb93930ed34d894cadd0e4ebc01c52ce6bf6e568 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 22 Feb 2009 09:49:05 +0000 Subject: merges r22180 from trunk into ruby_1_9_1. * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the case IMultiLanguage is not available. [ruby-dev:37950] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57b881c38..5204e5bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 9 20:11:55 2009 Nobuyoshi Nakada + + * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the + case IMultiLanguage is not available. [ruby-dev:37950] + Mon Feb 9 11:31:09 2009 NARUSE, Yui * io.c (io_encoding_set): ignore second argument when external and -- cgit