Updated
Showing
1 changed file
with
28 additions
and
0 deletions
1 | 2005-01-01 Sergey Poznyakoff | ||
2 | |||
3 | Generate automatically errno.h and muerrno.c from a single | ||
4 | plain text file. This facilitates maintaining of mailutils- | ||
5 | specific error codes. | ||
6 | |||
7 | * include/mailutils/errno.h: Removed | ||
8 | * include/mailutils/errno.hin: New file | ||
9 | * include/mailutils/Makefile.am: Generate errno.h | ||
10 | * mailbox/muerrno.c: Removed | ||
11 | * mailbox/muerrno.cin: New file | ||
12 | * mailbox/errors: New file | ||
13 | * mailbox/Makefile.am: Generate muerrno.c | ||
14 | * scripts/generr.awk: New file | ||
15 | * scripts/Makefile.am: Add generr.awk | ||
16 | |||
17 | Fix a recently spotted problem in the testsuite: | ||
18 | |||
19 | * imap4d/testsuite/imap4d/list.exp: Use new -sort flag to | ||
20 | avoid dependency on any particular ordering. Also corrected | ||
21 | expected outputs due to inclusion of two new mailboxes quite | ||
22 | some time ago (went unnoticed so far due to fuzzy matching | ||
23 | technique + ordering-dependent output). | ||
24 | * imap4d/testsuite/lib/imap4d.exp (imap4d_test): New flag -sort | ||
25 | toggles on sorting of untagged responces. Notice that -sort | ||
26 | and -re are mutually exclusive. | ||
27 | * testsuite/lib/mailutils.exp (mu_test): Upvar expect_out | ||
28 | |||
1 | 2004-12-28 Wojciech Polak | 29 | 2004-12-28 Wojciech Polak |
2 | 30 | ||
3 | Fixed displaying mail headers in different languages. | 31 | Fixed displaying mail headers in different languages. | ... | ... |
-
Please register or sign in to post a comment