gnupg/g10 (8 files)
cvs user dshaw
cvs@cvs.gnupg.org
Sun, 27 Apr 2003 22:22:19 +0200
Date: Sunday, April 27, 2003 @ 22:22:09
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog export.c g10.c keyedit.c mainproc.c parse-packet.c
photoid.c trustdb.c
* g10.c (main): Add --no-textmode.
* export.c (do_export_stream), keyedit.c (show_key_with_all_names,
menu_addrevoker), mainproc.c (check_sig_and_print), photoid.c
(show_photos), sign.c (mk_notation_and_policy), trustdb.c (get_validity,
reset_trust_records, validate_keys): Make some strings translatable.
* mainproc.c (check_sig_and_print): Show digest algorithm and sig class
when verifying a sig with --verbose on, and add version, pk and hash
algorithms and sig class to VALIDSIG.
* parse-packet.c (enum_sig_subpkt): Make a warning message a --verbose
warning message since we don't need to warn every time we see an unknown
critical (we only need to invalidate the signature).
* trustdb.c (init_trustdb): Check the trustdb options even with TM_AUTO
since the auto may become TM_CLASSIC or TM_OPENPGP.
----------------+
ChangeLog | 22 ++++++++++++++++++++++
export.c | 4 ++--
g10.c | 3 +++
keyedit.c | 18 +++++++++---------
mainproc.c | 24 ++++++++++++++++++------
parse-packet.c | 12 +++++++-----
photoid.c | 2 +-
trustdb.c | 14 ++++++++------
8 files changed, 70 insertions(+), 29 deletions(-)