/[winpt]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 180 - (hide annotations)
Mon Mar 6 14:41:58 2006 UTC (18 years, 11 months ago) by twoaday
File size: 6276 byte(s)
2006-02-27  Timo Schulz  <twoaday@freakmail.de>
 
        * wptSOCKS.cpp (socks_handshake): New.
        * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
        the key manager in teh foreground if possible.
        * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
        * wptRegistry.cpp (get_reg_proxy_prefs,
        set_reg_proxy_prefs): Use directly the proxy context.
        Changed all callers.
        * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
        (keyserver_proxy_dlg_proc): Use directly the proxy context.
        * wptKeyserver.cpp (kserver_connect): Better proxy support.
        (kserver_send_request, kserver_recvkey_request): Likewise.
        * wptKeyserverDlg.cpp (name_from_proto): New.
        (set_proxy): Adjusted for the new code.


1 twoaday 180 2006-03-03 Timo Schulz <[email protected]>
2    
3     * README, FAQ, COPYING: converted to unix text format.
4    
5 twoaday 133 2006-01-07 Timo Schulz <[email protected]>
6    
7     * Icons: Deleted unused folder.
8    
9 werner 132 2006-01-05 Werner Koch <[email protected]>
10    
11     * configure.ac: Hack to make sure that NLS support is included.
12    
13 twoaday 121 2005-12-11 Timo Schulz <[email protected]>
14    
15     * configure.ac: Remove w32gpgme Makefile. It is not
16     needed any longer.
17    
18 twoaday 100 2005-11-25 Timo Schulz <[email protected]>
19    
20     * config.h.in: Removed unused WINPT_IPC directive.
21     * configure.ac: Likewise.
22    
23 twoaday 85 2005-11-17 Timo Schulz <[email protected]>
24    
25     * Makefiles/: Deleted. Support for Borland compiler makes
26     no sense with this directory structure.
27     * WinPT.dsw, WinPT.dsp: Removed. Store MSVC specific files
28     outside of the repository.
29    
30 werner 62 2005-11-03 Werner Koch <[email protected]>
31    
32 werner 63 * configure.ac (AM_INIT_AUTOMAKE): Fixed.
33    
34 werner 62 * Makefile.am (SUBDIRS): Include Ico/ and icons/.
35    
36     * configure.ac (W32ROOT): Define it.
37    
38     * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
39    
40 werner 57 2005-11-01 Werner Koch <[email protected]>
41    
42     * configure.ac: Use Src/WinPt.cpp and not src/WinPt.cpp
43    
44     2005-10-31 Werner Koch <[email protected]>
45    
46     * w32gpgme/Makefile.am: Add a real Makefile.
47    
48     2005-10-28 Werner Koch <[email protected]>
49    
50     * Makefile.am (AUTOMAKE_OPTIONS): Remove zip target and use bzip2.
51    
52     2005-10-27 Werner Koch <[email protected]>
53    
54     * w32gpgme/w32gpgme.h [WINPT_MODERN_BUILD]: Include gpgme.h from
55     standard place.
56     (gpg_pgptype_t): Make in terms of pgp_type_t.
57    
58     * SmartCard.txt: Removed cuase the information is outdated.
59    
60     * autogen.sh, configure.ac: New.
61     * m4/: New.
62     * Makefile.am: New.
63     * winpt-de.rc, WinPT-en.rc: Include Src/versioninfo.rc. We don't
64     use a translated version for -de right now; however it will be
65     easy to add.
66     * KeyManagerExe.cpp: Moved to Src/.
67    
68     2001-01-28 Timo Schulz <[email protected]>
69    
70     * Add a hotkey section to the README
71    
72     2001-01-30 Timo Schulz <[email protected]>
73    
74     * Add new GPGME update
75    
76     2001-02-01 Timo Schulz <[email protected]>
77    
78     * AUTHORS: Add author for the NLS code
79     * README: Add OE5 hotkey
80    
81     2001-02-04 Timo Schulz <[email protected]>
82    
83     * NLS: remove and put the text into README
84     * README: add NLS section
85    
86     2001-02-20 Timo Schulz <[email protected]>
87    
88     * Add new GPGME update 0.1.4b
89    
90     2001-02-21 Timo Schulz <[email protected]>
91    
92     * INSTALL: Remove and put the entries into README
93     * VERSION: update
94     * README: Rewrite the parts for the use with 0.1.2pre
95     * WinPT.rc: IDD_WINPT_IMPORT: Add static fields to the NLS suite
96    
97     2001-02-25 Timo Schulz <[email protected]>
98    
99     * WinPT.rc: IDD_WINPT_KEYGEN: Add static fields to the NLS suite
100    
101     2001-02-28 Timo Schulz <[email protected]>
102    
103     * Add new GPGME update 0.2.0
104    
105     2001-03-10 Timo Schulz <[email protected]>
106    
107     * Kludge WinPG and GPGME together. The next step should be
108     to put all gpgme extensions into the 'MyGPGME' libarary
109    
110     2001-04-02 Timo Schulz <[email protected]>
111    
112     * Add new GPGME update 0.2.1
113    
114     2001-04-09 Timo Schulz <[email protected]>
115    
116     * Modify README for the new menu layout.
117    
118     2001-04-12 Timo Schulz <[email protected]>
119    
120     * Hook: New. Little project to let the current window stuff work.
121    
122     2001-04-14 Timo Schulz <[email protected]>
123    
124     * WinPT.rc: Change all dialog languages to English/USA.
125     Add menu entry for the current window stuff.
126    
127     2001-04-21 Timo Schulz <[email protected]>
128    
129     * Update GPGME code.
130    
131     2001-05-05 Timo Schulz <[email protected]>
132    
133     * WinPT.rc: Modify some dialogs for the new keyedit feature.
134    
135     2001-05-09 Timo Schulz <[email protected]>
136    
137     * New project started. WinPT GPG Agent.
138    
139     2001-05-10 Timo Schulz <[email protected]>
140    
141     * WinPT.rc: Add new resource for the preferences.
142    
143     2001-05-11 Timo Schulz <[email protected]>
144    
145     * MyGPGME/tests: Removed. It's not really useful so I decided to
146     remove it from the package.
147    
148     2001-05-12 Timo Schulz <[email protected]>
149    
150     * README: Apply some spelling corrections from Joshua.
151    
152     2001-05-19 Timo Schulz <[email protected]>
153    
154     * README: Corrected the filename to verify the signature.
155    
156     2001-05-27 Timo Schulz <[email protected]>
157    
158     * README: Add a paragraph for the word wrap feature.
159    
160     2001-06-01 Timo Schulz <[email protected]>
161    
162     * README: Add a paragraph for multiple recipients.
163    
164     2001-06-05 Timo Schulz <[email protected]>
165    
166     * README: Remove Outlook Express hotkey, because we don't include
167     this until it works.
168    
169     2001-06-07 Timo Schulz <[email protected]>
170    
171     * README: Commited spelling fixes.
172    
173     2001-06-17 Timo Schulz <[email protected]>
174    
175     * README: Add a notice for the current window mode.
176    
177     2001-06-22 Timo Schulz <[email protected]>
178    
179     * Begin to audit the code basically, because of the passphrase
180     logging by Dr. Watson...
181    
182     2001-06-24 Timo Schulz <[email protected]>
183    
184     * Add the default keyid section to the README.
185    
186     2001-06-29 Timo Schulz <[email protected]>
187    
188     * Add keyserver.conf as a default config file.
189     * Add an index to the README file and a paragraph for the
190     keserver config.
191    
192     2001-07-05 Timo Schulz <[email protected]>
193    
194     * README: Add the text from the HACKING file.
195    
196     2001-07-11 Timo Schulz <[email protected]>
197    
198     * Release 0.3.0
199    
200     2001-07-19 Timo Schulz <[email protected]>
201    
202     * Release 0.3.1
203    
204     2001-07-23 Timo Schulz <[email protected]>
205    
206     * Added the FAQ.
207    
208     2001-08-26 Timo Schulz <[email protected]>
209    
210     * Added new icon.
211    
212     2001-08-30 Timo Schulz <[email protected]>
213    
214     * README: Add proxy paragraph.
215    
216     2001-09-23 Timo Schulz <[email protected]>
217    
218     * Release 0.4.0
219    
220     2001-10-28 Timo Schulz <[email protected]>
221    
222     * Release 0.5.0
223    
224     2001-11-01 Timo Schulz <[email protected]>
225    
226     * Release 0.5.1: This is a bugfix release becuase the new libmygpgme
227     is too buggy to use it yet :-(.
228    
229     2001-12-02 Timo Schulz <[email protected]>
230    
231     * README: Modify proxy paragraph.
232    
233     2002-01-27 Timo Schulz <[email protected]>
234    
235     * Release 0.5.5
236    
237     2002-06-16 Timo Schulz <[email protected]>
238    
239     * Skip 0.6.0 because of all the changes in the code and in
240     the structure. We continue to test the 0.7.0 version and the
241     next stable version will be 0.8.0.
242    
243     2002-08-28 Timo Schulz <[email protected]>
244    
245     * Opened 0.7.0 development branch.
246    
247     2002-09-10 Timo Schulz <[email protected]>
248    
249     * Skipped the 0.6.0 branch and bumped the version number to
250     0.7.90 to make clear we are close to 0.8.0.
251    
252    
253     2002-12-21 Timo Schulz <[email protected]>
254    
255     * Removed all things from all TODO files which have already done.
256    

Properties

Name Value
avn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26