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

Diff of /trunk/Src/ChangeLog

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

revision 187 by twoaday, Wed Mar 22 11:04:20 2006 UTC revision 201 by twoaday, Sat Apr 22 18:30:24 2006 UTC
# Line 1  Line 1 
1    2006-04-22  Timo Schulz  <[email protected]>
2    
3            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
4            revoker name in UTF8.
5            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
6            with the window title.
7            
8    2006-04-20  Timo Schulz  <[email protected]>
9    
10            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
11            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
12            c++ memory allocation.
13            * wptFileManager.cpp (show_verify_result): Show PKA status
14            if possible.
15            * wptClipVerifyDlg.cpp (get_pka_status): New.
16            (clip_verify_dlg_proc): Show PKA status if possible.
17            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
18            to use ESC to quit the dialog.
19            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
20            encode the comment in UTF8. Thanks to Werner and Jan.
21            
22    2006-04-16  Timo Schulz  <[email protected]>
23    
24            * wptHTTP.cpp (getErrorCode): New.
25            (connect): Store winsock error code.
26            * wptGPGMEData.cpp (is_armor_header): New.
27            * wptGPG.cpp (check_gnupg_engine): Free context.
28            (gnupg_backup_keyrings): Do not use global vars.
29            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
30            
31    2006-04-15  Timo Schulz  <[email protected]>
32    
33            * wptKeyManager.cpp (km_get_key): New.
34            (km_key_show_revoc_info): New.
35            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
36            (on_init_dialog): New.
37            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
38            out some common code and use km_get_key() instead.
39            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
40            param type. Change all callers.
41            * wptKeyEdit.cpp (addNotation): New.
42            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
43            param everywhere. Change all callers.
44            
45    2006-04-09  Timo Schulz  <[email protected]>
46    
47            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
48            if the homedir value was changed.
49            * wptGPG.cpp (default_key_from_cache): Only return secret key
50            if public part is available.
51            (set_gnupg_default_key): Fix NULL problem.
52            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
53            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
54            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
55            'always-on-top' correctly.
56            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
57            mem to hold all possible keys.
58            (keylist_enum_keys): Likewise.
59            
60    2006-04-08  Timo Schulz  <[email protected]>
61    
62            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
63            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
64            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
65            * WinPT.cpp (WinMain): if the default key was not found, reset
66            the gpg.conf entry.
67            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
68            file name.
69            (show_verify_result): Always use utf8 output.
70            (get_output_file): Case in-sentensive comparison.
71            (fm_assume_onepass_sig): Fixed temp file handling.
72            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
73            output.
74            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
75            
76    2006-04-07  Timo Schulz  <[email protected]>
77    
78            * wptW32API.cpp (set_clip_text): Change code so it also
79            works again with non-XP systems.
80            
81    2006-04-02  Timo Schulz  <[email protected]>
82    
83            * wptKeyserver.cpp: decrease general threshold for timeout.
84            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
85            
86    2006-04-01  Timo Schulz  <[email protected]>
87    
88            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
89            * wptFileManager.cpp (restore_original_name): New.
90            (fm_decrypt): Restore original file name from literal
91            packet if possible.
92            
93    2006-03-31  Timo Schulz  <[email protected]>
94    
95            * wptCommonDlg.cpp (nls_load_langlist): New.
96            (nsl_set_language): New.
97            (nls_dlg_proc): New.
98            (select_language): New. Allow user to select the language.
99            * wptNLS.c (get_gettext_langid): Updated available languages.
100            * WinPT.cpp (WinMain): Allow to select the languag on first
101            start in non-installer environments.
102            * wptVerifyList.cpp (verlist_build): Simplified.
103            (verlist_add_sig_log): Likewise.
104            * wptListview.cpp (listview_set_column_width,
105            listview_get_selected_item): New.
106            * wptKeyManager.cpp (gpg_clip_export): Merged into..
107            (km_clip_export): ..this function.
108            
109    2006-03-30  Timo Schulz  <[email protected]>
110    
111            * wptW32API.cpp (insert_menu_item): New.
112            * wptSigTreeDlg.cpp (create_popup): Use it.
113            (sigtree_dlg_proc): Only show the name of the owner in the title.
114            * wptMainProc.cpp (init_common_controls): Initialize all
115            common controls here.
116            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
117            keyserver menu concept. Add all keyservers dynamically.
118            
119    2006-03-29  Timo Schulz  <[email protected]>
120    
121            * wptKeyManager.cpp (km_refresh_one_key): Fix problem
122            with preferred keyserver.
123            * wptCommonDlg.cpp (check_URL): Allow non-http URL.
124            * wptKeyEditDlgs.cpp (subkey_subclass_proc,
125            uid_subclass_proc): Disable shortcuts for non keypairs.
126            * wptMainProc.cpp (winpt_main_proc): No user interaction
127            on automatic shutdown. Thanks to Werner.
128            * wptGPGUtil.cpp (xcalloc): New.
129            (gpg_rebuild_cache): Use --batch.
130            
131    2006-03-26  Timo Schulz  <[email protected]>
132    
133            * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
134            * wptMainProc.cpp (winpt_main_proc): Reload key cache
135            when the GPG settings were changed.
136            * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
137            keygen_dlg_proc): Improved check for the email address.
138            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
139            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
140            
141    2006-03-22  Timo Schulz  <[email protected]>
142    
143            * wptClipSignDlg.cpp (on_init_dialog): New.
144            Check that there is at least one useable signing key.
145            * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
146            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
147            if needed.
148            
149  2006-03-21  Timo Schulz  <[email protected]>  2006-03-21  Timo Schulz  <[email protected]>
150    
151          * wptUTF8.cpp (native_to_utf8): Use directly W32 API.          * wptUTF8.cpp (native_to_utf8): Use directly W32 API.

Legend:
Removed from v.187  
changed lines
  Added in v.201

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26