summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 15:05:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 15:05:20 +0000
commitaf294b2723048cb9ebaba58005cab83f04ce7fee (patch)
treea25070049f7f238437ad25ac484bb40326e2d720
parent1d50cd79f193200781204412841dea83f953bb34 (diff)
downloadmailutils-af294b2723048cb9ebaba58005cab83f04ce7fee.tar.gz
mailutils-af294b2723048cb9ebaba58005cab83f04ce7fee.tar.bz2
Updated
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a02b65ef1..846b51ea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,39 @@
2002-12-10 Sergey Poznyakoff
+ * configure.ac: Define and export SIEVE_MODDIR.
+ * examples/Makefile.am: Use SIEVE_MODDIR.
+ * libsieve/Makefile.am: Likewise.
+
+ * libsieve/actions.c (sieve_register_standard_actions):
+ Register "fileinto" in non-required state to comply to the
+ RFC.
+ * libsieve/argp.c (sieve_argp_parser): Always add SIEVE_MODDIR
+ to sieve_library_path.
+
+ * doc/texinfo/libsieve.texi: Documented some aspects of the`
+ input language.
+ * doc/texinfo/programs.texi: Documented :sieve option group
+
+ * examples/addr.c: Include mutil.h
+ * guimb/guimb.h: Include mu_asprintf.h
+ * mail/mail.h: Likewise.
+ * imap4d/append.c: Removed debugging hook
+ * imap4d/auth_gss.c: Added typecasts to shut the compiler
+ warnings.
+ * libmu_scm/mu_body.c: Likewise.
+ * libmu_scm/mu_message.c: Likewise.
+ * mailbox/locker.c: Likewise.
+ * imap4d/util.c: Initialize automatic variable.
+ * libsieve/tests.c: Likewise.
+ * mail/util.c: Likewise.
+ * mailbox/address.c: Likewise.
+ * mailbox/file_stream.c: Likewise.
+
+ * mailbox/date.c: Added missing includes
+ * mailbox/tcp.c: Removed unused variables.
+
+2002-12-10 Sergey Poznyakoff
+
* include/mailutils/libsieve.h
(sieve_include_path,sieve_library_path): New globals
* libmu_scm/Makefile.am: Fixed install-data-hook. Thanks to

Return to:

Send suggestions and report system problems to the System administrator.