aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index a506df8f7..f2a5d23e4 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,10 @@
2003-12-27 David Shaw <[email protected]>
+ * keyserver.c (strip_leading_space, get_arg): New.
+ (parse_keyserver_options): Use them here to allow arguments to
+ keyserver-options. Since none of our options need arguments yet,
+ just pass them through whole to the keyserver helper.
+
* main.h, misc.c (parse_options): Add a "noisy" flag to enable and
disable the messages about which option didn't match or matched
ambiguously. Change all callers (g10.c, keyserver.c).