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

Diff of /trunk/Src/ChangeLog

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

revision 295 by twoaday, Tue Mar 13 18:53:40 2007 UTC revision 415 by twoaday, Sat Feb 11 16:51:01 2012 UTC
# Line 1  Line 1 
1    2012-02-11  Timo Schulz  <[email protected]>
2    
3            * wptCurrWnd.cpp (get_current_wnd): store thread ID
4            pair to avoid side-effects.
5            (paste_window_content): Likewise.
6            (copy_window_content): Likewise.
7            * WinPT.cpp (WinMain): Switch to disable hooking.
8            * wptMainProc.cpp (winpt_main_proc): Handle it here.
9            
10    2012-02-06  Timo Schulz  <[email protected]>
11    
12            * wptNLS.cpp (gettext_free_current_domain): Replace free()
13            with safe_free():
14            * WinPT.cpp: Use log_debug to improve bug tracking capabilities.
15            * wptGPG.cpp (check_keyring): Improved error checking.
16            * wptFileManager.cpp: Removed obsolete code.
17            
18    2012-01-29  Timo Schulz  <[email protected]>
19    
20            * wptNLS.cpp: Added 'Dutch' as a valid language.
21            * wptSigTreeDlg.cpp (sigtree_load): Fixed gcc warning.
22            * wptKeyserver.cpp (kserver_connect): Likewise.
23            
24    2012-01-15  Timo Schulz  <[email protected]>
25    
26            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc):
27            Invert logic to disable the calendar control for the
28            key expiration date.
29            * wptKeyPropsDialog.cpp (on_init_dialog): Localized missing string.
30            
31    2011-12-13  Timo Schulz  <[email protected]>
32    
33            * Makefile.am: Enable SSP and corrected dependencies.
34            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Redraw control after
35            a key was updated from a keyserver.
36    
37    2011-12-12  Timo Schulz  <[email protected]>
38    
39            * WinPT-en.rc: Remove winpt.org strings. Thanks to Ralf.
40    
41    2011-12-09  Timo Schulz  <[email protected]>
42    
43            * wptNLS.cpp (gettext_set_user_domain): Changed return type to
44            void.
45    
46    2011-12-06  Timo Schulz  <[email protected]>
47    
48            * wptNLS.cpp (get_user_langid): Removed.
49            Use gettext_get_langid() instead. Changed all callers.
50            (gettext_set_file): Removed.
51            (w32_stpcpy): Likewise.
52            * StringBuffer.cpp: Overload '=' operator for 'char*'.
53    
54    2011-12-06  Timo Schulz  <[email protected]>
55    
56            * wptKeyPropsDlg.cpp (on_init_dialog): Extra hint in
57            the title that the key has been revoked.
58            * wptKeyManagerDlg.cpp (keymanger_dlg_proc): Redraw
59            list view in case a modal client dialog has been closed.
60            
61    2011-12-04  Timo Schulz  <[email protected]>
62    
63            * WinPT.cpp (get_file_version): New.
64            Improved error handling.
65    
66    2011-12-01  Timo Schulz  <[email protected]>
67    
68           * wptGroupsDlg.cpp: Removed.
69           * wptGroupManager.cpp: Likewise.
70           * wptKeyTrustPathDlg.cpp: Removed.
71          
72    2011-11-30  Timo Schulz  <[email protected]>
73    
74           * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted
75           positions for GPG menu entries.
76          
77    2011-11-25  Timo Schulz  <[email protected]>
78    
79            * WinPT.cpp (check_os_version): New. Separated
80            function to check the OS verson.
81            Removed emulate utf8 bug legacy code.
82            * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits
83            also for the primary key since we are now supporting DSAv2.
84            (keygen_wizard_dlg_proc): Adjusted for DSAv2.
85            * wptKeyEditDlgs.cpp (is_jpg_file): Modernized.
86            (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check
87            and rewrote index to gpg menu mapping. Fixed wrong text label.
88            * wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon
89            error boxes.
90    
91            * Integrated patches from Remi FAVIER.
92            
93    2007-08-03  Timo Schulz  <[email protected]>
94    
95            * wptMainproc.cpp (wpt_main_proc): A single click
96            with the mouse, left button, also shows the menu.
97            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
98            allocated and thus remove the additional check before free().
99    
100            
101    2007-05-25  Timo Schulz  <[email protected]>
102    
103            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
104            if the gpgProgram entry will be modified. Suggested by Werner.
105    
106    2007-03-23  Timo Schulz  <[email protected]>
107    
108            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
109            variables to avoid heap operations.
110            * wptKeyManager.cpp (km_http_import): Adjust the http class.
111    
112    2007-03-21  Timo Schulz  <[email protected]>
113    
114            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
115            array of strings.
116            (km_clip_export): Really export all selected keys.
117            (km_file_export): Likewise.
118            
119    2007-03-17  Timo Schulz  <[email protected]>
120    
121            * wptErrors.cpp (debug_end): Reset FP pointer.
122            (printf_box): Fix buffer calculation.
123            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
124            return the error.
125    
126  2007-03-13  Timo Schulz  <[email protected]>  2007-03-13  Timo Schulz  <[email protected]>
127    
128          * wptGPG.cpp (gpg_check_file_permissions): New.          * wptGPG.cpp (gpg_check_file_permissions): New.

Legend:
Removed from v.295  
changed lines
  Added in v.415

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26