Commit 0d96ce99 0d96ce99b6416f9c09ddae26c3754160631e3328 by Sergey Poznyakoff

Updated

1 parent 7a9fda8e
Showing 1 changed file with 31 additions and 0 deletions
1 2004-08-07 Sergey Poznyakoff
2
3 * Makefile.am: Raised automake requirements to version
4 1.8.5
5 * examples/nntpclient.c: Minor fixes.
6 * imap4d/Makefile.am (INCLUDES): Added -Imailbox
7 * imap4d/imap4d.h: Added missing includes
8 * include/mailutils/nls.h [!ENABLE_NLS]: Define gettext()
9 * include/mailutils/nntp.h: Minor changes. The screen is 80x24!
10 * mailbox/locker.c (_locker_lock_dotlock): Make sure the lock file
11 is writable for the owner.
12 * mailbox/imap/folder.c (authenticate_imap_sasl_anon): Use
13 auth_state instead of state. Possibly this was a typo...
14 * mailbox/include/imap0.h (struct _f_imap.capac): Changed
15 type to int.
16 * mailbox/maildir/mbox.c (maildir_gethostname): Fixed a gross
17 memory allocation bug.
18
19 * mailbox/message.c: Minor changes.
20 * mailbox/mbox/url.c: Likewise.
21 * mailbox/nntp/folder.c: Likewise.
22 * mailbox/nntp/mbox.c: Likewise.
23 * mailbox/nntp/nntp_article.c: Likewise.
24 * mailbox/nntp/nntp_connect.c: Likewise.
25 * mailbox/nntp/nntp_date.c: Likewise.
26 * mailbox/nntp/nntp_head.c: Likewise.
27 * mailbox/nntp/nntp_ihave.c: Likewise.
28 * mailbox/nntp/nntp_post.c: Likewise.
29
30 * scripts/guile-1.6/guile-doc-snarf: Bugfix. Always use $AWK.
31
1 2004-08-06 Sergey Poznyakoff 32 2004-08-06 Sergey Poznyakoff
2 33
3 * include/mailutils/daemon.h: Include types.h 34 * include/mailutils/daemon.h: Include types.h
......