gnupg/g10 (ChangeLog keyedit.c)

cvs user dshaw cvs at cvs.gnupg.org
Thu Feb 24 22:09:46 CET 2005


    Date: Thursday, February 24, 2005 @ 22:21:14
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog keyedit.c

* keyedit.c (keyedit_menu): Only print the key signing hint when signing
from a place where it is useful (i.e. --edit-key and not --sign-key).


-----------+
 ChangeLog |    6 ++++++
 keyedit.c |    3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)


Index: gnupg/g10/ChangeLog
diff -u gnupg/g10/ChangeLog:1.698 gnupg/g10/ChangeLog:1.699
--- gnupg/g10/ChangeLog:1.698	Wed Feb 16 21:08:14 2005
+++ gnupg/g10/ChangeLog	Thu Feb 24 22:21:14 2005
@@ -1,3 +1,9 @@
+2005-02-24  David Shaw  <dshaw at jabberwocky.com>
+
+	* keyedit.c (keyedit_menu): Only print the key signing hint when
+	signing from a place where it is useful (i.e. --edit-key and not
+	--sign-key).
+
 2005-02-16  Werner Koch  <wk at g10code.com>
 
 	* card-util.c (fetch_url): Fetch the key from the default
Index: gnupg/g10/keyedit.c
diff -u gnupg/g10/keyedit.c:1.171 gnupg/g10/keyedit.c:1.172
--- gnupg/g10/keyedit.c:1.171	Tue Feb 15 12:02:31 2005
+++ gnupg/g10/keyedit.c	Thu Feb 24 22:21:14 2005
@@ -1637,7 +1637,8 @@
 		    }
 		}
 
-	      if( count_uids(keyblock) > 1 && !count_selected_uids(keyblock) )
+	      if( count_uids(keyblock) > 1 && !count_selected_uids(keyblock)
+		  && !have_commands )
 		{
 		  if( !cpr_get_answer_is_yes("keyedit.sign_all.okay",
 					     _("Really sign all user IDs?"




More information about the Gnupg-commits mailing list