diff options
author | Marcus Brinkmann <[email protected]> | 2004-03-23 12:33:59 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-03-23 12:33:59 +0000 |
commit | fc584a063df98170b54252722b812c26bac4a3e9 (patch) | |
tree | 739c5a64e9fff42c47c38444b54e1d4aeb47cb45 | |
parent | (main) <gpgconf_list>: Fixed output for pcsc_driver. (diff) | |
download | gnupg-fc584a063df98170b54252722b812c26bac4a3e9.tar.gz gnupg-fc584a063df98170b54252722b812c26bac4a3e9.zip |
2004-03-23 Marcus Brinkmann <[email protected]>
* gpgconf-comp.c (gc_flag): Add missing flags.
Diffstat (limited to '')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 5 |
2 files changed, 7 insertions, 2 deletions
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 <[email protected]> + * gpgconf-comp.c (gc_flag): Add missing flags. + * gpgconf-comp.c: Include <signal.h>. (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 <[email protected]> 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" } }; |