summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2007-07-18 17:07:39 +0000
committerWojciech Polak <polak@gnu.org>2007-07-18 17:07:39 +0000
commit7bfa484dc38e8764d26c13bf396e0dfa9f6ea59e (patch)
treed6350c87d479d9a0b22ff4f896851cb437e07ed6
parentdc8e91faa0d27e59e4c913f08ebaeb2cec70864d (diff)
downloadmailutils-7bfa484dc38e8764d26c13bf396e0dfa9f6ea59e.tar.gz
mailutils-7bfa484dc38e8764d26c13bf396e0dfa9f6ea59e.tar.bz2
Updated
-rw-r--r--ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 37c45393c..1642fc3ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-07-18 Wojciech Polak <polak@gnu.org>
+
+ * libproto/mailer/Makefile.am (libmu_mailer_la_SOURCES):
+ Added url_sendmail.c and url_smtp.c.
+ * libproto/mailer/url_sendmail.c: Moved from mailbox/url_sendmail.c.
+ (_url_sendmail_init): Call mu_url_init.
+ * libproto/mailer/url_smtp.c: Moved from mailbox/url_smtp.c.
+ (_url_smtp_init): Call mu_url_init.
+ * libproto/pop/url.c (_url_pop_init, _url_pops_init): Call mu_url_init.
+ * libproto/imap/url.c (_url_imap_init, _url_imaps_init): Likewise.
+ * mailbox/Makefile.am (libmailutils_la_SOURCES):
+ Removed url_sendmail.c and url_smtp.c.
+ * mailbox/url_sendmail.c: Moved to libproto/mailer/url_sendmail.c.
+ * mailbox/url_smtp.c: Moved to libproto/mailer/url_smtp.c.
+ * mailbox/url.c (mu_url_init): New function.
+ * include/mailutils/url.c (mu_url_init): New prototype.
+
2007-07-17 Sergey Poznyakoff <gray@gnu.org.ua>
* include/mailutils/libsieve.h (mu_stream_printf): Remove
@@ -371,7 +388,7 @@
* examples/cpp/Makefile.am: Build c++ examples
* libmu_cpp/Makefile.am (libmu_cpp_la_LDFLAGS): Add -rpath
-2007-04-30 Wojciech Polak
+2007-04-30 Wojciech Polak <polak@gnu.org>
* libproto/pop/mbox.c: Fixed APOP handling.
@@ -528,7 +545,7 @@
* THANKS: Add Neil R. Ormos
* NEWS: Update
-2006-12-31 Wojciech Polak
+2006-12-31 Wojciech Polak <polak@gnu.org>
Updated libmu_cpp to the current API 1.0.
All method names now begin with a lowercase letter.
@@ -2858,7 +2875,7 @@
* mh/mh_format.c
* mh/mh_init.c
-2005-08-27 Wojciech Polak
+2005-08-27 Wojciech Polak <polak@gnu.org>
Normalize global namespace. Part 2: Symbols defined in header files
mailer.h, message.h, mime.h, monitor.h, observer.h, parse822.h,

Return to:

Send suggestions and report system problems to the System administrator.