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

Diff of /trunk/Src/ChangeLog

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

revision 80 by twoaday, Wed Nov 16 11:05:16 2005 UTC revision 121 by twoaday, Mon Dec 12 11:19:56 2005 UTC
# Line 1  Line 1 
1    2005-12-11  Timo Schulz  <[email protected]>
2    
3            * wptW32API.cpp (get_file_version): New.
4            * wptGPGUtil.cpp (create_process): Always hide window.
5            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
6            instead of 'Exit'.
7            * wptKeyManager.cpp (km_http_import): New filename
8            generation code.
9            (km_send_to_mail_recipient): Cleanups.
10            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
11            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
12            when multiple keys are selected.
13            (popup_multiple): New.
14            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
15            file versions are equal. Rewrote --keymanager code.
16            
17    2005-12-08  Timo Schulz  <[email protected]>
18    
19            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
20            (hkp_recv_key2): Show user-id of the imported key instead
21            of just the pattern.
22            * wptFileCBS.cpp (read_cb): Changed to W32 API.
23            (write_cb): Likewise. Create output file on demand.
24            (gpg_file_data_new): Adjusted code for new API.
25            * wptKeyEdit.cpp (cleanKey): New.
26            * wptKeyEditCB.cpp (cmd_clean_handler): New.
27            (editkey_command_handler): Call clean handler.
28            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
29            keylist after inserting items.
30            * wptFileManager.cpp (fm_set_status): Take care of
31            cleartext sigs.
32            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
33            sure can be closed.
34            
35    2005-12-07  Timo Schulz  <[email protected]>
36    
37            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
38            Use 'Close' instead of 'Exit'.
39            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
40            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
41            as the destination dir. Thanks to Werner.
42            * wptRegistry.cpp (is_gpgee_installed): New.
43            (regist_inst_winpt): Do not register file extensions
44            if GPGee is available.
45            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
46            use of local vars.
47            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
48            no illegal backup mode is saved.
49            * wptKeyserverDlg.cpp (show_imported_key): New.
50            (hkp_recv_key2): Show imported keys if the blob
51            contained more than one.
52            
53    2005-12-06  Timo Schulz  <[email protected]>
54    
55            * WinPT.cpp (WinMain): Load the gettext environment soon
56            as possible so all 'first start' messages are localized.
57            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
58            received via the keyserver, return the gpgme key context on
59            success and add it directly to the list.
60            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
61            to store the key.
62            (hkp_recv_key2): Add extra param for the fingerprint.
63            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
64            
65    2005-12-02  Werner Koch  <[email protected]>
66    
67            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
68    
69    2005-12-01  Timo Schulz  <[email protected]>
70    
71            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
72            for get_gpg_sigstat().
73            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
74            As a macro strings will not be translated at runtime.
75            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
76            need to update the cache. Thanks to Jan-Oliver.
77            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
78            
79    2005-11-30  Timo Schulz  <[email protected]>
80    
81            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
82            * WinPT-en.rc: Removed string list.
83            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
84            * wptKeylist.cpp (keylist_build): Cannot use global
85            arrays for the columns due to gettext.
86            
87    2005-11-29  Timo Schulz  <[email protected]>
88    
89            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
90            is running, just send the command to open the manager.
91            
92    2005-11-25  Timo Schulz  <[email protected]>
93    
94            * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
95            process when the revoker is already there.
96            
97    2005-11-24  Timo Schulz  <[email protected]>
98    
99            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
100            signing dialog items.
101            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
102            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
103            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
104            * wptKeylist.cpp (key_check_validity): Likewise.
105            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
106            
107    2005-11-22  Timo Schulz  <[email protected]>
108    
109            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
110            macro debug output will be generated in release version.
111            
112    2005-11-21  Timo Schulz  <[email protected]>
113    
114            * WinPT.cpp (WinMain): Implement --stop switch.
115            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
116            missing string.
117            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
118            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
119            first. Thanks to Ralf.
120            * wptFileManagerDlg.cpp (update_ui_items): New.
121            * wptFileManager.cpp (fm_set_status): New sigmode param.
122            Changed all callers.
123            
124    2005-11-17  Timo Schulz  <[email protected]>
125    
126            * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
127            the cache will be loaded twice.
128            * wptRegistry.cpp (regist_inst_winpt): More comments.
129            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
130            neg. coordinates are never used.
131            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
132            strings.
133            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
134            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
135            and save 'AlwaysOnTop' in the registry.
136            
137  2005-11-16  Timo Schulz  <[email protected]>  2005-11-16  Timo Schulz  <[email protected]>
138    
139          * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.          * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.

Legend:
Removed from v.80  
changed lines
  Added in v.121

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26