summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-06 14:32:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-06 14:32:58 +0000
commit194e1c4e674389c23f6e811faef8af79ae7ae159 (patch)
tree0a5da1ae7abe5cdadbf60e976b9a7f02c391b578
parent305a33ec240df1cb9e130e43f57f9cd3b6d4d4dd (diff)
downloadmailutils-194e1c4e674389c23f6e811faef8af79ae7ae159.tar.gz
mailutils-194e1c4e674389c23f6e811faef8af79ae7ae159.tar.bz2
Updated
-rw-r--r--ChangeLog30
-rw-r--r--NEWS20
2 files changed, 49 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b2dd4652..a5acaac0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2005-03-06 Sergey Poznyakoff
+
+ * NEWS: Updated
+
+ * auth/sql.c: Use a uniform way of filename quoting in diagnostic messages.
+ * frm/common.c: Likewise
+ * frm/from.c: Likewise
+ * imap4d/authenticate.c: Likewise
+ * imap4d/login.c: Likewise
+ * libsieve/actions.c: Likewise
+ * libsieve/extensions/vacation.c: Likewise
+ * mail/var.c: Likewise
+ * mail.local/mailquota.c: Likewise
+ * mail.local/main.c: Likewise
+ * mail.remote/mail.remote.c: Likewise
+ * mailbox/mu_argp.c: Likewise
+ * messages/messages.c: Likewise
+ * mh/forw.c: Likewise
+ * mh/mh_ctx.c: Likewise
+ * mh/mh_init.c: Likewise
+ * mh/send.c: Likewise
+ * movemail/movemail.c: Likewise
+ * pop3d/apop.c: Likewise
+ * pop3d/lock.c: Likewise
+ * pop3d/user.c: Likewise
+ * readmsg/readmsg.c: Likewise
+ * sieve/sieve.c: Likewise
+
+ * mailbox/errors (MU_ERR_NO_QUERY): Fixed wording
+
2005-03-05 Wojciech Polak
* frm/Makefile.am: Removed install-exec-hook after the changes
diff --git a/NEWS b/NEWS
index 2cf12a80e..c94bf9c99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2004-02-25
+GNU mailutils NEWS -- history of user-visible changes. 2005-03-05
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -18,6 +18,24 @@ encrypted using MySQL password() function. New option
passwords, `scrambled' for passwords hashed using MySQL algorithm and
`hash' for MD5 or DES hashed passwords (default).
+* mail: Improved POSIX compatibility.
+In particular, `next' command now works as described by
+POSIX. Following commands change the status of the message to `read':
+mbox, pipe, print, top, undelete, visual and decode (a GNU extension).
+Implemented following variables: flipr, showto, bang.
+The command `touch' does not alter messages that were deleted or saved
+to a file.
+
+* from
+The `from' utility was rewritten. It is now fully compatible with the
+BSD version.
+
+* frm
+Implemented -t (--align) command line option.
+Whenever available, `frm' uses BIDI algorithm for display. This
+allows for correct display of subject lines written in languages
+with right to left script orientation (Arabic, Hebrew).
+
* New SQL driver: odbc
* Ukrainian localization

Return to:

Send suggestions and report system problems to the System administrator.