summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-08 15:58:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-08 15:58:11 +0000
commitc42807f1dda62e6208a335b13041adcba1b9343e (patch)
tree4e66da4793c0918c23c609af2d937049f3c3cb0b
parent3e09e9781889469eac4d8ed080ecd7d60c69b4f7 (diff)
downloadmailutils-c42807f1dda62e6208a335b13041adcba1b9343e.tar.gz
mailutils-c42807f1dda62e6208a335b13041adcba1b9343e.tar.bz2
Updated
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 439eda589..e1608633e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2002-11-08 Sergey Poznyakoff
+
+ * include/mailutils/libsieve.h: New file.
+ * include/mailutils/Makefile.am: Added libsieve.h
+ * libsieve/sieve.h: Moved publicly available declarations to
+ <mailutils/libsieve.h>
+ * libsieve/sieve.y: Fixed the grammar. Added union, types and the
+ basic actions.
+ * libsieve/sieve.l: Likewise.
+ * libsieve/Makefile.am: Added new files.
+ * libsieve/util.c (sieve_slist_destroy, sieve_value_create): New
+ functions.
+ * libsieve/tests.c: New file. Provides standard sieve tests (all
+ noops, so far).
+ * libsieve/actions.c: New file. Provides standard sieve actions (all
+ noops, so far).
+ * libsieve/require.c: New file. Handles "require" statement.
+ * libsieve/register.c: New file. Contains the sieve namespace
+ functions.
+
2002-11-07 Sergey Poznyakoff
* mailbox/stream.c: Fix memory leak. Patch provided by

Return to:

Send suggestions and report system problems to the System administrator.