Updated.
Showing
1 changed file
with
32 additions
and
0 deletions
1 | 2004-06-30 Alain Magloire | 1 | 2004-06-30 Alain Magloire |
2 | 2 | ||
3 | * configure.ac: Add nntp directory. | ||
4 | * doc/rfc/pop3.texit: add new API. | ||
5 | |||
6 | * mailbox/Makefile.am: Add nntp directory. | ||
7 | |||
8 | * mailbox/nntp/Makefile.am: Add new files. | ||
9 | * mailbox/nntp/nntp_iterator.c: New file. | ||
10 | * mailbox/nntp/nntp_list_active.c: Use the an iterator_t instead of a lis_t.. | ||
11 | * mailbox/nntp/nntp_list_distribpats.c: instead of a lis_t. file. | ||
12 | * mailbox/nntp/nntp_list_times.c: instead of a lis_t. file. | ||
13 | * mailbox/nntp/nntp_list_newgroups.c: instead of a lis_t. file. | ||
14 | * mailbox/nntp/nntp_list_newnews.c: instead of a lis_t. file. | ||
15 | |||
16 | * mailbox/pop3/Makefile.am: Add new files. | ||
17 | * mailbox/pop3/pop3_iterator.c: New file. | ||
18 | * mailbox/pop3/pop3_capa.c: instead of a lis_t. file. | ||
19 | * mailbox/pop3/pop3_lista.c: instead of a lis_t. file. | ||
20 | * mailbox/pop3/pop3_uidla.c: instead of a lis_t. file. | ||
21 | |||
22 | * include/mailutils/Makefile.am: Add nntp.h and pop3.h. | ||
23 | * include/mailutils/nntp.h: Add new declarations. | ||
24 | * include/mailutils/sys/Makefile.am: Add nntp and pop3.hh | ||
25 | * include/mailutils/sys/nntp.h: Add new declarations. | ||
26 | * include/mailutils/pop3.h: NAdd new declarations. | ||
27 | |||
28 | * example/Makefile.am: Adusted to new API. | ||
29 | * example/nntpclient.c: Adusted to new API. | ||
30 | * example/pop3client.c: Adusted to new API. | ||
31 | * example/.cvsignore: Add nntpclient. | ||
32 | |||
33 | 2004-06-30 Alain Magloire | ||
34 | |||
3 | * mailbox/list.c (list_get_iterator): Bug fix, wrong size for calloc() | 35 | * mailbox/list.c (list_get_iterator): Bug fix, wrong size for calloc() |
4 | (list_data_dup): Copy the elements. | 36 | (list_data_dup): Copy the elements. |
5 | 37 | ... | ... |
-
Please register or sign in to post a comment