2002-04-24 Marcus Brinkmann <marcus@g10code.de>
commitd56c829b2774937fdce8452ca3371ad96c5f4978
authormarcus <marcus@8a63c251-dffc-0310-8ec6-d64dca2275b1>
Wed, 24 Apr 2002 21:52:47 +0000 (24 21:52 +0000)
committermarcus <marcus@8a63c251-dffc-0310-8ec6-d64dca2275b1>
Wed, 24 Apr 2002 21:52:47 +0000 (24 21:52 +0000)
treeff9c1c7939f01bd1cc8b0116b87c07235956200f
parente795bae0838f90d01cb1510a0f0e22c462b7cdd7
2002-04-24  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac: Check for locale.h.

agent/
2002-04-24  Marcus Brinkmann  <marcus@g10code.de>

* agent.h (struct opt): Add members display, ttyname, ttytype,
lc_ctype, and lc_messages.
* gpg-agent.c (enum cmd_and_opt_values): Add oDisplay, oTTYname,
oTTYtype, oLCctype, and LCmessages.
(main): Handle these options.
* command.c (option_handler): New function.
(register_commands): Register option handler.
* query.c (start_pinentry): Pass the various display and tty
options to the pinentry.

sm/
2002-04-24  Marcus Brinkmann  <marcus@g10code.de>

* gpgsm.h (struct opt): New members display, ttyname, ttytype,
lc_ctype, lc_messages.
* gpgsm.c (enum cmd_and_opt_values): New members oDisplay,
oTTYname, oTTYtype, oLCctype, oLCmessages.
(opts): New entries for these options.
(main): Handle these new options.
* call-agent.c (start_agent): Set the various display and tty
parameter after resetting.

git-svn-id: svn://cvs.gnupg.org/gnupg/trunk@1085 8a63c251-dffc-0310-8ec6-d64dca2275b1
agent/ChangeLog
agent/agent.h
agent/command.c
agent/gpg-agent.c
agent/query.c
sm/ChangeLog
sm/call-agent.c
sm/gpgsm.c
sm/gpgsm.h