summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog42
-rw-r--r--NEWS4
-rw-r--r--po/POTFILES.in1
3 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eb4e4ae8..aadd2fba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2004-06-05 Sergey Poznyakoff
+
+ * NEWS: Updated
+ * configure.ac: Check for iconv.h and iconv_t
+ (MU_COMMON_LIBRARIES): New subst symbol
+ * comsat/Makefile.am: Use MU_COMMON_LIBRARIES
+ * dotlock/Makefile.am
+ * examples/Makefile.am: Likewise.
+ * frm/Makefile.am: Likewise.
+ * from/Makefile.am: Likewise.
+ * guimb/Makefile.am: Likewise.
+ * imap4d/Makefile.am: Likewise.
+ * mail/Makefile.am: Likewise.
+ * mail.local/Makefile.am: Likewise.
+ * mail.remote/Makefile.am: Likewise.
+ * mailbox/Makefile.am: Likewise.
+ * messages/Makefile.am: Likewise.
+ * mh/Makefile.am: Likewise.
+ * movemail/Makefile.am: Likewise.
+ * pop3d/Makefile.am: Likewise.
+ * readmsg/Makefile.am: Likewise.
+ * sieve/Makefile.am: Likewise.
+
+ * mailbox/file_stream.c (_file_read, _file_readline): Check for
+ eof.
+ * mailbox/list.c (list_set_destroy_item): Minor fix
+
+ * include/mailutils/errno.h (MU_ERR_BUFSPACE): New error code
+ * mailbox/muerrno.c: Likewise
+
+ * include/mailutils/stream.h (MU_STREAM_STRICT): New flag
+ * libsieve/extensions/spamd.c: Minor formatting fix
+ * mailbox/mailutils-config.c (main): add LINK_POSTFLAGS
+
+ * mailbox/rfc2047.c: (rfc2047_decode): Implemented charset
+ recoding using iconv filters.
+ * mailbox/filter_iconv.c: New file. Implementation of
+ iconv filter streams.
+ * examples/iconv.c: New file
+
+ * po/POTFILES.in: Updated
+
2004-06-04 Sergey Poznyakoff
* NEWS: Updated
diff --git a/NEWS b/NEWS
index 4667222b8..005b65c40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2004-06-04
+GNU mailutils NEWS -- history of user-visible changes. 2004-06-05
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -61,6 +61,8 @@ marks from all messages after opening the mailbox.
** libmailbox
*** Fixed incorrect handling of underscores in Quoted-Printable encoding.
+*** rfc2047_decode() takes into account input and output
+character sets.
** mh
*** (formataddr): Fixed checking for duplicate addresses.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 286df3fff..93f54b46b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -83,6 +83,7 @@ mailbox/getopt.c
mailbox/argp-help.c
mailbox/argp-parse.c
mailbox/file_stream.c
+mailbox/filter_iconv.c
mailbox/mailutils-config.c
mailbox/message.c
mailbox/mu_argp.c

Return to:

Send suggestions and report system problems to the System administrator.