dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Thu, 20 Jun 2002 21:20:55 +0200


Date:	Thursday June 20, 2002 @ 21:20
Author:	dshaw

Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv30979

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog encode.c g10.c keydb.h keyedit.c keygen.c main.h 
	misc.c photoid.c pkclist.c sign.c 
Log Message:
* keydb.h, pkclist.c (select_algo_from_prefs): Allow passing a suggested
algorithm which will be used if available.

* encode.c (encode_crypt, encrypt_filter), sign.c (sign_file): Use new
select_algo_from_prefs feature to check if forcing an algorithm would
violate the recipient preferences.

* photoid.c (get_default_photo_command, show_photos): Use different
default viewers on different platforms.  Currently we have Win 9x, Win NT
(2k, xp), Mac OSX, RISC OS, and "everybody else".  These are #ifdefs as
much as possible to avoid clutter.

* g10.c (strusage, build_list), keyedit.c (show_prefs), main.h, misc.c
(compress_algo_to_string, check_compress_algo), pkclist.c
(algo_available), keygen.c (keygen_set_std_prefs): New algo_to_string and
check functions for compress algorithms.

File: ChangeLog        	Status: Up-to-date
File: encode.c         	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: keydb.h          	Status: Up-to-date
File: keyedit.c        	Status: Up-to-date
File: keygen.c         	Status: Up-to-date
File: main.h           	Status: Up-to-date
File: misc.c           	Status: Up-to-date
File: photoid.c        	Status: Up-to-date
File: pkclist.c        	Status: Up-to-date
File: sign.c           	Status: Up-to-date