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