diff --git a/tools/ChangeLog b/tools/ChangeLog index 688a22ef1..1c4b3bdd2 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,12 +1,14 @@ 2004-03-23 Marcus Brinkmann + * gpgconf-comp.c (gc_flag): Add missing flags. + * gpgconf-comp.c: Include . (gc_backend): Add new member runtime_change. (gpg_agent_runtime_change): New function. (gc_component_change_options): New variable runtime. Initialize it. If an option is changed that has the GC_OPT_FLAG_RUNTIME bit set, also set the corresponding runtime variable. Finally, call - the runtime_change callback of the backend if needed. + the runtime_change callback of the backend if needed. 2004-03-16 Werner Koch diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index b441572cf..8d6e223c9 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -336,7 +336,10 @@ static struct { "group" }, { "optional arg" }, { "list" }, - { "runtime" } + { "runtime" }, + { "default" }, + { "default desc" }, + { "no arg desc" } };