Commit 73533169 735331692fde9487da7d698db188aaeb3ee68f61 by Sergey Poznyakoff

Updated

1 parent a19e1308
Showing 1 changed file with 25 additions and 0 deletions
1 2002-09-24 Sergey Poznyakoff
2
3 * mail/mail.c (mail_cmdline): removed unnecesary conditional.
4 * mail/send.c (mail_send0): Bugfix. A dot ends the message
5 only if it is the only character on the line. Thanks
6 to Thomas Esser <te@dbs.uni-hannover.de> for noticing.
7 * mail/util.c (util_save_outgoing): Removed extra newline
8 at the end of the envelope `from' line.
9
10 * mh/folder.c: Fixed scanning of folders and output.
11 * mh/mh.h: Changed mh_opcode_t type.
12 * mh/mh_fmtgram.y: Stricter typing of productions. The cntl
13 production allows for empty lists (e.g. %<{reply-to}%?{from}%>).
14 Enable debugging when MHFORMAT_DEBUG environment variable is
15 set.
16 (yylex): Skip whitespace after the function name.
17 (branch_fixup): The produced jump offset was wrong. Fixed.
18 (mh_code_builtin): Fixed passing of escape arguments.
19 * mh/mh_format.c (strobj_is_null,strobj_realloc): New function.
20 (print_string): Accept an explicit width argument.
21 (print_obj): New function.
22 (mh_format): Use the new functions.
23 (builtin_lit): Fixed.
24 (builtin_formataddr,builtin_putaddr): Implemented.
25
1 2002-09-22 Sergey Poznyakoff 26 2002-09-22 Sergey Poznyakoff
2 27
3 * mh/mh_argp.c (mh_argp_parse): Complain about non-processed 28 * mh/mh_argp.c (mh_argp_parse): Complain about non-processed
......