Commit 94a921a7 94a921a76baa0de70ffe1b4175b51d3a8e969e04 by Sergey Poznyakoff

Updated

1 parent 9ee6ed64
Showing 1 changed file with 38 additions and 0 deletions
1 2005-11-15 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * examples/argcv.c: Add missing includes
4 * examples/mailcap.c: Likewise
5 * examples/url-parse.c: Likewise
6 * mail/send.c: Likewise
7 * mailbox/list.c: Likewise
8 * mh/mh_alias.l: Likewise
9 * mimeview/mimetypes.l: Likewise
10 * examples/nntpclient.c: Add missing forward declarations
11
12 * libsieve/sieve.h (mu_sieve_yylex,mu_sieve_yyerror): Add
13 declarations.
14 * libsieve/sieve.y (yylex,yyerror): Remove declarations
15 * include/mailutils/mutil.h (mu_is_proto): New function.
16 * mailbox/mutil.c: Likewise
17 * mailbox/mbx_default.c (is_proto): Replace by mu_is_proto. All
18 callers updated
19 * mailbox/mailbox.c (mailbox_folder_create): Do not try to select
20 previous level if given a protocol spec, other than `file:'
21
22 * mh/mh.h (mh_file_to_message): Change signature
23 * mh/mh_init.c: Likewise
24 * mimeview/Makefile.am (AM_CPPFLAGS): Add -D_GNU_SOURCE=1, needed
25 for compiling lex sources
26 * mh/Makefile.am: Likewise
27
28 2005-11-14 Sergey Poznyakoff <gray@gnu.org.ua>
29
30 * examples/argcv.c: Include <mailutils/error.h>
31 * examples/base64.c: Include <config.h>
32 * readmsg/readmsg.h: Likewise
33 * mail/z.c (z_parse_args): change tyoe of return_count
34 (mail_z): Change type of count to off_t
35 * include/mailutils/stream.h: Fix indentation
36
37 * scripts/gnulib-sync: Replace AC_LIBSOURCE with MU_LIBSOURCE
38
1 2005-11-14 Sergey Poznyakoff <gray@gnu.org.ua> 39 2005-11-14 Sergey Poznyakoff <gray@gnu.org.ua>
2 40
3 * examples/argcv.c: Include <mailutils/error.h> 41 * examples/argcv.c: Include <mailutils/error.h>
......