From 6129fffce0bddb3be285027504969659404f59e5 Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 26 Mar 2001 12:29:50 +0000 Subject: * lib/net/imap.rb: supports response handlers and multiple commands. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f7cb410a3..f8c1d13d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 26 21:16:56 2001 Shugo Maeda + + * lib/net/imap.rb: supports response handlers and multiple commands. + Mon Mar 26 17:21:07 2001 Yukihiro Matsumoto * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash. -- cgit