From 58f6ae55771b998565c01a972f27fc4da015ba09 Mon Sep 17 00:00:00 2001 From: suke Date: Fri, 7 Apr 2006 13:16:46 +0000 Subject: WIN32OLE_TYPELIB.new accepts OLE files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b905ceb47..0d4707f5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 7 22:11:30 2006 Masaki Suketa + + * ext/win32ole/win32ole.c(foletypelib_initialize): WIN32OLE_TYPELIB.new + accepts OLE file. + + * test/win32ole/test_win32ole_typelib.rb(test_initialize): ditto. + Thu Apr 6 16:43:06 2006 Hidetoshi NAGAI * intern.h (rb_obj_instance_exec, rb_mod_module_exec): add declaration. -- cgit