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

Diff of /trunk/Src/ChangeLog

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

revision 105 by twoaday, Wed Nov 30 10:22:00 2005 UTC revision 130 by twoaday, Fri Dec 30 14:06:39 2005 UTC
# Line 1  Line 1 
1    2005-12-29  Timo Schulz  <[email protected]>
2    
3            * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
4            (gpg_genkey_params): Simplified.
5            * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
6            exclusion of the dialog items.
7            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
8            quit the dialog.
9            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
10            * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
11            (id2algo): New.
12    
13    2005-12-28  Timo Schulz  <[email protected]>
14    
15            * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
16            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
17            * wptKeylist.cpp (keylist_udp_key): Likewise.
18            * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
19            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
20            when no signing key was found.
21            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
22            user IDs.
23            (translate_popup_strings): s/Revoke/Revoke Cert.
24            * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
25            0x prefixed keyid.
26            * wptKeyEditCB.cpp (editkey_command_handler): Also reset
27            step in case of a bad passphrase.
28            
29    2005-12-27  Timo Schulz  <[email protected]>
30    
31            * wptListView.cpp (listview_set_view): New.
32            (listview_del_column): New.
33            * wptW32API.cpp (get_locale_date): New.
34            (get_menu_state): New.
35            (force_foreground_window): New.
36            * wptVerifyList.cpp (strtimestamp): Support for
37            locale date formats.
38            * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
39            passphrases.
40            * wptKeyEditCB.cpp (editkey_command_handler): Immediately
41            return when a bad passphrase was submitted.
42            * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
43            column order.
44            * wptKeylist.cpp (keylist_upd_col): New.
45            * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
46            'Revocation' for public keys.
47            (translate_menu_strings): s/Revoke/Revoke Cert.
48            (modify_listview_columns): New.
49            
50    2005-12-18  Timo Schulz  <[email protected]>
51    
52            * wptKeyManagerDlg.cpp (save_column_size): New.
53            (restore_column_size): New.
54            (keymanager_dlg_proc): Save and restore column sizes for
55            the listview control.
56            * wptKeyManager.cpp (key_get_info): New.
57            (km_delete_keys): Use it here to have a consistent message.
58            Use stored key context and not the column data.
59            (km_enable_disable_key): Likewise.
60            (km_send_to_keyserver): Likewise.
61            (km_set_implicit_trust): Likewise.
62            * wptKeylist.cpp (get_key_pubalgo2): New.
63            
64    2005-12-17  Timo Schulz  <[email protected]>
65    
66            * wptUTF8.cpp: Removed unused charset array.
67            * wptSigList.cpp (siglist_build): Increase size for 'class'
68            column.
69            * wptGPG.cpp (get_gnupg_path): Simplified.
70            * WinPT.cpp (load_gpg_env): New.
71            (check_crypto_engine): Return type is now bool.
72            * wptRegistry.cpp (is_gpg4win_installed): New.
73            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
74            dialog design.
75            * wptKeyManagerDlg.cpp (translate_menu_strings): New.
76            (translate_popupmenu_strings): New.
77            * wptKeyEditDlgs.cpp (is_jpg_file): New.
78            
79    2005-12-13  Timo Schulz  <[email protected]>
80    
81            * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
82            * wptKeyManagerDlg.cpp (change_edit_menu): New.
83            (change_key_menu): Renamed from...
84            (menu_gpg_readonly): ..this.
85            (clip_contains_pgpkey): New.
86            (update_ui_items): Do not allow to sign expired keys.
87            (keymanager_dlg_proc): Same for popup menu.
88            * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
89            * wptKeyCache.cpp (copy_uid_prefs):
90            (gpg_keycache_sync): Copy uid prefs so the key property
91            dialog show the correct values. Thanks to Shane.
92            
93    2005-12-11  Timo Schulz  <[email protected]>
94    
95            * wptW32API.cpp (get_file_version): New.
96            * wptGPGUtil.cpp (create_process): Always hide window.
97            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
98            instead of 'Exit'.
99            * wptKeyManager.cpp (km_http_import): New filename
100            generation code.
101            (km_send_to_mail_recipient): Cleanups.
102            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
103            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
104            when multiple keys are selected.
105            (popup_multiple): New.
106            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
107            file versions are equal. Rewrote --keymanager code.
108            
109    2005-12-08  Timo Schulz  <[email protected]>
110    
111            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
112            (hkp_recv_key2): Show user-id of the imported key instead
113            of just the pattern.
114            * wptFileCBS.cpp (read_cb): Changed to W32 API.
115            (write_cb): Likewise. Create output file on demand.
116            (gpg_file_data_new): Adjusted code for new API.
117            * wptKeyEdit.cpp (cleanKey): New.
118            * wptKeyEditCB.cpp (cmd_clean_handler): New.
119            (editkey_command_handler): Call clean handler.
120            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
121            keylist after inserting items.
122            * wptFileManager.cpp (fm_set_status): Take care of
123            cleartext sigs.
124            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
125            sure can be closed.
126            
127    2005-12-07  Timo Schulz  <[email protected]>
128    
129            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
130            Use 'Close' instead of 'Exit'.
131            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
132            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
133            as the destination dir. Thanks to Werner.
134            * wptRegistry.cpp (is_gpgee_installed): New.
135            (regist_inst_winpt): Do not register file extensions
136            if GPGee is available.
137            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
138            use of local vars.
139            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
140            no illegal backup mode is saved.
141            * wptKeyserverDlg.cpp (show_imported_key): New.
142            (hkp_recv_key2): Show imported keys if the blob
143            contained more than one.
144            
145    2005-12-06  Timo Schulz  <[email protected]>
146    
147            * WinPT.cpp (WinMain): Load the gettext environment soon
148            as possible so all 'first start' messages are localized.
149            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
150            received via the keyserver, return the gpgme key context on
151            success and add it directly to the list.
152            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
153            to store the key.
154            (hkp_recv_key2): Add extra param for the fingerprint.
155            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
156            
157    2005-12-02  Werner Koch  <[email protected]>
158    
159            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
160    
161    2005-12-01  Timo Schulz  <[email protected]>
162    
163            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
164            for get_gpg_sigstat().
165            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
166            As a macro strings will not be translated at runtime.
167            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
168            need to update the cache. Thanks to Jan-Oliver.
169            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
170            
171  2005-11-30  Timo Schulz  <[email protected]>  2005-11-30  Timo Schulz  <[email protected]>
172    
173          * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.          * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
# Line 981  Line 1151 
1151    
1152          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
1153          from WinMain ().          from WinMain ().
1154          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
1155          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
1156          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
1157          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.105  
changed lines
  Added in v.130

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26