summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-03-17 21:01:20 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2002-03-17 21:01:20 +0000
commit9ce34cd38047cf5fd6145a42f6cf0eb6eb259875 (patch)
treec032a1cf51c1fa68c5b3b4b3e01ed7d2d2af8851
parentfbe86b9036a802a31248c1e557e79cdb81619c61 (diff)
downloadgmime-9ce34cd38047cf5fd6145a42f6cf0eb6eb259875.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rw-r--r--gmime-message.c2
-rw-r--r--gmime/gmime-message.c2
5 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f86d866d..43299768 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-17 Jeffrey Stedfast <fejj@ximian.com>
+
+ * gmime-message.c (g_mime_message_write_to_stream): fixed doc
+ comment.
+
2002-03-16 Jeffrey Stedfast <fejj@ximian.com>
* gmime-stream-fs.c (stream_destroy): Check fd against -1.
diff --git a/Makefile.am b/Makefile.am
index 933fc161..4e950c7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,7 +99,7 @@ test_mime_LDADD = $(LDADDS)
test_parser_SOURCES = test-parser.c
test_parser_LDFLAGS =
test_parser_DEPENDENCIES = $(DEPS)
-test_parser_LDADD = $(LDADDS)
+test_parser_LDADD = -static $(LDADDS)
test_streams_SOURCES = test-streams.c
test_streams_LDFLAGS =
diff --git a/README b/README
index b5519884..4523d813 100644
--- a/README
+++ b/README
@@ -77,7 +77,7 @@ try to parse a MIME message thus subtracting from the full benefits
that MIME was meant to provide. GMime is meant to address this issue
by following the MIME specification as closely as possible while also
providing programmers with an extremely easy to use application
-programming interface.
+programming interface (API).
OBTAINING GMIME
diff --git a/gmime-message.c b/gmime-message.c
index 56d66be4..d711cf99 100644
--- a/gmime-message.c
+++ b/gmime-message.c
@@ -556,7 +556,7 @@ g_mime_message_set_mime_part (GMimeMessage *message, GMimePart *mime_part)
* @message: MIME Message
* @stream: output stream
*
- * Write the contents of the MIME Message to @string.
+ * Write the contents of the MIME Message to @stream.
**/
void
g_mime_message_write_to_stream (GMimeMessage *message, GMimeStream *stream)
diff --git a/gmime/gmime-message.c b/gmime/gmime-message.c
index 56d66be4..d711cf99 100644
--- a/gmime/gmime-message.c
+++ b/gmime/gmime-message.c
@@ -556,7 +556,7 @@ g_mime_message_set_mime_part (GMimeMessage *message, GMimePart *mime_part)
* @message: MIME Message
* @stream: output stream
*
- * Write the contents of the MIME Message to @string.
+ * Write the contents of the MIME Message to @stream.
**/
void
g_mime_message_write_to_stream (GMimeMessage *message, GMimeStream *stream)