1 |
|
2006-05-01 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* WinPT.cpp (WinMain): Check if the user has admin privileges. |
4 |
|
* wptW32API.cpp (user_is_admin): New. |
5 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes. |
6 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer |
7 |
|
to re-activate the window again. |
8 |
|
* wptKeylist.cpp (get_key_trust2): Differ between "full" |
9 |
|
and "ultimate". |
10 |
|
* wptKeyCache.cpp (keycache_prepare2): Primary user-id |
11 |
|
has now highest priority. |
12 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8 |
13 |
|
system. |
14 |
|
|
15 |
|
2006-04-30 Timo Schulz <[email protected]> |
16 |
|
|
17 |
|
* wptKeyCache.cpp (gpg_keycache_release): Release revoker |
18 |
|
list if needed. |
19 |
|
* wptKeyRevokersDlg.cpp (key_get_revokers): New. |
20 |
|
(key_revokers_dlg_proc): Expect winpt_key_t. Change all callers. |
21 |
|
* wptKeyEditDlgs.cpp (check_desig_rev): New. |
22 |
|
(do_editkey_minimize): New. |
23 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to |
24 |
|
generate a revoc cert as a desig revoker. |
25 |
|
|
26 |
|
2006-04-29 Timo Schulz <[email protected]> |
27 |
|
|
28 |
|
* wptVerifyList.cpp (verlist_build): Adjusted code for new |
29 |
|
list view interface. |
30 |
|
* wptSigList.cpp (siglist_build): Likewise. |
31 |
|
* wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code |
32 |
|
to display the preferences of the selected UID. Thanks to Mathias. |
33 |
|
* wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case |
34 |
|
of an error. |
35 |
|
* wptKeyCache.cpp (gpg_keycache_update_key): Always update |
36 |
|
the utf8 decoded uid list. |
37 |
|
* wptImportList.cpp (decode_userid): Do utf8 decoding here. |
38 |
|
* wptListView.cpp (listview_new): New param for HWND handle. |
39 |
|
Change all callers. |
40 |
|
* wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding. |
41 |
|
* wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker. |
42 |
|
* wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct |
43 |
|
keyid extraction. |
44 |
|
|
45 |
2006-04-28 Timo Schulz <[email protected]> |
2006-04-28 Timo Schulz <[email protected]> |
46 |
|
|
47 |
* wptMAPI.cpp (mapi_send_pubkey): Use new key struct. |
* wptMAPI.cpp (mapi_send_pubkey): Use new key struct. |