From 9782077515b6c95e13e97b429ccbed2f78934fc0 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 7 Feb 2004 10:56:16 +0000 Subject: * lib/irb/init.rb (IRB.rc_files): yield possible rc file names. * lib/irb/input-method.rb (IRB::ReadlineInputMethod::initialize): load and save history automatically. [ruby-core:02352] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b32687766..8123560c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +Sat Feb 7 19:56:11 2004 Nobuyoshi Nakada + + * lib/irb/init.rb (IRB.rc_files): yield possible rc file names. + + * lib/irb/input-method.rb (IRB::ReadlineInputMethod::initialize): + load and save history automatically. [ruby-core:02352] + Fri Feb 6 22:48:16 2004 Dave Thomas - * lib/rdoc/generators/html_generator.rb (gen_url): Support + * lib/rdoc/generators/html_generator.rb (gen_url): Support https in RDoc hyperlinks Fri Feb 6 22:41:22 2004 NAKAMURA, Hiroshi -- cgit