From 77e286f4cd2dba6e57c7c52d910bc7de8980abb9 Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 6 Nov 2001 05:20:25 +0000 Subject: * lib/net/imap.rb (getquota_response): use astring for mailbox names. * lib/net/imap.rb (getacl_response): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 75b120ca0..054060b15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ +Tue Nov 6 14:17:14 2001 Amos Gouaux + + * lib/net/imap.rb (getquota_response): use astring for mailbox + names. + + * lib/net/imap.rb (getacl_response): ditto. + Sat Nov 3 22:28:51 2001 Keiju Ishitsuka + * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug. this bug report and fix by tsutomu@nucba.ac.jp. -- cgit