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

Diff of /trunk/Src/ChangeLog

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

revision 57 by werner, Wed Nov 2 11:29:44 2005 UTC revision 123 by twoaday, Wed Dec 14 09:01:45 2005 UTC
# Line 1  Line 1 
1    2005-12-13  Timo Schulz  <[email protected]>
2    
3            * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
4            * wptKeyManagerDlg.cpp (change_edit_menu): New.
5            (change_key_menu): Renamed from...
6            (menu_gpg_readonly): ..this.
7            (clip_contains_pgpkey): New.
8            (update_ui_items): Do not allow to sign expired keys.
9            (keymanager_dlg_proc): Same for popup menu.
10            * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
11            * wptKeyCache.cpp (copy_uid_prefs):
12            (gpg_keycache_sync): Copy uid prefs so the key property
13            dialog show the correct values. Thanks to Shane.
14            
15    2005-12-11  Timo Schulz  <[email protected]>
16    
17            * wptW32API.cpp (get_file_version): New.
18            * wptGPGUtil.cpp (create_process): Always hide window.
19            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
20            instead of 'Exit'.
21            * wptKeyManager.cpp (km_http_import): New filename
22            generation code.
23            (km_send_to_mail_recipient): Cleanups.
24            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
25            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
26            when multiple keys are selected.
27            (popup_multiple): New.
28            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
29            file versions are equal. Rewrote --keymanager code.
30            
31    2005-12-08  Timo Schulz  <[email protected]>
32    
33            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
34            (hkp_recv_key2): Show user-id of the imported key instead
35            of just the pattern.
36            * wptFileCBS.cpp (read_cb): Changed to W32 API.
37            (write_cb): Likewise. Create output file on demand.
38            (gpg_file_data_new): Adjusted code for new API.
39            * wptKeyEdit.cpp (cleanKey): New.
40            * wptKeyEditCB.cpp (cmd_clean_handler): New.
41            (editkey_command_handler): Call clean handler.
42            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
43            keylist after inserting items.
44            * wptFileManager.cpp (fm_set_status): Take care of
45            cleartext sigs.
46            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
47            sure can be closed.
48            
49    2005-12-07  Timo Schulz  <[email protected]>
50    
51            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
52            Use 'Close' instead of 'Exit'.
53            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
54            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
55            as the destination dir. Thanks to Werner.
56            * wptRegistry.cpp (is_gpgee_installed): New.
57            (regist_inst_winpt): Do not register file extensions
58            if GPGee is available.
59            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
60            use of local vars.
61            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
62            no illegal backup mode is saved.
63            * wptKeyserverDlg.cpp (show_imported_key): New.
64            (hkp_recv_key2): Show imported keys if the blob
65            contained more than one.
66            
67    2005-12-06  Timo Schulz  <[email protected]>
68    
69            * WinPT.cpp (WinMain): Load the gettext environment soon
70            as possible so all 'first start' messages are localized.
71            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
72            received via the keyserver, return the gpgme key context on
73            success and add it directly to the list.
74            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
75            to store the key.
76            (hkp_recv_key2): Add extra param for the fingerprint.
77            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
78            
79    2005-12-02  Werner Koch  <[email protected]>
80    
81            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
82    
83    2005-12-01  Timo Schulz  <[email protected]>
84    
85            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
86            for get_gpg_sigstat().
87            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
88            As a macro strings will not be translated at runtime.
89            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
90            need to update the cache. Thanks to Jan-Oliver.
91            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
92            
93    2005-11-30  Timo Schulz  <[email protected]>
94    
95            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
96            * WinPT-en.rc: Removed string list.
97            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
98            * wptKeylist.cpp (keylist_build): Cannot use global
99            arrays for the columns due to gettext.
100            
101    2005-11-29  Timo Schulz  <[email protected]>
102    
103            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
104            is running, just send the command to open the manager.
105            
106    2005-11-25  Timo Schulz  <[email protected]>
107    
108            * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
109            process when the revoker is already there.
110            
111    2005-11-24  Timo Schulz  <[email protected]>
112    
113            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
114            signing dialog items.
115            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
116            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
117            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
118            * wptKeylist.cpp (key_check_validity): Likewise.
119            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
120            
121    2005-11-22  Timo Schulz  <[email protected]>
122    
123            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
124            macro debug output will be generated in release version.
125            
126    2005-11-21  Timo Schulz  <[email protected]>
127    
128            * WinPT.cpp (WinMain): Implement --stop switch.
129            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
130            missing string.
131            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
132            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
133            first. Thanks to Ralf.
134            * wptFileManagerDlg.cpp (update_ui_items): New.
135            * wptFileManager.cpp (fm_set_status): New sigmode param.
136            Changed all callers.
137            
138    2005-11-17  Timo Schulz  <[email protected]>
139    
140            * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
141            the cache will be loaded twice.
142            * wptRegistry.cpp (regist_inst_winpt): More comments.
143            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
144            neg. coordinates are never used.
145            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
146            strings.
147            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
148            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
149            and save 'AlwaysOnTop' in the registry.
150            
151    2005-11-16  Timo Schulz  <[email protected]>
152    
153            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
154            * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
155            mode.
156            * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
157            * wptRegistry.cpp (regist_inst_winpt): Set install directory.
158            Useful for other programs to figure out the path to the EXE.
159            
160    2005-11-14  Timo Schulz  <[email protected]>
161    
162            * wptGPG.cpp (check_gnupg_engine): Fix version check.
163            * wptMainProc.cpp (winpt_main_proc): Check keyring
164            file permissions always and do not use interative output
165            when the windows session ends.
166            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
167            Localize all strings.
168            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
169            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
170            * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
171            non-valid keys.
172            
173    2005-11-12  Timo Schulz  <[email protected]>
174    
175            Fix more GCC warnings.
176    
177    2005-11-10  Timo Schulz  <[email protected]>
178    
179            * wptClipSignDlg.cpp (one_key_proc): Use
180            release_gpg_passphrase_cb() to free the context.
181            * wptListView.cpp (listview_deselect_all): New.
182            * wptMAPI.cpp (mapi_send_pubkey): Works again.
183            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
184            zip.    
185            * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
186            caching for signing operations.
187            * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
188            * wptFileManager.cpp (fm_send_file): Likewise.
189            (fm_encrypt_into_zip): New.      
190            
191    2005-11-09  Timo Schulz  <[email protected]>
192    
193            * wptNLS.c (get_gettext_langid): Map user language id to
194            printable gettext language strings.
195            * wptRegistry.cpp (get_reg_entry_mo): Support for the
196            gettext environment.
197            * wptFileManager.cpp (fm_encrypt): Close all files before
198            the wipe procedure is called.
199            * wptVerlist.cpp (verlist_add_sig): Handle the case the
200            issuer is not valid but the signature is.
201            (verlist_add_sig_log): Likewise. Thanks to the folks on
202            winpt-users.
203            
204    2005-11-08  Werner Koch  <[email protected]>
205    
206            * SAFE.ICO, SIGN.ICO: Fixed capitalization.
207            * WinPT-en.rc: Ditto.
208            * winpt_km.ico:  Moved from ../.
209    
210            * Makefile.am (resource_files): Add missing backslash.
211    
212    2005-11-08  Timo Schulz  <[email protected]>
213    
214            More minor changes to avoid GCC warnings.
215            
216            * wptGPG.cpp (check_homedir): Free memory in case of errors.
217            (multi_gnupg_path): Add strict mode. If non-strict mode return
218            the folder even if it does not exist.
219            (check_for_gpgwin): New.
220            * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
221            initialized.
222            * wptRegistry.cpp (get_reg_entry_gpg4win): New.
223            (get_reg_entry_mo): Support for gpg4win.
224            
225    2005-11-07  Timo Schulz  <[email protected]>
226    
227            * wptMainProc.cpp (winpt_main_proc): Disable
228            some menu items when no secret key is available.
229            
230    2005-11-05  Timo Schulz  <[email protected]>
231    
232            More minor changes to avoid GCC warnings.
233            
234            * wptErrors.cp (winpt_strerror): Return w32
235            formatted error and do not use 'break'.
236            
237    2005-11-04  Werner Koch  <[email protected]>
238    
239            * WinPT-en.rc: Fixed locations of icons.
240    
241    2005-11-03  Timo Schulz  <[email protected]>
242    
243            A lot of minor changes to avoid GCC warnings.
244    
245            * wptGPG.cpp (get_gnupg_keyring): Only check size for
246            public keyring.
247            * wptKeyManager.cpp (km_update_default_key_str): Do
248            not issue a bug message when no secret key was found.
249            * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
250            
251  2005-11-02  Werner Koch  <[email protected]>  2005-11-02  Werner Koch  <[email protected]>
252    
253          * WinPT.cpp (WinMain): Disabled PTD version tests.          * WinPT.cpp (WinMain): Disabled PTD version tests.
254            (check_crypto_engine): Fixed version check for scard.
255    
256          * wptErrors.cpp (debug_end): Add dummy function.          * wptErrors.cpp (debug_end): Add dummy function.
257    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26