Commit 980ded01 980ded01cbd631acd5ea628dc0519c9bda6a5799 by Sergey Poznyakoff

Update

1 parent ed729085
Showing 1 changed file with 38 additions and 0 deletions
1 2007-06-28 Sergey Poznyakoff <gray@gnu.org.ua> 1 2007-06-28 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * configure.ac: Remove the definition of ARG_UNUSED
4
5 * mailbox/header.c (mu_hdrent_create): Minor change
6 * libsieve/argp.c (sieve_argp_parser): Bug fix
7 * libsieve/prog.c (sieve_code_command: Bug fixes
8
9 * include/mailutils/types.hin (MU_ARG_UNUSED, MU_PRINTFLIKE): New
10 macros.
11 * lib/daemon.c: Use __attribute__ instead of ARG_UNUSED
12 * auth/pam.c, auth/radius.c, auth/sql.c, auth/virtual.c,
13 examples/nntpclient.c, examples/pop3client.c, imap4d/capability.c,
14 imap4d/check.c, imap4d/close.c, imap4d/fetch.c,
15 libproto/imap/folder.c, libproto/imap/url.c,
16 libproto/maildir/folder.c, libproto/maildir/mbox.c,
17 libproto/mbox/folder.c, libproto/mbox/url.c, libproto/mh/folder.c,
18 libproto/mh/mbox.c, libproto/nntp/url.c, libproto/pop/mbox.c,
19 libproto/pop/url.c, libsieve/util.c, libsieve/extensions/spamd.c,
20 mail/decode.c, mail/escape.c, mail/exit.c, mail/folders.c,
21 mail/if.c, mail/inc.c, mail/list.c, mail/mail.c, mail/mailline.c,
22 mail/msgset.y, mail/quit.c, mail/source.c, mail/summary.c,
23 mail/tag.c, mail/version.c, mailbox/amd.c, mailbox/auth.c,
24 mailbox/file_stream.c, mailbox/filter_iconv.c,
25 mailbox/filter_trans.c, mailbox/message_stream.c,
26 mailbox/monitor.c, mailbox/mu_auth.c, mailbox/parsedate.y,
27 mailbox/system.c, mailbox/url_sendmail.c, mh/ali.c,
28 mh/mhparam.c, pop3d/auth.c, pop3d/signal.c, sql/odbc.c: Use
29 MU_ARG_UNUSED to mark unused formal parameters.
30
31 * guimb/guimb.h, imap4d/imap4d.h, include/mailutils/debug.h,
32 include/mailutils/error.h, include/mailutils/libsieve.h,
33 include/mailutils/nntp.h, include/mailutils/pop3.h,
34 libproto/include/imap0.h, libsieve/sieve.h, mail/mail.h,
35 mail.local/mail.local.h, mh/mh.h, pop3d/pop3d.h: Mark printf-like
36 calls with MU_PRINTFLIKE.
37
38 * po/Makevars (XGETTEXT_OPTIONS): Add Mailutils-specific
39 printf-like calls.
40
3 * NEWS: Update 41 * NEWS: Update
4 * include/mailutils/header.h (mu_header_append,mu_header_prepend): 42 * include/mailutils/header.h (mu_header_append,mu_header_prepend):
5 New functions 43 New functions
......