./ChangeLog:
[gnus] / contrib / ChangeLog
1 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2
3         * hashcash.el (hashcash-point-at-bol): Move the fbound test
4         outside of the defalias.
5         (hashcash-point-at-eol): Ditto.
6
7 2003-03-19  Simon Josefsson  <jas@extundo.com>
8
9         * gnus-idna.el: Update.
10
11 2003-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * hashcash.el (hashcash-version, hashcash-insert-payment): patch
14         from Paul Foley
15
16 2003-03-07  Simon Josefsson  <jas@extundo.com>
17
18         * gnus-idna.el (gnus-idna-to-ascii-rhs-1): Narrow to
19         head (otherwise forwarded mail break havoc).
20
21 2003-03-07  Teodor Zlatanov  <tzz@bwh.harvard.edu>
22
23         * hashcash.el: New version from Paul Foley with better variable
24         names, executable-find support, and no errors in GNU Emacs
25         (hashcash-version): return nil when invoked with a
26         nil token
27
28 2003-02-21  Simon Josefsson  <jas@extundo.com>
29
30         * hashcash.el (hashcash-point-at-bol):
31         (hashcash-point-at-eol): Defalias.
32         (hashcash-generate-payment):
33         (mail-check-payment): Use it.
34
35 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * hashcash.el: New version from Paul Foley with new
38         mail-check-payment function.
39
40 2002-06-22  Simon Josefsson  <jas@extundo.com>
41
42         * hashcash.el: New file.
43         (hashcash-default-payment, hashcash-payment-alist, hashcash):
44         Defcustom.
45         (hashcash-generate-payment): Update to recent hashcode command
46         line syntax.
47         (hashcash-insert-payment): Use X-Hashcode:.
48         (mail-add-payment): Also look at Newsgroups.
49         (top-level): Add provide and EOF comment.
50         (mail-add-payment): Autoload.
51         (hashcash-insert-payment): s/Hashcode/Hashcash/
52         (mail-add-payment): Doc fix.
53
54 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * gnus-mdrtn.el (gnus-moderated-groups): Removed (require 'gnus-load).
57
58 2002-04-24  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
59
60         * ucs-tables.el (featurep): Barf on XEmacs.
61
62 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
63
64         * ucs-tables.el: Copy from Emacs 21.
65         
66 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
67
68         * xml.el: Sync with Emacs 21.
69
70 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
71
72         * gpg.el (gpg-command-decrypt): Enable the status-fd command line
73         option to gpg when decrypting so `mml2015-mailcrypt-decrypt' can
74         parse and display the output.
75
76 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus-mdrtn.el (gnus-moderation-cancel-article): Insert an extra
79         newline.
80
81 2001-12-26  Florian Weimer  <fw@deneb.enyo.de>
82
83         * gpg.el (gpg-command-default-alist): Using gpg-2comp is no longer
84         the default.
85
86 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
87
88         * ChangeLog: changed buffer-file-coding-system back to
89         coding. (oops)
90
91 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
92
93         * ChangeLog: changed coding to buffer-file-coding-system
94
95 2001-11-22  Simon Josefsson  <jas@extundo.com>
96
97         * sha1.el: Removed. (A FSF copyrighted sha1-el.el file is in
98         ../lisp/).
99
100 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
101
102         * canlock.el, hex-util.el, sha1-el.el: Move to lisp.
103
104 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * canlock.el: (canlock-base64-encode-function): Removed.
107         (canlock-mmencode-program): Removed.
108         (canlock-mmencode-args-for-encoding): Removed.
109         (canlock-openssl-program): Renamed from `canlock-ssleay-program'.
110         (canlock-openssl-args): Renamed from `canlock-ssleay-args'.
111         (canlock-load-hook): Removed.
112         (canlock-base64-encode-string-with-mmencode): Removed.
113         (canlock-sha1-with-openssl): Renamed from
114         `canlock-sha1-with-ssleay'.
115         (canlock-hex-string-to-int): Removed.
116         (canlock-fetch-fields): Don't use `mapcar'.
117         (canlock-fetch-id-for-key): Don't use Cancel header if there is no
118         cancel command.
119         (gnus-summary-canlock-verify): Removed.
120         (wl-summary-canlock-verify): Removed.
121         (canlock-mew-summary-display): Removed.
122         (mew-summary-canlock-verify): Removed.
123         (mh-summary-canlock-verify): Removed.
124         (vm-summary-canlock-verify): Removed.
125         (cmail-summary-canlock-verify): Removed.
126         (rmail-summary-canlock-verify): Removed.
127
128 2001-10-25  Simon Josefsson  <jas@extundo.com>
129
130         * canlock.el (canlock-password, canlock-password-for-verify) 
131         (canlock-force-insert-header): Defcustom.
132
133 2001-10-17  Simon Josefsson  <jas@extundo.com>
134
135         * canlock.el (sha1-binary): Autoload `sha1-binary'.
136         (canlock-sha1-function): Use it.
137         (canlock-sha1-function-for-verify): Ditto.
138
139         * sha1-el.el: New file.
140
141         * hex-util.el: Ditto.
142
143 2001-08-24 16:09:14  Fabien Penso  <penso@linuxfr.org>
144
145         * gpg.el (gpg-command-sign-detached): Doc fix.
146
147 2001-08-07  Andreas Jaeger  <aj@suse.de>
148
149         * gpg.el (gpg-passphrase-forget): Don't cache
150         gpg-passphrase-timer.
151         (gpg-passphrase-store): Check if gpg-passphrase-timer is
152         initialized already.
153         
154 2001-07-30 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
155         From Andreas Fuchs <asf@void.at>
156
157         * gpg.el (gpg-command-verify): --status-fd 1
158         (gpg-unabbrev-trust-alist): New.
159
160 2001-01-18  Colin Marquardt <colin.marquardt@usa.alcatel.com>
161
162         * gpg.el (gpg-make-temp-file): Error info.
163
164 2001-01-13 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
165
166         * gpg.el (gpg-build-arg-list): Use copy-sequence.
167
168 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
169
170         * gpg.el (defalias): Use eval-and-compile.
171         (gpg-command-all-arglist): Suggest by Jeff Senn <senn@maya.com>.
172
173 2000-12-15 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
174
175         * gpg.el (gpg-command-alist): Alist may not be defined.
176
177 2000-12-14 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
178
179         * gpg.el (gpg-make-temp-file): Don't check file-modes of M$Windows.
180
181 2000-12-14 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
182
183         * gpg.el (gpg-passphrase-store): Don't activate timer if it is live.
184
185 2000-11-30 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
186
187         * gpg.el: (gpg-make-temp-file): Use expand-file-name.
188         (gpg-point-at-eol): New function.
189         (gpg-call-process): Use it.
190         (gpg-key-list-keys-parse-line): Ditto.
191         (gpg-with-passphrase-env): edebug-form-spec.
192         (gpg-with-temp-files): Ditto.
193         (gpg-show-result): Ditto.
194
195 2000-11-08  Björn Torkelsson  <torkel@hpc2n.umu.se>
196
197         * gpg.el: In Xemacs it is called point-at-eol, not
198         line-end-position
199
200         * gpg.el (gpg-key-lessp): use string-lessp instead of
201         compare-strings (not available on XEmacs)
202         
203 2000-11-16  Simon Josefsson  <sj@extundo.com>
204
205         * gpg.el (gpg-command-verify-cleartext): New variable.
206         (gpg-verify-cleartext): New function.
207         
208 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
209
210         * gpg.el (gpg-verify): The last argument of apply is a list.
211         (gpg-encrypt): Add passphrase as a parameter.
212
213 ;; Local Variables:
214 ;; coding: iso-2022-7bit
215 ;; End: