summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-03 11:34:46 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-03 11:34:46 +0000
commitcd4da46dda875cdab25cdb342dd5e6b77b55175a (patch)
tree58b774e5f9eb042cb1a1888de4a95b8760cc0085 /ChangeLog
parent4d8886de396c88f2d35cb55d0d7f059d9a76938e (diff)
downloadmailutils-cd4da46dda875cdab25cdb342dd5e6b77b55175a.tar.gz
mailutils-cd4da46dda875cdab25cdb342dd5e6b77b55175a.tar.bz2
Updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e3169f75..4804399f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2003-02-03 Sergey Poznyakoff
+
+ * auth/Makefile.am: Removed leftover AUTH_AUTHOBJS from LIBADD
+ * auth/gsasl.c (buffer_grow, _gsasl_strerror): Fixed declarations.
+ * auth/tls.c (_tls_strerror): Fixed declaration.
+ * guimb/guimb.h: Added missing includes
+ * guimb/main.c: Removed include <mailutils/argp.h>
+ * imap4d/auth_gsasl.c (create_gsasl_stream,gsasl_replace_streams):
+ Fixed declarations.
+ (auth_step_base64): New function. A wrapper around
+ gsasl_server_step_base64 to cope with GSASL_TOO_SMALL_BUFFER
+ error code.
+ (auth_gsasl): Use auth_step_base64(). Output any surplus
+ data returned with GSASL_OK code (proposed by Simon Josefsson
+ <jas@extundo.com>)
+ * imap4d/bye.c (imap4d_bye0): Added missing argument to syslog.
+ * imap4d/util.c (util_set_input, util_set_output): Bugfix
+
+ * include/mailutils/stream.h (stream_set_strerror)
+ (stream_strerror): Changed prototype
+ * mailbox/stream.c: Likewise.
+ * mailbox/include/stream0.h (struct _stream): Changed declaration
+ of _strerror method.
+ * mailbox/file_stream.c (_file_strerror): Changed prototype
+ * mailbox/list.c (list_set_comparator): Bugfix.
+ * mailbox/mailutils-config.c: include <mu_asprintf.h>
+ * mailbox/monitor.c [!WITH_PTHREAD] (STATIC_UNLOCK): expand
+ to empty string to avoid spurious warnings.
+ * mailbox/mutil.c: Added missing includes
+ * mailbox/rfc2047.c: Likewise.
+
+ * libmu_scm/mu_body.c: Added missing typecasts.
+ * libmu_scm/mu_mailbox.c: Likewise.
+ * libmu_scm/mu_message.c: Likewise.
+ * libmu_scm/mu_mime.c: Likewise.
+ * libmu_scm/mu_scm.c: Likewise.
+ * mail.local/script.c (prog_mda): Removed unused variables.
+ * mailbox/Makefile.am (mailutils_config_CFLAGS): Added
+ -I${top_srcdir}/lib.
+
+ * mh/mh_format.c (print_hdr_segment): Count a tab for eight
+ spaces.
+ (builtin_concat): Compress whitespace before further processing.
+ * mh/mh_getopt.c: Added missing includes.
+
2003-01-31 Sergey Poznyakoff
* mailbox/file_stream.c (_file_readline): Make sure the

Return to:

Send suggestions and report system problems to the System administrator.