Updated
Showing
2 changed files
with
11 additions
and
0 deletions
1 | 2003-08-17 Sergey Poznyakoff | 1 | 2003-08-17 Sergey Poznyakoff |
2 | 2 | ||
3 | * mail/send.c (mail_send0): Fixed typo in variable name. | 3 | * mail/send.c (mail_send0): Fixed typo in variable name. |
4 | * mh/mhparam.c: New file | ||
5 | * mh/Makefile.am: Added mhparam | ||
6 | * mh/.cvsignore: Likewise. | ||
7 | * mh/mh.h (mh_global_profile_iterate): New function | ||
8 | * mh/mh_global.c: Likewise. | ||
9 | * mh/mh_getopt.c (mh_getopt): Implemented -version option. | ||
10 | * mh/README: Updated | ||
4 | 11 | ||
5 | 2003-08-13 Sergey Poznyakoff | 12 | 2003-08-13 Sergey Poznyakoff |
6 | 13 | ... | ... |
... | @@ -212,6 +212,10 @@ filename do not begin with '/' | ... | @@ -212,6 +212,10 @@ filename do not begin with '/' |
212 | exists. If so it asks whether the user wishes to rewrite it. This | 212 | exists. If so it asks whether the user wishes to rewrite it. This |
213 | behaviour is disabled when --quiet option was given. | 213 | behaviour is disabled when --quiet option was given. |
214 | 214 | ||
215 | * mhparam | ||
216 | |||
217 | The -all mode does not display commented out entries. | ||
218 | |||
215 | 219 | ||
216 | Local variables: | 220 | Local variables: |
217 | mode: outline | 221 | mode: outline | ... | ... |
-
Please register or sign in to post a comment