1 |
|
2005-12-06 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* WinPT.cpp (WinMain): Load the gettext environment soon |
4 |
|
as possible so all 'first start' messages are localized. |
5 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is |
6 |
|
received via the keyserver, return the gpgme key context on |
7 |
|
success and add it directly to the list. |
8 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param |
9 |
|
to store the key. |
10 |
|
(hkp_recv_key2): Add extra param for the fingerprint. |
11 |
|
(hkp_recv_key): Call hkp_recv_key2 without fingerprint. |
12 |
|
|
13 |
|
2005-12-01 Timo Schulz <[email protected]> |
14 |
|
|
15 |
|
* wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic |
16 |
|
for get_gpg_sigstat(). |
17 |
|
* wptGPGME.cpp (get_gpg_sigstat): New. It is now a function. |
18 |
|
As a macro strings will not be translated at runtime. |
19 |
|
* wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we |
20 |
|
need to update the cache. Thanks to Jan-Oliver. |
21 |
|
* wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized. |
22 |
|
|
23 |
|
2005-11-30 Timo Schulz <[email protected]> |
24 |
|
|
25 |
|
* wptW32API.cpp (dialog_box_param): Removed LANG_DE code. |
26 |
|
* WinPT-en.rc: Removed string list. |
27 |
|
* wptFileSaveDlg.cpp (file_save_dlg_proc): Localized |
28 |
|
* wptKeylist.cpp (keylist_build): Cannot use global |
29 |
|
arrays for the columns due to gettext. |
30 |
|
|
31 |
2005-11-29 Timo Schulz <[email protected]> |
2005-11-29 Timo Schulz <[email protected]> |
32 |
|
|
33 |
* WinPT.cpp (WinMain): Modify --keymanager. If an instance |
* WinPT.cpp (WinMain): Modify --keymanager. If an instance |