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

Diff of /trunk/Src/ChangeLog

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

revision 41 by twoaday, Fri Oct 28 07:15:26 2005 UTC revision 57 by werner, Wed Nov 2 11:29:44 2005 UTC
# Line 1  Line 1 
1    2005-11-02  Werner Koch  <[email protected]>
2    
3            * WinPT.cpp (WinMain): Disabled PTD version tests.
4    
5            * wptErrors.cpp (debug_end): Add dummy function.
6    
7            * Makefile.am (code_files): Added wptCardEditCB.cpp and
8            wptKeyEditCB.cpp.
9    
10    2005-10-31  Werner Koch  <[email protected]>
11    
12            * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
13            functions.
14    
15            * wptKeyEditDlgs.cpp: Include oleauto.h
16            * wptKeyEdit.cpp: Include time.h.
17            * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
18            * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
19    
20            * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
21            wptKeyEdit.cpp and wptKeycache.cpp.
22    
23            * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
24            * wptImportList.cpp (implist_load): Use remove and not unlink.
25            * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
26            * wptImportList.cpp (implist_load): Use remove and not unlink.
27            * wptKeyManager.cpp (km_http_import): Ditto
28            * wptMainProc.cpp: Include wptCrypto.h
29            * wptKeyManager.cpp: Ditto.
30            * wptFileManager.cpp: Ditto.
31            * wptImportList.cpp (parse_colon_key): Need to cast argument for
32            isdigit.  Include ctype.h.
33            * wptGPG.cpp: Include shlobj.h.
34    
35            Fixed double inclusion of windows.h.
36            
37            * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
38            * wptKeylist.cpp (get_key_created): Broke up trigraph.
39            (get_key_status): Removed dangerous use of sprintf.  Still other
40            flaws present, see comment.
41    
42            * wptCardPCSC.c: Don't include winscard.h.
43            (pcsc_readerstate_t, pcsc_context_t): New.  Changed call users to
44            use these types.
45            (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
46            (SCARD_S_SUCCESS): Changed all compares to test the value directly
47            against zero.
48    
49            * WinPT.cpp: Include wptCrypto.h.
50            (WinMain): Don't shard S. Removed usunsed variable SIZE.
51            * Makefile.am (code_files): Actually add files by adding a first
52            backslash.
53            * wptMDSumDlg.cpp: Include wptCrypto.h.
54            * wptProxySettingsDlg.cpp: Included ctype.h.
55            * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
56            * wptKeysignDlg.cpp: Ditto
57            * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
58            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
59            Removed unused variable.
60            * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
61            silly c++ operator synonyms.
62            * wptKeyEditDlgs.cpp: Include time.h.
63            * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
64            * wptFileManagerDlg.cpp: Ditto.
65            (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
66            matter if it does an rmdir for a directory.
67    
68            Fixed include of resource.h which is not anymore in the top
69            directory.
70    
71    2005-10-28  Werner Koch  <[email protected]>
72    
73            * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
74            unsigned.  Never ever use a possible signed char as argument for
75            ctype tests.  An alternative is to first test using isascii ().
76            (keyserver_proxy_dlg_proc): Removed unused variable.
77    
78  2005-10-27  Timo Schulz  <[email protected]>  2005-10-27  Timo Schulz  <[email protected]>
79    
80          * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.          * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.

Legend:
Removed from v.41  
changed lines
  Added in v.57

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26