summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--doc/texinfo/.cvsignore3
-rw-r--r--doc/texinfo/stream.texi4
-rw-r--r--examples/.cvsignore1
4 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5939fcfa2..a75253638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-08-31 Wojciech Polak
+
+ * mailbox/file_stream.c (prog_stream_create): Changed type
+ of the second argument to const char*.
+ (filter_prog_stream_create): Likewise.
+ (_prog_stream_create): Changed type of the third argument
+ to const char*.
+ * include/mailutils/stream.h (prog_stream_create): Changed
+ type of the second argument to const char*.
+ (filter_prog_stream_create): Likewise.
+ * doc/texinfo/stream.texi: Updated.
+
+ * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
+
2004-08-24 Sergey Poznyakoff
* mail/util.c (util_do_command): Fixed coredump on unparseable
diff --git a/doc/texinfo/.cvsignore b/doc/texinfo/.cvsignore
index 4186993b0..e68e982b6 100644
--- a/doc/texinfo/.cvsignore
+++ b/doc/texinfo/.cvsignore
@@ -6,6 +6,9 @@ mailutils.info*
muint.info*
texinfo.tex
version.texi
+index.html
+stamp-1
+vers-muint.texi
mailutils.log
mailutils.dvi
mailutils.aux
diff --git a/doc/texinfo/stream.texi b/doc/texinfo/stream.texi
index 2da86ac3b..ed371634c 100644
--- a/doc/texinfo/stream.texi
+++ b/doc/texinfo/stream.texi
@@ -67,10 +67,10 @@ If @code{MU_STREAM_NO_CLOSE} is specified, @code{fclose()} will not be called on
@var{stdio} when the stream is closed.
@end deftypefun
-@deftypefun int prog_stream_create (stream_t *@var{stream}, char *@var{progname}, int @var{flags})
+@deftypefun int prog_stream_create (stream_t *@var{stream}, const char *@var{progname}, int @var{flags})
@end deftypefun
-@deftypefun int filter_prog_stream_create (stream_t *@var{stream}, char *@var{progname}, stream_t @var{input})
+@deftypefun int filter_prog_stream_create (stream_t *@var{stream}, const char *@var{progname}, stream_t @var{input})
@end deftypefun
@deftypefun void stream_destroy (stream_t *@var{stream}, void *@var{owner})
diff --git a/examples/.cvsignore b/examples/.cvsignore
index bee6be688..83211b836 100644
--- a/examples/.cvsignore
+++ b/examples/.cvsignore
@@ -17,4 +17,5 @@ listop
pop3client
nntpclient
murun
+iconv
*.l[oa]

Return to:

Send suggestions and report system problems to the System administrator.