From 9c3df74ef49900d9d207dd69d34adb7610e0e377 Mon Sep 17 00:00:00 2001 From: suke Date: Sat, 13 Oct 2007 12:40:24 +0000 Subject: * ext/win32ole/win32ole.c (foletype_s_ole_classes, foletype_s_typelibs): refactoring. * test/win32ole/test_win32ole_type.rb: add some test. * ext/win32ole/win32ole.c (Init_win32ole): change method name WIN32OLE_TYPELIB.ole_types from WIN32OLE_TYPELIB.ole_classes. * test/win32ole/test_win32ole_typelib.rb: ditto. * test/win32ole/test_folderitem2_invokeverb.rb: check create shortcut string more strictly (This test is invoked in Japanese Windows environment). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3c91496a..11a893279 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Sat Oct 13 21:23:21 2007 Masaki Suketa + + * ext/win32ole/win32ole.c (foletype_s_ole_classes, + foletype_s_typelibs): refactoring. + + * test/win32ole/test_win32ole_type.rb: add some test. + + * ext/win32ole/win32ole.c (Init_win32ole): change method name + WIN32OLE_TYPELIB.ole_types from WIN32OLE_TYPELIB.ole_classes. + + * test/win32ole/test_win32ole_typelib.rb: ditto. + + * test/win32ole/test_folderitem2_invokeverb.rb: check create + shortcut string more strictly (This test is invoked in Japanese + Windows environment). + Sat Oct 13 09:11:58 2007 Nobuyoshi Nakada * parse.y (set_file_encoding): case-insensitive search, a patch from -- cgit