summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-01 02:30:08 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-01 02:30:08 +0000
commita5ecc30e7d3570398dfa7b7d89b520989f61f75f (patch)
treee4bdc42c883ac16b86760debebe76c995bc660e7
parent4a58b0fd7c7aadb307a8b40dc653e89abff60a14 (diff)
* ChangeLog: fixed the description of getacl.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a81537cba..4126a07e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@ Fri Mar 1 11:22:51 2002 Amos Gouaux <amos+ruby@utdallas.edu>
* lib/net/imap.rb (setacl): remove the rights if the rights
parameter is nil.
- * lib/net/imap.rb (getacl): return a MailboxACLItem object.
+ * lib/net/imap.rb (getacl): return an array of MailboxACLItem.
Fri Mar 1 06:25:49 2002 Tanaka Akira <akr@m17n.org>