1 |
|
2005-11-12 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
Fix more GCC warnings. |
4 |
|
|
5 |
|
2005-11-10 Timo Schulz <[email protected]> |
6 |
|
|
7 |
|
* wptClipSignDlg.cpp (one_key_proc): Use |
8 |
|
release_gpg_passphrase_cb() to free the context. |
9 |
|
* wptListView.cpp (listview_deselect_all): New. |
10 |
|
* wptMAPI.cpp (mapi_send_pubkey): Works again. |
11 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt & |
12 |
|
zip. |
13 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase |
14 |
|
caching for signing operations. |
15 |
|
* wptKeyManager.cpp (km_send_to_mail_recipient): Works again. |
16 |
|
* wptFileManager.cpp (fm_send_file): Likewise. |
17 |
|
(fm_encrypt_into_zip): New. |
18 |
|
|
19 |
|
2005-11-09 Timo Schulz <[email protected]> |
20 |
|
|
21 |
|
* wptNLS.c (get_gettext_langid): Map user language id to |
22 |
|
printable gettext language strings. |
23 |
|
* wptRegistry.cpp (get_reg_entry_mo): Support for the |
24 |
|
gettext environment. |
25 |
|
* wptFileManager.cpp (fm_encrypt): Close all files before |
26 |
|
the wipe procedure is called. |
27 |
|
* wptVerlist.cpp (verlist_add_sig): Handle the case the |
28 |
|
issuer is not valid but the signature is. |
29 |
|
(verlist_add_sig_log): Likewise. Thanks to the folks on |
30 |
|
winpt-users. |
31 |
|
|
32 |
|
2005-11-08 Werner Koch <[email protected]> |
33 |
|
|
34 |
|
* SAFE.ICO, SIGN.ICO: Fixed capitalization. |
35 |
|
* WinPT-en.rc: Ditto. |
36 |
|
* winpt_km.ico: Moved from ../. |
37 |
|
|
38 |
|
* Makefile.am (resource_files): Add missing backslash. |
39 |
|
|
40 |
|
2005-11-08 Timo Schulz <[email protected]> |
41 |
|
|
42 |
|
More minor changes to avoid GCC warnings. |
43 |
|
|
44 |
|
* wptGPG.cpp (check_homedir): Free memory in case of errors. |
45 |
|
(multi_gnupg_path): Add strict mode. If non-strict mode return |
46 |
|
the folder even if it does not exist. |
47 |
|
(check_for_gpgwin): New. |
48 |
|
* wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is |
49 |
|
initialized. |
50 |
|
* wptRegistry.cpp (get_reg_entry_gpg4win): New. |
51 |
|
(get_reg_entry_mo): Support for gpg4win. |
52 |
|
|
53 |
|
2005-11-07 Timo Schulz <[email protected]> |
54 |
|
|
55 |
|
* wptMainProc.cpp (winpt_main_proc): Disable |
56 |
|
some menu items when no secret key is available. |
57 |
|
|
58 |
2005-11-05 Timo Schulz <[email protected]> |
2005-11-05 Timo Schulz <[email protected]> |
59 |
|
|
60 |
More minor changes to avoid GCC warnings. |
More minor changes to avoid GCC warnings. |