mcoca committed to gpa/src
[email protected] Wed, 28 Aug 2002 23:56:19 +0200
| Newsgroups | gmane.comp.encryption.gpg.gpa.cvs |
|---|---|
| Message-ID | <[email protected]> |
Date: Wednesday August 28, 2002 @ 23:56 Author: mcoca Update of /cvs/gpa/gpa/src In directory trithemius:/tmp/cvs-serv23698 Modified Files: ChangeLog gpgmetools.c gpgmetools.h keyexportdlg.c keyexportdlg.h keyring.c Log Message: Implemented key backups. * gpgmetools.c (find_gpg_executable): New function. (parse_engine_info_text, parse_engine_info_end) (parse_engine_info_start): Helper functions for a GLib XML parser. * keyexportdlg.c (key_backup_dialog_run): Ask for a file, not a dir. Give the focus to the entry, and close when enter is pressed on it. Give a sane default value to the filename. (key_export_dialog_run): Connect pressing enter on the filename entry with the OK button. * keyring.c (keyring_editor_backup): Backup to a file, not to a directory. * gpgmetools.c (gpa_backup_key): New function. File: ChangeLog Status: Up-to-date File: gpgmetools.c Status: Up-to-date File: gpgmetools.h Status: Up-to-date File: keyexportdlg.c Status: Up-to-date File: keyexportdlg.h Status: Up-to-date File: keyring.c Status: Up-to-date