diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-11 01:45:06 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-11 01:45:06 +0000 |
| commit | 9a0e5a4d17077987056e2509f0c68b2f79eb1a06 (patch) | |
| tree | 1ccc0ed5cf77512fe32a15f1a86fda6e0e29e337 /ChangeLog | |
| parent | 2f0b2d2db2a5b6e1c1f9b622a939899a62746b8c (diff) | |
* ext/tk/lib/tk.rb: raise an exception when creating TkWindow
object, because TkWindow class is an abstract class.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Nov 11 10:42:41 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk.rb: raise an exception when creating TkWindow + object, because TkWindow class is an abstract class. + Tue Nov 11 03:30:43 JST 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil |
