Updated
Showing
1 changed file
with
72 additions
and
0 deletions
1 | 2004-06-02 Sergey Poznyakoff | ||
2 | |||
3 | * configure.ac: Raised version number to 1.4.90 | ||
4 | * NEWS: LIkewise | ||
5 | * mailbox/muerrno.c (MU_ERR_CONN_CLOSED,MU_ERR_PARSE): | ||
6 | New error codes. | ||
7 | (MU_ERR_NOENT): New error code. Use it instead | ||
8 | of ENOENT to avoid misguiding diagnostics | ||
9 | 'No such file or directory'. Use ENOENT only for its | ||
10 | direct purpose. | ||
11 | * include/mailutils/errno.h: Likewise. | ||
12 | |||
13 | * auth/gsasl.c: Revise the usage of return codes. | ||
14 | * auth/tls.c: Likewise. | ||
15 | * examples/addr.c: Likewise. | ||
16 | * imap4d/namespace.c: Likewise. | ||
17 | * lib/mu_dbm.c: Likewise. | ||
18 | * mail/util.c: Likewise. | ||
19 | * mailbox/address.c: Likewise. | ||
20 | * mailbox/amd.c: Likewise. | ||
21 | * mailbox/attachment.c: Likewise. | ||
22 | * mailbox/attribute.c: Likewise. | ||
23 | * mailbox/auth.c: Likewise. | ||
24 | * mailbox/body.c: Likewise. | ||
25 | * mailbox/debug.c: Likewise. | ||
26 | * mailbox/envelope.c: Likewise. | ||
27 | * mailbox/file_stream.c: Likewise. | ||
28 | * mailbox/filter.c: Likewise. | ||
29 | * mailbox/filter_trans.c: Likewise. | ||
30 | * mailbox/folder.c: Likewise. | ||
31 | * mailbox/header.c: Likewise. | ||
32 | * mailbox/iterator.c: Likewise. | ||
33 | * mailbox/list.c: Likewise. | ||
34 | * mailbox/mailcap.c: Likewise. | ||
35 | * mailbox/mailer.c: Likewise. | ||
36 | * mailbox/mapfile_stream.c: Likewise. | ||
37 | * mailbox/mbx_default.c: Likewise. | ||
38 | * mailbox/memory_stream.c: Likewise. | ||
39 | * mailbox/message.c: Likewise. | ||
40 | * mailbox/mime.c: Likewise. | ||
41 | * mailbox/monitor.c: Likewise. | ||
42 | * mailbox/mu_auth.c: Likewise. | ||
43 | * mailbox/observer.c: Likewise. | ||
44 | * mailbox/property.c: Likewise. | ||
45 | * mailbox/refcount.c: Likewise. | ||
46 | * mailbox/registrar.c: Likewise. | ||
47 | * mailbox/rfc2047.c: Likewise. | ||
48 | * mailbox/sendmail.c: Likewise. | ||
49 | * mailbox/smtp.c: Likewise. | ||
50 | * mailbox/stream.c: Likewise. | ||
51 | * mailbox/tcp.c: Likewise. | ||
52 | * mailbox/ticket.c: Likewise. | ||
53 | * mailbox/url.c: Likewise. | ||
54 | * mailbox/wicket.c: Likewise. | ||
55 | * mailbox/imap/folder.c: Likewise. | ||
56 | * mailbox/imap/mbox.c: Likewise. | ||
57 | * mailbox/mbox/folder.c: Likewise. | ||
58 | * mailbox/mbox/mbox.c: Likewise. | ||
59 | * mailbox/mbox/url.c: Likewise. | ||
60 | * mailbox/pop/mbox.c: Likewise. | ||
61 | * mailbox/pop/pop3_capa.c: Likewise. | ||
62 | * mailbox/pop/pop3_carrier.c: Likewise. | ||
63 | * mailbox/pop/pop3_list.c: Likewise. | ||
64 | * mailbox/pop/pop3_lista.c: Likewise. | ||
65 | * mailbox/pop/pop3_retr.c: Likewise. | ||
66 | * mailbox/pop/pop3_stat.c: Likewise. | ||
67 | * mailbox/pop/pop3_timeout.c: Likewise. | ||
68 | * mailbox/pop/pop3_top.c: Likewise. | ||
69 | * mailbox/pop/pop3_uidl.c: Likewise. | ||
70 | * mailbox/pop/pop3_uidla.c: Likewise. | ||
71 | * mh/mh_ctx.c: Likewise. | ||
72 | |||
1 | 2004-06-01 Sergey Poznyakoff | 73 | 2004-06-01 Sergey Poznyakoff |
2 | 74 | ||
3 | * examples/mailcap.c (main): Bugfix: fields_count had wrong type. | 75 | * examples/mailcap.c (main): Bugfix: fields_count had wrong type. | ... | ... |
-
Please register or sign in to post a comment