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

Diff of /trunk/Src/ChangeLog

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

revision 66 by twoaday, Thu Nov 3 17:55:18 2005 UTC revision 99 by twoaday, Fri Nov 25 07:47:51 2005 UTC
# Line 1  Line 1 
1    2005-11-24  Timo Schulz  <[email protected]>
2    
3            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
4            signing dialog items.
5            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
6            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
7            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
8            * wptKeylist.cpp (key_check_validity): Likewise.
9            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
10            
11    2005-11-22  Timo Schulz  <[email protected]>
12    
13            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
14            macro debug output will be generated in release version.
15            
16    2005-11-21  Timo Schulz  <[email protected]>
17    
18            * WinPT.cpp (WinMain): Implement --stop switch.
19            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
20            missing string.
21            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
22            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
23            first. Thanks to Ralf.
24            * wptFileManagerDlg.cpp (update_ui_items): New.
25            * wptFileManager.cpp (fm_set_status): New sigmode param.
26            Changed all callers.
27            
28    2005-11-17  Timo Schulz  <[email protected]>
29    
30            * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
31            the cache will be loaded twice.
32            * wptRegistry.cpp (regist_inst_winpt): More comments.
33            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
34            neg. coordinates are never used.
35            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
36            strings.
37            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
38            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
39            and save 'AlwaysOnTop' in the registry.
40            
41    2005-11-16  Timo Schulz  <[email protected]>
42    
43            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
44            * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
45            mode.
46            * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
47            * wptRegistry.cpp (regist_inst_winpt): Set install directory.
48            Useful for other programs to figure out the path to the EXE.
49            
50    2005-11-14  Timo Schulz  <[email protected]>
51    
52            * wptGPG.cpp (check_gnupg_engine): Fix version check.
53            * wptMainProc.cpp (winpt_main_proc): Check keyring
54            file permissions always and do not use interative output
55            when the windows session ends.
56            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
57            Localize all strings.
58            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
59            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
60            * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
61            non-valid keys.
62            
63    2005-11-12  Timo Schulz  <[email protected]>
64    
65            Fix more GCC warnings.
66    
67    2005-11-10  Timo Schulz  <[email protected]>
68    
69            * wptClipSignDlg.cpp (one_key_proc): Use
70            release_gpg_passphrase_cb() to free the context.
71            * wptListView.cpp (listview_deselect_all): New.
72            * wptMAPI.cpp (mapi_send_pubkey): Works again.
73            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
74            zip.    
75            * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
76            caching for signing operations.
77            * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
78            * wptFileManager.cpp (fm_send_file): Likewise.
79            (fm_encrypt_into_zip): New.      
80            
81    2005-11-09  Timo Schulz  <[email protected]>
82    
83            * wptNLS.c (get_gettext_langid): Map user language id to
84            printable gettext language strings.
85            * wptRegistry.cpp (get_reg_entry_mo): Support for the
86            gettext environment.
87            * wptFileManager.cpp (fm_encrypt): Close all files before
88            the wipe procedure is called.
89            * wptVerlist.cpp (verlist_add_sig): Handle the case the
90            issuer is not valid but the signature is.
91            (verlist_add_sig_log): Likewise. Thanks to the folks on
92            winpt-users.
93            
94    2005-11-08  Werner Koch  <[email protected]>
95    
96            * SAFE.ICO, SIGN.ICO: Fixed capitalization.
97            * WinPT-en.rc: Ditto.
98            * winpt_km.ico:  Moved from ../.
99    
100            * Makefile.am (resource_files): Add missing backslash.
101    
102    2005-11-08  Timo Schulz  <[email protected]>
103    
104            More minor changes to avoid GCC warnings.
105            
106            * wptGPG.cpp (check_homedir): Free memory in case of errors.
107            (multi_gnupg_path): Add strict mode. If non-strict mode return
108            the folder even if it does not exist.
109            (check_for_gpgwin): New.
110            * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
111            initialized.
112            * wptRegistry.cpp (get_reg_entry_gpg4win): New.
113            (get_reg_entry_mo): Support for gpg4win.
114            
115    2005-11-07  Timo Schulz  <[email protected]>
116    
117            * wptMainProc.cpp (winpt_main_proc): Disable
118            some menu items when no secret key is available.
119            
120    2005-11-05  Timo Schulz  <[email protected]>
121    
122            More minor changes to avoid GCC warnings.
123            
124            * wptErrors.cp (winpt_strerror): Return w32
125            formatted error and do not use 'break'.
126            
127    2005-11-04  Werner Koch  <[email protected]>
128    
129            * WinPT-en.rc: Fixed locations of icons.
130    
131  2005-11-03  Timo Schulz  <[email protected]>  2005-11-03  Timo Schulz  <[email protected]>
132    
133          A lot of minor changes to avoid GCC warnings.          A lot of minor changes to avoid GCC warnings.

Legend:
Removed from v.66  
changed lines
  Added in v.99

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26