summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-13 13:50:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-13 13:50:55 +0000
commit0cd21037f6b4b7f7ec9793efb5d26fe1a6409ff4 (patch)
tree723ee45e385be79dfb6bfdf1cca18a720efbd96e /ChangeLog
parentc937544a991610bf40efc7d78e243ca34705f9d8 (diff)
downloadmailutils-0cd21037f6b4b7f7ec9793efb5d26fe1a6409ff4.tar.gz
mailutils-0cd21037f6b4b7f7ec9793efb5d26fe1a6409ff4.tar.bz2
Updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea3e4efc7..2a4937d11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2003-03-13 Sergey Poznyakoff
+
+ Reorganized directory layout under mailbox/.
+
+ * configure.ac: Added mailbox/ subdirectories
+ * mailbox/Makefile.am: Likewise.
+ * po/POTFILES.in: Added missing files.
+ * mh/README: Updated
+
+ * mailbox/mbox/Makefile.am: New file
+ * mailbox/mbox/.cvsignore: New file
+ * mailbox/mbox/folder.c: Moved from ../
+ * mailbox/mbox/mbox.c: Moved from ../
+ * mailbox/mbox/url.c: Moved from ../
+ * mailbox/mbox/mboxscan.c: Moved from ../
+ * mailbox/mbox/mbox0.h: New file
+
+ * mailbox/mh/Makefile.am: New file
+ * mailbox/mh/.cvsignore: New file
+ * mailbox/mh/folder.c: Moved from ../
+ * mailbox/mh/mbox.c: Moved from ../
+ * mailbox/mh/url.c: Moved from ../
+
+ * mailbox/maildir/Makefile.am: New file
+ * mailbox/maildir/.cvsignore: New file
+ * mailbox/maildir/mbox.c: New file
+
+ * mailbox/imap/Makefile.am: New file
+ * mailbox/imap/.cvsignore: New file
+ * mailbox/imap/folder.c: Moved from ../
+ * mailbox/imap/mbox.c: Moved from ../
+ * mailbox/imap/url.c: Moved from ../
+
+ * mailbox/pop/Makefile.am: New file
+ * mailbox/pop/.cvsignore: New file
+ * mailbox/pop/folder.c: Moved from ../
+ * mailbox/pop/mbox.c: Moved from ../
+ * mailbox/pop/url.c: Moved from ../
+
+ * mailbox/folder_mbox.c: Moved to mbox/folder.c
+ * mailbox/mbx_mbox.c: Moved to mbox/mbox.c
+ * mailbox/url_mbox.c: Moved to mbox/url.c
+ * mailbox/mbx_mboxscan.c: Moved to mbox/mboxscan.c
+
+ * mailbox/folder_mh.c: Moved to mh/folder.c
+ * mailbox/mbx_mh.c: Moved to mh/mh.c
+ * mailbox/url_mh.c: Moved to mh/url.c
+
+ * mailbox/mbx_maildir.c: Moved to maildir/mbox.c
+
+ * mailbox/folder_imap.c: Moved to imap/folder.c
+ * mailbox/mbx_imap.c: Moved to imap/mbox.c
+ * mailbox/url_imap.c: Moved to imap/url.c
+
+ * mailbox/folder_pop.c: Moved to pop/folder.c
+ * mailbox/mbx_pop.c: Moved to pop/mbox.c
+ * mailbox/url_pop.c: Moved to pop/url.c
+
2003-03-11 Sergey Poznyakoff
* auth/sql.c (mu_sql_authenticate): Bugfix.

Return to:

Send suggestions and report system problems to the System administrator.