summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-08-01 03:35:59 +0000
committerAlain Magloire <alainm@gnu.org>2001-08-01 03:35:59 +0000
commitc0937f7a740ef14d579ab20c49e4133ebecbc876 (patch)
treeac4c6e210f53a8aa9bd5c4d161395882291eb00a /ChangeLog
parent80a0268947f51476af241052293f19e3da9fb049 (diff)
downloadmailutils-c0937f7a740ef14d579ab20c49e4133ebecbc876.tar.gz
mailutils-c0937f7a740ef14d579ab20c49e4133ebecbc876.tar.bz2
Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 33 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cf3308ed4..6b096ad85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2001-07-31 Alain Magloire
+
+ More intelligence was put in decode to detect mime messages.
+ This temporary until we articulate how to present mime messages.
+ decode will probably replace print.c. Parsing of mailcap is
+ not yet done.
+
+ * mail/decode.c: Aware of the content_type and the encoding
+ for mime message, will superced [Pp]rint.
+
+ * mail/mail.c: Set the columns variable at startup.
+ * mail/mail.h: Prototype fpr util_screen_columns().
+ * mail/mailline.c: Reset COLUMNS on SIGWINCH.
+ * mail/util.c: New function util_screen_columns();
+
+ * sieve/Makefile.am: Remove gcc specific flags.
+ * sieve/xmalloc.c: Removed, use lib/xmalloc.c instead.
+ * sieve/xmalloc.h: Removed.
+ * sieve/sysexists.h: Removed.
+
+2001-07-31 Alain Magloire
+
+ * mailbox2/Makefile.am: add new files.
+ * mailbox2/fstream.c (_fs_write): n uninitialize.
+ (_fs_open): Use S_ISREG() macro.
+ * mailbox2/include/mailutils/base.h: Remove superfluous.
+ * mailbox2/iterator.c: Define struct _iterator.
+ * mailbox2: New files: observer.c observable.c
+ address.c parse822.c list.c attribute.c envelope.c
+
2001-07-30 Sergey Poznyakoff
* guimb/main.c: Set g_argv[0] to the program file name for consistency
with guile.
@@ -32,16 +62,16 @@
2001-07-25 Alain Magloire
- Base on Jakob idea propose an implementation for decode.
+ Based on Jakob's idea, an implementation for decode.
But it is clearly not flexible enough:
decode [msgno] [part]
? decode 28 2
- Suppose message 28 is a mime with two part, the second part
+ IF message 28 is a multipart(mime) with two parts, the second part
will be decoded and sent to stdout.
- * mail/decode.c: First implementation behind Jakobs idea.
+ * mail/decode.c: First implementation behind Jakob's proposal.
2001-07-23 Sergey Poznyakoff
* configure.in,libmu_scm/Makefile.am,guimb/Makefile.am : Fixed to

Return to:

Send suggestions and report system problems to the System administrator.