remove a mysterious partial sentence in the ::wrote-chunk docstring.
authorDan Winship <danw@src.gnome.org>
Mon, 24 Sep 2007 01:00:04 +0000 (01:00 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 24 Sep 2007 01:00:04 +0000 (01:00 +0000)
* libsoup/soup-message.c (soup_message_class_init): remove a
mysterious partial sentence in the ::wrote-chunk docstring.
#458116

* docs/reference/libsoup-sections.txt: Remove documentation of MD5
methods, which are not public. #440092

svn path=/trunk/; revision=932

ChangeLog
docs/reference/libsoup-sections.txt
libsoup/soup-message.c

index c493abd..4a0dff8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2007-09-23  Dan Winship  <danw@gnome.org>
 
+       * libsoup/soup-message.c (soup_message_class_init): remove a
+       mysterious partial sentence in the ::wrote-chunk docstring.
+       #458116
+
+       * docs/reference/libsoup-sections.txt: Remove documentation of MD5
+       methods, which are not public. #440092
+
+2007-09-23  Dan Winship  <danw@gnome.org>
+
        * libsoup/soup-message.c (soup_message_set_auth)
        (soup_message_set_proxy_auth): Only remove the Authorization /
        Proxy-Authorization header from the message if it was previously
index 78c59b0..c9f24c9 100644 (file)
@@ -579,12 +579,6 @@ soup_message_filter_get_type
 <SECTION>
 <FILE>soup-misc</FILE>
 <TITLE>Soup Miscellaneous Utilities</TITLE>
-SoupMD5Context
-soup_md5_init
-soup_md5_update
-soup_md5_final
-soup_md5_final_hex
-<SUBSECTION>
 soup_base64_decode
 soup_base64_encode
 soup_base64_decode_step
index 9de865b..d58d21c 100644 (file)
@@ -151,7 +151,6 @@ soup_message_class_init (SoupMessageClass *message_class)
         * @msg: the message
         *
         * Emitted immediately after writing a body chunk for a message.
-        * (This is
         **/
        signals[WROTE_CHUNK] =
                g_signal_new ("wrote_chunk",