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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.188  
changed lines
  Added in v.200

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26