aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 1f3a87a24..356e6df86 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,18 @@
+Tue Jan 19 19:34:58 CET 1999 Werner Koch <[email protected]>
+
+ * * iobuf.c (iobuf_push_filter): Allow filters for temp streams
+
+ (iobuf_write_temp): Ditto.
+ (iobuf_flush_temp): New.
+ (iobuf_unget_and_close_temp): Removed.
+
+ * http.c (close_http_document): Renamed to http_close().
+ (open_http_document): Renamed to http_open_document().
+ (http_open): New.
+ (http_start_data): New.
+ (http_wait_response): New.
+
+
Sun Jan 17 11:04:33 CET 1999 Werner Koch <[email protected]>
* strgutil.c (trim_trailing_ws): New.