From bc6c81509671c22e5e9f383a94cee31dd35c591f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Jan 2006 14:05:49 +0000 Subject: * object.c (rb_mod_const_get, rb_mod_const_defined): added optional flag to search ancestors, which is defaulted to true. fixed: [ruby-talk:175899] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a13bbebba..d4a5d5d75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 17 23:05:21 2006 Nobuyoshi Nakada + + * object.c (rb_mod_const_get, rb_mod_const_defined): added optional + flag to search ancestors, which is defaulted to true. + fixed: [ruby-talk:175899] + Tue Jan 17 11:31:47 2006 NAKAMURA Usaku * win32/setup.mak (MAKE): workaround for nmake 8. @@ -35,13 +41,13 @@ Fri Jan 13 19:26:15 2006 Hirokazu Yamamoto Thu Jan 12 11:53:08 2006 Hidetoshi NAGAI * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widget - which is constructed with TkComposite module. - [new feature] support 'command' option which is called just before + which is constructed with TkComposite module. + [new feature] support 'command' option which is called just before popping up the balloon help. Wed Jan 11 00:12:29 2006 Masatoshi SEKI - * lib/erb.rb (ERB::Compiler): add instance variable @insert_cmd to + * lib/erb.rb (ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior. Tue Jan 10 19:42:33 2006 Tanaka Akira -- cgit