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

Diff of /trunk/Src/ChangeLog

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

revision 215 by twoaday, Wed May 17 07:10:46 2006 UTC revision 226 by twoaday, Mon Jun 12 13:40:21 2006 UTC
# Line 1  Line 1 
1    2006-06-09  Timo Schulz  <[email protected]>
2    
3            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
4            RSA_E and RSA_S.
5            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
6            
7    2006-06-08  Timo Schulz  <[email protected]>
8    
9            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
10            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
11            (showphoto_dlg_proc): New.
12            * wptKeyManagerDlg.cpp (restore_window_size): New.
13            (keymanager_dlg_proc): Restore original window size on startup.
14            (copy_key_info): Allow to copy multiple key items.
15            
16    2006-06-06  Timo Schulz  <[email protected]>
17    
18            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
19            if no expire date were given.
20            
21    2006-06-05  Timo Schulz  <[email protected]>
22    
23            * wptPassphraseDlg.cpp (request_passphrase): Release mem
24            in case of errors.
25            (request_key_passphrase): New.
26            (set_passphrase_hint): New.
27            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
28            hint. Suggested by vedaal.
29            
30    2006-06-03  Timo Schulz  <[email protected]>
31    
32            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
33            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
34            the case that 'encrypt-to' points to a non-existing item.
35            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
36            the dialog if an error occurred.
37            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
38            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
39            in case of errors.
40            * wptKeyserverDlg.cpp (check_pattern): Improved code.
41            (keyserver_dlg_proc): All comparisons are case insentensive.
42            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
43            
44    2006-06-02  Timo Schulz  <[email protected]>
45    
46            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
47            
48    2006-06-01  Timo Schulz  <[email protected]>
49    
50            * wptKeyserver.cpp (check_URL): change semantic.
51            (skip_type_prefix): Use check_URL().
52            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
53            include secret keyring backups. Change all callers.
54            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
55            (set_reg_winpt_prefs): Likewise.
56            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
57            
58    2006-05-29  Timo Schulz  <[email protected]>
59    
60            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
61    
62    2006-05-27  Timo Schulz  <[email protected]>
63    
64            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
65            passphrase requests.
66            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
67            for global use.
68            * wptFileManager.cpp (fm_decrypt): Use it here.
69            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
70            
71    2006-05-25  Timo Schulz  <[email protected]>
72    
73            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
74            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
75            * wptVerifyList.cpp (verlist_build): New argument type.
76            Change all callers.
77            (verlist_set_info_control): New.
78            (verlist_set_additional_info): New.
79            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
80            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
81            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
82            
83    2006-05-23  Timo Schulz  <[email protected]>
84    
85            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
86            problem.
87            (keyedit_main_dlg_proc): Popup menu for the user ID list
88            with common commands.
89            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
90            disable search for ldap servers.
91            Use subkeys.pgp.net by default when no server was selected.
92    
93    2006-05-22  Timo Schulz  <[email protected]>
94    
95            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
96            Support for the new 'default ext' value.
97            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
98            (prefs_dlg_proc): Likewise.
99            * wptFileManager.cpp (file_get_extension): Likewise.
100            (get_output_file): Likewise.
101            (fm_export): Likewise.
102            
103    2006-05-20  Timo Schulz  <[email protected]>
104    
105            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
106            process call when no photo is available.
107            (keyprops_dlg_proc): avoid static data.
108            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
109            of on demand key requests.
110            (show_verify_result): Likewise.
111            (secret_key_available): Likewise.
112            (fm_decrypt, fm_sign): Handle the new on demand key request
113            mode and free all memory.
114            
115  2006-05-15  Timo Schulz  <[email protected]>  2006-05-15  Timo Schulz  <[email protected]>
116    
117          * wptKeyEditDlgs.cpp (userid_list_init): Forgot to          * wptKeyEditDlgs.cpp (userid_list_init): Forgot to

Legend:
Removed from v.215  
changed lines
  Added in v.226

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26