1 |
|
2005-10-21 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Use |
4 |
|
WM_INITPOPUPMENU to localize popup menu texts. |
5 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. |
6 |
|
* wptClipSignDlg.cpp (one_key_proc): Use wipememory instead of memset. |
7 |
|
|
8 |
2005-10-20 Timo Schulz <[email protected]> |
2005-10-20 Timo Schulz <[email protected]> |
9 |
|
|
10 |
Now WinPT depends on GPG 1.4.3. |
Now WinPT depends on GPG 1.4.3 and GPGME 1.2.0. |
11 |
|
|
12 |
* wptPassphraseCB.cpp (passphrase_cb): Complete card support. |
* wptPassphraseCB.cpp (passphrase_cb): Complete card support. |
13 |
* wptCardEdit.cpp (genKey): Handle cancel case. |
* wptCardEdit.cpp (genKey): Handle cancel case. |
14 |
* keycache.c: Renamed into... |
* keycache.c: Renamed into... |
15 |
* wptKeyCache.cpp: ...this. |
* wptKeyCache.cpp: ...this. |
16 |
|
* wptW32API.cpp (set_menu_text): Removed unused code. |
17 |
|
(set_menu_text_bypos): New. |
18 |
|
* wptCrypto.h: New. |
19 |
|
* wptMainProc.cpp (winpt_main_proc): Complete localize |
20 |
|
menu texts. |
21 |
|
* wptErrors.cpp (log_debug): Use a static var so the file |
22 |
|
is only opened once. |
23 |
|
(debug_end): Cleanup. Currently just close the log file. |
24 |
|
* wptErrors.h (wipememory): New. |
25 |
|
(sfree_if_alloc): Use it here. |
26 |
|
* WinPT.cpp (WinMain): Display the min. GPGME version which |
27 |
|
is needed in case of an error. |
28 |
|
|
29 |
2005-10-17 Timo Schulz <[email protected]> |
2005-10-17 Timo Schulz <[email protected]> |
30 |
|
|