2001-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
[gnus] / contrib / ChangeLog
1 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * canlock.el: (canlock-base64-encode-function): Removed.
4         (canlock-mmencode-program): Removed.
5         (canlock-mmencode-args-for-encoding): Removed.
6         (canlock-openssl-program): Renamed from `canlock-ssleay-program'.
7         (canlock-openssl-args): Renamed from `canlock-ssleay-args'.
8         (canlock-load-hook): Removed.
9         (canlock-base64-encode-string-with-mmencode): Removed.
10         (canlock-sha1-with-openssl): Renamed from
11         `canlock-sha1-with-ssleay'.
12         (canlock-hex-string-to-int): Removed.
13         (canlock-fetch-fields): Don't use `mapcar'.
14         (canlock-fetch-id-for-key): Don't use Cancel header if there is no
15         cancel command.
16         (gnus-summary-canlock-verify): Removed.
17         (wl-summary-canlock-verify): Removed.
18         (canlock-mew-summary-display): Removed.
19         (mew-summary-canlock-verify): Removed.
20         (mh-summary-canlock-verify): Removed.
21         (vm-summary-canlock-verify): Removed.
22         (cmail-summary-canlock-verify): Removed.
23         (rmail-summary-canlock-verify): Removed.
24
25 2001-10-25  Simon Josefsson  <jas@extundo.com>
26
27         * canlock.el (canlock-password, canlock-password-for-verify) 
28         (canlock-force-insert-header): Defcustom.
29
30 2001-10-17  Simon Josefsson  <jas@extundo.com>
31
32         * canlock.el (sha1-binary): Autoload `sha1-binary'.
33         (canlock-sha1-function): Use it.
34         (canlock-sha1-function-for-verify): Ditto.
35
36         * sha1-el.el: New file.
37
38         * hex-util.el: Ditto.
39
40 2001-08-24 16:09:14  Fabien Penso  <penso@linuxfr.org>
41
42         * gpg.el (gpg-command-sign-detached): Doc fix.
43
44 2001-08-07  Andreas Jaeger  <aj@suse.de>
45
46         * gpg.el (gpg-passphrase-forget): Don't cache
47         gpg-passphrase-timer.
48         (gpg-passphrase-store): Check if gpg-passphrase-timer is
49         initialized already.
50         
51 2001-07-30 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
52         From Andreas Fuchs <asf@void.at>
53
54         * gpg.el (gpg-command-verify): --status-fd 1
55         (gpg-unabbrev-trust-alist): New.
56
57 2001-01-18  Colin Marquardt <colin.marquardt@usa.alcatel.com>
58
59         * gpg.el (gpg-make-temp-file): Error info.
60
61 2001-01-13 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
62
63         * gpg.el (gpg-build-arg-list): Use copy-sequence.
64
65 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
66
67         * gpg.el (defalias): Use eval-and-compile.
68         (gpg-command-all-arglist): Suggest by Jeff Senn <senn@maya.com>.
69
70 2000-12-15 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
71
72         * gpg.el (gpg-command-alist): Alist may not be defined.
73
74 2000-12-14 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
75
76         * gpg.el (gpg-make-temp-file): Don't check file-modes of M$Windows.
77
78 2000-12-14 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
79
80         * gpg.el (gpg-passphrase-store): Don't activate timer if it is live.
81
82 2000-11-30 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
83
84         * gpg.el: (gpg-make-temp-file): Use expand-file-name.
85         (gpg-point-at-eol): New function.
86         (gpg-call-process): Use it.
87         (gpg-key-list-keys-parse-line): Ditto.
88         (gpg-with-passphrase-env): edebug-form-spec.
89         (gpg-with-temp-files): Ditto.
90         (gpg-show-result): Ditto.
91
92 2000-11-08  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
93
94         * gpg.el: In Xemacs it is called point-at-eol, not
95         line-end-position
96
97         * gpg.el (gpg-key-lessp): use string-lessp instead of
98         compare-strings (not available on XEmacs)
99         
100 2000-11-16  Simon Josefsson  <sj@extundo.com>
101
102         * gpg.el (gpg-command-verify-cleartext): New variable.
103         (gpg-verify-cleartext): New function.
104         
105 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
106
107         * gpg.el (gpg-verify): The last argument of apply is a list.
108         (gpg-encrypt): Add passphrase as a parameter.
109
110 ;; Local Variables:
111 ;; coding: iso-2022-7bit
112 ;; End: