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

Diff of /trunk/Src/ChangeLog

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

revision 204 by twoaday, Wed Apr 26 06:37:23 2006 UTC revision 270 by twoaday, Sat Oct 21 18:08:57 2006 UTC
# Line 1  Line 1 
1    2006-10-21  Timo Schulz  <[email protected]>
2    
3            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
4            and store it.
5            
6    2006-10-04  Timo Schulz  <[email protected]>
7    
8            * wptFileManager.cpp (fm_check_armor_type): Remove space in
9            search pattern string.
10            (fm_check_for_entry): Case insentensive search.
11            (fm_add_dir_files): Use W32 API directly.
12            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
13            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
14            
15    2006-08-30  Timo Schulz  <[email protected]>
16    
17            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
18            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
19            (save_pattern_from_combox): New.
20            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
21            * wptGPGMEWrapper.c (importFromBuffer): New.
22            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
23            system really has smart card services enabled.
24            * wptKeyManger.cpp (km_http_import): Stricter error checking.
25            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
26            for the file name.
27            
28    2006-08-24  Timo Schulz  <[email protected]>
29    
30            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
31            (get): Better error handling.
32            (head): Likewise.
33            * wptGPGME.cpp (sigsum_to_index): Just map the index without
34            any checks.
35            * wptCommonDlg.cpp (check_URL): Be more strict.
36            
37    2006-08-11  Timo Schulz  <[email protected]>
38    
39            * wptGPGMEWrapper.cpp (importFromFile): New.
40            (importFromClipboard): New.
41            (importGetResult): New.
42            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
43            (km_clip_import): Ditto.
44            * wptKeyEdit.cpp (addCardKey): New.
45            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
46            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
47            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
48            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
49            
50    2006-08-10  Timo Schulz  <[email protected]>
51    
52            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
53            '=='.
54            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
55            keys and signatures.
56            (get_gpg_sigstat): Adjusted code.
57            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
58            (gpg_card_load): Improved card detection code.
59            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
60            a key on a card. Suggested by Achim.
61            * wptUtil.cpp (check_email_address): Add sanity check for
62            the length.
63            * WinPT.cpp (WinMain): Handle cardgen request.
64            
65    2006-08-04  Timo Schulz  <[email protected]>
66    
67            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
68            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
69            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
70            for the situation that the last key in the cache is deleted.
71            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
72            detection.
73            
74    2006-08-02  Timo Schulz  <[email protected]>
75    
76            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
77            with static data.
78            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
79            (get_key_userid): Fix problem when key was not found.
80            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
81            fingerprint to short keyid conversion.
82            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
83            sigs.
84            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
85            
86            
87    2006-08-01  Timo Schulz  <[email protected]>
88    
89            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
90            (gnupg_display_error): Removed unused code.
91            * wptPassphraseCB.cpp (parse_gpg_description): Text output
92            is now more human readable.
93            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
94            error code in all cases.
95            
96    2006-07-31  Timo Schulz  <[email protected]>
97    
98            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
99            handling code.
100            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
101            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
102            for list view controls.
103            
104    2006-07-30  Timo Schulz  <[email protected]>
105    
106            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
107            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
108            (display_keyinfo): New.
109            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
110            (keysig_dlg_proc): List creation time.
111            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
112            handling.
113            
114    2006-07-28  Timo Schulz  <[email protected]>
115    
116            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
117            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
118            adjust key size.
119            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
120            
121    2006-07-25  Timo Schulz  <[email protected]>
122    
123            Applied spelling corrections from Anthony Bryan.
124            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
125            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
126            
127    2006-07-22  Timo Schulz  <[email protected]>
128    
129            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
130            utf8 encoded user ids.
131            (winpt_main_proc): Cleanups.
132            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
133            email address to the clipboard.
134            
135    2006-07-15  Timo Schulz  <[email protected]>
136    
137            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
138            any compatibility problems.
139            * wptW32API.cpp (get_file_version): Cleanups.
140            
141    2006-07-10  Timo Schulz  <[email protected]>
142    
143            * wptUtil.cpp (check_file_name): New.
144            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
145            (key_revoke_dlg_proc): Likewise.
146            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
147            * wptImportList.cpp (implist_load): Likewise.
148            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
149            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
150            
151    2006-07-05  Timo Schulz  <[email protected]>
152    
153            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
154            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
155            with a menu instead of dozen of buttons.
156            
157    2006-07-01  Timo Schulz  <[email protected]>
158    
159            * wptFileManager.cpp (fm_sort): Rewritten.
160            (fm_build): Modify param type. Change all callers.
161            (fm_cmp_cb): Adjusted for the new code.
162            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
163            for the list view.
164            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
165            context and model for the list view.
166            (update_status_bar): Fix calculation of the size of the
167            selected files.
168            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
169            and return type.
170            
171    2006-06-28  Timo Schulz  <[email protected]>
172    
173            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
174            and memory leak.
175            * wptListView.cpp (listview_find_substr): New.
176            (listview_sort_items): Use symbolic ids.
177            * wptKeyManager.cpp (km_find_key): Allow substring search.
178            
179    2006-06-27  Timo Schulz  <[email protected]>
180    
181            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
182            when no sig has been found (if requested).
183            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
184            quote instead of the check box. Cleanups.
185            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
186            sorting problem and wrong icon display.
187            * wptListView.cpp (listview_sort_items): Correct code for
188            checkbox based lists.
189            * wptKeylist.cpp (keylist_build): Add sorting icons.
190            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
191            
192    2006-06-24  Timo Schulz  <[email protected]>
193    
194            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
195            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
196            conversion.
197            (subkey_list_init): Simplified.
198            
199    2006-06-22  Timo Schulz  <[email protected]>
200    
201            * WinPT-en.rc: Include versioninfo.rc to generate
202            the version info automatically.
203            
204    2006-06-19  Timo Schulz  <[email protected]>
205    
206            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
207            format of the sig info text.
208            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
209            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
210            handling.
211            * wptPassphraseDlg.cpp (request_key_passphrase): Return
212            utf8 encoded passphrase.
213            
214    2006-06-18  Timo Schulz  <[email protected]>
215    
216            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
217            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
218            (verify_get_key_ownertrust): New.
219            (clip_decrypt_dlg_proc): New argument. Change all callers.
220            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
221            that the dialog was called with a param.
222            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
223            case of dbl-click.
224            
225    2006-06-16  Timo Schulz  <[email protected]>
226    
227            * wptProgressDlg.cpp (wait_for_progress_cb): New.
228            * wptMainProc.cpp (winpt_main_proc): Use this function
229            to disallow to access the cache during synchronisation.
230            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
231            * wptKeyserver.cpp (check_hkp_response): Improved text
232            extraction.
233            (parse_keyserver_error): New.
234            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
235            encoding.
236            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
237            needs to be utf8 encoded but still allow it.
238            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
239            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
240            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
241            
242    2006-06-15  Timo Schulz  <[email protected]>
243    
244            * wptVerList.cpp (verlist_build): Use icons.
245            (verlist_add_sig): Set image number according to sig state.
246            
247    2006-06-14  Timo Schulz  <[email protected]>
248    
249            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
250            authors string here. Noted by Eduardo.
251            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
252            
253    2006-06-09  Timo Schulz  <[email protected]>
254    
255            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
256            RSA_E and RSA_S.
257            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
258            
259    2006-06-08  Timo Schulz  <[email protected]>
260    
261            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
262            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
263            (showphoto_dlg_proc): New.
264            * wptKeyManagerDlg.cpp (restore_window_size): New.
265            (keymanager_dlg_proc): Restore original window size on startup.
266            (copy_key_info): Allow to copy multiple key items.
267            
268    2006-06-06  Timo Schulz  <[email protected]>
269    
270            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
271            if no expire date were given.
272            
273    2006-06-05  Timo Schulz  <[email protected]>
274    
275            * wptPassphraseDlg.cpp (request_passphrase): Release mem
276            in case of errors.
277            (request_key_passphrase): New.
278            (set_passphrase_hint): New.
279            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
280            hint. Suggested by vedaal.
281            
282    2006-06-03  Timo Schulz  <[email protected]>
283    
284            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
285            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
286            the case that 'encrypt-to' points to a non-existing item.
287            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
288            the dialog if an error occurred.
289            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
290            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
291            in case of errors.
292            * wptKeyserverDlg.cpp (check_pattern): Improved code.
293            (keyserver_dlg_proc): All comparisons are case insentensive.
294            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
295            
296    2006-06-02  Timo Schulz  <[email protected]>
297    
298            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
299            
300    2006-06-01  Timo Schulz  <[email protected]>
301    
302            * wptKeyserver.cpp (check_URL): change semantic.
303            (skip_type_prefix): Use check_URL().
304            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
305            include secret keyring backups. Change all callers.
306            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
307            (set_reg_winpt_prefs): Likewise.
308            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
309            
310    2006-05-29  Timo Schulz  <[email protected]>
311    
312            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
313    
314    2006-05-27  Timo Schulz  <[email protected]>
315    
316            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
317            passphrase requests.
318            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
319            for global use.
320            * wptFileManager.cpp (fm_decrypt): Use it here.
321            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
322            
323    2006-05-25  Timo Schulz  <[email protected]>
324    
325            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
326            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
327            * wptVerifyList.cpp (verlist_build): New argument type.
328            Change all callers.
329            (verlist_set_info_control): New.
330            (verlist_set_additional_info): New.
331            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
332            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
333            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
334            
335    2006-05-23  Timo Schulz  <[email protected]>
336    
337            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
338            problem.
339            (keyedit_main_dlg_proc): Popup menu for the user ID list
340            with common commands.
341            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
342            disable search for ldap servers.
343            Use subkeys.pgp.net by default when no server was selected.
344    
345    2006-05-22  Timo Schulz  <[email protected]>
346    
347            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
348            Support for the new 'default ext' value.
349            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
350            (prefs_dlg_proc): Likewise.
351            * wptFileManager.cpp (file_get_extension): Likewise.
352            (get_output_file): Likewise.
353            (fm_export): Likewise.
354            
355    2006-05-20  Timo Schulz  <[email protected]>
356    
357            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
358            process call when no photo is available.
359            (keyprops_dlg_proc): avoid static data.
360            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
361            of on demand key requests.
362            (show_verify_result): Likewise.
363            (secret_key_available): Likewise.
364            (fm_decrypt, fm_sign): Handle the new on demand key request
365            mode and free all memory.
366            
367    2006-05-15  Timo Schulz  <[email protected]>
368    
369            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
370            apply patch. Thanks to vedaal.
371            
372    2006-05-14  Timo Schulz  <[email protected]>
373    
374            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
375            preferred keyserver URL.
376            * wptHTTP.cpp (extractHostInfo): Fix segv.
377            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
378            gpg.conf.
379            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
380            assume an existing user id.
381            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
382            if no passphrase is available.
383    
384    2006-05-13  Timo Schulz  <[email protected]>
385    
386            * wpMainProc.cpp (secret_key_available): Move it...
387            * wptGPGME.cpp: ..to this file.
388            (check_ultimate_trusted_key): Handle the case there
389            is no secret key available.
390            * wptFileManagerDlg.cpp (update_ui_items): Improved.
391            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
392            some functions when no secret key is available.
393            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
394            code and also display pubkey algorithm.
395            * wptKeyserver.cpp (safe_alloc): New.
396            (count_keys_in_response): New.
397            (parse_pub_record): New.
398            (parse_uid_record): New.
399            (kserver_release_key): New.
400            (kserver_search_begin, kserver_search_next_key):
401            Adjust for the machine readable output. Removed old code.
402            (parse_keyserver_url): New.
403            * wptUtil.cpp (substr): New.
404            * wptKeyManager.cpp (km_refresh_one_key): Properly
405            parse the keyserver URL.
406            
407    2006-05-11  Timo Schulz  <[email protected]>
408    
409            * wptPassphraseCB.cpp (release_gpg_recipients): New.
410            (release_gpg_recipients): Use it here.
411            * wptFileManager.cpp (fm_decrypt): List all recipients.
412            Thanks to vedaal.
413            * wptGPG.cpp (extract_keyid): New.
414            (get_gnupg_default_key): Use it here.
415            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
416            one-pass-sigs again.
417            
418    2006-05-09  Timo Schulz  <[email protected]>
419    
420            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
421            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
422            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
423            
424    2006-05-07  Timo Schulz  <[email protected]>
425    
426            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
427            * wptKeyserver.cpp (wsock_strerror): Likewise.
428            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
429            Change all callers.
430            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
431            problem.
432            
433    2006-05-06  Timo Schulz  <[email protected]>
434    
435            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
436            sorting order if available.
437            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
438            for the key ID.
439            (get_pref_cipher): Differ between the AES algorithm IDs.
440            (key_is_valid): New.
441            * wptKeyserverDlg.cpp (check_pattern): Simplified.
442            
443    2006-05-03  Timo Schulz  <[email protected]>
444    
445            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
446            Thanks to Mathias.
447            
448    2006-05-02  Timo Schulz  <[email protected]>
449    
450            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
451            caption for the radio button group.
452            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
453            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
454            ldap_recvkey): Avoid fixed buffers.
455            (do_spawn_ldap_helper): New.
456            (ldap_recvkey): Factor out code into helper function.
457            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
458            Increase width of the list box to make sure even large
459            user IDs will be completly displayed.
460            
461    2006-05-01  Timo Schulz  <[email protected]>
462    
463            * WinPT.cpp (WinMain): Check if the user has admin privileges.
464            * wptW32API.cpp (user_is_admin): New.
465            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
466            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
467            to re-activate the window again.
468            * wptKeylist.cpp (get_key_trust2): Differ between "full"
469            and "ultimate".
470            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
471            has now highest priority.
472            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
473            system.
474            
475    2006-04-30  Timo Schulz  <[email protected]>
476    
477            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
478            list if needed.
479            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
480            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
481            * wptKeyEditDlgs.cpp (check_desig_rev): New.
482            (do_editkey_minimize): New.
483            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
484            generate a revoc cert as a desig revoker.
485            
486    2006-04-29  Timo Schulz  <[email protected]>
487    
488            * wptVerifyList.cpp (verlist_build): Adjusted code for new
489            list view interface.
490            * wptSigList.cpp (siglist_build): Likewise.
491            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
492            to display the preferences of the selected UID. Thanks to Mathias.
493            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
494            of an error.
495            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
496            the utf8 decoded uid list.
497            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
498            * wptListView.cpp (listview_new): New param for HWND handle.
499            Change all callers.
500            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
501            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
502            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
503            keyid extraction.
504            
505    2006-04-28  Timo Schulz  <[email protected]>
506    
507            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
508            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
509            for handling policy URLs.
510            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
511            New option KMSortBy.
512            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
513            * wptKeyEdit.cpp (minimizeKey): New.
514            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
515            
516    2006-04-27  Timo Schulz  <[email protected]>
517    
518            * wptKeyManager.cpp (km_get_key_ptr): New.
519            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
520            * wptKeyCache.cpp (keycache_decode_uids): New.
521            (free_native_uids): New.
522            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
523            
524    2006-04-26  Timo Schulz  <[email protected]>
525    
526            * wptKeylist.cpp (get_keyid_from_fpr): New.
527            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
528            * wptVerifyList.cpp (verlist_add_sig): Likewise.
529            
530  2006-04-25  Timo Schulz  <[email protected]>  2006-04-25  Timo Schulz  <[email protected]>
531    
532          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.

Legend:
Removed from v.204  
changed lines
  Added in v.270

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26