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