summaryrefslogtreecommitdiff
path: root/daemons/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-03-09 18:22:12 +0000
committerThomas Bushnell <thomas@gnu.org>1999-03-09 18:22:12 +0000
commit280e7c1123597677b3c42e40a5e88aee5a84827d (patch)
tree82b7171a5f38e5326e6e372fb5a65025bf6ec3cf /daemons/ChangeLog
parent120dee489f4eefe691133e221172e1ef67fe91a1 (diff)
Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>
* lmail.c (OPT_REMOVE): New macro. (options): Don't recognize -r as an alias for --remove, but recognize it separately as a hidden alias. (main / parse_opt): Make -d do nothing. Make -r an alias for -f. Have OPT_REMOVE do the removal thing. Reported by Mark Kettenis (kettenis@wins.uva.nl).
Diffstat (limited to 'daemons/ChangeLog')
-rw-r--r--daemons/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
index 523f37f9..ac0b7818 100644
--- a/daemons/ChangeLog
+++ b/daemons/ChangeLog
@@ -1,3 +1,12 @@
+Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * lmail.c (OPT_REMOVE): New macro.
+ (options): Don't recognize -r as an alias for --remove, but
+ recognize it separately as a hidden alias.
+ (main / parse_opt): Make -d do nothing.
+ Make -r an alias for -f. Have OPT_REMOVE do the removal thing.
+ Reported by Mark Kettenis (kettenis@wins.uva.nl).
+
1998-12-06 Roland McGrath <roland@baalperazim.frob.com>
* lmail.c (deliver, main): Add braces to silence gcc warning.