/[winpt]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.47  
changed lines
  Added in v.283

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26