Updated
Showing
1 changed file
with
36 additions
and
0 deletions
1 | 2002-12-29 Sergey Poznyakoff | ||
2 | |||
3 | * mail/mail.c (realcursor): Removed. The position of the point | ||
4 | is kept in the cursor variable. | ||
5 | * mail/util.c (util_msglist_command, util_msglist_esccmd): Removed. | ||
6 | (util_foreach_msg,util_range_msg): New functions. Iterate across | ||
7 | message set or range calling given function for each message. | ||
8 | |||
9 | * mail/mail.h (util_msglist_command, util_msglist_esccmd): Removed. | ||
10 | (realcursor): Removed. | ||
11 | (util_foreach_msg,util_range_msg): New functions. | ||
12 | |||
13 | * mail/delete.c: Rewritten using new iterator functions. | ||
14 | * mail/dp.c: Likewise. | ||
15 | * mail/edit.c: Likewise. | ||
16 | * mail/eq.c: Likewise. | ||
17 | * mail/file.c: Likewise. | ||
18 | * mail/followup.c: Likewise. | ||
19 | * mail/from.c: Likewise. | ||
20 | * mail/headers.c: Likewise. | ||
21 | * mail/hold.c: Likewise. | ||
22 | * mail/mbox.c: Likewise. | ||
23 | * mail/msgset.y: Likewise. | ||
24 | * mail/next.c: Likewise. | ||
25 | * mail/previous.c: Likewise. | ||
26 | * mail/print.c: Likewise. | ||
27 | * mail/reply.c: Likewise. | ||
28 | * mail/size.c: Likewise. | ||
29 | * mail/summary.c: Likewise. | ||
30 | * mail/top.c: Likewise. | ||
31 | * mail/undelete.c: Likewise. | ||
32 | * mail/var.c: Likewise. | ||
33 | * mail/visual.c: Likewise. | ||
34 | * mail/write.c: Likewise. | ||
35 | * mail/z.c: Likewise. | ||
36 | |||
1 | 2002-12-29 Wojciech Polak <polak@gnu.org> | 37 | 2002-12-29 Wojciech Polak <polak@gnu.org> |
2 | 38 | ||
3 | * auth/*: Fixed C source copyrights to be compatible with the | 39 | * auth/*: Fixed C source copyrights to be compatible with the | ... | ... |
-
Please register or sign in to post a comment