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

Diff of /trunk/Src/ChangeLog

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

revision 288 by twoaday, Sat Mar 10 11:02:33 2007 UTC revision 442 by twoaday, Sat Apr 14 14:23:34 2012 UTC
# Line 1  Line 1 
1    2012-04-14  Timo Schulz  <[email protected]>
2    
3            * wptBalloonPop.cpp (window_proc): Removed unused variable.
4            * wptCardDlg.cpp (do_askpin): Corrected generation of PIN
5            info text.
6            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Removed unused
7            variable.
8            * wptKeylist.cpp (get_key_pubalgo): Extra handling for '0'.
9            * wptGPG.cpp (default_key_from_cache): Removed unused variable.
10            
11            Thanks to Grzesiek from the patches.
12            
13            
14    2012-04-09  Timo Schulz  <[email protected]>
15    
16            * wptKeylist.cpp (keylist_build): New icon for
17            expired public keys.
18            
19    2012-04-07  Timo Schulz  <[email protected]>
20    
21            * wptFileManager.cpp (fm_add_dir_files): Limited scope of
22            local vars.
23            * wptImageList.cpp (km_imagelist_load): Use COLOR16 and
24            a larger icon size.
25            * wptKeylist.cpp (keylist_build): Likewise.
26            * wptListView.cpp (listview_set_image_list): Likewise.
27            * wptNLS.cpp: New translation (Polish).
28            
29    2012-04-07  Timo Schulz  <[email protected]>
30    
31            * wptSigTreeDlg.cpp (treeview_set_image_list): Use ICON16.
32            * wptVerifyList.cpp (verlist_build): Adjusted column widths.
33            
34    2012-03-03  Timo Schulz  <[email protected]>
35    
36            * WinPT.cpp (get_file_version): Improved error checking.
37            (gpg_set_debug_mode): Likewise.
38            * wptMainProc.cpp (add_taskbar_icon): Limit tooltip size.
39            
40    2012-02-26  Timo Schulz  <[email protected]>
41    
42            * WinPT.cpp (WinMain): Check for possible errors
43            during the file verification process.
44            
45    2012-02-16  Timo Schulz  <[email protected]>
46    
47            * wptErrors.cpp (setup_logfile): New. Factored out the
48            code to create the debug logging file.
49            (log_debug): Use it here and disable debugging in case
50            of any file problems.
51            
52    2012-02-11  Timo Schulz  <[email protected]>
53    
54            * wptCurrWnd.cpp (get_current_wnd): store thread ID
55            pair to avoid side-effects.
56            (paste_window_content): Likewise.
57            (copy_window_content): Likewise.
58            * WinPT.cpp (WinMain): Switch to disable hooking.
59            * wptMainProc.cpp (winpt_main_proc): Handle it here.
60            
61    2012-02-06  Timo Schulz  <[email protected]>
62    
63            * wptNLS.cpp (gettext_free_current_domain): Replace free()
64            with safe_free():
65            * WinPT.cpp: Use log_debug to improve bug tracking capabilities.
66            * wptGPG.cpp (check_keyring): Improved error checking.
67            * wptFileManager.cpp: Removed obsolete code.
68            
69    2012-01-29  Timo Schulz  <[email protected]>
70    
71            * wptNLS.cpp: Added 'Dutch' as a valid language.
72            * wptSigTreeDlg.cpp (sigtree_load): Fixed gcc warning.
73            * wptKeyserver.cpp (kserver_connect): Likewise.
74            
75    2012-01-15  Timo Schulz  <[email protected]>
76    
77            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc):
78            Invert logic to disable the calendar control for the
79            key expiration date.
80            * wptKeyPropsDialog.cpp (on_init_dialog): Localized missing string.
81            
82    2011-12-13  Timo Schulz  <[email protected]>
83    
84            * Makefile.am: Enable SSP and corrected dependencies.
85            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Redraw control after
86            a key was updated from a keyserver.
87    
88    2011-12-12  Timo Schulz  <[email protected]>
89    
90            * WinPT-en.rc: Remove winpt.org strings. Thanks to Ralf.
91    
92    2011-12-09  Timo Schulz  <[email protected]>
93    
94            * wptNLS.cpp (gettext_set_user_domain): Changed return type to
95            void.
96    
97    2011-12-06  Timo Schulz  <[email protected]>
98    
99            * wptNLS.cpp (get_user_langid): Removed.
100            Use gettext_get_langid() instead. Changed all callers.
101            (gettext_set_file): Removed.
102            (w32_stpcpy): Likewise.
103            * StringBuffer.cpp: Overload '=' operator for 'char*'.
104    
105    2011-12-06  Timo Schulz  <[email protected]>
106    
107            * wptKeyPropsDlg.cpp (on_init_dialog): Extra hint in
108            the title that the key has been revoked.
109            * wptKeyManagerDlg.cpp (keymanger_dlg_proc): Redraw
110            list view in case a modal client dialog has been closed.
111            
112    2011-12-04  Timo Schulz  <[email protected]>
113    
114            * WinPT.cpp (get_file_version): New.
115            Improved error handling.
116    
117    2011-12-01  Timo Schulz  <[email protected]>
118    
119           * wptGroupsDlg.cpp: Removed.
120           * wptGroupManager.cpp: Likewise.
121           * wptKeyTrustPathDlg.cpp: Removed.
122          
123    2011-11-30  Timo Schulz  <[email protected]>
124    
125           * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted
126           positions for GPG menu entries.
127          
128    2011-11-25  Timo Schulz  <[email protected]>
129    
130            * WinPT.cpp (check_os_version): New. Separated
131            function to check the OS verson.
132            Removed emulate utf8 bug legacy code.
133            * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits
134            also for the primary key since we are now supporting DSAv2.
135            (keygen_wizard_dlg_proc): Adjusted for DSAv2.
136            * wptKeyEditDlgs.cpp (is_jpg_file): Modernized.
137            (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check
138            and rewrote index to gpg menu mapping. Fixed wrong text label.
139            * wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon
140            error boxes.
141    
142            * Integrated patches from Remi FAVIER.
143            
144    2007-08-03  Timo Schulz  <[email protected]>
145    
146            * wptMainproc.cpp (wpt_main_proc): A single click
147            with the mouse, left button, also shows the menu.
148            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
149            allocated and thus remove the additional check before free().
150    
151            
152    2007-05-25  Timo Schulz  <[email protected]>
153    
154            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
155            if the gpgProgram entry will be modified. Suggested by Werner.
156    
157    2007-03-23  Timo Schulz  <[email protected]>
158    
159            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
160            variables to avoid heap operations.
161            * wptKeyManager.cpp (km_http_import): Adjust the http class.
162    
163    2007-03-21  Timo Schulz  <[email protected]>
164    
165            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
166            array of strings.
167            (km_clip_export): Really export all selected keys.
168            (km_file_export): Likewise.
169            
170    2007-03-17  Timo Schulz  <[email protected]>
171    
172            * wptErrors.cpp (debug_end): Reset FP pointer.
173            (printf_box): Fix buffer calculation.
174            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
175            return the error.
176    
177    2007-03-13  Timo Schulz  <[email protected]>
178    
179            * wptGPG.cpp (gpg_check_file_permissions): New.
180            (my_access): Renamed to..
181            (check_file_access): ..this.
182    
183    2007-03-12  Timo Schulz  <[email protected]>
184            
185            * wptVerifyList.cpp (extract_filename): Simplified.
186            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
187            leak for some error cases.
188    
189  2007-03-10  Timo Schulz  <[email protected]>  2007-03-10  Timo Schulz  <[email protected]>
190    
191          * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to          * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
192          avoid possible allocation problems.          avoid possible allocation problems.
193          (kserver_seararch_begin): Likewise.          (kserver_seararch_begin): Likewise.
194            (parse_pub_record): Double check fpr to key ID problem.
195            Noted by Mike Culbertson.
196    
197  2007-03-09  Timo Schulz  <[email protected]>  2007-03-09  Timo Schulz  <[email protected]>
198    

Legend:
Removed from v.288  
changed lines
  Added in v.442

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26