Updated
Showing
1 changed file
with
56 additions
and
0 deletions
1 | 2002-11-25 Sergey Poznyakoff | ||
2 | |||
3 | * mail.local/main.c (deliver): Bugfix: n and isize were not | ||
4 | declared. | ||
5 | * sieve/sieve.c (options): Fixed spelling in the help line. | ||
6 | * libsieve/load.c: Removed debugging hacks. Always call lt_dlinit | ||
7 | and add a call to lt_dlexit to the destructor. | ||
8 | * examples/Makefile.am: Pointed moddir to more appropriate | ||
9 | place. | ||
10 | * mail/z.c: Bugfix. Use mail_from0(), not mail_from(). | ||
11 | |||
12 | * doc/texinfo/libmuauth.texi: New file. A placeholder for | ||
13 | documentation regarding libmuauth. | ||
14 | * doc/texinfo/libsieve.texi: New file. Documentation for the | ||
15 | sieve library. | ||
16 | * doc/texinfo/Makefile.am: Replaced explicit rules to generate | ||
17 | *.c.texi files with an implicit rule generating *.inc files. | ||
18 | The rule itself is modified to preserve the heading comment. | ||
19 | Added libmuauth.texi and libsieve.texi to sources. | ||
20 | |||
21 | * doc/texinfo/.cvsignore: Added *.inc | ||
22 | |||
23 | * doc/texinfo/programs.texi: Documented new version of sieve (not | ||
24 | fully, still...) | ||
25 | * doc/texinfo/mailutils.texi: Added references to libmuauth and | ||
26 | libsieve. | ||
27 | |||
28 | * doc/texinfo/framework.texi: Include *.inc files instead of | ||
29 | *.c.texi. Added standard GNU copyright header. | ||
30 | * doc/texinfo/address.texi: Likewise. | ||
31 | * doc/texinfo/attribute.texi: Likewise. | ||
32 | * doc/texinfo/auth.texi: Likewise. | ||
33 | * doc/texinfo/body.texi: Likewise. | ||
34 | * doc/texinfo/c-api.texi: Likewise. | ||
35 | * doc/texinfo/encoding.texi: Likewise. | ||
36 | * doc/texinfo/envelope.texi: Likewise. | ||
37 | * doc/texinfo/folder.texi: Likewise. | ||
38 | * doc/texinfo/headers.texi: Likewise. | ||
39 | * doc/texinfo/imap4.texi: Likewise. | ||
40 | * doc/texinfo/iterator.texi: Likewise. | ||
41 | * doc/texinfo/locker.texi: Likewise. | ||
42 | * doc/texinfo/mailbox.texi: Likewise. | ||
43 | * doc/texinfo/maildir.texi: Likewise. | ||
44 | * doc/texinfo/mailer.texi: Likewise. | ||
45 | * doc/texinfo/mbox.texi: Likewise. | ||
46 | * doc/texinfo/message.texi: Likewise. | ||
47 | * doc/texinfo/mh.texi: Likewise. | ||
48 | * doc/texinfo/mime.texi: Likewise. | ||
49 | * doc/texinfo/nntp.texi: Likewise. | ||
50 | * doc/texinfo/parse822.texi: Likewise. | ||
51 | * doc/texinfo/pop3.texi: Likewise. | ||
52 | * doc/texinfo/sendmail.texi: Likewise. | ||
53 | * doc/texinfo/smtp.texi: Likewise. | ||
54 | * doc/texinfo/stream.texi: Likewise. | ||
55 | * doc/texinfo/url.texi: Likewise. | ||
56 | |||
1 | 2002-11-22 Sergey Poznyakoff | 57 | 2002-11-22 Sergey Poznyakoff |
2 | 58 | ||
3 | * configure.ac: Added check for installed libltdl. Bumped | 59 | * configure.ac: Added check for installed libltdl. Bumped | ... | ... |
-
Please register or sign in to post a comment