diff --git a/ChangeLog b/ChangeLog
index e7e930ad..8511680e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-03-19 Tatsuhiro Tsujikawa
+
+ Lines starting "#" in -i list are treated as comments.
+ Example:
+ # this is comment
+ http://example.org/file
+ http://example.org/file2
+ dir=/tmp
+ # another comment
+ out=myfile
+ * doc/aria2c.1.txt
+ * src/UriListParser.cc
+ * test/filelist1.txt
+
2010-03-19 Tatsuhiro Tsujikawa
Accept IPv4 network address with CIDR block in --no-proxy option
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 401d286d..bb7dd4c5 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -1426,6 +1426,8 @@ The input file can contain a list of URIs for aria2 to download\&. You can speci
.sp
Each line is treated as if it is provided in command\-line argument\&. Therefore they are affected by \fB\-Z\fR and \fB\-P\fR options\&.
.sp
+Lines starting with "#" are treated as comments and skipped\&.
+.sp
Additionally, the following options can be specified after each line of URIs\&. These optional lines must start with white space(s)\&.
.sp
.RS 4
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index 657cd4f6..c001d9ce 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -2349,6 +2349,7 @@ can specify multiple URIs for a single entity: separate URIs on a
single line using the TAB character.
Each line is treated as if it is provided in command-line argument.
Therefore they are affected by -Z and -P options.
+Lines starting with "#" are treated as comments and skipped.
Additionally, the following options can be specified after each line
of URIs. These optional lines must start with white space(s).
@@ -3983,7 +3984,7 @@ files in the program, then also delete it here.