1 |
|
2006-04-09 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true |
4 |
|
if the homedir value was changed. |
5 |
|
* wptGPG.cpp (default_key_from_cache): Only return secret key |
6 |
|
if public part is available. |
7 |
|
(set_gnupg_default_key): Fix NULL problem. |
8 |
|
* wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag. |
9 |
|
* wptFileCBS.cpp (write_cb, read_cb): Better error handling. |
10 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle |
11 |
|
'always-on-top' correctly. |
12 |
|
* wptKeylist.cpp (keylist_get_recipients): Allocate enough |
13 |
|
mem to hold all possible keys. |
14 |
|
(keylist_enum_keys): Likewise. |
15 |
|
|
16 |
|
2006-04-08 Timo Schulz <[email protected]> |
17 |
|
|
18 |
|
* wptKeylist.cpp (keylist_get_recipients): Always use utf8 output. |
19 |
|
* wptKeyserver.cpp (kserver_connect): Fixed proxy support. |
20 |
|
* wptKeyserverSearchDlg.cpp (fetch_keys): New. |
21 |
|
* WinPT.cpp (WinMain): if the default key was not found, reset |
22 |
|
the gpg.conf entry. |
23 |
|
* wptFileManager.cpp (fm_encrypt_into_zip): Use correct output |
24 |
|
file name. |
25 |
|
(show_verify_result): Always use utf8 output. |
26 |
|
(get_output_file): Case in-sentensive comparison. |
27 |
|
(fm_assume_onepass_sig): Fixed temp file handling. |
28 |
|
* wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8 |
29 |
|
output. |
30 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv. |
31 |
|
|
32 |
2006-04-07 Timo Schulz <[email protected]> |
2006-04-07 Timo Schulz <[email protected]> |
33 |
|
|
34 |
* wptW32API.cpp (set_clip_text): Change code so it also |
* wptW32API.cpp (set_clip_text): Change code so it also |