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

Diff of /trunk/Src/ChangeLog

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

revision 66 by twoaday, Thu Nov 3 17:55:18 2005 UTC revision 102 by twoaday, Tue Nov 29 08:56:21 2005 UTC
# Line 1  Line 1 
1    2005-11-29  Timo Schulz  <[email protected]>
2    
3            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
4            is running, just send the command to open the manager.
5            
6    2005-11-25  Timo Schulz  <[email protected]>
7    
8            * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
9            process when the revoker is already there.
10            
11    2005-11-24  Timo Schulz  <[email protected]>
12    
13            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
14            signing dialog items.
15            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
16            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
17            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
18            * wptKeylist.cpp (key_check_validity): Likewise.
19            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
20            
21    2005-11-22  Timo Schulz  <[email protected]>
22    
23            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
24            macro debug output will be generated in release version.
25            
26    2005-11-21  Timo Schulz  <[email protected]>
27    
28            * WinPT.cpp (WinMain): Implement --stop switch.
29            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
30            missing string.
31            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
32            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
33            first. Thanks to Ralf.
34            * wptFileManagerDlg.cpp (update_ui_items): New.
35            * wptFileManager.cpp (fm_set_status): New sigmode param.
36            Changed all callers.
37            
38    2005-11-17  Timo Schulz  <[email protected]>
39    
40            * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
41            the cache will be loaded twice.
42            * wptRegistry.cpp (regist_inst_winpt): More comments.
43            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
44            neg. coordinates are never used.
45            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
46            strings.
47            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
48            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
49            and save 'AlwaysOnTop' in the registry.
50            
51    2005-11-16  Timo Schulz  <[email protected]>
52    
53            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
54            * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
55            mode.
56            * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
57            * wptRegistry.cpp (regist_inst_winpt): Set install directory.
58            Useful for other programs to figure out the path to the EXE.
59            
60    2005-11-14  Timo Schulz  <[email protected]>
61    
62            * wptGPG.cpp (check_gnupg_engine): Fix version check.
63            * wptMainProc.cpp (winpt_main_proc): Check keyring
64            file permissions always and do not use interative output
65            when the windows session ends.
66            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
67            Localize all strings.
68            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
69            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
70            * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
71            non-valid keys.
72            
73    2005-11-12  Timo Schulz  <[email protected]>
74    
75            Fix more GCC warnings.
76    
77    2005-11-10  Timo Schulz  <[email protected]>
78    
79            * wptClipSignDlg.cpp (one_key_proc): Use
80            release_gpg_passphrase_cb() to free the context.
81            * wptListView.cpp (listview_deselect_all): New.
82            * wptMAPI.cpp (mapi_send_pubkey): Works again.
83            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
84            zip.    
85            * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
86            caching for signing operations.
87            * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
88            * wptFileManager.cpp (fm_send_file): Likewise.
89            (fm_encrypt_into_zip): New.      
90            
91    2005-11-09  Timo Schulz  <[email protected]>
92    
93            * wptNLS.c (get_gettext_langid): Map user language id to
94            printable gettext language strings.
95            * wptRegistry.cpp (get_reg_entry_mo): Support for the
96            gettext environment.
97            * wptFileManager.cpp (fm_encrypt): Close all files before
98            the wipe procedure is called.
99            * wptVerlist.cpp (verlist_add_sig): Handle the case the
100            issuer is not valid but the signature is.
101            (verlist_add_sig_log): Likewise. Thanks to the folks on
102            winpt-users.
103            
104    2005-11-08  Werner Koch  <[email protected]>
105    
106            * SAFE.ICO, SIGN.ICO: Fixed capitalization.
107            * WinPT-en.rc: Ditto.
108            * winpt_km.ico:  Moved from ../.
109    
110            * Makefile.am (resource_files): Add missing backslash.
111    
112    2005-11-08  Timo Schulz  <[email protected]>
113    
114            More minor changes to avoid GCC warnings.
115            
116            * wptGPG.cpp (check_homedir): Free memory in case of errors.
117            (multi_gnupg_path): Add strict mode. If non-strict mode return
118            the folder even if it does not exist.
119            (check_for_gpgwin): New.
120            * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
121            initialized.
122            * wptRegistry.cpp (get_reg_entry_gpg4win): New.
123            (get_reg_entry_mo): Support for gpg4win.
124            
125    2005-11-07  Timo Schulz  <[email protected]>
126    
127            * wptMainProc.cpp (winpt_main_proc): Disable
128            some menu items when no secret key is available.
129            
130    2005-11-05  Timo Schulz  <[email protected]>
131    
132            More minor changes to avoid GCC warnings.
133            
134            * wptErrors.cp (winpt_strerror): Return w32
135            formatted error and do not use 'break'.
136            
137    2005-11-04  Werner Koch  <[email protected]>
138    
139            * WinPT-en.rc: Fixed locations of icons.
140    
141  2005-11-03  Timo Schulz  <[email protected]>  2005-11-03  Timo Schulz  <[email protected]>
142    
143          A lot of minor changes to avoid GCC warnings.          A lot of minor changes to avoid GCC warnings.

Legend:
Removed from v.66  
changed lines
  Added in v.102

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26