[svn] GnuPG - r4937 - in trunk: . agent doc
svn author wk
cvs at cvs.gnupg.org
Mon Mar 2 13:32:55 CET 2009
Author: wk
Date: 2009-03-02 13:32:54 +0100 (Mon, 02 Mar 2009)
New Revision: 4937
Modified:
trunk/THANKS
trunk/agent/ChangeLog
trunk/agent/gpg-agent.c
trunk/doc/ChangeLog
trunk/doc/gpg-agent.texi
Log:
Add missing option strings.
Modified: trunk/agent/ChangeLog
===================================================================
--- trunk/agent/ChangeLog 2009-03-02 11:53:32 UTC (rev 4936)
+++ trunk/agent/ChangeLog 2009-03-02 12:32:54 UTC (rev 4937)
@@ -1,5 +1,8 @@
2009-03-02 Werner Koch <wk at g10code.com>
+ * gpg-agent.c: Add missing option strings for "--batch" and
+ "--homedir". Reported by Petr Uzel.
+
* protect-tool.c (import_p12_file): Take care of canceled
passphrase entry. Fixes bug#1003.
(export_p12_file): Ditto.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2009-03-02 11:53:32 UTC (rev 4936)
+++ trunk/doc/ChangeLog 2009-03-02 12:32:54 UTC (rev 4937)
@@ -1,6 +1,7 @@
2009-03-02 Werner Koch <wk at g10code.com>
* gpg-agent.texi (Invoking GPG-AGENT): Modernized instructions.
+ (Agent Options): Fix spelling of option --lc-ctype.
2009-01-12 Werner Koch <wk at g10code.com>
Modified: trunk/THANKS
===================================================================
--- trunk/THANKS 2009-03-02 11:53:32 UTC (rev 4936)
+++ trunk/THANKS 2009-03-02 12:32:54 UTC (rev 4937)
@@ -192,6 +192,7 @@
Peter Gutmann pgut001 at cs.auckland.ac.nz
Peter Marschall Peter.Marschall at gedos.de
Peter Valchev pvalchev at openbsd.org
+Petr Uzel petr.uzel at suse cz
Phong Nguyen Phong.Nguyen at ens.fr
Piotr Krukowiecki piotr at pingu.ii.uj.edu.pl
QingLong qinglong at bolizm.ihep.su
Modified: trunk/agent/gpg-agent.c
===================================================================
--- trunk/agent/gpg-agent.c 2009-03-02 11:53:32 UTC (rev 4936)
+++ trunk/agent/gpg-agent.c 2009-03-02 12:32:54 UTC (rev 4937)
@@ -1,6 +1,6 @@
/* gpg-agent.c - The GnuPG Agent
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
- * 2006, 2007 Free Software Foundation, Inc.
+ * 2006, 2007, 2009 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
@@ -141,6 +141,9 @@
{ oDisableScdaemon, "disable-scdaemon", 0, N_("do not use the SCdaemon") },
{ oFakedSystemTime, "faked-system-time", 2, "@" }, /* (epoch time) */
+ { oBatch, "batch", 0, "@" },
+ { oHomedir, "homedir", 2, "@"},
+
{ oDisplay, "display", 2, "@" },
{ oTTYname, "ttyname", 2, "@" },
{ oTTYtype, "ttytype", 2, "@" },
Modified: trunk/doc/gpg-agent.texi
===================================================================
--- trunk/doc/gpg-agent.texi 2009-03-02 11:53:32 UTC (rev 4936)
+++ trunk/doc/gpg-agent.texi 2009-03-02 12:32:54 UTC (rev 4937)
@@ -433,13 +433,13 @@
@item --display @var{string}
@itemx --ttyname @var{string}
@itemx --ttytype @var{string}
- at itemx --lc-type @var{string}
+ at itemx --lc-ctype @var{string}
@itemx --lc-messages @var{string}
@itemx --xauthority @var{string}
@opindex display
@opindex ttyname
@opindex ttytype
- at opindex lc-type
+ at opindex lc-ctype
@opindex lc-messages
@opindex xauthority
These options are used with the server mode to pass localization
More information about the Gnupg-commits
mailing list