summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-02 21:31:45 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-02 21:31:45 +0000
commitc51fa40b04c2b6cc8c0ef0693b8b2df89ac3119c (patch)
tree9a27f32be08880acada5451417f5bc66155acdb1 /ChangeLog
parentdbd734c2f880516f75fa2d3985df3b4d9ef529c4 (diff)
downloadmailutils-c51fa40b04c2b6cc8c0ef0693b8b2df89ac3119c.tar.gz
mailutils-c51fa40b04c2b6cc8c0ef0693b8b2df89ac3119c.tar.bz2
* include/mailutils/property.h: Update
* libproto/include/property0.h (struct property_item): Remove key, set and next. (struct _mu_property): Use mu_assoc_t to keep the items. * mailbox/property.c: Rewrite using mu_assoc_t for storage. * mailbox/parsedate.y (DATE_SET): Take an additional argument specifying upper limit for the value. Bail out if val is out of range. All callers updated. (SET_.*): Rewrite via __SET_.*
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2587133eb..54b02c289 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-01-02 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * include/mailutils/property.h: Update
+ * libproto/include/property0.h (struct property_item): Remove
+ key, set and next.
+ (struct _mu_property): Use mu_assoc_t to keep the items.
+ * mailbox/property.c: Rewrite using mu_assoc_t for storage.
+
+ * mailbox/parsedate.y (DATE_SET): Take an additional argument
+ specifying upper limit for the value. Bail out if val is out of
+ range. All callers updated.
+ (SET_.*): Rewrite via __SET_.*
+
2007-12-30 Sergey Poznyakoff <gray@gnu.org.ua>
* comsat/comsat.c: New config statement require-tty.

Return to:

Send suggestions and report system problems to the System administrator.