Whole of tree build fix
[packages] / xemacs-packages / ecrypto / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 0.23 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 0.22 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13
14 2008-07-26  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 0.21 released.
17
18 2008-07-16  Aidan Kehoe  <kehoea@parhasard.net>
19
20         * ascii-armor.el:
21         * ascii-armor.el (ascii-armor-to-vec16):
22         * md5-old.el (md5-i2):
23         * md5-old.el (md5<<<):
24         * md5-old.el (md5+):
25         * md5-old.el (md5-t):
26         * md5-old.el (md5-vector):
27         * rc16.el (rc16-set-key):
28         * rc16.el (rc16-mixin):
29         * rc16.el (rc16-short):
30         * sha1-old.el (sha1):
31         * sha1-old.el (sha1<<<):
32         * sha1-old.el (sha1+):
33         * sha1-old.el (sha1-vector):
34         Don't try to use character syntax for integers above #xFF, use
35         integer hex syntax instead.
36
37 2005-09-26  Norbert Koch  <viteno@xemacs.org>
38
39         * Makefile (VERSION): XEmacs package 0.20 released.
40
41 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
42
43         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
44         by `string-to-number'.
45
46 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * encrypt.el (encrypt): Add :group.
49
50 2005-02-22  Simon Josefsson  <jas@extundo.com>
51
52         * encrypt.el (encrypt-password-cache-expiry): Remove (use
53         `password-cache-expiry' instead).  Reported by Arne Jørgensen
54         <arne@arnested.dk>.
55         (encrypt): Add password-cache and password-cache-expiry as group
56         members.
57
58 2004-01-05  Simon Josefsson  <jas@extundo.com>
59
60         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
61         Jesper Harder <harder@myrealbox.com>.
62
63 2004-11-30  Norbert Koch  <viteno@xemacs.org>
64
65         * Makefile (VERSION): XEmacs package 0.19 released.
66
67 2004-11-29  Simon Josefsson  <jas@extundo.com>
68
69         * encrypt.el: New file.
70
71         * Makefile (ELCS): Add encrypt.elc.
72
73 2004-09-16  Norbert Koch  <viteno@xemacs.org>
74
75         * Makefile (VERSION): XEmacs package 0.18 released.
76
77 2004-09-16  Simon Josefsson  <jas@extundo.com>
78
79         * hex-util.el: Add arch-tag cookie.
80
81 2004-09-12  Simon Josefsson  <jas@extundo.com>
82
83         * sha1-dl.el: Removed.
84
85 2004-09-12  Simon Josefsson  <jas@extundo.com>
86
87         * sha1-el.el, password.el: Gnus CVS sync changes for the the
88         following ChangeLog entries, until 2004-02-09 below.
89
90 2004-09-01  Simon Josefsson  <jas@extundo.com>
91
92         * sha1-el.el: Renamed to sha1.el.
93
94 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * password.el: add comments on using password-read-and-add
97         (password-read-and-add): new function to read and add the
98         password to the cache at once
99
100 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
101
102         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
103
104 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * password.el: Don't autoload run-at-time for Emacs.
107
108         * sha1-el.el: Don't autoload executable-find.
109
110 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
113
114 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * sha1-el.el (sha1-string-external): Make it can return a string
117         in binary form.
118         (sha1-region-external): Ditto.
119         (sha1-string-internal): Ditto.
120         (sha1-region-internal): Ditto.
121         (sha1-region): Ditto.
122         (sha1-string): Ditto.
123         (sha1): Ditto.
124
125 2004-02-09  Norbert Koch  <viteno@xemacs.org>
126
127         * Makefile (VERSION): XEmacs package 0.17 released.
128
129 2004-02-06  Simon Josefsson  <jas@extundo.com>
130
131         * sha1-el.el: Gnus CVS sync changes for the the following
132         ChangeLog entries, until 2004-01-07 below, suggested by Steve
133         Youngs <sryoungs@bigpond.net.au>.
134
135 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
138
139 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * sha1-el.el (sha1-string-external): Make it can return a string
142         in binary form.
143         (sha1-region-external): Ditto.
144         (sha1-string-internal): Ditto.
145         (sha1-region-internal): Ditto.
146         (sha1-region): Ditto.
147         (sha1-string): Ditto.
148         (sha1): Ditto.
149
150 2004-01-17  Norbert Koch  <viteno@xemacs.org>
151
152         * Makefile (VERSION): XEmacs package 0.16 released.
153
154 2004-01-16  Simon Josefsson  <jas@extundo.com>
155
156         * password.el: Add.
157
158         * Makefile (REQUIRES): Add xemacs-base.
159         (ELCS): Add password.el.
160
161 2003-12-16  Norbert Koch  <viteno@xemacs.org>
162
163         * Makefile (VERSION): XEmacs package 0.15 released.
164
165 2003-12-15  Simon Josefsson  <jas@extundo.com>
166
167         * hex-util.el, sha1-el.el: Gnus CVS sync changes for the following
168         ChangeLog entries, until 2001-12-29 below.
169
170 2003-12-16  Simon Josefsson  <jas@extundo.com>
171
172         * sha1-el.el (autoload): Don't use ignore-errors.
173         (sha1-use-external): Use condition-case.  Suggested by Katsumi
174         Yamaoka <yamaoka@jpl.org>.
175
176 2003-12-15  Simon Josefsson  <jas@extundo.com>
177
178         * sha1-el.el (autoload): Ignore errors for
179         executable-find. (XEmacs ecrypto does not require sh-script where
180         executable.el is located.)
181         (sha1-use-external): Likewise.
182
183         * sha1-el.el (sha1): Add defgroup.
184         (sha1-maximum-internal-length, sha1-program, sha1-use-external)
185         (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL.
186         (sha1): Autoload.
187
188 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * hex-util.el: Remove trailing whitespaces, replace spc+tab with
191         tab, replace leading whitespaces with tabs.
192
193 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
194
195         * sha1-el.el (sha1-use-external): New variable.
196         (sha1-region): Use it.
197         (sha1-string): Ditto.
198
199 2003-10-31  Norbert Koch  <viteno@xemacs.org>
200
201         * Makefile (VERSION): XEmacs package 0.14 released.
202
203 2003-06-22  Norbert Koch  <viteno@xemacs.org>
204
205         * Makefile (VERSION): XEmacs package 0.13 released.
206
207 2003-06-21  Simon Josefsson  <jas@extundo.com>
208
209         * blowfish.el (blowfish-add, blowfish-f, blowfish-s-box-inits)
210         (blowfish-p-array-inits): Use #xCAFE instead of ?\xCAFE, suggested
211         by "Stephen J. Turnbull" <stephen@xemacs.org> and reported by
212         sigurd@12move.de (Karl Pflästerer).
213
214 2003-03-09  Ben Wing  <ben@xemacs.org>
215
216         * Makefile:
217         Delete explicit compile:: and binkit: rules.
218
219 2002-11-29  Ben Wing  <ben@xemacs.org>
220
221         * .cvsignore: Remove files now handled automatically by CVS.
222         * Makefile: Use `compile' instead of hard-coded `all'.
223
224 2002-10-15  Ville Skyttä  <scop@xemacs.org>
225
226         * Makefile (srckit): Remove.
227
228 2002-09-25  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
229
230         * Makefile (VERSION): XEmacs package 0.12 released.
231
232 2002-09-17  Ville Skyttä  <scop@xemacs.org>
233
234         * md5-el.el (md5-update): Comment typo fix.
235
236 2002-08-12  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
237
238         * Makefile (VERSION): XEmacs package 0.11 released.
239
240 2002-08-07  Ville Skyttä  <scop@xemacs.org>
241
242         * Package moved to official location in xemacs-packages.
243
244 2002-08-02  Simon Josefsson  <jas@extundo.com>
245
246         * hex-util.el: New file.
247
248         * package-info.in: Fix package name, fix provides.
249
250         * sha1-el.el (sha1): autoload.
251
252         * md5-el.el (md5): autoload.
253         (md5-program, md5-maximum-internal-length): defcustom.
254
255         * md4.el (md4): autoload.
256
257         * sha1.el, sha1-el.el, sha1-dl.el, md5.el, md5-el.el, md5-dl.el:
258         Replace with versions from FLIM. Supports emacsen that can load
259         dynamic libraries, otherwise should be equal.
260
261         * Makefile (PACKAGE): Fix package name.
262         (ELCS): Add md4.elc md5.elc md5-el.elc md5-dl.elc sha1.elc
263         sha1-el.elc sha1-dl.elc hex-util.elc.
264
265 2002-08-01  Ville Skyttä  <scop@xemacs.org>
266
267         * .cvsignore: New.
268
269         * Makefile: Fix path to XEmacs.rules.
270         (CATEGORY): Change to unsupported.
271
272         * package-info.in (distribution): Change to unsupported.
273
274 2002-06-13  Simon Josefsson  <jas@extundo.com>
275
276         * ecrypto: New package, from Ecrypto2.0.tgz (29436 bytes, MD5
277         01e74632426b429b9468158ad52ef973) from
278         http://web.mit.edu/thouis/www/ecrypto.html written by Ray Jones
279         <rjones at pobox.com>.