summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-29 17:44:18 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-29 17:44:18 +0000
commit4a5df14a120b3b7a1384abd1b007125a05ca999d (patch)
tree16be92c2295df644f2e9258bd4336765e54395c3
parent16448180eb55fbc7f9699f98eb264eeabd80929e (diff)
downloadmailutils-4a5df14a120b3b7a1384abd1b007125a05ca999d.tar.gz
mailutils-4a5df14a120b3b7a1384abd1b007125a05ca999d.tar.bz2
Update
-rw-r--r--ChangeLog19
-rw-r--r--mh/TODO2
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83f7af3e0..eaa7c0d3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-11-29 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * doc/rfc/rfc934.txt: New file.
+ * doc/rfc/Makefile.am (EXTRA_DIST): Add rfc934.txt
+
+ * mailbox/amd.c (amd_msg_lookup): Bugfix. Use msg_count == 0
+ to determine if the msg_array is empty.
+ * mailbox/mime.c (mu_mime_get_part): Set stream_size function.
+
+ * mh/burst.c: New file. Initial implementation of burst command.
+ * mh/Makefile.am (PROGRAMS_MH,EXTRA_PROGRAMS): Add burst
+ * mh/TODO: Update
+ * mh/forw.c (msg_copy): Implement FSA described in RFC 934
+ * mh/mh_getopt.h (enum mh_arg): New declaration, instead of
+ multiple defines.
+ * mh/mh_init.c (mh_expand_name): Accept names starting with mh:/
+ protocol indicator.
+ * mh/.cvsignore: Add burst, sort entries.
+
2005-11-28 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/header.c: Fix indentation
diff --git a/mh/TODO b/mh/TODO
index 3066714e3..fa29244df 100644
--- a/mh/TODO
+++ b/mh/TODO
@@ -35,7 +35,7 @@ State Nice Utility Comments
+ 5 mark
+ 5 pick See the README entry.
+ 10 anno
-- 10 burst
+* 10 burst Only a framework is implemented
* 10 whom --check
+ 10 mhpath
+ 10 whatnow

Return to:

Send suggestions and report system problems to the System administrator.