diff options
Diffstat (limited to 'tools/ChangeLog')
-rw-r--r-- | tools/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 9debec445..688a22ef1 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,13 @@ +2004-03-23 Marcus Brinkmann <[email protected]> + + * 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. + 2004-03-16 Werner Koch <[email protected]> * gpgconf-comp.c (gc_options_gpg_agent): Implemented. |