diff options
author | Werner Koch <[email protected]> | 2002-08-21 11:11:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-21 11:11:04 +0000 |
commit | cda3b913dbf23cab6829852022584fa510b57fa6 (patch) | |
tree | eb6512398a06e17135e4204674f4c071b54061d0 /agent/ChangeLog | |
parent | use setlocale(). (diff) | |
download | gnupg-NEWPG-0-9-0.tar.gz gnupg-NEWPG-0-9-0.zip |
* query.c (agent_askpin): Hack to show the right default prompt.NEWPG-0-9-0
(agent_get_passphrase): Ditto.
* Makefile.am: Renamed the binary protect-tool to gpg-protect-tool.
* protect-tool.c: Removed the note about internal use only.
* gpg-agent.c (main): New option --daemon so that the program is
not accidently started in the background.
Diffstat (limited to '')
-rw-r--r-- | agent/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index f43014f66..0fbccc946 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,5 +1,10 @@ 2002-08-21 Werner Koch <[email protected]> + * query.c (agent_askpin): Hack to show the right default prompt. + (agent_get_passphrase): Ditto. + + * trans.c: Removed and replaced all usages with standard _() + * divert-scd.c (getpin_cb): Pass a more descritive text to the pinentry. |