/[winpt]/trunk/Src/ChangeLog
ViewVC logotype

Diff of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 76 by twoaday, Thu Nov 10 14:07:06 2005 UTC revision 116 by werner, Wed Dec 7 17:06:29 2005 UTC
# Line 1  Line 1 
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-02  Werner Koch  <[email protected]>
14    
15            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
16    
17    2005-12-01  Timo Schulz  <[email protected]>
18    
19            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
20            for get_gpg_sigstat().
21            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
22            As a macro strings will not be translated at runtime.
23            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
24            need to update the cache. Thanks to Jan-Oliver.
25            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
26            
27    2005-11-30  Timo Schulz  <[email protected]>
28    
29            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
30            * WinPT-en.rc: Removed string list.
31            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
32            * wptKeylist.cpp (keylist_build): Cannot use global
33            arrays for the columns due to gettext.
34            
35    2005-11-29  Timo Schulz  <[email protected]>
36    
37            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
38            is running, just send the command to open the manager.
39            
40    2005-11-25  Timo Schulz  <[email protected]>
41    
42            * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
43            process when the revoker is already there.
44            
45    2005-11-24  Timo Schulz  <[email protected]>
46    
47            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
48            signing dialog items.
49            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
50            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
51            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
52            * wptKeylist.cpp (key_check_validity): Likewise.
53            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
54            
55    2005-11-22  Timo Schulz  <[email protected]>
56    
57            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
58            macro debug output will be generated in release version.
59            
60    2005-11-21  Timo Schulz  <[email protected]>
61    
62            * WinPT.cpp (WinMain): Implement --stop switch.
63            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
64            missing string.
65            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
66            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
67            first. Thanks to Ralf.
68            * wptFileManagerDlg.cpp (update_ui_items): New.
69            * wptFileManager.cpp (fm_set_status): New sigmode param.
70            Changed all callers.
71            
72    2005-11-17  Timo Schulz  <[email protected]>
73    
74            * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
75            the cache will be loaded twice.
76            * wptRegistry.cpp (regist_inst_winpt): More comments.
77            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
78            neg. coordinates are never used.
79            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
80            strings.
81            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
82            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
83            and save 'AlwaysOnTop' in the registry.
84            
85    2005-11-16  Timo Schulz  <[email protected]>
86    
87            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
88            * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
89            mode.
90            * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
91            * wptRegistry.cpp (regist_inst_winpt): Set install directory.
92            Useful for other programs to figure out the path to the EXE.
93            
94    2005-11-14  Timo Schulz  <[email protected]>
95    
96            * wptGPG.cpp (check_gnupg_engine): Fix version check.
97            * wptMainProc.cpp (winpt_main_proc): Check keyring
98            file permissions always and do not use interative output
99            when the windows session ends.
100            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
101            Localize all strings.
102            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
103            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
104            * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
105            non-valid keys.
106            
107    2005-11-12  Timo Schulz  <[email protected]>
108    
109            Fix more GCC warnings.
110    
111    2005-11-10  Timo Schulz  <[email protected]>
112    
113            * wptClipSignDlg.cpp (one_key_proc): Use
114            release_gpg_passphrase_cb() to free the context.
115            * wptListView.cpp (listview_deselect_all): New.
116            * wptMAPI.cpp (mapi_send_pubkey): Works again.
117            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
118            zip.    
119            * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
120            caching for signing operations.
121            * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
122            * wptFileManager.cpp (fm_send_file): Likewise.
123            (fm_encrypt_into_zip): New.      
124            
125  2005-11-09  Timo Schulz  <[email protected]>  2005-11-09  Timo Schulz  <[email protected]>
126    
127          * wptNLS.c (get_gettext_langid): Map user language id to          * wptNLS.c (get_gettext_langid): Map user language id to

Legend:
Removed from v.76  
changed lines
  Added in v.116

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26