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

Diff of /trunk/Src/ChangeLog

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

revision 123 by twoaday, Wed Dec 14 09:01:45 2005 UTC revision 180 by twoaday, Mon Mar 6 14:41:58 2006 UTC
# Line 1  Line 1 
1    2006-02-27  Timo Schulz  <[email protected]>
2    
3            * wptSOCKS.cpp (socks_handshake): New.
4            * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
5            the key manager in teh foreground if possible.
6            * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
7            * wptRegistry.cpp (get_reg_proxy_prefs,
8            set_reg_proxy_prefs): Use directly the proxy context.
9            Changed all callers.
10            * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
11            (keyserver_proxy_dlg_proc): Use directly the proxy context.
12            * wptKeyserver.cpp (kserver_connect): Better proxy support.
13            (kserver_send_request, kserver_recvkey_request): Likewise.
14            * wptKeyserverDlg.cpp (name_from_proto): New.
15            (set_proxy): Adjusted for the new code.
16            
17    2006-02-26  Timo Schulz  <[email protected]>
18    
19            * WinPT.cpp (WinMain): Removed hotkey_modify() code.
20            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
21            v4 keys.
22            * wptKeyserver.cpp (sock_getline): Skip '\r'.
23            (base64_encode): Remove @maxlen param. Changed all callers.
24            (finger_readline): Removed.
25            (finger_recvkey): Use internal functions.
26            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
27            (show_sigprops): New.
28            (create_popup): New.
29            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
30            now in minutes.
31            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
32            Change code to use hotkeys directly.
33            * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
34            
35    2006-02-24  Timo Schulz  <[email protected]>
36    
37            * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
38            when parameter is NULL.
39            * wptKeyManager.cpp (check_exist_default_key): New.
40            (km_delete_keys): Check if the default key is still valid,
41            if not delete entry.
42            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
43            button.
44            
45    2006-02-21  Timo Schulz  <[email protected]>
46    
47            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
48            cleanups.
49            * wptGPGUtil.cpp (file_extract_recipients): New.
50            (clip_extract_recipients): New.
51            (gpg_get_recipients): New.
52            * wptPassphraseCB.cpp (passphrase_callback_proc): Support
53            external recipient listings.
54            
55    2006-02-15  Timo Schulz  <[email protected]>
56    
57            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
58            * wptFileStatDlg.cpp (get_s2k_algo): New.
59            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
60            formats.
61            
62    2006-02-14  Timo Schulz  <[email protected]>
63    
64            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
65            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
66            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
67            (fm_parse_files): Handle cancel.
68            
69    2006-02-10  Timo Schulz  <[email protected]>
70    
71            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
72            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
73            for the dialog param.
74            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
75            signature dialog by default.
76            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
77            gpgme_key_sig_t as param.
78            (keysig_dlg_proc): Change param for property dialog.
79            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
80            and use icons.
81            (sigtree_dlg_proc): Allow to execute old list dialog to
82            edit the signatures.
83            
84    2006-02-09  Timo Schulz  <[email protected]>
85    
86            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
87            * wptNLS.c (gettext_localize_dialog): New.
88            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
89            to avoid to reload the key cache.
90            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
91            list mode.
92            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
93            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
94            initiation code to this function.
95            (prefs_dlg_proc): Use it here.
96            
97    2006-02-07  Timo Schulz  <[email protected]>
98    
99            * wptKeyEdit.cpp (setNoPassphrase): New.
100            (getValidDays): New.
101            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
102            if the key is protected.
103            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
104            keys without a passphrase.
105            (keyedit_addrevoker_dlg_proc): Likewise.
106            
107    2006-02-04  Timo Schulz  <[email protected]>
108    
109            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
110            at least one ultimately trusted key.
111            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
112            Only check inet connection if we refresh all keys.
113            * wptGPGUtil.cpp (gpg_extract_keys): New.
114            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
115            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
116            * wptClipSignDlg.cpp (get_selected_key): New.
117            (one_key_proc): Use it here.
118            (count_useable_seckeys): New.
119            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
120            * wptKeyEditDlgs.cpp (diff_time): Removed.
121            (w32_mktime): New.
122            (keyedit_addsubkey_dlg_proc): Use it here.
123            
124    2006-02-02  Timo Schulz  <[email protected]>
125    
126            * wptW32API.cpp (get_temp_name): New.
127            * wptKeyserver.cpp (ldap_recvkey): Use it here.
128            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
129            * wptGPGUtil.cpp (create_tempfile): Likewise.
130            * wptImportList.cpp (implist_load): Likewise.
131            * wptKeyCache.cpp (parse_attr_data): Likewise.
132            (w32_tempfile): Removed.
133            * wptGPGME.cpp (check_ultimate_trusted_key): New.
134            
135    2006-01-31  Timo Schulz  <[email protected]>
136    
137            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
138            help system.
139            * wptListView.cpp (listview_set_chkbox_style): New.
140            (listview_get_item_state): Support new checkbox style.
141            (listview_new): Reset flag var.
142            * wptKeylist.cpp (keylist_build): Support new checkbox style.
143            
144    2006-01-30  Timo Schulz  <[email protected]>
145    
146            * WinPT.cpp (check_readonly_attr): New.
147            (load_gpg_env): Use it here.
148            (WinPT): Make the the default key is searched in the
149            secret key cache.
150            Change error message.
151            * wptRegistry.cpp (regist_int_winpt): Make sure
152            the register extension is only offered once to the user.
153            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
154            temp directory. Fixed a privilege problem.
155            
156    2006-01-29  Timo Schulz  <[email protected]>
157    
158            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
159            to quit dialog.
160            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
161            translations. Directly return sig class.
162            (keysign_dlg_proc): Change msgbox title.
163            * wptKeyEdit.cpp (signUserid): New.
164            (getUseridIndex): New.
165            (getKeyIndex): New.
166            (getSigIndex): New.
167            (clear): New.
168            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
169            user-id first.
170            * wptKeyEditDlgs.cpp (lookup_cmd): New.
171            (do_editkey_sign_userid): New.
172            (do_init_cmdlist): Differ between key pairs and public keys
173            and allowed actions.
174            (keyedit_change_ownertrust): Show msgbox on success.
175            (get_default_key): New.
176            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
177            
178    2006-01-27  Timo Schulz  <[email protected]>
179    
180            * WinPT.cpp (WinMain): Set minimal list mode as default.
181            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
182            
183    2006-01-25  Timo Schulz  <[email protected]>
184    
185            * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
186            the key exist with no value.
187            * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
188            * wptKeysignDlg.cpp (do_fill_seclist): Select the
189            default key if possible.
190            * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
191            return the choice.
192            * wptKeylist.cpp (get_key_desc): New.
193            (keylist_upd_key): Free memory.
194            * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
195            (gpg_keycache_set_default_key): New.
196            * WinPT.cpp (gpg_prefs_ok): New.
197            (WinMain): Only start gpg prefs if needed.
198            
199    2006-01-24  Timo Schulz  <[email protected]>
200    
201            * wptKeyManager.cpp (km_dropped_file_import): New.
202            * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
203            to drop files and try to import them.
204            (keymanager_dlg_proc): Pass kmi as opaque to the subclass
205            proc.
206            
207    2006-01-23  Timo Schulz  <[email protected]>
208    
209            * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
210            to the clipboard.
211            * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
212            (do_editkey_enable_disable): New.
213            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
214            close the dialog if the user cancelled the ownertrust dialog.
215            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
216            an update of any value.
217            
218    2006-01-21  Timo Schulz  <[email protected]>
219    
220            * wptKeyCache.cpp (keycache_next_key): Handle the case
221            that there is a secret key without a public part.
222            * wptKeyserver.cpp (kserver_save_conf): Save ports.
223            * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
224            Reset keyserver name.
225            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
226            an update, do not update the cache.
227            * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
228            dialog for both clipboard and file imports.
229            * wptKeyManager.cpp (km_file_import, km_clip_import):
230            Changes to support new update system.
231            (gpg_clip_import): New.
232            * wptKeyManagerDlg.cpp (km_gui_import): New.
233            (find_keypos): Rewritten.
234            (refresh_keylist): Improved error checking.
235            
236    2006-01-20  Timo Schulz  <[email protected]>
237    
238            * wptKeyCache.cpp (w32_tmpfile): New.
239            (parse_attr_data): Use it here.
240            * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
241            
242    2006-01-19  Timo Schulz  <[email protected]>
243    
244            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
245            reload the entire cache, just update the key.
246            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
247            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
248            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
249            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
250            if need after showing the properties.
251            * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
252            * wptKeyManager.cpp (km_import_file): New param. Changed
253            all callers.
254            (km_import_clip): Likewise.
255            (delete_keys_from_cache): Delete secret part if available.
256            * wptClipImportDlg.cpp (print_import_status): If there
257            are too many new keys, use reload code.
258            
259    2006-01-18  Timo Schulz  <[email protected]>
260    
261            * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
262            the self sig is always index 0. Noted by Kurt.
263            * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
264            the key user-ID contains an email address.
265            * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
266            (do_editkey_deluid): Likewise.
267            (do_editkey_revuid): Likewise.
268            
269    2006-01-18  Timo Schulz  <[email protected]>
270    
271            * wptListview.cpp (listview_del_sel_items): Fixed index
272            calculation. This fixed a lot of problems with the KM listview
273            update.
274            (listview_del_all): Renamed to...
275            (listview_del_all_items): ..this. Changed all callers.
276            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
277            list when file import contained new/updated keys.
278            * wptKeyManager.cpp (km_file_import): Indicate if the
279            import contained any new/update keys.
280            * wptClipImportDlg.cpp (print_import_status): Just mark
281            keys which actually changed.
282            
283    2006-01-17  Timo Schulz  <[email protected]>
284    
285            * wptMAPI.cpp (mapi_send_pubkey_ext): New.
286            * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
287            update it.
288            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
289            careful about const pointers.
290            * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
291            (get_subkey_keyid): ..this. Fix problem that key was updated
292            twice and this corrupted.
293            (keyedit_add_subkey): Set @lv item in the callback context.
294            
295    2006-01-16  Timo Schulz  <[email protected]>
296    
297            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
298            window if it lost focus during the operation. Thanks to Kurt.
299            Update keylist when the window is enabled.
300            (find_keypos): New.
301            * wptKeyCache.cpp (keycache_next_key): Reset update status.
302            (gpg_keycache_next_updated_key): New arg @r_status. Change all
303            callers.
304            (gpg_keycache_update_key): Different status for new and updated.
305            Include key signatures.
306            * wptClipImportDlg.cpp (print_import_status): Mark all
307            imported keys.
308            * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
309            Thanks to Kurt.
310            * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
311            (do_delsig): Directly reload key. Thanks to Kurt.
312            * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
313            Removed.
314            * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
315            * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
316            FALSE if no keys were updated or operation was cancelled.
317            * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
318            * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
319            * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
320            Do not allow to change ownertrust of invalid keys.
321            Changed translation.
322            Slightly different user interface.
323            
324    2006-11-14  Timo Schulz  <[email protected]>
325    
326            * wptW32API.cpp (make_special_filename): New.
327            * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
328            Removed 'KeyServer' item.
329            * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
330            config item.
331            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
332            window until we really use it.
333            * wptKeyserver.cpp (kserver_save_conf): New.
334            (wsock_end): Save keyserver config file.
335            * wptKeyserverDlg.cpp (keyserver_edit): New.
336            (keyserver_remove): New.
337            (keyserver_add): New.
338            (fill_keyserv_types): New.
339            (keyserver_modify_dlg_proc): New.
340            (keyserver_dlg_proc): Provide context menu to modify the
341            keyserver list.
342            (keyserver_build_list): Remove 'proto' column because it is
343            not really useful.
344            * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
345            $APPDATA\winpt. If keyserver.conf exists in the current folder
346            move it to the new destination.
347            
348    2006-11-13  Timo Schulz  <[email protected]>
349    
350            * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
351            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
352            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
353            dialog isn't shown twice.
354            * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
355            (gpg_keycache_update_key): Set update flag.
356            * wptKeyManagerDlg.cpp (refresh_keylist): New.
357            (keymanager_dlg_proc): Use new refresh system for keyservers.
358            * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
359            Update keycache.
360            * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
361            * wptKeyserver.cpp (socket_read_ext): New.
362            (kserver_recv_key_ext): New.
363            (kserver_read_config, kserver_write_config): Removed.
364            
365    2006-01-12  Timo Schulz  <[email protected]>
366    
367            * wptListView.cpp (listview_set_image_list): Make icons
368            always transparent.
369            * wptImageList.cpp (imagelist_load): New icons.
370            * wptGPGMEData.cpp (gpg_data_putc): New.
371            * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
372            (keymanager_dlg_proc): Add tooltips.
373            * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
374            * wptKeyserver.cpp (URL_encode): New.
375            (URL_must_encode): New.
376            (kserver_search_init): Properly encode pattern.
377            (parse_iso_date): New.
378            (keyserver_search): Be more strict to prevent buffer overflows.
379            
380    2006-01-11  Timo Schulz  <[email protected]>
381    
382            * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
383            (keymanager_dlg_proc): Adjust tooltips.
384            (update_ui_items): Handle new icons.
385            * wptImageList.cpp (imagelist_load): New icons.
386            
387    2006-01-10  Timo Schulz  <[email protected]>
388    
389            * wptMainProc.cpp (winpt_main_proc): Restore iconic
390            File/Key Manager windows if needed.
391            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
392            * wptSiglist.cpp (init_cmp): New.
393            (siglist_sort): New.
394            (siglist_cmp_cb): New.
395            (siglist_add_key): Force NOKEY status when key was not found.
396            * wptKeysigDlg.cpp (recv_single_key): New.
397            (recv_missing_keys): Reload entire key when more than one key
398            was fetched.
399            (keysig_dlg_proc): Support sorting the listview items.
400            
401    2006-01-09  Timo Schulz  <[email protected]>
402    
403            * WinPT.cpp (load_gettext): Remove file locking.
404            (WinMain): Use pre-defined autoconf constants.
405            * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
406            * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
407            Change all callers.
408            
409    2006-01-07  Timo Schulz  <[email protected]>
410    
411            * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
412            import status if just one key was selected.
413    
414    2006-01-04  Timo Schulz  <[email protected]>
415    
416            * wptGPGMEWrapper.c (setChangeVersion): New.
417            (exportToBuffer, exportToFile, exportToClipboard): New.
418            (setArmor, getArmor): New.
419            * wptKeylist.cpp (get_key_expire_date): Return locale specific
420            date.
421            (keylist_get_recipients): Do not fetch the key again.
422            (keylist_enum_recipients): Likewise.
423            * wptGPG.cpp (create_empty_keyring): New.
424            (get_gnupg_keyring): Fixed 'strict' logic.
425            * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
426            when no secret keys are available.
427            * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
428            before the MAPI call is made.
429            * WinPT.cpp (check_for_empty_keyrings): New.
430            
431    2006-01-03  Timo Schulz  <[email protected]>
432    
433            * pubkey.ico, keypair.ico: New.
434            * wptListview.cpp (listview_add_item_image): New.
435            (listview_set_image_list): New.
436            * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
437            * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
438            JPEG data.
439            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
440            add items to revoked keys.
441            * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
442            keyid buffer. This fixes a segv.
443            * wptKeyserver.cpp (spawn_application): New.
444            (ldap_recv_key): Support recent protocols and several cleanups.
445            * wptKeylist.cpp (do_addkey): Set image which depends on the
446            key type.
447            (keylist_enum_recipients): Cleanups.
448            (keylist_get_keyflags): Rewritten.
449            * wptKeyCache.cpp (free_attr_list): New.
450            (parse_attr_list): New.
451            (parse_attr_data): New.
452            (keycache_update_photo): New.
453            (keycache_update_photos): New.
454            (gpg_keycache_update_key): Automatically reload photos if needed.
455            * wptGPGUtil.cpp (create_process): New param @err. Change all
456            callers.
457            (map_tmpfile): New param @nread. Change all callers.
458            (gpg_get_photoid_data): New.
459            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
460            add items to revoked keys.
461            (subkey_init_list): Store gpgme key object.
462            
463    2005-12-29  Timo Schulz  <[email protected]>
464    
465            * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
466            (gpg_genkey_params): Simplified.
467            * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
468            exclusion of the dialog items.
469            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
470            quit the dialog.
471            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
472            * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
473            (id2algo): New.
474    
475    2005-12-28  Timo Schulz  <[email protected]>
476    
477            * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
478            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
479            * wptKeylist.cpp (keylist_udp_key): Likewise.
480            * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
481            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
482            when no signing key was found.
483            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
484            user IDs.
485            (translate_popup_strings): s/Revoke/Revoke Cert.
486            * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
487            0x prefixed keyid.
488            * wptKeyEditCB.cpp (editkey_command_handler): Also reset
489            step in case of a bad passphrase.
490            
491    2005-12-27  Timo Schulz  <[email protected]>
492    
493            * wptListView.cpp (listview_set_view): New.
494            (listview_del_column): New.
495            * wptW32API.cpp (get_locale_date): New.
496            (get_menu_state): New.
497            (force_foreground_window): New.
498            * wptVerifyList.cpp (strtimestamp): Support for
499            locale date formats.
500            * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
501            passphrases.
502            * wptKeyEditCB.cpp (editkey_command_handler): Immediately
503            return when a bad passphrase was submitted.
504            * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
505            column order.
506            * wptKeylist.cpp (keylist_upd_col): New.
507            * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
508            'Revocation' for public keys.
509            (translate_menu_strings): s/Revoke/Revoke Cert.
510            (modify_listview_columns): New.
511            
512    2005-12-18  Timo Schulz  <[email protected]>
513    
514            * wptKeyManagerDlg.cpp (save_column_size): New.
515            (restore_column_size): New.
516            (keymanager_dlg_proc): Save and restore column sizes for
517            the listview control.
518            * wptKeyManager.cpp (key_get_info): New.
519            (km_delete_keys): Use it here to have a consistent message.
520            Use stored key context and not the column data.
521            (km_enable_disable_key): Likewise.
522            (km_send_to_keyserver): Likewise.
523            (km_set_implicit_trust): Likewise.
524            * wptKeylist.cpp (get_key_pubalgo2): New.
525            
526    2005-12-17  Timo Schulz  <[email protected]>
527    
528            * wptUTF8.cpp: Removed unused charset array.
529            * wptSigList.cpp (siglist_build): Increase size for 'class'
530            column.
531            * wptGPG.cpp (get_gnupg_path): Simplified.
532            * WinPT.cpp (load_gpg_env): New.
533            (check_crypto_engine): Return type is now bool.
534            * wptRegistry.cpp (is_gpg4win_installed): New.
535            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
536            dialog design.
537            * wptKeyManagerDlg.cpp (translate_menu_strings): New.
538            (translate_popupmenu_strings): New.
539            * wptKeyEditDlgs.cpp (is_jpg_file): New.
540            
541  2005-12-13  Timo Schulz  <[email protected]>  2005-12-13  Timo Schulz  <[email protected]>
542    
543          * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.          * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
# Line 1073  Line 1613 
1613    
1614          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
1615          from WinMain ().          from WinMain ().
1616          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
1617          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
1618          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
1619          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.123  
changed lines
  Added in v.180

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26